1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

Test ACL commit

This commit is contained in:
Rasmus Lerdorf
2001-01-08 05:20:55 +00:00
parent 3d158a845c
commit 7d6d09ec3b

2
NEWS
View File

@@ -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;)