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