Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 54401 invoked from network); 4 Mar 2011 22:20:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Mar 2011 22:20:52 -0000 Received: (qmail 56232 invoked by uid 500); 4 Mar 2011 22:20:49 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 56142 invoked by uid 500); 4 Mar 2011 22:20:49 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 56112 invoked by uid 99); 4 Mar 2011 22:20:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 22:20:49 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [75.126.145.194] (HELO shared6.whbdns.com) (75.126.145.194) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 22:20:44 +0000 Received: from adsl-76-211-229-102.dsl.pltn13.sbcglobal.net ([76.211.229.102]) by shared6.whbdns.com with esmtpa (Exim 4.69) (envelope-from ) id 1PvdMG-0003IB-12 for users@httpd.apache.org; Fri, 04 Mar 2011 16:20:24 -0600 Message-Id: <7A4E3B9F-6896-4980-AB7B-DC6FF32F5CD4@bustspammers.com> From: Steven Ross To: users@httpd.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Fri, 4 Mar 2011 14:20:21 -0800 X-Mailer: Apple Mail (2.936) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - shared6.whbdns.com X-AntiAbuse: Original Domain - httpd.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bustspammers.com X-Source: X-Source-Args: X-Source-Dir: Subject: [users@httpd] Fails to load xdebug - why? I'm trying to install the debugger extension Xdebug http://xdebug.org/ for PHP on the preinstalled Apache 2.0 running on my local Mac. I tried the built-in PHP installation and also the Entropy PHP package http://www.entropy.ch/software/macosx/php/ I got the extension from the Xebug site and also a precompiled version from Komodo http://code.activestate.com/komodo/ remotedebugging/ It's a PPC Mac and the extension is said to be universal binary, i.e. works on PPC Macs. Xdebug never shows up in the phpinfo(); output, even though it loads the correct php.ini file (double-checked in output) and the .ini file specifies the extension correctly. No matter what PHP/Xdebug combo, when I restart Apache, I see something like this in my Apache error log: [Fri Mar 04 12:26:49 2011] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] Failed loading /usr/local/php5/lib/php/extensions/no-debug-non- zts-20060613/xdebug.so: (null) [Fri Mar 04 12:26:50 2011] [notice] Digest: generating secret for digest authentication ... [Fri Mar 04 12:26:50 2011] [notice] Digest: done [Fri Mar 04 12:26:50 2011] [notice] Apache/2.2.14 (Unix) mod_ssl/ 2.2.14 OpenSSL/0.9.7l DAV/2 PHP/5.2.9 configured -- resuming normal operations Is there any way to get more info about why it failed loading? The error message just says (null) - not very helpful. Any other ideas? Thanks, Steven --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org