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 7b307fb commit 786670fCopy full SHA for 786670f
NEWS
@@ -3,15 +3,17 @@ PHP NEWS
3
?? ??? 2012, PHP 5.4.7
4
5
- Core:
6
- . Fixed bug #62328 (implementing __toString and a cast to string fails)
7
- (Laruence)
8
. Fixed bug #62725 (Calling exit() in a shutdown function does not return
9
the exit value). (Laruence)
10
. Fixed bug #51363 (Fatal error raised by var_export() not caught by error
11
handler). (Lonny Kapelushnik)
12
. Fixed bug #40459 (Stat and Dir stream wrapper methods do not call
13
constructor). (Stas)
14
+- SimpleXML:
+ . Fixed bug #62328 (implementing __toString and a cast to string fails)
15
+ (Laruence)
16
+
17
- PDO:
18
. Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). (Laruence)
19
0 commit comments