Re: [PHP] Re: How can I load load Additional extensions ?

2003-08-15 Thread Comex
<[EMAIL PROTECTED]>
Leif K-Brooks:
> Dennis Lee wrote:
>
>> Why it is wrong when I run php as module under apache 2.0.46 ?
>>
> PHP and Apache 2 are currently unstable together.

They might crash on any high traffic, but they start fine, at least when
I've tried it.



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



Re: [PHP] Re: How can I load load Additional extensions ?

2003-08-14 Thread Leif K-Brooks
Dennis Lee wrote:

Why it is wrong when I run php as module under apache 2.0.46 ?

PHP and Apache 2 are currently unstable together.

--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt 
to decrypt it will be prosecuted to the full extent of the law.


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


[PHP] Re: How can I load load Additional extensions ?

2003-08-14 Thread Dennis Lee
I am really confused .

When I just run php as CGI without changing anything else, It works quite
well .

Why it is wrong when I run php as module under apache 2.0.46 ?

Is it a bug  or anything else ?

Any help will be appreciated .


"Dennis Lee" <[EMAIL PROTECTED]> дÈëÓʼþ
news:[EMAIL PROTECTED]
> My OS is Winxp . My web server is apache 2 which is installed as a NT
> service .
>
> My php version is 4.32 , and I extracted it into  "c:\php" .
>
> I run php as a apache module .
>
> I want to load Additional extensions .They are php_mbstring.dll,
> php_xslt.dll and php_domxml.dll .
>
> I have made changes to php.ini as follow.
> extension_dir = "c:\php\extensions"
> extension=php_mbstring.dll
> extension=php_xslt.dll
> extension=php_domxml.dll
>
> then I restarted apache2 .
>
> but it told me that the modules could not be located .
>
> what was wrong ? thanks for any useful words .
>
>



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