I have a customer currently using WebLogic to collect data from a Sybase DB. They are also looking to integrate some PHP functionality for other applications.
It looks like WebLogic is configured to use a packet size of 1024 bytes for communication with the Sybase DB. After watching the DB for a while, it looks like the PHP based connections to Sybase are using 512 byte packets....
Is there a setting for PHP that would allow me to tweak PHP to use 1024 byte packets?