summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2001-01-08 05:20:55 +0000
committerRasmus Lerdorf <rasmus@php.net>2001-01-08 05:20:55 +0000
commit7d6d09ec3bbcd145da4176c92a0b528f59ddb236 (patch)
tree33ad17d0775e14cf9ba65f04d9ffd9d107b25249
parent3d158a845cf94f5c0cf4478543ef6a34748458d0 (diff)
downloadphp-git-7d6d09ec3bbcd145da4176c92a0b528f59ddb236.tar.gz
Test ACL commit
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7d2e9a8780..ccbfc7ef48 100644
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,7 @@ PHP 4.0 NEWS
- ext/odbc: IBM DB2 patch by Walter Franzini <walter@sys-net.it>
- Added extension for the cracklib library. (Alexander Feldman)
-?? ??? 2000, Version 4.0.4
+19 Dec. 2000, Version 4.0.4
- Allow assigning a newly created object by reference. This is needed only if
your constructor makes other data structures reference the $this object (for
example, $GLOBALS["foobar"] =& $this;)