]> granicus.if.org Git - php/commitdiff
Fixed return value changed previously
authorFelipe Pena <felipe@php.net>
Thu, 28 Feb 2008 17:43:32 +0000 (17:43 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 28 Feb 2008 17:43:32 +0000 (17:43 +0000)
ext/gd/gd.c

index 57d3d2c7c60476560f12ebe4891daf0471abdd32..498c3b560aeeaeec365cf4261f090c5075fabbc3 100644 (file)
@@ -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);