[PHP-WIN] Problem with extensions in PHP4.3.1

2003-02-21 Thread Christian Bartsch
Hi folks,

we just upgraded to the newest PHP from 4.3.0. I´m a little bit surprised
because of the manual saying that this should be a security fix only.
Unfortunately, serveral extensions fail to work.

PHP 4.3.1 is running with IIS5.0 (no comments on that please). Runing as a
CGI. with version 4.3.0 everything was fine. After the upgrade extensions
CURL and MSSQL fail to work. The failure is that no page is returned, the
process is then stopped after 300 seconds by IIS with a timeout error.

The ini points to

extension_dir = c:\php\extensions\

where the extensions reside. Moving the faulty extensions to then system32
dir does not help either.

Am I doing anything wrong?!

Regards,
Chris



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




RE: [PHP-WIN] Problem with extensions in PHP4.3.1

2003-02-21 Thread Russell Johnson
I had a similar problem installing PHP 4.3.1. There appear to be more than a
few php libraries that Windows has problems finding. What I did was the
following:

In php.ini, I set the extension_dir to nothing:

extension_dir =

Then I moved most everying in the dlls and extension directories of the php
distribution into \windows\system32 (at least the ones I needed).

It worked for me, so good luck

- Russ



-Mensaje original-
De: Christian Bartsch [mailto:[EMAIL PROTECTED]]
Enviado el: Friday, February 21, 2003 4:07 PM
Para: [EMAIL PROTECTED]
Asunto: [PHP-WIN] Problem with extensions in PHP4.3.1


Hi folks,

we just upgraded to the newest PHP from 4.3.0. I?m a little bit surprised
because of the manual saying that this should be a security fix only.
Unfortunately, serveral extensions fail to work.

PHP 4.3.1 is running with IIS5.0 (no comments on that please). Runing as a
CGI. with version 4.3.0 everything was fine. After the upgrade extensions
CURL and MSSQL fail to work. The failure is that no page is returned, the
process is then stopped after 300 seconds by IIS with a timeout error.

The ini points to

extension_dir = c:\php\extensions\

where the extensions reside. Moving the faulty extensions to then system32
dir does not help either.

Am I doing anything wrong?!

Regards,
Chris



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