1
0
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:
Mathieu Kooiman
2000-11-08 18:41:22 +00:00
parent f6a8f905b1
commit 3e2fa2781a

View File

@@ -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
}
/* }}} */