Skip to content

Commit 4d7d856

Browse files
committed
Need a way to check whether this API exists
1 parent 55b16f4 commit 4d7d856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/phar/php_phar.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ extern zend_module_entry phar_module_entry;
3434
#define PHP_PHAR_API PHPAPI
3535
#endif
3636

37+
#define PHP_PHAR_HAS_RESLOVE_ALIAS
3738
PHP_PHAR_API int phar_resolve_alias(char *alias, int alias_len, char **filename, int *filename_len TSRMLS_DC);
3839

3940
#endif /* PHP_PHAR_H */

0 commit comments

Comments
 (0)