Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44278 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88589 invoked from network); 14 Jun 2009 17:30:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2009 17:30:45 -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.216.193 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.216.193 mail-px0-f193.google.com Received: from [209.85.216.193] ([209.85.216.193:56545] helo=mail-px0-f193.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/22-10729-4C3353A4 for ; Sun, 14 Jun 2009 13:30:45 -0400 Received: by pxi31 with SMTP id 31so438575pxi.29 for ; Sun, 14 Jun 2009 10:30:42 -0700 (PDT) Received: by 10.114.133.1 with SMTP id g1mr10011088wad.162.1245000642186; Sun, 14 Jun 2009 10:30:42 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id v25sm4804503wah.46.2009.06.14.10.30.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 14 Jun 2009 10:30:41 -0700 (PDT) Message-ID: <4A3533BF.4020401@chiaraquartet.net> Date: Sun, 14 Jun 2009 12:30:39 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Derick Rethans CC: PHP Developers Mailing List References: <4A353277.9010100@chiaraquartet.net> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] change to zend_extension directive in php.ini for PHP 5.3? From: greg@chiaraquartet.net (Greg Beaver) Derick Rethans wrote: > On Sun, 14 Jun 2009, Greg Beaver wrote: > > >> 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. >> > > It's on purpose, and yes, it needs to be added to the upgrading guide. I just added it. Thanks, Greg