Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24993 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39204 invoked by uid 1010); 26 Jul 2006 23:33:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39189 invoked from network); 26 Jul 2006 23:33:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jul 2006 23:33:31 -0000 Authentication-Results: pb1.pair.com header.from=iamstever@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iamstever@gmail.com X-Host-Fingerprint: 64.233.166.176 py-out-1112.google.com Linux 2.4/2.6 Received: from ([64.233.166.176:1810] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 90/C8-04178-9CBF7C44 for ; Wed, 26 Jul 2006 19:33:31 -0400 Received: by py-out-1112.google.com with SMTP id 39so3179994pyu for ; Wed, 26 Jul 2006 16:33:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FyVjzH1lAEk9CVemSo9jzs13gaXXd/1s55tcjfluV0tZgo2dRwkb1WNr5rObmwfs0R8EXZbICuTi5I20v17r2KooB7uhYNw3DbrY3nb+Zg7sswQaN9/Knrkguo4NZNOweSrpgaDsCNXr3RU9GbsIp1CocAmb2FkiaQsoiiwjUr0= Received: by 10.35.78.9 with SMTP id f9mr12083059pyl; Wed, 26 Jul 2006 16:33:27 -0700 (PDT) Received: by 10.35.57.19 with HTTP; Wed, 26 Jul 2006 16:33:27 -0700 (PDT) Message-ID: <57792e850607261633p43a4cba3m843b23f52881aa4@mail.gmail.com> Date: Wed, 26 Jul 2006 16:33:27 -0700 To: "Edin Kadribasic" Cc: internals@lists.php.net In-Reply-To: <44C549AB.8030900@emini.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44C549AB.8030900@emini.dk> Subject: Re: [PHP-DEV] PHP 5.2.0RC1 Released From: iamstever@gmail.com (steve) Is it just me, or does the windows binary not load non-built-in extensions? Even if I set my php.ini to just this: extension_dir = "c:\Program Files\wamp\php\ext\" extension=php_mbstring.dll it doesn't work. None of them do. zend_extensions work though (surprised that they loaded on this version, actually). -s On 7/24/06, Edin Kadribasic wrote: > Windows build is available at the following locations: > > Main distibution: > http://downloads.php.net/edink/php-5.2.0RC1-Win32.zip > > PECL collection: > http://downloads.php.net/edink/pecl-5.2.0RC1-Win32.zip > > Debug pack: > http://downloads.php.net/edink/php-debug-pack-5.2.0RC1-Win32.zip > > Edin > > > Ilia Alshanetsky wrote: > > The first release candidate of PHP 5.2.0 is finally out and the source > > packages can be found here: > > > > http://downloads.php.net/ilia/php-5.2.0RC1.tar.bz2 > > (fa36d378f7f1fd547b881b6323ae2c60) > > http://downloads.php.net/ilia/php-5.2.0RC1.tar.gz > > (e217195c90e123acce0c2f71ac07f88d) > > > > The windows binaries should be available shortly and will be found > > at http://downloads.php.net/ilia/. > > > > Given the long time it took to make this RC there are A LOT of changes, > > both in terms of new features and bug fixes. Please try to find the time > > to test this release over the course of the next few weeks so any issues > > can be resolved. If all goes well we will have a pre-final RC2 in about > > 3 weeks, tentative date August 14th. To see the full scope of the > > changes take a look at the NEWS file. The things of particular note are > > the 3 new extensions (zip, json and filter), which until now only had > > limited testing so any real-world testing would be highly appreciated. > > There have also been some performance tweaks done in the engine, so try > > to see how PHP 5.2.0 performs compared to earlier releases, if you > > notice any depredations in speed, please make us aware of it. > > > > Ilia Alshanetsky > > > > > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >