History log of /php-src/NEWS (Results 3826 – 3850 of 15469)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 0a25b41f 08-Apr-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# eea61cda 08-Apr-2019 Nikita Popov

Fixed bug #77844

We should probably return an integer result from the operation in
typed mode, right now the result is always a string.

# 0ab45c24 05-Apr-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segfault


# 7f4a6b14 05-Apr-2019 Joe Watkins

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segfault


# 0d5be6ce 05-Apr-2019 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segfault


# 9ec1525e 05-Apr-2019 Cameron Porter

Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segfault

# 54bed8d2 04-Apr-2019 Christoph M. Becker

Fix typos

# 849c49a7 02-Apr-2019 Christoph M. Becker

Update NEWS

# 731eeb8d 02-Apr-2019 Joe Watkins

bump versions after release

# 887a7b57 02-Apr-2019 Stanislav Malyshev

Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF

# 3d5b6f23 01-Apr-2019 Stanislav Malyshev

Update NEWS & UPGRADING

# c684d32f 01-Apr-2019 Stanislav Malyshev

Update NEWS

# d8b7728b 31-Mar-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #77827: preg_match does not ignore \r in regex flags


# 88460c01 31-Mar-2019 Christoph M. Becker

Fix #77827: preg_match does not ignore \r in regex flags

# 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 ...

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