摘要: form:http://blog.ixpub.net/html/92/15070492-280599.html 一般情况下,都能实现显示phpinfo()的页面。就从能够显示该页面之后出现的问题说起 php的问题都会显示在phpinfo()页面上 首先查看自己的php.ini的路径是否正确 Q:我已经配置了php.ini文件,但重新启动服务器后为什么没有任何效果? A:这个... 阅读全文
posted @ 2008-12-19 22:15 dkcndk 阅读(5764) 评论(0) 推荐(0)
摘要: Apache 设置的时候 PHPIniDir 有什么作用? 与php4搜索php.ini是在%SystemRoot%下不同的是,PHP5按照以下顺序依次查找PHP.ini: * PHPIniDir (Apache 2 module only) * 注册表键值:HKEY_LOCAL_MACHINE—SOFTWARE—PHPIniFilePath * 环境变量:%PHPRC% * PHP5的目录 (... 阅读全文
posted @ 2008-12-19 22:11 dkcndk 阅读(21500) 评论(0) 推荐(2)
摘要: windows下sc create命令行添加/创建/修改服务 sc create BITS binpath= "C:\WINDOWS\system32\svchost.exe -k netsvcs" type= share start= auto displayname= "Background Intelligent Transfer Service" depend= RpcSs/EventSy... 阅读全文
posted @ 2008-12-19 00:18 dkcndk 阅读(15941) 评论(1) 推荐(1)