Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70105 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72353 invoked from network); 14 Nov 2013 08:49:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2013 08:49:14 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:47022] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/C0-00117-98E84825 for ; Thu, 14 Nov 2013 03:49:14 -0500 Received: by mail-lb0-f178.google.com with SMTP id y6so1287980lbh.9 for ; Thu, 14 Nov 2013 00:49:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sbne1yEOMn90OTXSU/bSStP0qBAcAlGdJQ9ntPdi0/w=; b=bCBLv/Z8Ze/Y3yJtPJB+HDt7JCcuEi5XPpHmJuAl7Mlt11yhpUiAidyZ10nLFnPT1D bNc6G8PEvP0cZmy68/icNg4oi1lFhV5YpveJo0UFDBCJNZnc78ywJ0Yf9KsTUs2xnf4S v/qAnaXIu6fkCq/+spGkzOTKpeSsm1LNgghbPkhwdtmpMRgKmu52M6r+4zvQ1nr19lYR fpIl0Z7VxQKJnivi+pKF/jUyEfYAQN0A8fSrTpWDzm/dt506JpJBD7eddbhdnRDHkCzf /gd+S7rM0dLEjDYfrM23sNI2S6KYQjM5autR0jZ5ZyiGKBwojmAelyiBkYwLfvsaCJRY PbDQ== MIME-Version: 1.0 X-Received: by 10.112.210.136 with SMTP id mu8mr133035lbc.25.1384418950414; Thu, 14 Nov 2013 00:49:10 -0800 (PST) Received: by 10.112.157.33 with HTTP; Thu, 14 Nov 2013 00:49:10 -0800 (PST) Received: by 10.112.157.33 with HTTP; Thu, 14 Nov 2013 00:49:10 -0800 (PST) In-Reply-To: <5A.40.45833.7E3F3825@pb1.pair.com> References: <5A.40.45833.7E3F3825@pb1.pair.com> Date: Thu, 14 Nov 2013 09:49:10 +0100 Message-ID: To: Joe Watkins Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c3c704c285ff04eb1f2768 Subject: Re: [PHP-DEV] patch for a debugger in the making ... From: pierre.php@gmail.com (Pierre Joye) --001a11c3c704c285ff04eb1f2768 Content-Type: text/plain; charset=UTF-8 Hi Joe! On Nov 13, 2013 10:49 PM, "Joe Watkins" wrote: > > 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 ?? > Looks good to me. Please merge it to 5.6 as well. Thanks for your work! Cheers, Pierre --001a11c3c704c285ff04eb1f2768--