History log of /php-src/NEWS (Results 4301 – 4325 of 15456)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 692e5d5c 07-Aug-2018 Christoph M. Becker

Fix #76712: Assignment of empty string creates extraneous text node

We work around this peculiarity of libxml by using xmlNodeSetContent(),
which does not exhibit this behavior. This al

Fix #76712: Assignment of empty string creates extraneous text node

We work around this peculiarity of libxml by using xmlNodeSetContent(),
which does not exhibit this behavior. This also saves us from manually
calculating the string length.

show more ...

# 3278b334 22-Aug-2018 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #68825: Exception in DirectoryIterator::getLinkTarget()


# 36946f5c 22-Aug-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #68825: Exception in DirectoryIterator::getLinkTarget()


# 32a728d3 19-Aug-2018 Christoph M. Becker

Fix #68825: Exception in DirectoryIterator::getLinkTarget()

intern->file_name may not have been properly set when
DirectoryIterator::getLinkTarget() is called, so we make sure it is

Fix #68825: Exception in DirectoryIterator::getLinkTarget()

intern->file_name may not have been properly set when
DirectoryIterator::getLinkTarget() is called, so we make sure it is
before using it.

show more ...

# 9ace33b9 21-Aug-2018 Chris Wright

Fix #76773 - Methods with a concrete scope need to be added again

# 02b0bc8b 20-Aug-2018 Ondřej Surý

Fix #76767: ‘asm’ operand has impossible constraints in zend_operators.h

We disable assembly code with gcc 4.8 on i386.

# 1de17428 22-Aug-2018 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #76778: array_reduce leaks memory if callback throws exception


# cdd9eb8c 22-Aug-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #76778: array_reduce leaks memory if callback throws exception


# 70b2fca2 22-Aug-2018 Christoph M. Becker

Fix #76778: array_reduce leaks memory if callback throws exception

We have to release the result variable in the error case, too.

# 2527a0fc 21-Aug-2018 Massimiliano Braglia

Fixed bug #75797

Fix zend_register_class_alias_ex() to use non-persistent strings
for (non-persistent) userland classes.

# 138671f2 22-Aug-2018 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed bug #76777 and added test


# 7ad05957 22-Aug-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed bug #76777 and added test


# cf2fc66b 22-Aug-2018 Ville Hukkamaki

Fixed bug #76777 and added test

Set undefined values to null rather than undefined.

# efbf846f 05-Aug-2018 Gabriel Caruso

Make array parsing parameters error messages consistency with ZPP failure

# 52ea129e 19-Aug-2018 Jakub Zelenka

Merge branch 'PHP-7.2' into PHP-7.3


# 73a8f726 19-Aug-2018 Jakub Zelenka

Merge branch 'PHP-7.1' into PHP-7.2


# 4c542e6c 19-Aug-2018 Jakub Zelenka

Fix bug #76705 (unusable ssl => peer_fingerprint in stream_context_create())

# be2447fb 18-Aug-2018 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Add regression test for bug #68175
Fix #68175: RegexIterator pregFlags are NULL instead of 0


# 41d2102c 18-Aug-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Add regression test for bug #68175
Fix #68175: RegexIterator pregFlags are NULL instead of 0


# 4c448334 18-Aug-2018 Christoph M. Becker

Add regression test for bug #68175

# a097f926 17-Aug-2018 Christoph M. Becker

[ci skip] Update NEWS

Bug #76285 was supposed to have been fixed for 7.3.0alpha3, but that
has been reverted for 7.3.0beta2 due to bug #76738. Now that we have a
working fix in mast

[ci skip] Update NEWS

Bug #76285 was supposed to have been fixed for 7.3.0alpha3, but that
has been reverted for 7.3.0beta2 due to bug #76738. Now that we have a
working fix in master, we backport the respective commits.

show more ...

# d61ff37f 17-Aug-2018 Xinchen Hui

Fixed bug #76755 (setcookie does not accept "double" type for expire time)

# 2aa3733d 17-Aug-2018 Xinchen Hui

Update NEWS

# acd4264f 17-Aug-2018 Xinchen Hui

Update NEWS

# 04c4854f 17-Aug-2018 Xinchen Hui

Fixed bug #76754 (parent private constant in extends class memory leak)

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