make genfunclist in phpdoc happy

This commit is contained in:
Hartmut Holzgraefe 2000-11-23 12:16:35 +00:00
parent 4bb015938e
commit df7c2eeabc
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ typedef struct {
function_entry exif_functions[] = {
PHP_FE(read_exif_data, NULL)
{0}
{NULL, NULL, NULL}
};
PHP_MINFO_FUNCTION(exif);