CompatDB
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • CompatDB.org 1.03
  • Examples
  • Mirror List
  • Support Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Daily Reviews Summary 19-11-02
· Wine Staging 4.19 released
· Wine 4.19 released
· Daily Reviews Summary 19-11-01
· Fedora 29 EOL on 2019-11-26
· Qtbase-Opensource-Src and Libarchive Updates for Debian 9 and 10
· Virt-Manager, Libvirt, Oracle-Olcne, PHP Updates for Oracle Linux 7
· Docker-Runc Update for openSUSE
· Firefox, Sudo, Thunderbird Updates for CentOS 7
· Intel Core i9-9900KS Reviews and more

New Forum Topics
· OpticBook 3600 driver updates and patches
by: ronald arthur dewhirst
on: 2019-10-12 22:12
1 replies, 1695 views

· Need a decent browser for XP Pro!
by: rvail623
on: 2019-05-04 17:03
3 replies, 11649 views

· Dale
by: Dale Blinco
on: 2018-02-05 00:26
1 replies, 7973 views

· modem driver needed
by: jongiffen777
on: 2017-12-13 11:11
1 replies, 10060 views

· Comodo Time Machine + Faronics Deep Freeze
by: Jabberwocky
on: 2017-11-15 23:17
1 replies, 9328 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· General

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

CompatDB » News » September 2015 » PHP 7.0.0 RC 2 Released

PHP 7.0.0 RC 2 Released

Posted by Philipp Esselbach on: 09/04/2015 08:57 AM [ Print | 0 comment(s) ]

The second release candidate of PHP 7 is now available




The PHP development team announces the immediate availability of PHP 7.0.0 RC 2. This is the seventh pre-release of the new PHP 7 major series. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!

PHP 7.0.0 RC 2 contains fixes for 28 reported bugs, 7 of which are security related, and altogether over 250 commits with various improvements.

PHP 7.0.0 comes with new version of the Zend Engine with features such as (incomplete list):

Improved performance: PHP 7 is up to twice as fast as PHP 5.6
Consistent 64-bit support
Many fatal errors are now Exceptions
Removal of old and unsupported SAPIs and extensions
The null coalescing operator (??)
Combined comparison Operator (<=>)
Return Type Declarations
Scalar Type Declarations
Anonymous Classes

For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.

03 Sep 2015, PHP 7.0.0 RC 2

- Core:
. Fixed bug #70398 (SIGSEGV, Segmentation fault zend_ast_destroy_ex).
(Dmitry, Bob, Laruence)
. Fixed bug #70332 (Wrong behavior while returning reference on object).
(Laruence, Dmitry)
. Fixed bug #70300 (Syntactical inconsistency with new group use syntax).
(marcio dot web2 at gmail dot com)
. Fixed bug #70321 (Magic getter breaks reference to array property).
(Laruence)
. Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)
(Dmitry)
. Fixed bug #70145 (From field incorrectly parsed from headers). (Anatol)
. Fixed bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when
building extensions). (Adam)
. Fixed bug causing exception traces with anon classes to be truncated. (Bob)
. Fixed bug #70397 (Segmentation fault when using Closure::call and yield).
(Bob)

- Curl:
. Fixed bug #70330 (Segmentation Fault with multiple "curl_copy_handle").
(Laruence)

- EXIF:
. Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte
value of 32 bytes). (Stas)

- hash:
. Fixed bug #70312 (HAVAL gives wrong hashes in specific cases). (letsgolee
at naver dot com)

- Mysqli:
. Fixed bug #32490 (constructor of mysqli has wrong name). (cmb)

- Pcntl:
. Fixed bug #70386 (Can't compile on NetBSD because of missing WCONTINUED
and WIFCONTINUED). (Matteo)

- PCRE:
. Fixed bug #70232 (Incorrect bump-along behavior with \K and empty string
match). (cmb)
. Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
(Anatol Belski)

- PDO:
- Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence)

- PDO_OCI:
. Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored). (Chris Jones)

- SOAP:
. Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
(Stas)

- SPL:
. Fixed bug #70303 (Incorrect constructor reflection for ArrayObject). (cmb)

- Standard:
. Fixed bug #70342 (changing configuration with ignore_user_abort(true) isn't
working). (Laruence)
. Fixed bug #70295 (Segmentation fault with setrawcookie). (Bob)
. Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb)
. Fixed bug #70365 (Use-after-free vulnerability in unserialize() with
SplObjectStorage). (taoguangchen at icloud dot com)
. Fixed bug #70366 (Use-after-free vulnerability in unserialize() with
SplDoublyLinkedList). (taoguangchen at icloud dot com)

- Reflection:
. Fixed bug causing bogus traces for ReflectionGenerator::getTrace(). (Bob)

- XSLT:
. Fixed bug #69782 (NULL pointer dereference). (Stas)

- ZIP:
. Fixed bug #70350 (ZipArchive::extractTo allows for directory traversal when
creating directories). (neal at fb dot com)


PHP 7.0.0 RC 2 Released

Related Stories

08/21/2015 02:24 PM: PHP 7.0.0 RC 1 Released by Philipp Esselbach
The first release candidate of PHP 7.0.0 is now available...

08/08/2015 07:50 PM: PHP 7.0.0 Beta 3 released by Philipp Esselbach
PHP 7.0.0 Beta 3 has been released...

07/24/2015 03:36 PM: PHP 7.0.0 Beta 2 Released by Philipp Esselbach
The second beta of PHP 7.0.0 is now available...

07/13/2015 08:05 AM: PHP 7.0.0 Beta 1 released by Philipp Esselbach
The first beta version of PHP 7.0.0 is available...

06/26/2015 06:46 PM: PHP 7.0.0 Alpha 2 Released by Philipp Esselbach
PHP 7.0.0 Alpha 2 has been released...


« GNOME 3.18 Beta 2 released · Hands On With The Samsung Gear S2 And Gear S2 Classic Smartwatches and more »

CompatDB » News » September 2015 » PHP 7.0.0 RC 2 Released
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2007-2018 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition