diff options
| author | Xinchen Hui <laruence@php.net> | 2013-10-18 10:33:53 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@php.net> | 2013-10-18 10:33:53 +0800 |
| commit | 4417421ab6133ce0658e285a4e48d93a27931820 (patch) | |
| tree | f215076c5f351fea9b71a6ca4dd57911c0a28955 /ext/phar/php_phar.h | |
| parent | 06994a419d625291c2ae071e3b22716901b45cf6 (diff) | |
| download | php-git-4417421ab6133ce0658e285a4e48d93a27931820.tar.gz | |
Retruning SUCCESS/FAILURE instead of int
Diffstat (limited to 'ext/phar/php_phar.h')
| -rw-r--r-- | ext/phar/php_phar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/phar/php_phar.h b/ext/phar/php_phar.h index 4146e28f77..f8325d0c63 100644 --- a/ext/phar/php_phar.h +++ b/ext/phar/php_phar.h @@ -34,7 +34,6 @@ extern zend_module_entry phar_module_entry; #define PHP_PHAR_API PHPAPI #endif -#define PHAR_HAVE_RESOLVE_ALIAS PHP_PHAR_API int phar_resolve_alias(char *alias, int alias_len, char **filename, int *filename_len TSRMLS_DC); #endif /* PHP_PHAR_H */ |
