Skip to content

Commit ae9d809

Browse files
committed
ext/phar: Add comment about include
1 parent d486d65 commit ae9d809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/phar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2481,7 +2481,7 @@ static int phar_flush_clean_deleted_apply(zval *zv) /* {{{ */
24812481
}
24822482
/* }}} */
24832483

2484-
#include "stub.h"
2484+
#include "stub.h" /* Generated phar_get_stub() function from makestub.php script */
24852485

24862486
zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /* {{{ */
24872487
{

0 commit comments

Comments
 (0)