Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53580 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13129 invoked from network); 25 Jun 2011 06:12:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2011 06:12:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.199.177.89 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.199.177.89 il-mr1.zend.com Received: from [212.199.177.89] ([212.199.177.89:42754] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/42-16311-74C750E4 for ; Sat, 25 Jun 2011 02:12:24 -0400 Received: from il-gw1.zend.com (unknown [10.1.1.22]) by il-mr1.zend.com (Postfix) with ESMTP id 60D8560703; Sat, 25 Jun 2011 09:11:16 +0300 (IDT) Received: from tpl2.home (10.1.10.45) by il-ex2.zend.net (10.1.1.22) with Microsoft SMTP Server id 14.1.255.0; Sat, 25 Jun 2011 09:12:19 +0300 Message-ID: <4E057C45.3080203@zend.com> Date: Sat, 25 Jun 2011 10:12:21 +0400 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: Derick Rethans CC: PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.1.10.45] Subject: Re: Small PHPAPI addition From: dmitry@zend.com (Dmitry Stogov) Hi Derick, I don't see any problems committing it. Thanks. Dmitry. On 06/24/2011 12:47 AM, Derick Rethans wrote: > Hi! > > In order to fix Xdebug bug #587 (http://bugs.xdebug.org/view.php?id=587) > I need to have access to module_initialized which is currently a static > in main/main.c. I've added a simple function to retrieve that and would > like to commit that to 5.3/5.4 and trunk. Comments? > The patch is attached. > > cheers, > Derick >