History log of /PHP-7.0/NEWS (Results 226 – 250 of 9487)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ee25eb0e 12-Feb-2017 Xinchen Hui

Fixed #73496 (Invalid memory access in zend_inline_hash_func)

no test script is added because it requre too much memory


# 7e5cf2aa 11-Feb-2017 Adam Saponara

Fixed bug #73118


# 9814be4b 09-Feb-2017 Denis Yeldandi

Fixed bug #69860


# 185304a6 10-Feb-2017 Xinchen Hui

Fixed bug #74019 (Segfault with list)


# 80c8d84a 18-Jan-2017 Zheng SHAO

Fixed bug #61471


# 714d825b 02-Feb-2017 Christian Schmidt

Fix detection of isnan and isinf

The isnan() and isinf() are C99 macros not functions.

Also fix is_infinite(-INF) in case isinf is not defined.


# 8a8aa678 06-Feb-2017 Nikita Popov

Revert "Fix detection of isnan and isinf"

This reverts commit 9ea0949f43959ff0cf519e7a10ef9de7a538cde3.


# 9ea0949f 02-Feb-2017 Christian Schmidt

Fix detection of isnan and isinf

The isnan() and isinf() are C99 macros not functions.

Also fix is_infinite(-INF) in case isinf is not defined.


# 21d78786 05-Feb-2017 Andrea Faulds

Fix bug #73954


# dcaf4da8 03-Feb-2017 Nikita Popov

Revert "Merge branch 'pull-request/2344' into PHP-7.0"

This reverts commit 6988d070ea8c7d44452d8c98e594d65ea722a1d8, reversing
changes made to 75ad2b301a047209e7b5a6b5912eb589cfbc773d.


# 9ffc6ca6 03-Feb-2017 andrewnester

Fixed bug #74035


# dd9cf234 31-Jan-2017 Mitch Hagstrand

BUG #73998: Numeric properties are not accessible from get_object_vars


# acda2563 02-Feb-2017 Matěj Humpál

Fix bug #74031

Fix incorrect parameter count for imagepng function


# a15bffd1 02-Feb-2017 Nikita Popov

Fix bug #73807


# 570a2738 02-Feb-2017 Anatol Belski

[ci skip] update NEWS


# 1d7f8eb6 02-Feb-2017 Anatol Belski

update NEWS


# 74c95fb3 01-Feb-2017 Anatol Belski

sync NEWS with the reverted stuff


# 536b3ca1 31-Jan-2017 Anatol Belski

bump versions for next in dev


# f39cabe6 30-Jan-2017 Anatol Belski

update NEWS


# 2fcf1259 28-Jan-2017 jhdxr

fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)


# f65ae82c 24-Jan-2017 andrewnester

Fixed #73973 - debug_zval_dump() assertion error for resource consts with --enable-debug


# a15c1990 26-Jan-2017 Joe Watkins

[ci skip] news entry for PR #2337


Revision tags: php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1
# 80a851b4 22-Jul-2015 Michael Wallner

Fix Bug #69865 php-fpm does not close stderr when using syslog


# 6f912f7c 22-Jan-2017 andrewnester

Fixed #73969 - Fixed segmentation fault when debug_print_backtrace called


# f67d599a 21-Jan-2017 Christoph M. Becker

Fix #73968: Premature failing of XBM reading

We must take into account the line padding, when we're reading XBM
files.

We deliberately ignore the potential integer overflow here

Fix #73968: Premature failing of XBM reading

We must take into account the line padding, when we're reading XBM
files.

We deliberately ignore the potential integer overflow here, because
that would be caught by gdImageCreate() or even earlier if `bytes==0`,
what happens in libgd00094.phpt which we adapt accordingly.

show more ...


12345678910>>...380