You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2022. It is now read-only.
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?
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?