diff options
author | <changelog@php.net> | 2000-03-17 02:09:16 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-03-17 02:09:16 +0000 |
commit | 9d3ca44e4d647885da965c06d3f87f4aa18e67e9 (patch) | |
tree | 95ccc7161f7d00f6116d558e12d41c7d5c5d47ed /NEWS | |
parent | b3ecf2feaf96330e102e26a183f56c9973309373 (diff) | |
download | php-git-9d3ca44e4d647885da965c06d3f87f4aa18e67e9.tar.gz |
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ???, Version 4.0 Beta 5 +- 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 + working on objects. (Thies) +- renamed to_string() method to _string_value_() for consistency. + (Thies, Zend library) - domxml now supports libxml 2.0 Beta and drops support for older versions, due to massive changes in libxml - fixed possible crash in unserialize() if serialized data was |