From: foobar Date: Sat, 13 Oct 2001 13:12:30 +0000 (+0000) Subject: ws fix. X-Git-Tag: POST_PARAMETER_PARSING_API~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eea391830a5d129cb4c330fe1a8279308ad50452;p=php ws fix. --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index e8a53165bc..3cf5c6eaf7 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -202,16 +202,16 @@ function_entry gd_functions[] = { /* }}} */ zend_module_entry gd_module_entry = { - STANDARD_MODULE_HEADER, + STANDARD_MODULE_HEADER, "gd", - gd_functions, - PHP_MINIT(gd), - NULL, - NULL, - NULL, - PHP_MINFO(gd), - NO_VERSION_YET, - STANDARD_MODULE_PROPERTIES + gd_functions, + PHP_MINIT(gd), + NULL, + NULL, + NULL, + PHP_MINFO(gd), + NO_VERSION_YET, + STANDARD_MODULE_PROPERTIES }; #ifdef COMPILE_DL_GD