这些我找了老半天也没有懂什么意思、
安装 PHP1、解压缩解压缩下载的 php-5.2.8-Win32.zip 文件,并将其复制到:
X:\Server_Core\PHP ;
2、修改 php.ini进入 X:\Server_Core\PHP 文件夹,将 php.ini-dist 重命名为 php.ini ;
打开 php.ini文件,找到:
extension_dir= "./"
将其改为:
extension_dir= "X:\Server_Core\PHP\ext"
找到:Windows Extensions
在Windows Extensions下方的动态模块配置中,需要打开以下模块支持:(去掉模块配置每行前面的分号即可)
php_gd2.dll
php_mbstring.dll
php_mcrypt.dll
php_mhash.dll
php_ming.dll
php_mysql.dll
php_openssl.dll
php_sockets.dll
php_xmlrpc.dll
php_zip.dll
找到:
disable_functions=
改为:
disable_functions=passthru,exec,system,chroot,scandir,chgrp,chown,shell_exec,proc_open,proc_get_status,ini_alter,ini_alter,ini_restore,dl,pfsockopen,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server
保存 php.ini 文件,并将其复制到 Y:\Windows
|