Saviq/VCD-Db

VCD-Db not compatible to PHP 5.4.0

Opened this issue · 0 comments

Latest VCD-Db displays an empty page without errors. I am running apache 2.2.22-3 with PHP 5.4.0. This PHP version comes with some functions removed and redisgned.

Changes that affect compatibility:
Register globals, magic quotes and safe mode were removed
The break/continue $var syntax was removed
The ini option allow_call_time_pass_reference was removed
The PHP default_charset is now "UTF-8" within the distributed php.ini files, but still defaults to ""

Any ideas how to make VCD-Db compatible to PHP 5.4.0?