Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70103 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49088 invoked from network); 13 Nov 2013 21:49:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Nov 2013 21:49:29 -0000 X-Host-Fingerprint: 80.4.21.210 cpc22-asfd3-2-0-cust209.1-2.cable.virginm.net Received: from [80.4.21.210] ([80.4.21.210:27808] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/40-45833-7E3F3825 for ; Wed, 13 Nov 2013 16:49:28 -0500 Message-ID: <5A.40.45833.7E3F3825@pb1.pair.com> To: internals@lists.php.net Date: Wed, 13 Nov 2013 21:49:23 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.4.21.210 Subject: patch for a debugger in the making ... From: krakjoe@php.net (Joe Watkins) Evening All, A couple of us are working on a debugging platform, in order to deploy on windows we require a few more functions to be declared ZEND_API: https://gist.github.com/krakjoe/7456833 If it's not going to cause any disruption, could we merge that into master please ?? Cheers Joe