1 有些.dll文件没有复制到system32下如php4中的dlls目录

解决方案 »

  1.   

    Make sure the module file exists.
      

  2.   

    去windows的dos窗口看看设的路径是否已经起作用,
    如果还没作用,重启或杀掉explorer重运行
      

  3.   

    可以肯定加载路径绝对没有问题,重启后问题依旧。
    以前都是在IIS下工作的,现在换成了APACHE,PHP的运行速度快了不少,以前输出1到100000根本就执行不完就超时,现在都是0秒。
    问题就是模块无法加载,郁闷!~~
      

  4.   

    Which module you want to add ??
      

  5.   

    and all modules in the file -"ext"
      

  6.   

    问题已经找到,书上说要将php.ini拷贝到apahe目录下,但是其实应该将php.ini拷贝到windows目录下,否则就会无法加载模块。
      

  7.   

    书上没说错,
    我的php4的php.ini就是在apache目录的
      

  8.   

    If you add the directory into the system path, then you can put php.ini file in the folder of apache.
      

  9.   

    我的PHP5的PHP.INI也是在APACHE下面的,也能运行
      

  10.   

    你们是把apache的path添加到系统的环境变量里面了所以放在apache目录才有效的吧?
      

  11.   

    不需要添加apche的path到系统path里.