]> granicus.if.org Git - php/commit
Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown)
authorChristopher Jones <sixd@php.net>
Wed, 6 Jan 2010 18:58:16 +0000 (18:58 +0000)
committerChristopher Jones <sixd@php.net>
Wed, 6 Jan 2010 18:58:16 +0000 (18:58 +0000)
commite6587545e90433d32834ac8d2c7657164deeb339
tree996b35cb1744bd88c3285ada28452ca631556000
parentbe79a1d605ceaa31278ebd44879798073934c6a7
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
ext/oci8/oci8.c
ext/oci8/oci8_interface.c
ext/oci8/oci8_lob.c
ext/oci8/oci8_statement.c
ext/oci8/php_oci8_int.h
ext/oci8/tests/bug43497.phpt
ext/oci8/tests/lob_043.phpt [new file with mode: 0644]