]> 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)
commit5e8e34bac84661ddb69d29f2ad760bb5e3819b8f
tree05bb2c139a9425b8fba9a3ce1a9c6039e084c0a8
parentbc1feb90343239d1a2fa2c9035eee712b6c88e32
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
NEWS
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]