History log of /php-src/NEWS (Results 6826 – 6850 of 15456)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 75de51f2 03-Dec-2015 Popa Adrian Marius

Add PDO_Firebird fix in NEWS

# a1544105 03-Dec-2015 Popa Adrian Marius

Add PDO_Firebird fix in NEWS

# a90ce6de 03-Dec-2015 Popa Adrian Marius

Add PDO_Firebird fix in NEWS

# 3d6dd2a2 03-Dec-2015 Andrea Faulds

NEWS for 8907da99b83204958cb2308ec12aa9e490372150

# 59424bb7 03-Dec-2015 Dmitry Stogov

Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)

# 2fabcbfe 03-Dec-2015 Anatol Belski

remove PHP 5 NEWS entries

# 91bad929 01-Dec-2015 Adam Harvey

Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).

We didn't initialise the retval variable in
php_cli_server_dispatch_router(); let's now initialise it to be
IS_UNDEF, a

Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).

We didn't initialise the retval variable in
php_cli_server_dispatch_router(); let's now initialise it to be
IS_UNDEF, as the following if condition expects.

show more ...

# ed4b887c 01-Dec-2015 Xinchen Hui

Fixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete element type)

# 1b277548 01-Dec-2015 Anatol Belski

arrange NEWS for final and fix one NEWS mistake

# 25c5d185 30-Nov-2015 Dmitry Stogov

Fixed bug #70997 (When using parentClass:: instead of parent::, static context changed)

# 5df6f9f2 30-Nov-2015 Xinchen Hui

Fixed bug #70993 (Array key references break argument processing)

# 4424cbf7 29-Nov-2015 Xinchen Hui

Order the NEWS

# 1f65006f 29-Nov-2015 Xinchen Hui

Fixed bug #70931 (Two errors messages are in conflict)

# 9397f527 29-Nov-2015 Xinchen Hui

Fixed Bug #70967 (Weird error handling for __toString when Error is thrown)

# e9a8d7ff 27-Nov-2015 Xinchen Hui

Fixed bug #70977, #70973 (Segmentation fault with opcache.huge_code_pages=1)

# a347b0be 27-Nov-2015 Xinchen Hui

Fixed bug #70949 (SQL Result Sets With NULL Can Cause Fatal Memory Errors)

# 6cb6c044 27-Nov-2015 Xinchen Hui

Fixed bug #70982 (setStaticPropertyValue behaviors inconsistently with 5.6)

# 2de8915d 25-Nov-2015 Bob Weinand

Fixed bug causing exception not being thrown immediately into a generator yielding from an array

# f9617575 25-Nov-2015 Xinchen Hui

Fixed NEWs again (not sure why this is messd up twice today)

# 4a7e83f5 25-Nov-2015 Xinchen Hui

Fixed bug #70970 (Segfault when combining error handler with output buffering)

of course we can try to refactor the current flow to make this error can
be catched safly.

but as

Fixed bug #70970 (Segfault when combining error handler with output buffering)

of course we can try to refactor the current flow to make this error can
be catched safly.

but as 7.0.0 is releasing, I don't think a refactor is safe now. and
actually I don't see any gain to make this catchable.

so let's keep this be consistent with 5.6 and safe for now

show more ...

# e6b46dc2 24-Nov-2015 Xinchen Hui

Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of parameters)

# 1c72e5b2 23-Nov-2015 Lior Kaplan

Align NEWS entries format

# 532912d8 23-Nov-2015 Lior Kaplan

Add NEWS entry for #61751

# f8bf1f33 23-Nov-2015 Xinchen Hui

Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)

# 51ccc88b 23-Nov-2015 Xinchen Hui

Port fix to 7.0

1...<<271272273274275276277278279280>>...619