Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37393 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5325 invoked from network); 1 May 2008 00:34:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 May 2008 00:34:37 -0000 X-Host-Fingerprint: 24.247.219.180 24-247-219-180.dhcp.cdwr.mi.charter.com Received: from [24.247.219.180] ([24.247.219.180:2083] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/DF-13507-B1019184 for ; Wed, 30 Apr 2008 20:34:36 -0400 Message-ID: To: internals@lists.php.net Date: Wed, 30 Apr 2008 20:34:30 -0400 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 References: <481799F7.8090907@ctindustries.net> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 24.247.219.180 Subject: Re: PHP 5.2.6RC5 windows build available From: auroraeosrose@gmail.com (Elizabeth M Smith) 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.