]> granicus.if.org Git - php/commit
Fix #62432 ReflectionMethod random corrupt memory on high concurrent
authorJohannes Schlüter <johannes@php.net>
Wed, 27 Jun 2012 21:26:33 +0000 (23:26 +0200)
committerJohannes Schlüter <johannes@php.net>
Wed, 27 Jun 2012 21:26:33 +0000 (23:26 +0200)
commitb025b9d0cf9921d26fc4dad43cf26390d0a8c5dd
tree83283740921be3cb88d9f833c1a850d07fae5fbb
parent4662151ea7d7b6920d115cf2a2d6e9d4232727a3
Fix #62432 ReflectionMethod random corrupt memory on high concurrent

This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_properties_init()
21 files changed:
NEWS
ext/date/php_date.c
ext/fileinfo/fileinfo.c
ext/pdo/pdo_dbh.c
ext/pdo/pdo_stmt.c
ext/reflection/php_reflection.c
ext/soap/soap.c
ext/spl/spl_array.c
ext/spl/spl_directory.c
ext/spl/spl_dllist.c
ext/spl/spl_fixedarray.c
ext/spl/spl_heap.c
ext/spl/spl_iterators.c
ext/spl/spl_observer.c
ext/sqlite/sqlite.c
ext/sqlite3/sqlite3.c
ext/tidy/tidy.c
ext/xmlreader/php_xmlreader.c
ext/xmlwriter/php_xmlwriter.c
ext/xsl/php_xsl.c
ext/zip/php_zip.c