File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ PHP NEWS
3
3
?? ??? 2012, PHP 5.4.7
4
4
5
5
- Core:
6
+ . Fixed bug #62763 (register_shutdown_function and extending class).
7
+ (Laruence)
6
8
. Fixed bug #62725 (Calling exit() in a shutdown function does not return
7
9
the exit value). (Laruence)
10
+ . Fixed bug #62328 (implementing __toString and a cast to string fails)
11
+ (Laruence)
8
12
. Fixed bug #51363 (Fatal error raised by var_export() not caught by error
9
13
handler). (Lonny Kapelushnik)
10
14
. Fixed bug #40459 (Stat and Dir stream wrapper methods do not call
11
15
constructor). (Stas)
12
16
13
- - SimpleXML:
14
- . Fixed bug #62328 (implementing __toString and a cast to string fails)
15
- (Laruence)
16
-
17
17
- PDO:
18
18
. Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). (Laruence)
19
19
You can’t perform that action at this time.
0 commit comments