diff options
Diffstat (limited to 'ext/standard/image.c')
-rw-r--r-- | ext/standard/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/image.c b/ext/standard/image.c index f5400550e0..00490e1a08 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -304,7 +304,7 @@ static struct gfxinfo *php3_handle_jpeg(FILE *fp,pval *info) } /* main function */ -void php3_getimagesize(INTERNAL_FUNCTION_PARAMETERS) +PHP_FUNCTION(getimagesize) { pval *arg1,*info = 0; FILE *fp; |