summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Kalowsky <kalowsky@php.net>2001-06-28 14:28:27 +0000
committerDan Kalowsky <kalowsky@php.net>2001-06-28 14:28:27 +0000
commitc0d6e07c8b8c969bffc28daf66cf115828d2a5bd (patch)
tree70ae1a3d81c5486a26f0ad1e2abb47365c91c0f9
parentc458e960e0b2e3417b9d141f923bee04ac4896de (diff)
downloadphp-git-c0d6e07c8b8c969bffc28daf66cf115828d2a5bd.tar.gz
added in note to fix for odbc_fetch_into
# could have sworn i did this before... but ahh well..
-rw-r--r--TODO-4.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO-4.2.txt b/TODO-4.2.txt
index f128d918e8..9364fa1545 100644
--- a/TODO-4.2.txt
+++ b/TODO-4.2.txt
@@ -1,3 +1,6 @@
+* Change the odbc_fetch_into() function to require ALWAYS the first two
+ parameters ($conn_id and $array), and make the third (row) be optional.
+
* Remove --with-openlink configure option (--with-iodbc replaces it).
* Always build CGI (--disable-cgi option to disable).