]> granicus.if.org Git - php/commit
Fix: ini entries for dl()'d modules now work under ZTS
authorWez Furlong <wez@php.net>
Wed, 28 Jul 2004 22:56:01 +0000 (22:56 +0000)
committerWez Furlong <wez@php.net>
Wed, 28 Jul 2004 22:56:01 +0000 (22:56 +0000)
commitb1667b579b69598ef35f75bef3ec0d2b1fffe4b5
treef99b905131b16f5beb248e0757439bd52eb90b4d
parentb1326c1c24be4d50d7723fa6b142939bf3afcd7f
Fix: ini entries for dl()'d modules now work under ZTS
Side-effect: avoid possible crashes when multiple threads load/unload
modules and mess with the global hash table.
Zend/zend_ini.c