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

*** empty log message ***

This commit is contained in:
Zeev Suraski
2000-03-18 14:51:58 +00:00
parent caf9049ae1
commit c059cd6181

3
NEWS
View File

@@ -1,7 +1,8 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
???, Version 4.0 Beta 5
???, Version 4.0 Release Candidate 1
- Fixed a bug in the third argument to define()
- Added is_numeric() that returns true if the argument is a number
or a numeric string. (Andrei)
- serialize()/unserialize() now call _sleep_() and _wakeup_() when