
Originally Posted by
DanseMacabre
well a lil'idea come out.
you have like that :
extensions_dir = "c:\...alblablalb";
remove the " over it.
leave it like :
extensions_dri = c:\blablabla
PHP Code:
; Directory in which the loadable extensions (modules) reside.
extension_dir ="C:\AppServ\php\extensions"
; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
; disabled on them.
enable_dl = On
see the php.ini, there dont have c:\.....blabla, there c:\blabla