On Sun, 2008-11-23 at 17:33 +0100, Alain Roger wrote:
> Hi,
> 
> i've reinstalled PHP 5.2.6 on my windows XP x64 and as usual i uncomment the
> following lines:
> extension=php_mysql.dll
> extension=php_pdo.dll
> extension=php_pdo_mysql.dll
> extension=php_pdo_pgsql.dll
> extension=php_pdo_sqlite.dll
> extension=php_pgsql.dll
> extension=php_sqlite.dll
> extension=php_dbg.dll-5.2.x
> 
> after restaring the whole server apache+postgresql + php, i run a simple
> phpinfo() and i see nowhere anything about postgresql module or PDO.
> phpinfo show that it runs based on the php.ini from D:\webserver\php folder
> and not from c:\windows.
> which is correct as my php.ini is the the D:\webserver\php folder.
> 
> so where could be the problem ?
> thx.
> 
You didn't mention if you were editing the php.ini file that phpinfo()
tells you it is using. Make your changes to that one, and it should be
OK. I have this problem a lot with Windows installations for some
reason.


Ash
www.ashleysheridan.co.uk


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to