Skip to content

Commit 803045e

Browse files
committed
Fix duplicated 5.5.2 NEWS in my tree
1 parent a6f596f commit 803045e

File tree

1 file changed

+21
-25
lines changed

1 file changed

+21
-25
lines changed

NEWS

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ PHP NEWS
88
15 Aug 2013, PHP 5.5.2
99

1010
- 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)
1119
. Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones)
1220
. Fixed bug #61345 (CGI mode - make install don't work). (Michael Heimpold)
1321
. Fixed bug #61268 (--enable-dtrace leads make to clobber
@@ -18,33 +26,9 @@ PHP NEWS
1826
DOMDocument::schemaValidateSource(). Added LIBXML_SCHEMA_CREATE flag.
1927
(Chris Wright)
2028

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-
4529
- OPcache:
4630
. 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)
4832
. Added support for glob symbols in blacklist entries (?, *, **).
4933
(Terry Elison, Dmitry)
5034
. Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on
@@ -57,10 +41,22 @@ PHP NEWS
5741
- PDO_mysql:
5842
. Fixed bug #65299 (pdo mysql parsing errors). (Johannes)
5943

44+
- Pgsql:
45+
. Fixed bug #62978 (Disallow possible SQL injections with pg_select()/pg_update()
46+
/pg_delete()/pg_insert()). (Yasuo)
47+
6048
- Phar:
6149
. Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for
6250
some specific contents). (Stas)
6351

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+
6460
- SOAP:
6561
. Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry)
6662

0 commit comments

Comments
 (0)