From: Felipe Pena Date: Thu, 28 Feb 2008 17:43:32 +0000 (+0000) Subject: Fixed return value changed previously X-Git-Tag: RELEASE_2_0_0a1~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c82d6062ac9ae4fbc4fa5848ad7e65749f8aef3b;p=php Fixed return value changed previously --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 57d3d2c7c6..498c3b560a 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -1351,7 +1351,7 @@ PHP_MINFO_FUNCTION(gd) PHP_FUNCTION(gd_info) { if (zend_parse_parameters_none() == FAILURE) { - return; + RETURN_FALSE; } array_init(return_value);