mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo)
This commit is contained in:
parent
aa60f8e807
commit
6c153e8634
1
NEWS
1
NEWS
@ -17,6 +17,7 @@ PHP NEWS
|
||||
- Fixed bug #50999 (unaligned memory access in dba_fetch()). (Felipe)
|
||||
- Fixed bug #50731 (Inconsistent namespaces sent to functions registered with
|
||||
spl_autoload_register). (Felipe)
|
||||
- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo). (Felipe)
|
||||
|
||||
?? ??? 20??, PHP 5.3.2
|
||||
- Upgraded bundled sqlite to version 3.6.22. (Ilia)
|
||||
|
@ -24,8 +24,10 @@
|
||||
# define PHAR_TAR_PACK
|
||||
#elif defined(__sgi)
|
||||
# define PHAR_TAR_PACK
|
||||
#else
|
||||
#elif defined(__GNUC__)
|
||||
# define PHAR_TAR_PACK __attribute__((__packed__))
|
||||
#else
|
||||
# define PHAR_TAR_PACK
|
||||
#endif
|
||||
|
||||
#if defined(__sgi)
|
||||
|
Loading…
Reference in New Issue
Block a user