@@ -5,6 +5,14 @@ PHP NEWS
5
5
15 Aug 2013, PHP 5.5.2
6
6
7
7
- Core:
8
+ . Fixed bug #65372 (Segfault in gc_zval_possible_root when return reference
9
+ fails). (Laruence)
10
+ . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was
11
+ erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey
12
+ avp200681 gmail com).
13
+ . Fixed bug #65304 (Use of max int in array_sum). (Laruence)
14
+ . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very
15
+ limited case). (Arpad)
8
16
. Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones)
9
17
. Fixed bug #61345 (CGI mode - make install don't work). (Michael Heimpold)
10
18
. Fixed bug #61268 (--enable-dtrace leads make to clobber
@@ -15,30 +23,6 @@ PHP NEWS
15
23
DOMDocument::schemaValidateSource(). Added LIBXML_SCHEMA_CREATE flag.
16
24
(Chris Wright)
17
25
18
- - Sessions:
19
- . Implemented strict sessions RFC (https://wiki.php.net/rfc/strict_sessions)
20
- which protects against session fixation attacks and session collisions.
21
- (Yasuo Ohgaki)
22
- . Fixed possible buffer overflow under Windows. Note: Not a security fix.
23
- (Yasuo)
24
- . Changed session.auto_start to PHP_INI_PERDIR. (Yasuo)
25
-
26
- - Pgsql:
27
- . Fixed bug #62978 (Disallow possible SQL injections with pg_select()/pg_update()
28
- /pg_delete()/pg_insert()). (Yasuo)
29
-
30
- 15 Aug 2013, PHP 5.5.2
31
-
32
- - Core:
33
- . Fixed bug #65372 (Segfault in gc_zval_possible_root when return reference
34
- fails). (Laruence)
35
- . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was
36
- erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey
37
- avp200681 gmail com).
38
- . Fixed bug #65304 (Use of max int in array_sum). (Laruence)
39
- . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very
40
- limited case). (Arpad)
41
-
42
26
- OPcache:
43
27
. Added opcache.restrict_api configuration directive that may limit
44
28
usage of OPcahce API functions only to patricular script(s). (Dmitry)
@@ -58,6 +42,18 @@ PHP NEWS
58
42
. Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for
59
43
some specific contents). (Stas)
60
44
45
+ - Pgsql:
46
+ . Fixed bug #62978 (Disallow possible SQL injections with pg_select()/pg_update()
47
+ /pg_delete()/pg_insert()). (Yasuo)
48
+
49
+ - Sessions:
50
+ . Implemented strict sessions RFC (https://wiki.php.net/rfc/strict_sessions)
51
+ which protects against session fixation attacks and session collisions.
52
+ (Yasuo Ohgaki)
53
+ . Fixed possible buffer overflow under Windows. Note: Not a security fix.
54
+ (Yasuo)
55
+ . Changed session.auto_start to PHP_INI_PERDIR. (Yasuo)
56
+
61
57
- SOAP:
62
58
. Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry)
63
59
0 commit comments