]> granicus.if.org Git - php/commit
Fix Bug #55473 mysql_pconnect leaks file descriptors on reconnect
authorAndrey Hristov <andrey@php.net>
Mon, 22 Aug 2011 10:42:43 +0000 (10:42 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 22 Aug 2011 10:42:43 +0000 (10:42 +0000)
commit0aa6354a2d14b5e477fcb7cb7c4d370aeefd012a
treebf8d9d7f0428ab006382375572b477bbb63ea5ef
parent1d4f05bb31480069fb5c9fa71d0a71c8047d6de9
Fix Bug #55473  mysql_pconnect leaks file descriptors on reconnect
The fix is for now in 5_4 and trunk, to be merged into 5_3 after 5.3.8
is packaged (expected today). The test case goes to all branches
ext/mysql/tests/bug55473.phpt [new file with mode: 0644]
ext/mysqlnd/mysqlnd_net.c