mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Going back to square one ("it works on Scott's box" - OSX 10.5, gcc version 4.0.1 (Apple Inc. build 5465)). Thanks ScottMac, David C and Philip for testing...
Possibly a gcc version issue?
This commit is contained in:
parent
04aaae3e53
commit
1cdade809b
1 changed files with 1 additions and 6 deletions
|
@ -338,17 +338,12 @@ union _phar_entry_object {
|
|||
};
|
||||
#endif
|
||||
|
||||
#ifndef PHP_WIN32
|
||||
extern int phar_has_bz2;
|
||||
extern int phar_has_zlib;
|
||||
#endif
|
||||
|
||||
BEGIN_EXTERN_C()
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
int phar_has_bz2;
|
||||
int phar_has_zlib;
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
char *tsrm_strtok_r(char *s, const char *delim, char **last);
|
||||
|
||||
static inline void phar_unixify_path_separators(char *path, int path_len)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue