Ask a Question related to PHP Development, Design and Development.
-
Dennis Lee #1
How can I load load Additional extensions ?
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 .
Dennis Lee Guest
-
#39102 [NEW]: Can't load extensions!!
From: nicodoggie at gmail dot com Operating system: Win XP PHP version: 5.1.6 PHP Bug Type: *General Issues Bug description:... -
Load Additional Job Options
We are considering upgrading to Acrobat 7, but we have a few question before we commit to spend a couple of thousand dollars on this software.... -
#26034 [Opn->Bgs]: Unable to load extensions
ID: 26034 Updated by: edink@php.net Reported By: v_santhanam at amrita dot edu -Status: Open +Status: ... -
#26034 [Bgs->Opn]: Unable to load extensions
ID: 26034 User updated by: v_santhanam at amrita dot edu Reported By: v_santhanam at amrita dot edu -Status: Bogus... -
How Can I Load Additional extensions
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... -
Dennis Lee #2
How can I load load Additional extensions ?
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 .
Dennis Lee Guest
-
Leif K-Brooks #3
Re: [PHP] How can I load load Additional extensions ?
Dennis Lee wrote:
Are those extensions in c:\php\extensions?>what was wrong ? thanks for any useful words .
>
--
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.
Leif K-Brooks Guest
-
Dennis Lee #4
Re: [PHP] How can I load load Additional extensions ?
I am sure they are in c:\php\extensions .
any other idea ?
"Leif K-Brooks" <eurleif@buyer-brokerage.com> ????
news:3F3C60E1.7090804@buyer-brokerage.com...unauthorized attempt to decrypt it will be prosecuted to the full extent of> Dennis Lee wrote:
>> Are those extensions in c:\php\extensions?> >what was wrong ? thanks for any useful words .
> >
>
> --
> The above message is encrypted with double rot13 encoding. Any
the law.>
>
Dennis Lee Guest
-
Dennis Lee #5
Re: How can I load load Additional extensions ?
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 Guest
-
Leif K-Brooks #6
Re: [PHP] Re: How can I load load Additional extensions ?
Dennis Lee wrote:
PHP and Apache 2 are currently unstable together.>Why it is wrong when I run php as module under apache 2.0.46 ?
>
--
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.
Leif K-Brooks Guest
-
KAH #7
Re: How can I load load Additional extensions ?
[email]li_zy@eyou.com[/email] (Dennis Lee) wrote in
news:35a44b4c.0308142149.44565418@posting.google.c om:
You probably forgot to restart your webserver.> 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 ?
KAH
KAH Guest
-
Comex #8
Re: [PHP] Re: How can I load load Additional extensions ?
<3F3C78BE.20208@buyer-brokerage.com>
Leif K-Brooks:They might crash on any high traffic, but they start fine, at least when> Dennis Lee wrote:
>> PHP and Apache 2 are currently unstable together.>> Why it is wrong when I run php as module under apache 2.0.46 ?
>>
I've tried it.
Comex Guest
-
Joshua Ghiloni #9
Re: How can I load load Additional extensions ?
> extension_dir = "c:\php\extensions"
extension_dir = "c:/php/extensions"
Joshua Ghiloni Guest
-
raymondherbert #10
Re: How can I load load Additional extensions ?
hey, go to this page, its useful .... i think u might get best results..
if im wrong im sorri....
http://files.zend.com/help/Zend-Server-Community-Edition/adding_extensions.htm
Cheers,
Raymond Herbert.Araymondherbert Guest



Reply With Quote

