summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDan Kalowsky <kalowsky@php.net>2002-09-19 12:49:23 +0000
committerDan Kalowsky <kalowsky@php.net>2002-09-19 12:49:23 +0000
commitf585f6b5d7d4d802cf041ba274bf47c768b3ce0b (patch)
treed797489a04d06f8b39e14a196ee45e8a4f55b3d8 /TODO
parent05aa5e6193e29b82df8fa9f68533a6c19da934f1 (diff)
downloadphp-git-f585f6b5d7d4d802cf041ba274bf47c768b3ce0b.tar.gz
adding ODBC todo's
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 516cfb1af7..662bbaf159 100644
--- a/TODO
+++ b/TODO
@@ -98,6 +98,16 @@ ext/oci8
* Make allow_call_time_pass_reference=Off working.
* For additional todo information, see oci8.c, in ext/oci8
+ext/odbc
+--------
+ For PHP 4.3.0:
+ * update all php_error calls to php_error_docref where valid
+ * integrate EXPERIMENTAL ODBC update for use in PHP 5.0, use for
+ testing purposes only.
+
+ For PHP 5.0.0
+ * Activate EXPERIMENTAL ODBC codebase update
+
ext/pcre
--------
* Allow user to set PCRE_NOTEMPTY, PCRE_ANCHORED at execution time, maybe