-
Notifications
You must be signed in to change notification settings - Fork 17
Known Issues
Mike Kasprzak edited this page Jan 30, 2016
·
8 revisions
Here are a list of known issues with the DairyBox VM.
These issues are given that it doesn't run the same software as the server.
-
.htaccess
files have no effect on main server
-
DATETIME DEFAULT CURRENT_TIMESTAMP
was added in MySQL 5.6.5
NOTE: This will be updated. Other issues came up during Ludum Dare 34 that required MariaDB. Fortunately, installing MariaDB only required uninstalling MySQL and installing MariaDB. At this time the changes have not been applied to the Vagrant setup script.
- Missing Features: http://php.net/manual/en/migration70.new-features.php
- Additional Type Declarations (int, float, string, bool)
- Return Type Declarations (all)
- Null coalesce operator
$_GET['user'] ?? 'nobody'
- intdiv
- Using same version. No known issues.
More resources at dev.ludumdare.com