History log of /php-src/NEWS (Results 4351 – 4375 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 6680d5f8 05-Aug-2018 Peter Kokot

[ci skip] Update NEWS

# 169a9831 05-Aug-2018 Peter Kokot

[ci skip] Update NEWS

# 70ecb6e5 04-Aug-2018 Christoph M. Becker

Fix #76706: mbstring.http_output_conv_mimetypes is ignored

_php_mb_match_regex() is supposed to return != 0 on success, and 0 on
failure. pcre2_match() returns >= 0 on success, and < 0

Fix #76706: mbstring.http_output_conv_mimetypes is ignored

_php_mb_match_regex() is supposed to return != 0 on success, and 0 on
failure. pcre2_match() returns >= 0 on success, and < 0 on failure.
We map the result accordingly.

Since this patch fixes four failing tests, there is no need to add
another.

show more ...

# 827abb84 04-Aug-2018 Peter Kokot

[ci skip] Update NEWS

Bug fix #76595 has been done after the 7.2.9RC1 release and should go
to appropriate NEWS location then.

# fd0fc20d 04-Aug-2018 Peter Kokot

[ci skip] Update NEWS

Bug fix #76595 has been done after RC release and should go to
appropriate NEWS location then.

# 5dc74d9e 04-Aug-2018 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #76704: mb_detect_order return value varies based on argument type


# 81ebe930 04-Aug-2018 Christoph M. Becker

[ci skip] Fix NEWS

beta1 has already been released, but does not contain the fix for bug
76595.

# db8bcdba 04-Aug-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #76704: mb_detect_order return value varies based on argument type


# c00f5e65 04-Aug-2018 Christoph M. Becker

Fix #76704: mb_detect_order return value varies based on argument type

php_mb_parse_encoding_list() and php_mb_parse_encoding_array() are
supposed to return SUCCESS and FAILURE, not 1 an

Fix #76704: mb_detect_order return value varies based on argument type

php_mb_parse_encoding_list() and php_mb_parse_encoding_array() are
supposed to return SUCCESS and FAILURE, not 1 and 0, respectively.

show more ...

# bb928087 04-Aug-2018 Peter Kokot

[ci skip] Update NEWS

# ffae3fb2 04-Aug-2018 Peter Kokot

[ci skip] Update NEWS

# b71a5038 04-Aug-2018 Peter Kokot

[ci skip] Update NEWS

# 0ba49597 02-Aug-2018 Sara Golemon

Roll NEWS for 7.2.10

# 74988eed 31-Jul-2018 Joe Watkins

bump version

# a63c99ba 31-Jul-2018 Christoph M. Becker

Prepare for PHP 7.4

# 16035368 30-Jul-2018 Anatol Belski

Update NEWS [ci skip]

# 095a30e1 30-Jul-2018 Anatol Belski

Update NEWS [ci skip]

# 28701787 30-Jul-2018 Anatol Belski

Update NEWS [ci skip]

# a7746d10 27-Jul-2018 Xinchen Hui

Fixed bug #76667 (Segfault with divide-assign op and __get + __set)

# d035bc2b 26-Jul-2018 Christoph M. Becker

Merge branch 'PHP-7.2'

* PHP-7.2:
Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle


# ce66492a 26-Jul-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle


# ed7e3bc7 26-Jul-2018 Christoph M. Becker

Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle

We need to ensure that a zval IS_DOUBLE before we access it as such.
In this case we apply common type juggling to

Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle

We need to ensure that a zval IS_DOUBLE before we access it as such.
In this case we apply common type juggling to do so.

show more ...

# dcd6a6ff 24-Jul-2018 Christoph M. Becker

Merge branch 'PHP-7.2'

* PHP-7.2:
Fix #76643: Segmentation fault when using `output_add_rewrite_var`


# a96ca139 24-Jul-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #76643: Segmentation fault when using `output_add_rewrite_var`


# 40bd84d3 24-Jul-2018 Christoph M. Becker

Fix #76643: Segmentation fault when using `output_add_rewrite_var`

We have to check whether _SERVER is actually an array before we're
going to use it as such.

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