Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86867 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92892 invoked from network); 25 Jun 2015 14:41:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2015 14:41:51 -0000 X-Host-Fingerprint: 92.66.168.50 unknown Received: from [92.66.168.50] ([92.66.168.50:14027] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/02-16095-C231C855 for ; Thu, 25 Jun 2015 10:41:49 -0400 To: internals@lists.php.net Date: Thu, 25 Jun 2015 16:41:45 +0200 Message-ID: <674ooal6egn57pbp1tin5b9dsl39sc5vab@4ax.com> References: X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 92.66.168.50 Subject: Re: PHP 7.0.0alpha2 Released for Testing! From: phpdev@ehrhardt.nl (Jan Ehrhardt) Kalle Sommer Nielsen in php.internals (Thu, 25 Jun 2015 16:06:15 +0200): >This release fixes about 25 bugs reported since the first alpha and it >implements the Throwable interface with changes to the exception >hierarchy. Am I looking with my nose or isn't a change in the Zend API not announced anywhere? The RETVAL_ZVAL_FAST and RETURN_ZVAL_FAST macros were removed. This breaks the pecl http extension. See https://github.com/php/php-src/commit/8e10e8f921101e0787c8228d257107a204de3e36#commitcomment-11843858 Removing macros without proper documentation makes the life of an extension developer harder than it could be. -- Jan