mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ext/phar: Add comment about include
This commit is contained in:
parent
d486d65962
commit
ae9d8099c2
1 changed files with 1 additions and 1 deletions
|
@ -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) /* {{{ */
|
zend_string *phar_create_default_stub(const char *index_php, const char *web_index, char **error) /* {{{ */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue