What about the 5.2 branch?

On 10-01-06 1:58 PM, Christopher Jones wrote:
> sixd                                     Wed, 06 Jan 2010 18:58:16 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=293180
>
> Log:
> Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown)
>  - Improved descriptor refcounting to remove unneeded items sooner
>  - Replaced n^2 list traversal during descriptor list destruction
>
> Bug: http://bugs.php.net/49560 (Assigned) OCI_RETURN_LOBS causes php_shutdown 
> to take very long
>       
> Changed paths:
>     U   php/php-src/branches/PHP_5_3/NEWS
>     U   php/php-src/branches/PHP_5_3/ext/oci8/oci8.c
>     U   php/php-src/branches/PHP_5_3/ext/oci8/oci8_interface.c
>     U   php/php-src/branches/PHP_5_3/ext/oci8/oci8_lob.c
>     U   php/php-src/branches/PHP_5_3/ext/oci8/oci8_statement.c
>     U   php/php-src/branches/PHP_5_3/ext/oci8/php_oci8_int.h
>     U   php/php-src/branches/PHP_5_3/ext/oci8/tests/bug43497.phpt
>     A   php/php-src/branches/PHP_5_3/ext/oci8/tests/lob_043.phpt
>     U   php/php-src/trunk/ext/oci8/oci8.c
>     U   php/php-src/trunk/ext/oci8/oci8_interface.c
>     U   php/php-src/trunk/ext/oci8/oci8_lob.c
>     U   php/php-src/trunk/ext/oci8/oci8_statement.c
>     U   php/php-src/trunk/ext/oci8/php_oci8_int.h
>     U   php/php-src/trunk/ext/oci8/tests/bug43497.phpt
>     A   php/php-src/trunk/ext/oci8/tests/lob_043.phpt
>
>   

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to