History log of /php-src/NEWS (Results 5926 – 5950 of 15457)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 941b56dd 13-Sep-2016 Anatol Belski

update NEWS

# 339a865d 13-Sep-2016 Xinchen Hui

Update NEWS

# 2d8ab515 13-Sep-2016 Xinchen Hui

Fixed bug #73067 (__debugInfo crashes when throwing an exception)

# 95e4e6a3 11-Sep-2016 Anatol Belski

fix bug category

# 0fdf2ffa 11-Sep-2016 Anatol Belski

update NEWS

# aa5abe11 10-Sep-2016 Anatol Belski

update NEWS

# 1ed07676 10-Sep-2016 Anatol Belski

update NEWS

# 6c9d37d0 10-Sep-2016 Anatol Belski

update NEWS

# e8e41aa8 09-Sep-2016 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1


# 1a30a7a4 09-Sep-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# 23e721fc 09-Sep-2016 Christoph M. Becker

Fix #73054: default option ignored when object passed to int filter

If an object that can't be converted to string is validated, we must not
bail out early, but rather check for a reques

Fix #73054: default option ignored when object passed to int filter

If an object that can't be converted to string is validated, we must not
bail out early, but rather check for a requested default value.

show more ...

# 807c49e6 09-Sep-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# cb91a51b 03-Sep-2015 Levi Morrison

Partially fix bug #67167 - Wrong return value...

...from FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE

The remainer of the fix would require the filter functions to only
conve

Partially fix bug #67167 - Wrong return value...

...from FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE

The remainer of the fix would require the filter functions to only
convert to string when it makes sense for that particular filter.

(cherry picked from commit 432dc527adcbc3bf4809f6315350300d42c16c52)

show more ...

# 17dbb916 09-Sep-2016 Yasuo Ohgaki

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Update NEWS
Fixed Bug #68015 Session does not report invalid uid for files save handler


# fb9444e0 09-Sep-2016 Yasuo Ohgaki

Update NEWS

# 38553e85 09-Sep-2016 Yasuo Ohgaki

Fixed Bug #68015 Session does not report invalid uid for files save handler

# 2c3bc4eb 08-Sep-2016 Yasuo Ohgaki

Update NEWS

# c50ae8fd 08-Sep-2016 Yasuo Ohgaki

Update NEWS

# fb1c46f0 08-Sep-2016 Yasuo Ohgaki

Update NEWS

# 5d394b3b 06-Sep-2016 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1


# af3031d7 06-Sep-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# dad79363 06-Sep-2016 Christoph M. Becker

Fix #73025: Heap Buffer Overflow in virtual_popen of zend_virtual_cwd.c

`command_length` is retrieved via strlen() and later passed to emalloc()
and memcpy(), so the appropriate type is

Fix #73025: Heap Buffer Overflow in virtual_popen of zend_virtual_cwd.c

`command_length` is retrieved via strlen() and later passed to emalloc()
and memcpy(), so the appropriate type is `size_t`.

We don't add a regression test, because that would need to allocate a string
of at least 2 GiB.

show more ...

# 3a35d43a 06-Sep-2016 Yasuo Ohgaki

Update NEWS

# 0adf9191 06-Sep-2016 Yasuo Ohgaki

Update NEWS

# a58e6d4e 06-Sep-2016 Yasuo Ohgaki

Update NEWS

1...<<231232233234235236237238239240>>...619