History log of /php-src/NEWS (Results 5451 – 5475 of 15455)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 6a584cf3 26-Feb-2017 Xinchen Hui

Fixed bug #74157 (Segfault with nested generators)

# 36fcc4cb 25-Feb-2017 Xinchen Hui

Fixed bug #74164 (PHP hangs when an invalid value is dynamically passed to typehinted by-ref arg)

# f678b0ea 24-Feb-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# eac8166b 18-Feb-2017 Grundik

Fix bug #73127

gost-crypto hash was incorrect if input data contained long 0xFF
sequence, due to a carry-propagation bug.

# c05c65ac 24-Feb-2017 Aaron Piotrowski

Merge branch 'PHP-7.0' into PHP-7.1


# cc105150 24-Feb-2017 Aaron Piotrowski

Update NEWS

# 330a7b62 23-Feb-2017 Xinchen Hui

Fixed bug #74152 (if statement says true to a null variable)

# 1d4eead9 23-Feb-2017 Xinchen Hui

Fixed bug #74148 (ReflectionFunction incorrectly reports the number of arguments)

# 15b8b124 17-Feb-2017 andrewnester

Fixed #74099 - Memory leak with openssl_encrypt()

# c240feb7 17-Feb-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# 51358281 15-Feb-2017 Benjamin Robin

Fixed bug #74105

If getrandom syscall is unavailable (ENOSYS), try to fallback on
/dev/urandom.

# 9ca43b87 16-Feb-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# 61e59db9 16-Feb-2017 Ondřej Surý

Disable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address).

The AddressSanitizer doesn't support RTLD_DEEPBIND resulting in
erratic errors when deinitializing phar m

Disable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address).

The AddressSanitizer doesn't support RTLD_DEEPBIND resulting in
erratic errors when deinitializing phar module and possibly others.

Clang use __has_feature() macro to indicate compilation with
AddressSanitizer while gcc uses __SANITIZE_ADDRESS__ define.

Fixes bug #73677.

show more ...

# 5432d6f9 16-Feb-2017 Nikita Popov

Add json dep to test

# bf4fdda1 15-Feb-2017 Anatol Belski

[ci skip] update NEWS

# e79754de 15-Feb-2017 Anatol Belski

[ci skip] update NEWS

# 1242f53d 15-Feb-2017 Xinchen Hui

Workaround to fix bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)

Use a different exit code for hard_timeout, 124 is used by linux
timeout:http://man7.

Workaround to fix bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)

Use a different exit code for hard_timeout, 124 is used by linux
timeout:http://man7.org/linux/man-pages/man1/timeout.1.html
"If the command times out, and --preserve-status is not set, then exit with status 124"

show more ...

# 930ce020 13-Feb-2017 Xinchen Hui

Update NEWS

# 39173505 13-Feb-2017 Xinchen Hui

Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite)

# 91159bdc 13-Feb-2017 Anatol Belski

update NEWS

# 134d0b33 12-Feb-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# f0519f48 12-Feb-2017 Derick Rethans

Upgrade timelib to 2017.01

This fixes:

- Fixed bug #72719 (Relative datetime format ignores weekday on sundays only).
- Fixed bug #73294 (DateTime wrong when date string is nega

Upgrade timelib to 2017.01

This fixes:

- Fixed bug #72719 (Relative datetime format ignores weekday on sundays only).
- Fixed bug #73294 (DateTime wrong when date string is negative).
- Fixed bug #73489 (wrong timestamp when call setTimeZone multi times with UTC
offset).
- Fixed bug #73858 (first/last day of' flag is not being reset).
- Fixed bug #73942 ($date->modify('Friday this week') doesn't return a Friday
if $date is a Sunday).
- Fixed bug #74057 (wrong day when using "this week" in strtotime).

show more ...

# b96c5b14 12-Feb-2017 Xinchen Hui

Update NEWS

# 26fdebc6 12-Feb-2017 Xinchen Hui

Fixed bug #74084 (Out of bound read - zend_mm_alloc_small)

# 98fceaf6 12-Feb-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


1...<<211212213214215216217218219220>>...619