summaryrefslogtreecommitdiff
path: root/ext/phar
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-10-19 22:18:37 +0800
committerXinchen Hui <laruence@php.net>2013-10-19 22:18:37 +0800
commitd42fa2a0592a558d85b1dac498e9c5fd1413d49d (patch)
tree4435541fd057de9770654d9a0b023bf8fb709eb9 /ext/phar
parent4d7d85640dd8e48166e4fd5dbf04aeb18a9e01c4 (diff)
downloadphp-git-d42fa2a0592a558d85b1dac498e9c5fd1413d49d.tar.gz
Revert "Need a way to check whether this API exists"
hmm, we can check whether the head file exists instead This reverts commit 4d7d85640dd8e48166e4fd5dbf04aeb18a9e01c4.
Diffstat (limited to 'ext/phar')
-rw-r--r--ext/phar/php_phar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/phar/php_phar.h b/ext/phar/php_phar.h
index 38ace455b9..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 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 */