We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4df84a commit f5a77d0Copy full SHA for f5a77d0
NEWS
@@ -4,11 +4,11 @@ PHP 4.0 NEWS
4
???, Version 4.0 Release Candidate 1
5
- serialize()/unserialize() now call __sleep() and __wakeup() when
6
working on objects. (Thies)
7
+- renamed to_string() method to __string_value() for consistency.
8
+ (Thies, Zend library)
9
- Fixed a bug in the third argument to define()
10
- Added is_numeric() that returns true if the argument is a number
11
or a numeric string. (Andrei)
-- renamed to_string() method to _string_value_() for consistency.
- (Thies, Zend library)
12
- domxml now supports libxml 2.0 Beta and drops support for older versions,
13
due to massive changes in libxml
14
- fixed possible crash in unserialize() if serialized data was
0 commit comments