[patch] Fix setting of packetsize in ext/sybase_ct

php.internals

Alex Kiesel

22 years ago
Hi internals, the attached patch fixes the setting of packetsize in sybase_ct extension. Currently the packetsize is set via ct_config() which is not the right function for this - it should be done via ct_con_props() as this is a connection property according to Sybase docs. A small memory leak fix is included as well. Regards, -Alex