|
1 | 1 | PHP NEWS |
2 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |
3 | | -?? ??? 2013, PHP 5.5.4 |
| 3 | +?? ??? 2013, PHP 5.5.6 |
4 | 4 |
|
5 | 5 | - Core: |
| 6 | + . Fixed bug #65939 (Space before ";" breaks php.ini parsing). |
| 7 | + (brainstorm at nopcode dot org) |
| 8 | + . Fixed bug #65911 (scope resolution operator - strange behavior with $this). |
| 9 | + (Bob Weinand) |
| 10 | + |
| 11 | +17 Oct 2013, PHP 5.5.5 |
| 12 | + |
| 13 | +- Core: |
| 14 | + . Fixed bug #64979 (Wrong behavior of static variables in closure generators). |
| 15 | + (Nikita) |
| 16 | + . Fixed bug #65322 (compile time errors won't trigger auto loading). (Nikita) |
| 17 | + . Fixed bug #65821 (By-ref foreach on property access of string offset |
| 18 | + segfaults). (Nikita) |
| 19 | + . Fixed bug #65936 (dangling context pointer causes crash). (Tony) |
| 20 | + |
| 21 | +- CLI server: |
| 22 | + . Fixed bug #65633 (built-in server treat some http headers as |
| 23 | + case-sensitive). (Adam) |
| 24 | + . Fixed bug #65818 (Segfault with built-in webserver and chunked transfer |
| 25 | + encoding). (Felipe) |
| 26 | + . Added application/pdf to PHP CLI Web Server mime types (Chris Jones) |
| 27 | + |
| 28 | +- Datetime: |
| 29 | + . Fixed bug #64157 (DateTime::createFromFormat() reports confusing error |
| 30 | + message). (Boro Sitnikovski) |
| 31 | + . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime). |
| 32 | + (Boro Sitnikovski) |
| 33 | + . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work). |
| 34 | + (Boro Sitnikovski) |
| 35 | + |
| 36 | +- DBA extension: |
| 37 | + . Fixed bug #65708 (dba functions cast $key param to string in-place, |
| 38 | + bypassing copy on write). (Adam) |
| 39 | + |
| 40 | +- Filter: |
| 41 | + . Add RFC 6598 IPs to reserved addresses. (Sebastian Nohn) |
| 42 | + . Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names). |
| 43 | + (Syra) |
| 44 | + |
| 45 | +- FTP: |
| 46 | + . Fixed bug #65667 (ftp_nb_continue produces segfault). (Philip Hofstetter) |
| 47 | + |
| 48 | +- GD |
| 49 | + . Ensure that the defined interpolation method is used with the generic |
| 50 | + scaling methods. (Pierre) |
| 51 | + |
| 52 | +- IMAP: |
| 53 | + . Fixed bug #65721 (configure script broken in 5.5.4 and 5.4.20 when enabling |
| 54 | + imap). (ryotakatsuki at gmail dot com) |
| 55 | + |
| 56 | +- OPcache: |
| 57 | + . Fixed issue #115 (path issue when using phar). (Laruence) |
| 58 | + . Added support for GNU Hurd. (Svante Signell) |
| 59 | + . Added function opcache_compile_file() to load PHP scripts into cache |
| 60 | + without execution. (Julien) |
| 61 | + . Fixed bug #65845 (Error when Zend Opcache Optimizer is fully enabled). |
| 62 | + (Dmitry) |
| 63 | + . Fixed bug #65665 (Exception not properly caught when opcache enabled). |
| 64 | + (Laruence) |
| 65 | + . Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var). (Dmitry) |
| 66 | + . Fixed issue #135 (segfault in interned strings if initial memory is too |
| 67 | + low). (Julien) |
| 68 | + |
| 69 | +- Sockets: |
| 70 | + . Fixed bug #65808 (the socket_connect() won't work with IPv6 address). |
| 71 | + (Mike) |
| 72 | + |
| 73 | +- SPL: |
| 74 | + . Fix bug #64782 (SplFileObject constructor make $context optional / give it |
| 75 | + a default value). (Nikita) |
| 76 | + |
| 77 | +- Standard: |
| 78 | + . Fixed bug #61548 (content-type must appear at the end of headers for 201 |
| 79 | + Location to work in http). (Mike) |
| 80 | + |
| 81 | +- XMLReader: |
| 82 | + . Fixed bug #51936 (Crash with clone XMLReader). (Mike) |
| 83 | + . Fixed bug #64230 (XMLReader does not suppress errors). (Mike) |
| 84 | + |
| 85 | +- Build system: |
| 86 | + . Fixed bug #51076 (race condition in shtool's mkdir -p implementation). |
| 87 | + (Mike, Raphael Geissert) |
| 88 | + . Fixed bug #62396 ('make test' crashes starting with 5.3.14 (missing |
| 89 | + gzencode())). (Mike) |
| 90 | + |
| 91 | + |
| 92 | +19 Sep 2013, PHP 5.5.4 |
| 93 | + |
| 94 | +- Core: |
| 95 | + . Fixed bug #60598 (cli/apache sapi segfault on objects manipulation). |
| 96 | + (Laruence) |
| 97 | + . Improved fputcsv() to allow specifying escape character. |
| 98 | + . Fixed bug #65490 (Duplicate calls to get lineno & filename for |
| 99 | + DTRACE_FUNCTION_*). (Chris Jones) |
| 100 | + . Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding |
| 101 | + spaces). (Michael M Slusarz) |
| 102 | + . Fixed bug #65481 (shutdown segfault due to serialize) (Mike) |
6 | 103 | . Fixed bug #65470 (Segmentation fault in zend_error() with |
7 | 104 | --enable-dtrace). (Chris Jones, Kris Van Hees) |
8 | 105 | . Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert) |
9 | 106 | . Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees) |
| 107 | + . Fixed bug #61759 (class_alias() should accept classes with leading |
| 108 | + backslashes). (Julien) |
| 109 | + . Fixed bug #46311 (Pointer aliasing issue results in miscompile on gcc4.4). |
| 110 | + (Nikita Popov) |
10 | 111 |
|
11 | 112 | - cURL: |
12 | 113 | . Fixed bug #65458 (curl memory leak). (Adam) |
13 | 114 |
|
| 115 | +- Datetime: |
| 116 | + . Fixed bug #65554 (createFromFormat broken when weekday name is followed |
| 117 | + by some delimiters). (Valentin Logvinskiy, Stas). |
| 118 | + . Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught |
| 119 | + by AddressSanitizer). (Remi). |
| 120 | + |
| 121 | +- OPCache: |
| 122 | + . Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4). |
| 123 | + (Terry Ellison) |
| 124 | + |
14 | 125 | - Openssl: |
15 | 126 | . Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in |
16 | 127 | some cases). (Mark Jones) |
17 | 128 |
|
| 129 | +- PDO: |
| 130 | + . Fixed bug #64953 (Postgres prepared statement positional parameter |
| 131 | + casting). (Mike) |
| 132 | + |
18 | 133 | - Session: |
19 | 134 | . Fixed bug #65475 (Session ID is not initialized properly when strict session |
20 | 135 | is enabled). (Yasuo) |
21 | 136 | . Fixed bug #51127/#65359 Request #25630/#43980/#54383 (Added php_serialize |
22 | 137 | session serialize handler that uses plain serialize()). (Yasuo) |
23 | 138 |
|
| 139 | +- Standard: |
| 140 | + . Fix issue with return types of password API helper functions. Found via |
| 141 | + static analysis by cjones. (Anthony Ferrara) |
| 142 | + |
| 143 | +- Zlib: |
| 144 | + . Fixed bug #65391 (Unable to send vary header user-agent when |
| 145 | + ob_start('ob_gzhandler') is called) (Mike) |
| 146 | + |
24 | 147 | 22 Aug 2013, PHP 5.5.3 |
25 | 148 |
|
26 | 149 | - Openssl: |
|
0 commit comments