Skip to content

Commit

Permalink
Need a way to check whether this API exists
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Oct 19, 2013
1 parent 55b16f4 commit 4d7d856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/phar/php_phar.h
Expand Up @@ -34,6 +34,7 @@ extern zend_module_entry phar_module_entry;
#define PHP_PHAR_API PHPAPI
#endif

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

#endif /* PHP_PHAR_H */
Expand Down

0 comments on commit 4d7d856

Please sign in to comment.