mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- I forgot this
This commit is contained in:
parent
23e8d1762d
commit
f67a65543d
2 changed files with 6 additions and 4 deletions
|
@ -2,6 +2,8 @@ PHP 4.0 CHANGE LOG ChangeLog
|
|||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
|
||||
?? ?? 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)
|
||||
- Some more XML fixes/cleanups (Thies)
|
||||
- Updated preg_replace() so that if any argument passed in is an array
|
||||
|
|
|
@ -548,10 +548,6 @@ SOURCE=.\ext\mcal\php3_mcal.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\odbc\php3_odbc.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\standard\php3_string.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -564,6 +560,10 @@ SOURCE=.\ext\standard\php_lcg.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\odbc\php_odbc.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\pcre\php_pcre.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue