Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37394 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9986 invoked from network); 1 May 2008 01:15:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 May 2008 01:15:51 -0000 X-Host-Fingerprint: 77.54.238.233 233.238.54.77.rev.vodafone.pt Received: from [77.54.238.233] ([77.54.238.233:9816] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/90-13507-7C919184 for ; Wed, 30 Apr 2008 21:15:51 -0400 Message-ID: To: internals@lists.php.net Date: Thu, 01 May 2008 02:15:48 +0100 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 References: <481799F7.8090907@ctindustries.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 77.54.238.233 Subject: Re: PHP 5.2.6RC5 windows build available From: holografix@gmail.com (Holo) Elizabeth M Smith escreveu: > Holo wrote: >> Rob Richards escreveu: >>> A little late to the party, but the windows build for PHP 5.2.6RC5 is >>> finally available. Please test it as much as possible. >>> >>> http://pecl2.php.net/downloads/php-windows-builds/qa/php-5.2.6RC5-Win32.zip >>> >>> http://pecl2.php.net/downloads/php-windows-builds/qa/php-debug-pack-5.2.6RC5-Win32.zip >>> >>> >>> The non-ts build will only be available for the release of 5.2.6 >>> >>> Rob >>> >> Hi >> >> I have postgresql 8.3.1 installed and pgsql and pdo_pgsql extensions >> doesn't get loaded with this rc version and also with latest snapshot >> 5.2.7-dev. With php 5.2.5 everything works fine on a windows xp sp2 >> laptop and using the same php.ini file. >> >> regards >> holo > > The postgresl libs were upgraded however since you're using 8.3.1 there > shouldn't be any issues, but "doesn't get loaded" doesn't describe the > issue very well - do you have startup errors on? Could you please give > us the exact error? Also you'll need to see what version of the > postgresql client libs you have in your windows PATH If you have older > client libs lying around the new pgsql extension will have a fit. > > Thanks, > Elizabeth Smith > > p.s. You can use the 5.2.5 versions of pgsql and or pdo_pgsql if you > keep having problems. Thank you very much for your answer and sorry for posting in internals. It was the 2nd windows dev box I saw today with this and thought it was a problem with rc/snapshots. Your answer made me solve the problem. Just needed to change the order of paths and put postgresl before php. Now the modules are loaded, there are no errors in the log file and phpinfo() shows the extensions. Best regards holo