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