Skip to content

Commit

Permalink
Fixed NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Dec 19, 2015
1 parent a21b094 commit baf7ad1
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ PHP NEWS
. Fixed bug #71089 (No check to duplicate zend_extension). (Remi)
. Fixed bug #71086 (Invalid numeric literal parse error within
highlight_string() function). (Nikita)
. Fixed bug #71154 (Incorrect HT iterator invalidation causes iterator reuse).
(Nikita)
. Fixed bug #52355 (Negating zero does not produce negative zero). (Andrea)
. Fixed bug #66179 (var_export() exports float as integer). (Andrea)
. Fixed bug #70804 (Unary add on negative zero produces positive zero).
(Andrea)

. CURL:
. Fixed bug #71144 (Sementation fault when using cURL with ZTS).
(Michael Maroszek, Laruence)

- DBA:
. Fixed key leak with invalid resource. (Laruence)
Expand All @@ -27,13 +37,16 @@ PHP NEWS
. Fixed bug #71063 (filter_input(INPUT_ENV, ..) does not work). (Reeze Xia)

- FTP:
. Implement FR #55651 (Option to ignore the returned FTP PASV address).
. Implemented FR #55651 (Option to ignore the returned FTP PASV address).
(abrender at elitehosts dot com)

- Mbstring:
. Fixed bug #71066 (mb_send_mail: Program terminated with signal SIGSEGV,
Segmentation fault). (Laruence)

- Opcache:
. Fixed bug #71127 (Define in auto_prepend_file is overwrite). (Laruence)

- Readline:
. Fixed bug #71094 (readline_completion_function corrupts static array on
second TAB). (Nikita)
Expand All @@ -44,13 +57,13 @@ PHP NEWS
- SPL:
. Fixed bug #71077 (ReflectionMethod for ArrayObject constructor returns
wrong number of parameters). (Laruence)

. Fixed bug #71153 (Performance Degradation in ArrayIterator with large
arrays). (Nikita)

17 Dec 2015, PHP 7.0.1

- Core:
. Fixed bug #70831 (Compile fails on system with 160 CPUs).
(Daniel Axtens)
. Fixed bug #70831 (Compile fails on system with 160 CPUs). (Daniel Axtens)
. Fixed bug #71006 (symbol referencing errors on Sparc/Solaris). (Dmitry)
. Fixed bug #70997 (When using parentClass:: instead of parent::, static
context changed). (Dmitry)
Expand All @@ -63,8 +76,8 @@ PHP NEWS
. Fixed bug #70944 (try{ } finally{} can create infinite chains of
exceptions). (Laruence)
. Fixed bug #70931 (Two errors messages are in conflict). (dams, Laruence)
. Fixed bug #70904 (yield from incorrectly marks valid generator as finished).
(Bob)
. Fixed bug #70904 (yield from incorrectly marks valid generator as
finished). (Bob)
. Fixed bug #70899 (buildconf failure in extensions). (Bob, Reeze)
. Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol:
php_register_internal_extensions). (Lior Kaplan)
Expand Down Expand Up @@ -92,8 +105,8 @@ PHP NEWS
connection flag. (Andrey)

- OCI8:
. Fixed LOB implementation size_t/zend_long mismatch reported
by gcov. (Senthil)
. Fixed LOB implementation size_t/zend_long mismatch reported by gcov.
(Senthil)

- Opcache:
. Fixed bug #71024 (Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32
Expand Down

0 comments on commit baf7ad1

Please sign in to comment.