#
f31ba7cb |
| 15-Jun-2018 |
Xinchen Hui |
Fixed bug #76477 (Opcache causes empty return value) |
#
5334463e |
| 15-Jun-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
609385bb |
| 13-Jun-2018 |
Xinchen Hui |
Fixed bug #76446 (zend_variables.c:73: zend_string_destroy: Assertion `!(zval_gc_flags((str)->gc)). |
#
0cb6b17b |
| 12-Jun-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
827cb048 |
| 12-Jun-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
62554eff |
| 12-Jun-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
1cc99331 |
| 12-Jun-2018 |
Xinchen Hui |
Fixed bug #76463 (var has array key type but not value type) |
#
c5ab9169 |
| 12-Jun-2018 |
Remi Collet |
NEWS |
#
eb2a3c6c |
| 12-Jun-2018 |
Remi Collet |
NEWS |
#
dc99a13f |
| 11-Jun-2018 |
Xinchen Hui |
Correct NEWS |
#
ffaee274 |
| 11-Jun-2018 |
Xinchen Hui |
Fixed bug #76427 (Segfault in zend_objects_store_put) |
#
92ae59cf |
| 09-Jun-2018 |
Christoph M. Becker |
[ci skip] Update NEWS Cf. https://github.com/php/php-src/commit/3fdde65617e9f954e2c964768aac8831005497e5 |
#
8db4543f |
| 09-Jun-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
3fdde656 |
| 09-Jun-2018 |
Christoph M. Becker |
Fix #76409: heap use after free in _php_stream_free We must not close the stream in exif_read_from_impl(), since it is the responsibility of the (caller's) caller to do so, if it actuall
Fix #76409: heap use after free in _php_stream_free We must not close the stream in exif_read_from_impl(), since it is the responsibility of the (caller's) caller to do so, if it actually opened the stream. We simplify the reproduce script, which is actually about supplying a path to a directory (opposed to a regular file), and use `.` instead of `/` to also make it work on Windows.
show more ...
|
#
fdd9f572 |
| 06-Jun-2018 |
Stas Malyshev |
Update NEWS for 7.3.0alpha2 |
#
e9b8193b |
| 07-Jun-2018 |
Joe Watkins |
bump versions |
#
917222f3 |
| 05-Jun-2018 |
Sara Golemon |
NEWS for 7.2.8 |
#
c4331b00 |
| 05-Jun-2018 |
Christoph M. Becker |
Update to SQLite 3.24.0 |
#
951e29f6 |
| 05-Jun-2018 |
Xinchen Hui |
Fixed bug #76410 (SIGV in zend_mm_alloc_small) |
#
4ade46ad |
| 04-Jun-2018 |
Christoph M. Becker |
[ci skip] Fix typos in NEWS |
#
97a84831 |
| 27-May-2018 |
Bob Weinand |
Fixed bug #76383 (array_map on $GLOBALS returns IS_INDIRECT) |
#
2c4556ee |
| 26-May-2018 |
Christoph M. Becker |
Update to Oniguruma 6.8.2 |
#
e265a96d |
| 08-May-2018 |
Christoph M. Becker |
Fix #76137: config.guess/config.sub do not recognize RISC-V These had their latest update more than three years ago, so there may be even more issues. Since the config project[1] does n
Fix #76137: config.guess/config.sub do not recognize RISC-V These had their latest update more than three years ago, so there may be even more issues. Since the config project[1] does not have any versioning, we're grabbing the most recent HEAD. [1] <http://git.savannah.gnu.org/gitweb/?p=config.git;a=summary>
show more ...
|
#
9d63f4de |
| 25-May-2018 |
Nikita Popov |
Fixed bug #76319 While at it, also make sure that mbstring case conversion takes into account the specified substitution character and substitution mode. |
#
a9d00be0 |
| 23-May-2018 |
Xinchen Hui |
Update NEWS |