History log of /php-src/NEWS (Results 2326 – 2350 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# cfd4d3df 22-May-2021 Joe Watkins

Fix #77627 method_exists on Closure::__invoke

# b227a722 21-May-2021 Joe Watkins

ReflectionFunctionAbstract::getClosureUsedVariables

Make a distinction at compile time between bind types for static
variables

getStaticVariables remains unchanged

ReflectionFunctionAbstract::getClosureUsedVariables

Make a distinction at compile time between bind types for static
variables

getStaticVariables remains unchanged

Fixes #80071

show more ...

# 6e2d47e0 20-May-2021 Dmitry Stogov

Fixed bug #80968 (JIT segfault with return from required file)

# 64918fee 19-May-2021 Sara Golemon

Prep for 8.0.8

# 5dfdd694 19-May-2021 Christoph M. Becker

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
Fix #81048: phpinfo(INFO_VARIABLES) "Array to string conversion"


# 36b9bdee 19-May-2021 Christoph M. Becker

Fix #81048: phpinfo(INFO_VARIABLES) "Array to string conversion"

Now that we properly dereference references of the superglobals. we
also need to dereference contained references to avoi

Fix #81048: phpinfo(INFO_VARIABLES) "Array to string conversion"

Now that we properly dereference references of the superglobals. we
also need to dereference contained references to avoid to string
conversion.

Closes GH-7014.

show more ...

# 3938bfb5 18-May-2021 Derick Rethans

The PHP 7.4 branch is now for 7.4.21

# 6c3896b1 18-May-2021 Christoph M. Becker

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
[ci skip] Removed incorrect news entry


# 66c3a174 18-May-2021 Graham Campbell

[ci skip] Removed incorrect news entry

Closes GH-7007.

# 0bff67c0 17-May-2021 Nikita Popov

Fixed bug #81019

Before the zval -> zend_object migration, this code used macros
like FORMATTER_METHOD_FETCH_OBJECT_NO_CHECK, which internally
clear the error. Now that they are no l

Fixed bug #81019

Before the zval -> zend_object migration, this code used macros
like FORMATTER_METHOD_FETCH_OBJECT_NO_CHECK, which internally
clear the error. Now that they are no longer used, we need to
manually clear the error.

show more ...

# c446d68f 17-May-2021 Nikita Popov

Fixed bug #81046

Literal compaction was incorrectly assuming that literals with
the same base literal and the same number of related literals
would be equal. Maybe that was the case

Fixed bug #81046

Literal compaction was incorrectly assuming that literals with
the same base literal and the same number of related literals
would be equal. Maybe that was the case historically, but at
least it isn't true in PHP 8, where FETCH_CONSTANT and INIT_METHOD
have distinct literals at the second position.

Fix this by making the cache key a concatenation of all literals,
rather than just the base literal. We still distinguish the number
of related literals based on a bias added to the string hash.

show more ...

# 2a486d48 14-May-2021 Kamil Tekiela

Merge branch 'PHP-8.0'

* PHP-8.0:
Fix NEWS


# 5c164a22 14-May-2021 Kamil Tekiela

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
Fix NEWS


# ead72aab 14-May-2021 Kamil Tekiela

Fix NEWS

# dbfc9f99 14-May-2021 Kamil Tekiela

Merge branch 'PHP-8.0'

* PHP-8.0:
Fixed bug #81037 PDO discards error message text from prepared statement

Closes GH-6978.


# 574b5515 14-May-2021 Kamil Tekiela

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
Fixed bug #81037 PDO discards error message text from prepared statement


# 6afbb741 13-May-2021 Kamil Tekiela

Fixed bug #81037 PDO discards error message text from prepared statement

# c455f49a 14-May-2021 Christoph M. Becker

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
Fix #81032: GD install is affected by external libgd installation


# 28e7addb 12-May-2021 Flavio Heleno

Fix #81032: GD install is affected by external libgd installation

This PR replaces the bundled libgd includes from #include <foo.h> with
#include "foo.h" for gd-related headers to avoid

Fix #81032: GD install is affected by external libgd installation

This PR replaces the bundled libgd includes from #include <foo.h> with
#include "foo.h" for gd-related headers to avoid including headers that
may be available in system directories instead of the expected local
headers.

Closes GH-6975.

show more ...

# 6d5c60e9 14-May-2021 Nikita Popov

Add UPGRADING/NEWS for full_path for file uploads

[ci skip]

# 63c558bc 12-May-2021 Christoph M. Becker

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
Fix #44643: bound parameters ignore explicit type definitions


# 23a3bbb4 11-May-2021 Christoph M. Becker

Fix #44643: bound parameters ignore explicit type definitions

If `SQLDescribeParam()` fails for a parameter, we must not assume
`SQL_LONGVARCHAR` for any param which is not `PDO_PARAM_LO

Fix #44643: bound parameters ignore explicit type definitions

If `SQLDescribeParam()` fails for a parameter, we must not assume
`SQL_LONGVARCHAR` for any param which is not `PDO_PARAM_LOB`. At least
mapping `PDO_PARAM_INT` to `SQL_INTEGER` should be safe, and not
introduce a BC break.

Closes GH-6973.

show more ...

# 3318dcc8 11-May-2021 Joe Watkins

Merge branch 'PHP-8.0'

* PHP-8.0:
php-fpm: fix Solaris port events.mechanism


# 6ccbaa12 11-May-2021 Joe Watkins

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
php-fpm: fix Solaris port events.mechanism


# 04078a59 10-May-2021 Petr Sumbera

php-fpm: fix Solaris port events.mechanism

Bug #65800
Fix by: rainer.jung@kippdata.de

1...<<919293949596979899100>>...619