从php4移动到php5

时间:2010-04-04 02:11:29

标签: php migration

我尝试转移到php5,我遇到了很多问题。这个类给出错误:

 Class DatabaseConnection 
 {                              // error here
     private $connection;
     private $result;   
     // 
     public function __construct()
     {
         $this->databaseName = $GLOBALS['configuration']['db'];
     }
     // other methods follow
 }

我在.htaccess文件中也有以下内容:

AddType x-mapp-php5 .php
php_value register_globals on

这是我得到的错误:

php5 error syntax error, unexpected T_STRING

1 个答案:

答案 0 :(得分:0)

仔细检查PHP5是否正常工作。