diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-01-20 08:34:05 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-01-20 08:34:05 +0000 |
commit | 465ef7c6496978490b36ec4e068b4abf0ebcfb64 (patch) | |
tree | dc0088b7886c77c971337990f09edb766bfc7a1f /TODO | |
parent | 16344cc34ef6e973d68abec3ea10c8e662a3e6df (diff) | |
download | php-git-465ef7c6496978490b36ec4e068b4abf0ebcfb64.tar.gz |
Fixed by Sean Bright's commit.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -22,8 +22,6 @@ global ------ * make everything on the language-level independent of your locale setings. * 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/db/db.c, ext/gd/gd.c * 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 |