Sco*_*ner 7 php windows apache
这成为一个非常令人沮丧的问题.我正在尝试干净安装apache 2.2和PHP 5.2.11.一切似乎都配置正确,但PHP模块没有启动...
PHP Warning: PHP Startup: Unable to load dynamic library '.;C:/Program Files (x86)/Apache Software Foundation/Apache2.2/php/ext/php_mcrypt.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '.;C:/Program Files (x86)/Apache Software Foundation/Apache2.2/php/ext/php_mysql.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '.;C:/Program Files (x86)/Apache Software Foundation/Apache2.2/php/ext/php_openssl.dll' - The specified module could not be found.\r\n in Unknown on line 0Run Code Online (Sandbox Code Playgroud)
在php.ini中
include_path = ".;C:\Program Files (x86)\Apache Software Foundation\Apache2.2\php"
extension_dir = ".;C:/Program Files (x86)/Apache Software Foundation/Apache2.2/php/ext/"
Run Code Online (Sandbox Code Playgroud)
所有文件都在那里... .sll文件,如ssleay32.dll,libmcrypt.dll,libmysql.dll,libeay32.dll都安装在...
C:/ Program Files(x86)/ Apache Software Foundation/Apache2.2/php /
我还将它们包含在C:\ Windows\System32中
甚至将C:/ Program Files(x86)/ Apache Software Foundation/Apache2.2/php /添加到windows路径.
我不知道为什么这不起作用,感觉就像一场没有胜利的局面.任何人都有任何关于如何使这一切工作正常的想法?
Car*_*ima 10
试试这个:
extension_dir = "C:/Program Files (x86)/Apache Software Foundation/Apache2.2/php/ext/"
Run Code Online (Sandbox Code Playgroud)
没有开始 .;