- I forgot this

This commit is contained in:
Andi Gutmans 1999-10-01 19:53:27 +00:00
parent 23e8d1762d
commit f67a65543d
2 changed files with 6 additions and 4 deletions

View file

@ -2,6 +2,8 @@ PHP 4.0 CHANGE LOG ChangeLog
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 1999, Version 4.0 Beta 3 ?? ?? 1999, Version 4.0 Beta 3
- Added the ability to use variable references in the array() construct.
For example, array("foo" => &$foo). (Andi, Zend library)
- Added array_reverse() function (Andrei) - Added array_reverse() function (Andrei)
- Some more XML fixes/cleanups (Thies) - Some more XML fixes/cleanups (Thies)
- Updated preg_replace() so that if any argument passed in is an array - Updated preg_replace() so that if any argument passed in is an array

View file

@ -548,10 +548,6 @@ SOURCE=.\ext\mcal\php3_mcal.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\ext\odbc\php3_odbc.h
# End Source File
# Begin Source File
SOURCE=.\ext\standard\php3_string.h SOURCE=.\ext\standard\php3_string.h
# End Source File # End Source File
# Begin Source File # Begin Source File
@ -564,6 +560,10 @@ SOURCE=.\ext\standard\php_lcg.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\ext\odbc\php_odbc.h
# End Source File
# Begin Source File
SOURCE=.\ext\pcre\php_pcre.h SOURCE=.\ext\pcre\php_pcre.h
# End Source File # End Source File
# Begin Source File # Begin Source File