History log of /php-src/NEWS (Results 3901 – 3925 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 1c22ace0 25-Feb-2019 Xinchen Hui

Fixed bug #77660 (Segmentation fault on break 2147483648)

# 3b5475e9 25-Feb-2019 Xinchen Hui

Update NEWS

# 4a72dd78 25-Feb-2019 Xinchen Hui

Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper)

# 831eba0e 22-Feb-2019 Christoph M. Becker

Fix #77648: BOM in sapi/apache2handler/php_functions.c

# bd2a00ac 22-Feb-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 53881438 22-Feb-2019 Nikita Popov

Fixed bug #77652

# 099c9ab4 21-Feb-2019 Frank Denis

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix bug #77646


# b8244244 21-Feb-2019 Frank Denis

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix bug #77646


# 5c221bcd 21-Feb-2019 Frank Denis

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix bug #77646


# 08089b57 21-Feb-2019 Frank Denis

Fix bug #77646

# 96099503 21-Feb-2019 Frank Denis

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix bug #77646


# e7ca69f1 21-Feb-2019 Frank Denis

Fix bug #77646

# ad3dac37 21-Feb-2019 Frank Denis

Fix bug #77646

# e5d8ac92 21-Feb-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 934691fa 21-Feb-2019 Nikita Popov

Fixed bug #77597

The same variable was reused in two nested loops... The test doesn't
fail on 7.2, but I'm fixing this here anyway as the code is clearly
wrong, and probably erroneou

Fixed bug #77597

The same variable was reused in two nested loops... The test doesn't
fail on 7.2, but I'm fixing this here anyway as the code is clearly
wrong, and probably erroneous in other situations.

show more ...

# 2ec59b3e 19-Feb-2019 Christoph M. Becker

Prepare main branch for PHP 7.3.4

# b243f2fe 19-Feb-2019 Remi Collet

bump version to 7.2.17-dev

# 8588a458 18-Feb-2019 Tyson Andre

Fix arginfo for tidy's global functions

See https://secure.php.net/tidy_getopt , etc.

I can't find any other obvious incorrect reflection.

# 767fa3dc 15-Feb-2019 Christoph M. Becker

Fix #77626: Persistence confusion in php_com_import_typelib()

We apply only the most minimal fix here, and will cater to the
unnecessary re-allocation for PHP-7.4.

We don't need

Fix #77626: Persistence confusion in php_com_import_typelib()

We apply only the most minimal fix here, and will cater to the
unnecessary re-allocation for PHP-7.4.

We don't need to add a regression test, since bug39606.phpt and
bug77621.phpt already show the misbehavior.

show more ...

# fae22461 14-Feb-2019 Christoph M. Becker

Deprecate case-insensitive constants via typelib import

As of PHP 7.3.0, case-insensitive constants are deprecated. We catch
up on this with regard to ext/com_dotnet, which allows to im

Deprecate case-insensitive constants via typelib import

As of PHP 7.3.0, case-insensitive constants are deprecated. We catch
up on this with regard to ext/com_dotnet, which allows to import
constants from typelibs, by triggering a deprecation notice whenever
`com_load_typelib()` is called with `$case_sensitive` being `false`,
and whenever `com.autoregister_casesensitive` is set to `false`,
regardless of whether there are actually constants in the typelib which
would be imported.

show more ...

# 8946ad30 14-Feb-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #77621: Already defined constants are not properly reported


# de738496 14-Feb-2019 Christoph M. Becker

Fix #77621: Already defined constants are not properly reported

We must not check uninitialized values (i.e. `c.value`), and we have to
use proper types for printf-style formats (i.e. `c

Fix #77621: Already defined constants are not properly reported

We must not check uninitialized values (i.e. `c.value`), and we have to
use proper types for printf-style formats (i.e. `char *` instead of
`zend_string *`).

show more ...

# ce7552af 14-Feb-2019 Fabien Villepinte

Fixed bug #77619

Fix MultipleIterator::__construct() arginfo

# e63febb1 15-Feb-2018 David Walker

Fixed bug #75921

Ensure that the "creating default object from empty value" warning is
always thrown. Previously some cases were missing the warning, in
particular those going throug

Fixed bug #75921

Ensure that the "creating default object from empty value" warning is
always thrown. Previously some cases were missing the warning, in
particular those going through FETCH_OBJ_W rather than a dedicated
opcode (like ASSIGN_OBJ).

One slightly unfortunate side-effect of this change is that something
like $a->b->c = 'd' will now generate two warnings rather than one
when $a is null (one for property b, one for property c).

show more ...

# eb063c8a 14-Feb-2019 Nikita Popov

Fixed bug #77612

Port php_setcookie() to use the smart_str API to ensure that there
can be no string truncation issues.

1...<<151152153154155156157158159160>>...619