From: Date: Sun, 24 Aug 2008 01:32:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~597 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0d0c5828418b3e1f6037ab86b9ff17350fd9ac2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 53c335adc7..b11effc543 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,97 @@ +2008-08-23 Pierre-Alain Joye + + * (PHP_5_3) + ext/standard/crypt_freesec.c + ext/standard/crypt_freesec.h: + - MFB: fix build (common inline definition will be done later) + + * ext/standard/flock_compat.c + ext/standard/flock_compat.h + win32/inet.h: + - more fixes for inet_* with vc9/xp + + * (PHP_5_3) + ext/standard/flock_compat.h: + - keep inet_aton declaration on non windows (what inet_aton has to do with + flock?) + + * win32/build/config.w32.h.in: + - MFB!!! _WIN32_WINNT and NTDDI_VERSION (bunnie--;) + + * win32/inet.c + win32/inet.h: + - MFB: fix logic, build correctly when the build targets xp/2k + + * win32/build/config.w32: + - we need it for vc < 9 (even if php6 will support officially only 9) + + * win32/build/config.w32: + - readd the usual suspects to lib/include (was droped with the resolv.h + check removal) + + * (PHP_5_3) + ext/sockets/php_sockets_win.c + ext/sockets/sockets.c + ext/standard/basic_functions.c + ext/standard/dns.c + ext/standard/flock_compat.c + ext/standard/flock_compat.h + main/network.c + main/php_network.h + win32/glob.h + win32/inet.c + win32/inet.h + win32/build/config.w32: + - MFH: + - drop bindlib usage on windows + - inet_pton, inet_ntop and inet_aton are always available (VC9 uses the + CRT implementation, VC6 our own) + +2008-08-23 Hannes Magnusson + + * (PHP_5_3) + ext/xmlreader/php_xmlreader.c: + fix proto + + * ext/xmlreader/php_xmlreader.c: + Fix proto + +2008-08-23 Pierre-Alain Joye + + * (PHP_5_3) + NEWS + main/main.c: + - MFH: expose MAXPATHLEN (PHP_MAXPATHLEN) + + * main/main.c: + - exposePHP_MAXPATHLEN + + * ext/standard/crypt_freesec.c + ext/standard/crypt_freesec.h: + - fix build + +2008-08-23 Felipe Pena + + * (PHP_5_3) + ext/pspell/pspell.c + ext/pspell/tests/003.phpt + ext/pspell/tests/005.phpt: + MFH: + - WS, Cosmetics + - Removed unnecessary variables + + * ext/pspell/pspell.c + ext/pspell/tests/002.phpt: + - MFB: New parameter parsing API + - WS, Cosmetics + +2008-08-23 Arnaud Le Blanc + + * ext/standard/config.m4 + ext/standard/crypt_freesec.c + ext/standard/crypt_freesec.h: + Fix build on solaris + 2008-08-22 Felipe Pena * ZendEngine2/zend_compile.c