History log of /php-src/NEWS (Results 3826 – 3850 of 15455)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 5b3acb3e 27-Mar-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix #77805 phpdbg build fails when readline is shared


# 56293d06 27-Mar-2019 Joe Watkins

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #77805 phpdbg build fails when readline is shared


# eb405a21 27-Mar-2019 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #77805 phpdbg build fails when readline is shared


# 7af270eb 27-Mar-2019 Joe Watkins

Fix #77805 phpdbg build fails when readline is shared

# f2ce7a74 26-Mar-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix #77800 phpdbg segfaults on conditional breakpoints


# 903c1e37 26-Mar-2019 Joe Watkins

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #77800 phpdbg segfaults on conditional breakpoints


# e177d26d 26-Mar-2019 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #77800 phpdbg segfaults on conditional breakpoints


# 7df8e4fc 26-Mar-2019 Joe Watkins

Fix #77800 phpdbg segfaults on conditional breakpoints

# 6ef6d317 25-Mar-2019 Peter Kokot

[ci skip] Update NEWS

# 72a2ab39 25-Mar-2019 Peter Kokot

[ci skip] Update NEWS

# ec2ecb7e 19-Mar-2019 Vlad Temian

Fix bug #77680: Correctly implement recursive mkdir on FTP stream

If the root directory was missing, an extra CWD without arguments was
made. Also, the MKD contained an empty string.

Fix bug #77680: Correctly implement recursive mkdir on FTP stream

If the root directory was missing, an extra CWD without arguments was
made. Also, the MKD contained an empty string.

Now the CWD will use / and MKDs will be issued starting from the root
directory.

show more ...

# e97577ed 25-Mar-2019 Nikita Popov

Fixed bug #77793

By making sure that we always first increment the refcount of the
new value before we destroy the old one.

# 91d4d175 25-Mar-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 85095dfd 25-Mar-2019 Nikita Popov

Fixed bug #72175

Make sure we don't close the connection we're trying to reuse...

# 11663baa 23-Mar-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
fix bug #76801: phpdbg too many open files error


# 994a8975 23-Mar-2019 Joe Watkins

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
fix bug #76801: phpdbg too many open files error


# 93740a24 23-Mar-2019 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
fix bug #76801: phpdbg too many open files error


# b8b88093 19-Mar-2019 Alessandro Chitolina

fix bug #76801: phpdbg too many open files error

# 30ddfd49 22-Mar-2019 Nikita Popov

Fixed bug #77773

# 620a7531 22-Mar-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# da35fa2c 22-Mar-2019 Nikita Popov

Fixed bug #77772

# 6311581a 19-Mar-2019 Nikita Popov

Fix bug #73948

If PREG_UNMATCHED_AS_NULL is used, make sure that unmatched capturing
groups at the end are also set to null, rather than just those in the
middle.

# 26f98ecd 20-Mar-2019 Kalle Sommer Nielsen

Sync the changes to ext/filter with 7.4, now that it works.

- Removed --with-pcre-dir
- The filter extension can now be built as shared on Unix with ./configure

# 6bbb18a0 20-Mar-2019 Christoph M. Becker

Unbundle ext/wddx

The extension is now available from <https://pecl.php.net/package/wddx>.

Cf. <https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx>.

# a785ccd2 20-Mar-2019 Remi Collet

NEWS

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