PHP 7.0.1发布,修复bug
- 2016-01-07 15:56:00
- wwccss 原创
- 11502
- Core:
- Fixed bug #71105 (Format String Vulnerability in Class Name Error Message). (CVE-2015-8617)
- Fixed bug #70831 (Compile fails on system with 160 CPUs).
- Fixed bug #71006 (symbol referencing errors on Sparc/Solaris).
- Fixed bug #70997 (When using parentClass:: instead of parent::, static context changed).
- Fixed bug #70970 (Segfault when combining error handler with output buffering).
- Fixed bug #70967 (Weird error handling for __toString when Error is thrown).
- Fixed bug #70958 (Invalid opcode while using ::class as trait method paramater default value).
- Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions).
- Fixed bug #70931 (Two errors messages are in conflict).
- Fixed bug #70904 (yield from incorrectly marks valid generator as finished).
- Fixed bug #70899 (buildconf failure in extensions).
- Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions).
- Fixed \int (or generally every scalar type name with leading backslash) to not be accepted as type name.
- Fixed exception not being thrown immediately into a generator yielding from an array.
- Fixed bug #70987 (static::class within Closure::call() causes segfault).
- Fixed bug #71013 (Incorrect exception handler with yield from).
- Fixed double free in error condition of format printer.
- CLI server:
- Fixed bug #71005 (Segfault in php_cli_server_dispatch_router()).
- Intl:
- Fixed bug #71020 (Use after free in Collator::sortWithSortKeys). (CVE-2015-8616)
- Mysqlnd:
- OCI8:
- Fixed LOB implementation size_t/zend_long mismatch reported by gcov.
- Opcache:
- PDO_Firebird:
- Fixed bug #60052 (Integer returned as a 64bit integer on X64_86).
- Phpdbg:
- Fixed stderr being written to stdout.
- Reflection:
- Soap:
- Fixed bug #70993 (Array key references break argument processing).
- SPL:
- Fixed bug #71028 (Undefined index with ArrayIterator).
- SQLite3:
- Fixed bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer).
- Standard:
- Streams/Socket:
- Add IPV6_V6ONLY constant / make it usable in stream contexts.
发表评论