diff options
author | Thies C. Arntzen <thies@php.net> | 2000-03-18 15:04:02 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-03-18 15:04:02 +0000 |
commit | e4df84a8da53541305ede98a697b0e43af6661eb (patch) | |
tree | 5fd91351dd5d80d435e1b7704b0d0a79f915dc94 /NEWS | |
parent | 3092c10e93f652a3034ce3a7882c02112e01620c (diff) | |
download | php-git-e4df84a8da53541305ede98a697b0e43af6661eb.tar.gz |
(serialize/unserialize) _sleep_() -> __sleep(), _wakeup_() -> __wakeup() rename.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ???, Version 4.0 Release Candidate 1 +- serialize()/unserialize() now call __sleep() and __wakeup() when + working on objects. (Thies) - 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 - 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, |