ext/phar: Add comment about include

This commit is contained in:
Gina Peter Bnayard 2024-09-12 19:51:10 +02:00 committed by Gina Peter Banyard
parent d486d65962
commit ae9d8099c2

View file

@ -2481,7 +2481,7 @@ static int phar_flush_clean_deleted_apply(zval *zv) /* {{{ */
}
/* }}} */
#include "stub.h"
#include "stub.h" /* Generated phar_get_stub() function from makestub.php script */
zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /* {{{ */
{