Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86868 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96908 invoked from network); 25 Jun 2015 15:02:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2015 15:02:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:52615] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/D2-16095-2F71C855 for ; Thu, 25 Jun 2015 11:02:11 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id AEAE123D6299; Thu, 25 Jun 2015 17:02:07 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: from w530phpdev (pD9FD2E4C.dip0.t-ipconnect.de [217.253.46.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 410EE23D615B; Thu, 25 Jun 2015 17:02:03 +0200 (CEST) To: "'Jan Ehrhardt'" , References: <674ooal6egn57pbp1tin5b9dsl39sc5vab@4ax.com> In-Reply-To: <674ooal6egn57pbp1tin5b9dsl39sc5vab@4ax.com> Date: Thu, 25 Jun 2015 17:02:03 +0200 Message-ID: <079601d0af57$e6c5e990$b451bcb0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQKJAScdF5ZTKijw8IakSlihX2CM3wLWSV3nnDX54NA= Content-Language: en-us Subject: RE: [PHP-DEV] Re: PHP 7.0.0alpha2 Released for Testing! From: anatol.php@belski.net ("Anatol Belski") Hi Jan, > -----Original Message----- > From: Jan Ehrhardt [mailto:phpdev@ehrhardt.nl] > Sent: Thursday, June 25, 2015 4:42 PM > To: internals@lists.php.net > Subject: [PHP-DEV] Re: PHP 7.0.0alpha2 Released for Testing! > > 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. > -- Thanks for reporting. Please keep in mind that it's still an alpha. While we work hard on keeping compatibility, some incidents could happen. Regards Anatol