mirror of
https://github.com/php/php-src.git
synced 2026-04-09 17:13:31 +02:00
E_WARNING into E_ERROR, Last commit (today)! I PROMISE! :-)
This commit is contained in:
@@ -602,7 +602,7 @@ PHP_FUNCTION (imagecreatefromstring)
|
||||
|
||||
ZEND_REGISTER_RESOURCE(return_value, im, GDG (le_gd));
|
||||
#else
|
||||
php_error(E_WARNING, "ImageCreateFromString: Only available with GD 1.5+");
|
||||
php_error(E_ERROR, "ImageCreateFromString: Only available with GD 1.5+");
|
||||
#endif
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user