Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82592 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72960 invoked from network); 13 Feb 2015 09:58:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2015 09:58:34 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:5092] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/02-62214-8CACDD45 for ; Fri, 13 Feb 2015 04:58:32 -0500 To: internals@lists.php.net Date: Fri, 13 Feb 2015 10:55:39 +0100 Message-ID: References: <54DA162D.1070806@lsces.co.uk> <54DB4E59.4030503@lsces.co.uk> 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: 85.223.116.227 Subject: Re: [PHP-DEV] zend_get_parameters_ex rework From: phpdev@ehrhardt.nl (Jan Ehrhardt) Lester Caine in php.internals (Wed, 11 Feb 2015 12:43:05 +0000): >OK I've got a patch for master, but I know that the changes are not >complete! > >http://hg.lsces.org.uk/hg/php-src/rev/8ec9101f59b6 This one might be a little bit more complete: https://github.com/Jan-E/php-src/commit/8c920a22ac65da485eaf3d2fd27baf2b0406116e Could you test that one? I did it as a sort of PHP7 exercise, but I do not have Interbase running. Jan