mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
- Make Windows builds build again
- Make non-gcc based platforms compile again
This commit is contained in:
parent
c6c261e922
commit
aa6769dde2
2
NEWS
2
NEWS
@ -2,6 +2,8 @@ PHP 4.0 NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
|
||||
?? ??? 2000, Version 4.0.0 Release
|
||||
- Fixed a memory leak when using assign-op bitwise operators on strings (Zeev,
|
||||
Zend Engine)
|
||||
- Added support for reading properties that require arguments in the COM
|
||||
module - writing to them will only be supported in PHP 4.1 (Zeev)
|
||||
- Fixed a very old legacy memory leak in the COM module (Zeev)
|
||||
|
@ -32,6 +32,8 @@
|
||||
|
||||
#if defined(__GNUC__)
|
||||
# define UNUSED __attribute__((__unused__))
|
||||
#else
|
||||
# define UNUSED
|
||||
#endif
|
||||
|
||||
static char const *version UNUSED =
|
||||
|
@ -499,6 +499,10 @@ SOURCE=.\ext\standard\string.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\standard\strnatcmp.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\standard\syslog.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -490,6 +490,10 @@ SOURCE=.\ext\standard\string.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\standard\strnatcmp.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ext\standard\syslog.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
Loading…
Reference in New Issue
Block a user