Warning: Use of undefined constant WP_CONTENT_DIR - assumed 'WP_CONTENT_DIR' (this will throw an Error in a future version of PHP).
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
As an workaround, I added the following on the wp-config.php before the call to wp-settings.php:
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );