summaryrefslogtreecommitdiff
path: root/ChangeLog.TODO
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-05-21 08:37:48 +0000
committerSascha Schumann <sas@php.net>1999-05-21 08:37:48 +0000
commit4fe8fe715e4347a4063a57e1a9fd6dc013ca9ee0 (patch)
treeb947de8c0be14a7012777bdbf8f5d753bcfd9add /ChangeLog.TODO
parent6f06b1167927411909b1c9490cacf3de453fc6bf (diff)
downloadphp-git-4fe8fe715e4347a4063a57e1a9fd6dc013ca9ee0.tar.gz
merge in some PHP3 stuff
Diffstat (limited to 'ChangeLog.TODO')
-rw-r--r--ChangeLog.TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/ChangeLog.TODO b/ChangeLog.TODO
index b44729dc49..b152b40601 100644
--- a/ChangeLog.TODO
+++ b/ChangeLog.TODO
@@ -42,7 +42,6 @@ March 1 1999, Version 3.0.7
variables.
- Clean up apxs build
- Add INSTALL.REDHAT file to walk RedHat users through the install
-- Added YP/NIS module from Stephanie Wehner
- Added optional second argument to mysql_fetch_array(); MYSQL_ASSOC will
cause the resulting array to contain the associative indices only,
MYSQL_NUM will cause the array to contain the numeric indices only (like
@@ -88,7 +87,5 @@ March 1 1999, Version 3.0.7
- Constructors of parent classes weren't accessible to derived classes (as
of 3.0.6). Fixed.
- Introduce simple regex compilation cache
-- Add gettimeofday() function
-- Add getrusage() function