changelog               Sun Aug 24 01:32:05 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3147&r2=1.3148&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3147 php-src/ChangeLog:1.3148
--- php-src/ChangeLog:1.3147    Sat Aug 23 01:32:13 2008
+++ php-src/ChangeLog   Sun Aug 24 01:32:04 2008
@@ -1,3 +1,97 @@
+2008-08-23  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/xmlreader/php_xmlreader.c:
+      fix proto
+
+    * ext/xmlreader/php_xmlreader.c:
+      Fix proto
+
+2008-08-23  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * ext/standard/config.m4
+      ext/standard/crypt_freesec.c
+      ext/standard/crypt_freesec.h:
+      Fix build on solaris
+
 2008-08-22  Felipe Pena  <[EMAIL PROTECTED]>
 
     * ZendEngine2/zend_compile.c
@@ -3302,7 +3396,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3147 2008/08/23 01:32:13 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3148 2008/08/24 01:32:04 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to