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

@ -88,7 +88,7 @@ static char const cvsid[] = "$Id$";
PHP_FALIAS(cv_command,ccvs_command,NULL)
PHP_FE(ccvs_textvalue,NULL)
PHP_FALIAS(cv_textvalue,ccvs_textvalue,NULL)
{NULL,NULL}
{NULL,NULL,NULL}
};
/* End function declarations */

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);