add extension in php.ini

解决方案 »

  1.   

    I have added! But not right now!
      

  2.   

    好像windoes下不能用这个函数库。
      

  3.   

    把这个这个dll文件拷贝到system32下面试试
      

  4.   

    我已经考进去了,还是不可以,好像所有的dll都加载不进去 不知道那里配置错误了
      

  5.   

    php_mcrypt.dll Mcrypt 加密函数库 需要:libmcrypt.dll 1、下载 libmcrypt.dll ,并将其置于系统目录或系统搜索路径中
    2、php.ini
    extension = php_mcrypt.dll 
    3、重起web服务或系统
      

  6.   

    我已经按照那么做过了 可是还是不对我的测试程序中报的错误是
    Warning: dl(): Not supported in multithreaded Web servers - use extension statements in your php.ini in C:\Apache2\htdocs\phpFreaksCrypto.class.php4 on line 32
    The Mcrypt module could not be loaded.而且我用phpinfo()方法看到的 extension_dir 是c:\php4 与我在php.ini中看到的不一致
      

  7.   

    而且我用phpinfo()方法看到的 extension_dir 是c:\php4 与我在php.ini中看到的不一致-------------------------------------------------------------------
    then change the extension_dir in the php.ini which is in c:\windows and delete other php.ini.
      

  8.   

    other php.ini is not exist. still not right!