Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44280 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38100 invoked from network); 15 Jun 2009 01:55:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2009 01:55:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=allister.beharry@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=allister.beharry@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: allister.beharry@gmail.com X-Host-Fingerprint: 209.85.217.226 mail-gx0-f226.google.com Received: from [209.85.217.226] ([209.85.217.226:51580] helo=mail-gx0-f226.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/E3-14288-90AA53A4 for ; Sun, 14 Jun 2009 21:55:21 -0400 Received: by mail-gx0-f226.google.com with SMTP id 26so4035730gxk.23 for ; Sun, 14 Jun 2009 18:55:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=/v9W5ZerYDyCGNWeRmEzqzArtjc+XPVgk9t0CoO4FpI=; b=ubGRphNaniiAGgnKXkdCaVR8NdwTSVkHZRw8xpzZKC+OWsFFU4062OSRWizr4Z4RCR mHhU+wVaJOTyPOXxr/3+VH1dNro+Ey7HVm/C0+vU92ZzRdBMcol10ucWJ3UmCPH7SdoJ A93MosUBLKoh5bmFZJiGN4LdnHZ0nUfobIx6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Ya8vHR1Y2mVpx0k1tfMuCgPfsL/QiQ/BogOfcyt3fMv5oWERbKe/uHMjggsP3WLqQx M46imKI2Mu3MkI3qqxWYG4BUMoMsbp0YPhWpU8OC2UQ5z3xUIBKg9/8L5EmfUy2w9Q/h T26guTp6s5ItMImiCv25S877C0iw1L4KHoofU= MIME-Version: 1.0 Received: by 10.151.130.11 with SMTP id h11mr12210363ybn.122.1245030921194; Sun, 14 Jun 2009 18:55:21 -0700 (PDT) In-Reply-To: <4A3533BF.4020401@chiaraquartet.net> References: <4A353277.9010100@chiaraquartet.net> <4A3533BF.4020401@chiaraquartet.net> Date: Sun, 14 Jun 2009 21:55:21 -0400 Message-ID: <578eb7b60906141855n5fe287c8v38f7c69ffa443de@mail.gmail.com> To: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] change to zend_extension directive in php.ini for PHP 5.3? From: allister.beharry@gmail.com (Allister Beharry) 2009/6/14 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. =A0I had been >>> loading it via: >>> >>> zend_extension_debug=3D/usr/local/lib/php/extensions/debug-non-zts-2009= 0115/xdebug.so >>> >>> and all was fine (I have the debug build). >>> >>> Today, it stopped loading. =A0After extensive debugging, I determined t= hat >>> in fact zend_extension_debug is now ignored, and the correct line is: >>> >>> zend_extension=3D/usr/local/lib/php/extensions/debug-non-zts-20090115/x= debug.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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > With the 5.2.9 tarball on Windows I use: zend_extension_debug_ts=3D"E:\PHPDEV\php-5.2.9\ext\xdebug\Debug_TS\php_xdeb= ug.dll which seems to work ok. Allister.