Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40229 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75922 invoked from network); 3 Sep 2008 04:30:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Sep 2008 04:30:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=mangol.smith@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mangol.smith@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.204.227 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mangol.smith@gmail.com X-Host-Fingerprint: 72.14.204.227 qb-out-0506.google.com Received: from [72.14.204.227] ([72.14.204.227:40869] helo=qb-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/16-33714-AE21EB84 for ; Wed, 03 Sep 2008 00:30:34 -0400 Received: by qb-out-0506.google.com with SMTP id d8so3765323qbc.23 for ; Tue, 02 Sep 2008 21:30:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=ZzDrTZsDLVXlCbWezAqbvT8cmp1pn0x3fkYcEcIQZFU=; b=EK6+JyJaxfkY2LRxw3OBiR66RjhdtYvyJQkZAcFNgvQZRdRWHEMXFajF5CktPzub/2 UlDPE39Zv8laD7rjzszzwyveZDMBmV73TaQ8ZcmgaQnHq80dz5wOA2jfnZ9/Wrx9ia1y LXHP339DA0qeCiMOJ4fZlfunkZZHDpGB2fWe8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=KlV4TGxFZMxiGCd4wdGxDK0kQnUIfXBZnX+nao9WLIBKh0yHslgzc82VMqUeZ/2hpY xsrIlHgE3BqhmblGPHfZpHQvwNa9LX8ajdfAhL93oyvx54mTEIPHvnzauNJvjqd8TXxY SSCBvSqlHYuXUz/7cq42A5B1y+0SXoPrs6gas= Received: by 10.102.244.1 with SMTP id r1mr5886013muh.25.1220416230653; Tue, 02 Sep 2008 21:30:30 -0700 (PDT) Received: by 10.103.177.1 with HTTP; Tue, 2 Sep 2008 21:30:30 -0700 (PDT) Message-ID: <2e78f9300809022130j7ec84e90xf0ed778371c756d4@mail.gmail.com> Date: Wed, 3 Sep 2008 10:00:30 +0530 To: "PHP Internals" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13923_13922060.1220416230646" Subject: How to enable debug for my extension? From: mangol.smith@gmail.com ("Mangol Smith") ------=_Part_13923_13922060.1220416230646 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I'm trying to debug my extension.It says that PHP is built with debug flag, but my not my extenison. I used --enable-debug for PHP build. But, in the extension I wrote I can't find any configure option associated with debug in ./configure --help. I tried using the options --enable-debug and --with-debug options, but no result. PHP is giving a startup error while loading my extension. Any suggestions please. -- Mangol Smith ------=_Part_13923_13922060.1220416230646--