Ben sorunları sürü içine alıyorum, php5 için hareketli çalıştı. Bu sınıf hata veriyor:
Class DatabaseConnection
{ // error here
private $connection;
private $result;
//
public function __construct()
{
$this->databaseName = $GLOBALS['configuration']['db'];
}
// other methods follow
}
. Ben de htaccess dosyasında şu var:
AddType x-mapp-php5 .php
php_value register_globals on
Bu alıyorum hatadır:
php5 error syntax error, unexpected T_STRING