Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44276 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86082 invoked from network); 14 Jun 2009 17:25:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2009 17:25:19 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.222.204 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.222.204 mail-pz0-f204.google.com Received: from [209.85.222.204] ([209.85.222.204:64525] helo=mail-pz0-f204.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/91-10729-D72353A4 for ; Sun, 14 Jun 2009 13:25:19 -0400 Received: by pzk42 with SMTP id 42so2217967pzk.29 for ; Sun, 14 Jun 2009 10:25:14 -0700 (PDT) Received: by 10.114.52.16 with SMTP id z16mr10076848waz.220.1245000314860; Sun, 14 Jun 2009 10:25:14 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id m30sm4805275wag.18.2009.06.14.10.25.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 14 Jun 2009 10:25:14 -0700 (PDT) Message-ID: <4A353277.9010100@chiaraquartet.net> Date: Sun, 14 Jun 2009 12:25:11 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: PHP Developers Mailing List X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: change to zend_extension directive in php.ini for PHP 5.3? From: greg@chiaraquartet.net (Greg Beaver) Hi, I just updated cvs for my main test bed (my last full update was a couple of weeks ago) and xdebug was no longer loaded. I had been loading it via: zend_extension_debug=/usr/local/lib/php/extensions/debug-non-zts-20090115/xdebug.so and all was fine (I have the debug build). Today, it stopped loading. After extensive debugging, I determined that in fact zend_extension_debug is now ignored, and the correct line is: zend_extension=/usr/local/lib/php/extensions/debug-non-zts-20090115/xdebug.so If this is true, this needs to be added to the upgrade guide. Personally, I think it is a bug, but wanted to check here first. Thanks, Greg