@@ -2,66 +2,6 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 20??, PHP 5.6.0
4
4
5
- - Core:
6
- . Disallowed JMP into a finally block. (Laruence)
7
- . Added validation of class names in the autoload process. (Dmitry)
8
- . Fixed invalid C code in zend_strtod.c. (Lior Kaplan)
9
- . Fixed bug #66041 (list() fails to unpack yielded ArrayAccess object).
10
- (Nikita)
11
- . Fixed bug #65764 (generators/throw_rethrow FAIL with
12
- ZEND_COMPILE_EXTENDED_INFO). (Nikita)
13
- . Fixed bug #61645 (fopen and O_NONBLOCK). (Mike)
14
- . Fixed bug #66218 (zend_register_functions breaks reflection). (Remi)
15
-
16
- - Date:
17
- . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi)
18
- . Fixed bug #65768 (DateTimeImmutable::diff does not work). (Nikita Nefedov)
19
-
20
- - DOM:
21
- . Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML()
22
- Produces invalid Markup). (Mike)
23
-
24
- - Exif:
25
- . Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas)
26
-
27
- - Filter:
28
- . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam)
29
-
30
- - GD:
31
- . Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
32
- (Adam)
33
-
34
- - PDO_odbc:
35
- . Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries).
36
- (michael at orlitzky dot com)
37
-
38
- - MySQLi:
39
- . Fixed bug #65486 (mysqli_poll() is broken on win x64). (Anatol)
40
-
41
- - OPCache:
42
- . Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.
43
- (Dmitry)
44
-
45
- - SNMP:
46
- . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)
47
-
48
- - SOAP
49
- . Fixed bug #66112 (Use after free condition in SOAP extension).
50
- (martin dot koegler at brz dot gv dot at)
51
-
52
- - Sockets:
53
- . Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined). (Felipe)
54
-
55
- - XSL
56
- . Fixed bug #49634 (Segfault throwing an exception in a XSL registered
57
- function). (Mike)
58
-
59
- - ZIP:
60
- . Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi)
61
-
62
- 12 Dec 2013, PHP 5.5.7
63
- >>>>>>> PHP-5.5
64
-
65
5
- CLI server:
66
6
. Added some MIME types to the CLI web server. (Chris Jones)
67
7
0 commit comments