Skip to content

Commit 4734b31

Browse files
committed
merge news for 5.5.2
1 parent 5788797 commit 4734b31

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

NEWS

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ PHP NEWS
55
15 Aug 2013, PHP 5.5.2
66

77
- 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)
816
. Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones)
917
. Fixed bug #61345 (CGI mode - make install don't work). (Michael Heimpold)
1018
. Fixed bug #61268 (--enable-dtrace leads make to clobber
@@ -15,30 +23,6 @@ PHP NEWS
1523
DOMDocument::schemaValidateSource(). Added LIBXML_SCHEMA_CREATE flag.
1624
(Chris Wright)
1725

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-
4226
- OPcache:
4327
. Added opcache.restrict_api configuration directive that may limit
4428
usage of OPcahce API functions only to patricular script(s). (Dmitry)
@@ -58,6 +42,18 @@ PHP NEWS
5842
. Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for
5943
some specific contents). (Stas)
6044

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+
6157
- SOAP:
6258
. Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry)
6359

0 commit comments

Comments
 (0)