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.dl l,
php_xslt.dll and php_domxml.dll .
I have made changes to php.ini as follow.
extension_dir = "c:\php\extensi ons"
extension=php_m bstring.dll
extension=php_x slt.dll
extension=php_d omxml.dll
then I restarted apache2 .
but it told me that the modules could not be located .
what was wrong ? thanks for any useful words .
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.dl l,
php_xslt.dll and php_domxml.dll .
I have made changes to php.ini as follow.
extension_dir = "c:\php\extensi ons"
extension=php_m bstring.dll
extension=php_x slt.dll
extension=php_d omxml.dll
then I restarted apache2 .
but it told me that the modules could not be located .
what was wrong ? thanks for any useful words .
Comment