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

Taken from PHP3 source.

This commit is contained in:
Andrei Zmievski
1999-10-04 21:10:26 +00:00
parent cec7e90996
commit cb78ebc0de
3 changed files with 72 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ PHP 4.0 CHANGE LOG ChangeLog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 1999, Version 4.0 Beta 3
- Ported range() and shuffle() from PHP3 to PHP4 (Andrei)
- Fixed header("HTTP/..."); behaviour (Sascha)
- Improved UNIX build system. Now utilizes libtool (Sascha)
- Upgrade some more internal functions to use new Zend function API. (Thies,