History log of /php-src/NEWS (Results 4251 – 4275 of 15455)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 81f23057 11-Sep-2018 Ferenc Kovacs

5.6.39 will be the next

# e6585a47 11-Sep-2018 Christoph M. Becker

[ci skip] Update NEWS wrt. php-7.3.RC1 tagging

# b117feeb 11-Sep-2018 Christoph M. Becker

Fix #76510: file_exists() stopped working for phar://

We work around a strlen() optimization bug in GCC 8[1] by checking
whether the used GCC exhibits the broken behavior, and if so by

Fix #76510: file_exists() stopped working for phar://

We work around a strlen() optimization bug in GCC 8[1] by checking
whether the used GCC exhibits the broken behavior, and if so by
disabling `optimize-strlen`.

[1] <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86914>

show more ...

# 609afc29 10-Sep-2018 Remi Collet

add NEWS for 76582

# c1de8401 09-Sep-2018 Stanislav Malyshev

Update NEWS

# 58e2f5ea 08-Sep-2018 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #75273: php_zlib_inflate_filter() may not update bytes_consumed


# fa70b91a 08-Sep-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #75273: php_zlib_inflate_filter() may not update bytes_consumed


# 90d86389 08-Sep-2018 Christoph M. Becker

Fix #75273: php_zlib_inflate_filter() may not update bytes_consumed

Whenever we return with `PSFS_PASS_ON`, we need to update
`bytes_consumed` to not mislead the caller. Instead of fixi

Fix #75273: php_zlib_inflate_filter() may not update bytes_consumed

Whenever we return with `PSFS_PASS_ON`, we need to update
`bytes_consumed` to not mislead the caller. Instead of fixing the
respective `if` clauses, we eschew the early bail-outs to simplify the
code a bit.

show more ...

# a32c563e 07-Sep-2018 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# cfdd8281 07-Sep-2018 Nikita Popov

Fixed bug #76796

# 21cd552e 05-Sep-2018 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #74454: Wrong exception being thrown when using ReflectionMethod


# 7a2c9585 05-Sep-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #74454: Wrong exception being thrown when using ReflectionMethod


# c0a389a9 05-Sep-2018 Christoph M. Becker

Fix #74454: Wrong exception being thrown when using ReflectionMethod

If zend_throw_exception_ex() already threw an exception, we should not
throw again.

# d903fc08 04-Sep-2018 Anatol Belski

Restore NEWS entry [skip ci]

# 3497b75b 04-Sep-2018 Xinchen Hui

Fixed bug #76825 (Undefined symbols ___cpuid_count)

# efbc05a5 04-Sep-2018 Joe Watkins

Merge branch 'PHP-7.3'

* PHP-7.3:
Fix bug #74764 and add a test case


# 6b5e7e6b 04-Sep-2018 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix bug #74764 and add a test case


# 21f8cd2a 04-Sep-2018 Joe Watkins

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix bug #74764 and add a test case


# 0f724453 28-Aug-2018 Ville Hukkamaki

Fix bug #74764 and add a test case

# 7585a20d 04-Sep-2018 Anatol Belski

[ci skip] Update NEWS

# 64d29785 04-Sep-2018 Anatol Belski

[ci skip] Update NEWS

# e58690a2 04-Sep-2018 Anatol Belski

[ci skip] Update NEWS

# 6122f674 04-Sep-2018 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# fcf78dfb 04-Sep-2018 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# 742783c3 24-Aug-2018 Ville Hukkamaki

Fixed bug #73457

Correctly report errors when opening FTP data connection.

1...<<171172173174175176177178179180>>...619