C:\Users\jjj>php -v
PHP Warning:  Directive 'register_globals' is deprecated in PHP 5.3 and greater
in Unknown on line 0
PHP Warning:  Directive 'register_long_arrays' is deprecated in PHP 5.3 and grea
ter in Unknown on line 0
PHP Warning:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater
in Unknown on line 0
PHP Warning:  PHP Startup: dba: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: dbase: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: gd: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: mcrypt: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: mysql: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: PDO: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: pdo_mysql: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0
PHP 5.3.0 (cli) (built: Jun 29 2009 21:25:23)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies

解决方案 »

  1.   

    建议装个集成的 wampServer2.0   好用
      

  2.   

    去网上下个PHPnow,10分钟搞定
      

  3.   

    register_globals
    register_long_arrays
    magic_quotes_gpc
    这三个是快死的功能了,不推荐使用,那个警告的意思是说 这些设置在 5.3 里面已经废弃了然后你的dba dbase gd mbstring mcrypt mysql PDO pdo_mysql扩展无法加载,你如果不需要就把配置注掉,如果需要就检查设置的路径和dll是否有问题
      

  4.   

    用了旧的php.ini, 换新的即可 
      

  5.   

    1、新手最好用集成安装包,比如xampp
       http://www.apachefriends.org/zh_cn/index.html2、前三个警告的解决办法:
    在php.ini中配置:
    register_globals = Off
    register_long_arrays = Off
    magic_quotes_gpc = Off3、其它警告的解决办法:
    到环境变量Path中检查一下配置
      

  6.   

    C:\用户\ jjj“运行php - v 
    PHP的警告:指令'register_globals的'是不赞成在PHP 5.3和更大 
    在未知在线0 
    PHP的警告:指令'register_long_arrays来'是在PHP 5.3和格雷阿已过时 
    三,在在线0未知 
    PHP的警告:指令'设置选项'是不赞成在PHP 5.3和更大 
    在未知在线0 
    PHP的警告:PHP的启动:数据库管理员:无法初始化模块 
    与模块API = 20060613编译模块 
    与模块API编译PHP = 20090626 
    这些选项需要匹配 
    在未知在线0 
    PHP的警告:PHP的启动:的dBASE:无法初始化模块 
    与模块API = 20060613编译模块 
    与模块API编译PHP = 20090626 
    这些选项需要匹配 
    在未知在线0 
    PHP的警告:PHP的启动:广东:无法初始化模块 
    与模块API = 20060613编译模块 
    与模块API编译PHP = 20090626 
    这些选项需要匹配 
    在未知在线0 
    PHP的警告:PHP的启动:mbstring:无法初始化模块 
    与模块API = 20060613编译模块 
    与模块API编译PHP = 20090626 
    这些选项需要匹配 
    在未知在线0 
    PHP的警告:PHP的启动:mcrypt:无法初始化模块 
    与模块API = 20060613编译模块 
    与模块API编译PHP = 20090626 
    这些选项需要匹配 
    在未知在线0 
    PHP的警告:PHP的启动:MySQL的:无法初始化模块 
    与模块API = 20060613编译模块 
    与模块API编译PHP = 20090626 
    这些选项需要匹配 
    在未知在线0 
    PHP的警告:PHP的启动:专业发展主任:无法初始化模块 
    与模块API = 20060613编译模块 
    与模块API编译PHP = 20090626 
    这些选项需要匹配 
    在未知在线0 
    PHP的警告:PHP的启动:pdo_mysql:无法初始化模块 
    与模块API = 20060613编译模块 
    与模块API编译PHP = 20090626 
    这些选项需要匹配 
    在未知在线0 
    PHP的5.3.0(CLI)的(内置:2009年6月29日21时25分23秒) 
    版权所有(c)1997-2009,PHP集团 
    Zend引擎v2.3.0,版权所有(c)1998-2009 Zend科技 
      

  7.   

    to xuzuning 版主
    你是怎么把楼主的错误给翻译过来的呀?一句一句的?