diff options
author | Andi Gutmans <andi@php.net> | 2000-02-16 09:37:04 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-02-16 09:37:04 +0000 |
commit | 6dba297a79ef5cf9a26220b78d65cbf3e4ea5dd7 (patch) | |
tree | d6fc104f658d5c05c4280590db49b37d344eb88f | |
parent | c854703ad6cff3eb3ae4104c84c0600dacca082d (diff) | |
download | php-git-6dba297a79ef5cf9a26220b78d65cbf3e4ea5dd7.tar.gz |
- OK, for a change I remember to put my changes in the NEWS file.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ?? ????, Version 4.0 Beta 4 +- Fix bug in unset() on array offsets which are referenced more than once + (Andi, Zend library) - Improved ISAPI module - it should no longer be necessary to set PHP as an ISAPI filter, only as an ISAPI extension, unless you wish to perform authentication using PHP. This didn't yet get enough testing, but it |