Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44289 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82867 invoked from network); 15 Jun 2009 20:34:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2009 20:34:22 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.209 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.218.209 mail-bw0-f209.google.com Received: from [209.85.218.209] ([209.85.218.209:40618] helo=mail-bw0-f209.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/91-10009-B40B63A4 for ; Mon, 15 Jun 2009 16:34:20 -0400 Received: by bwz5 with SMTP id 5so4377908bwz.23 for ; Mon, 15 Jun 2009 13:34:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=QoH/KTXkl9LdpLhQnIsmnN/fg4hpgS1AbtMYFHEhvQo=; b=B7tC3fCWhs2YAGa4mEP7SDSmscHhqki6IThXONVQO6PRLsd9wd8LXkegZdHGo9+fZe 3OvHUSgZo9dC4UFpWDXBzwifrJmx2G9Ss4Vm5k8xkvW+yR3yiJa+AYUqd2+fYMRXMV+t O49MjcoOOwjPbWnnIOAvP7zdyiRX4pBPGgKjY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=qHgMK6PjgYExqRvIBj/tSGu7KD8FhRetfVEoSzXU+dTaOvjsLdbefkYFLH9BMvs8dg uWr4JxPeDomEgd386fhgH2zPfcBwqi4yViWCUWsUcjys6IdqM2rau/tlqt4t0svpHkKx HiJay4Zx8swJIHhNzvtiXs75s+p4KrxJOSN8k= MIME-Version: 1.0 Sender: tyra3l@gmail.com Received: by 10.239.179.19 with SMTP id b19mr590246hbg.2.1245098056955; Mon, 15 Jun 2009 13:34:16 -0700 (PDT) In-Reply-To: <578eb7b60906141855n5fe287c8v38f7c69ffa443de@mail.gmail.com> References: <4A353277.9010100@chiaraquartet.net> <4A3533BF.4020401@chiaraquartet.net> <578eb7b60906141855n5fe287c8v38f7c69ffa443de@mail.gmail.com> Date: Mon, 15 Jun 2009 22:34:16 +0200 X-Google-Sender-Auth: 2c192a5069e5bde6 Message-ID: To: Allister Beharry Cc: PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] change to zend_extension directive in php.ini for PHP 5.3? From: info@tyrael.hu (Ferenc Kovacs) 2009/6/15 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. =C2=A0I had been >>>> loading it via: >>>> >>>> zend_extension_debug=3D/usr/local/lib/php/extensions/debug-non-zts-200= 90115/xdebug.so >>>> >>>> and all was fine (I have the debug build). >>>> >>>> Today, it stopped loading. =C2=A0After extensive debugging, I determin= ed that >>>> 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/= 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 >> >> -- >> 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_xd= ebug.dll > which seems to work ok. > > Allister. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > so? Tyrael