php_pgsql.dll

php.internals

Christopher Kings-Lynne

21 years ago
Where do you get php_pgsql.dll for the PHP for windows 5.0.4 installer? I installed the PECL package - no pgsql. I searched the PECL site - no pgsql. What gives? Chris

Dan Scott

21 years ago
Try http://snaps.php.net/ for the "PECL extensions for the Stable 5.0 branch". Dan. On 7/6/05, Christopher Kings-Lynne <chriskl@familyhealth.com.au> wrote:

Edin Kadribasic

21 years ago
Just download regular php-5.0.4-Win32.zip The download page clearly states that there are no extension bundled with the installer. Edin ----- Original Message ----- From: "Dan Scott" <denials@gmail.com> To: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au> Cc: "php-dev" <internals@lists.php.net> Sent: Thursday, July 07, 2005 12:48 PM Subject: Re: [PHP-DEV] php_pgsql.dll Try http://snaps.php.net/ for the "PECL extensions for the Stable 5.0 branch". Dan. On 7/6/05, Christopher Kings-Lynne <chriskl@familyhealth.com.au> wrote:
> Where do you get php_pgsql.dll for the PHP for windows 5.0.4 installer? > > I installed the PECL package - no pgsql. > > I searched the PECL site - no pgsql. > > What gives? > > Chris > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Dan Scott

21 years ago
Of course -- the "Collection of PECL modules for PHP 5.0.4" from http://php.net/downloads.php. I had leapt to the (probably false) conclusion that Christopher wanted a newer version of the module. Dan On 7/7/05, Edin Kadribasic <edink@emini.dk> wrote:

Christopher Kings-Lynne

21 years ago
No, I just said that the "Collection of PECL modules for PHP 5.0.4" on the downloads page does NOT contain php_pgsql.dll - nor any other db for that matter. Chris Dan Scott wrote:

Nicholas Telford

21 years ago
Regardless, you need to download the ZIP that is clearly stated on the downloads page. The installer contains no additional modules, this is also clearly stated. This question should have been posted to php.general or php.install, not internals. Nicholas Telford Christopher Kings-Lynne wrote:

Christopher Kings-Lynne

21 years ago
OK, I see what's going on here. The downloads page is just bad... It says "there are no extensions in the installer" and it also says "the extensions are available in the pecl download" Whereas in fact the pecl download does not include all the extensions that are not available in the installer. So in fact the installer is basically useless... Pretty confusing... Chris Nicholas Telford wrote: