mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Add note about need to fix INI system
This commit is contained in:
parent
2011db174b
commit
03049aa8ac
1 changed files with 1 additions and 0 deletions
1
TODO
1
TODO
|
@ -15,6 +15,7 @@ global
|
|||
* make sure all source files have the "right" copyright.
|
||||
* the following modules still use PHP3_TLS_*() macros (and thereby don't
|
||||
work in ZTS mode): ext/dav/dav.c, ext/db/db.c, ext/gd/gd.c, ext/ldap/ldap.c
|
||||
* INI system causes segfaults in ZTS mode (operates on static HashTable)
|
||||
* make sure that all ZTS globals get destructed. Most ts_allocate_id()
|
||||
calls should have a dtor entry.
|
||||
* activate all extensions by default that don't rely on external
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue