Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42307 invoked from network); 13 Feb 2015 16:40:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2015 16:40:11 -0000 X-Host-Fingerprint: 77.170.89.239 ip4daa59ef.direct-adsl.nl Received: from [77.170.89.239] ([77.170.89.239:9543] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/30-40724-9E82ED45 for ; Fri, 13 Feb 2015 11:40:10 -0500 To: internals@lists.php.net Date: Fri, 13 Feb 2015 17:40:04 +0100 Message-ID: <5t9sda5f27sjjuvolh7agp7dtvtafbihdk@4ax.com> 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: 77.170.89.239 Subject: Re: [PHP-DEV] zend_get_parameters_ex rework From: phpdev@ehrhardt.nl (Jan Ehrhardt) marius adrian popa in php.internals (Fri, 13 Feb 2015 17:56:28 +0200): >On Fri, Feb 13, 2015 at 11:55 AM, Jan Ehrhardt wrote: > >> 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. > >Thanks patch looks clean and It compiles , i will start testing it It still gives some warnings at compile time. Most of them are caused by ib_link = (ibase_db_link *)zend_fetch_resource2_ex(IBG(default_link),\ LE_LINK, le_link, le_plink); warning C4024: 'zend_fetch_resource2_ex' : different types for formal and actual parameter 1. I could not find a way to fix this. A comparable warning in interbase.c - PHP_FUNCTION(ibase_gen_id) might be easier to solve, I see now. Jan