summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-02-27 18:06:12 +0000
committerThies C. Arntzen <thies@php.net>2000-02-27 18:06:12 +0000
commit68df5c501966870e2c9a2948088174b79509c919 (patch)
tree4999aeb7628f86df1a7c53088f65763e5dc4d584
parent08055feffaaeea7c16f9bbf018dc85000bce2a3b (diff)
downloadphp-git-68df5c501966870e2c9a2948088174b79509c919.tar.gz
*** empty log message ***
-rw-r--r--MODULES_STATUS2
-rw-r--r--TODO2
2 files changed, 3 insertions, 1 deletions
diff --git a/MODULES_STATUS b/MODULES_STATUS
index 398a2f3a01..b88a26e4bb 100644
--- a/MODULES_STATUS
+++ b/MODULES_STATUS
@@ -11,7 +11,7 @@ dbase Working
aspell Working
imap Working
ldap Working
-oci8 Working (but no blob-support yet)
+oci8 Working
oracle Working
iptc Working
informix Working
diff --git a/TODO b/TODO
index bfb4852d5f..aa533257a3 100644
--- a/TODO
+++ b/TODO
@@ -8,6 +8,8 @@ Zend
global
------
+ * 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
* let every module (source-file) have it's own module & function_entry
block. Right now the math functions are in math.c but the corresponding
function-entries are in basic_functions.