changelog               Sat Jul 12 01:31:50 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3104&r2=1.3105&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3104 php-src/ChangeLog:1.3105
--- php-src/ChangeLog:1.3104    Fri Jul 11 01:32:03 2008
+++ php-src/ChangeLog   Sat Jul 12 01:31:50 2008
@@ -1,3 +1,150 @@
+2008-07-11  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * ext/standard/ftp_fopen_wrapper.c
+      ext/standard/ftp_fopen_wrapper.c:
+      - MFB: Fixed bug #45449 (filesize() regression using ftp wrapper) (patch 
by
+      crrodriguez at suse dot de)
+
+    * (PHP_5_2)
+      NEWS:
+      - BFN: #45449, #45486
+
+    * (PHP_5_2)
+      ext/standard/ftp_fopen_wrapper.c:
+      - Fixed bug #45449 (filesize() regression using ftp wrapper) (patch by
+      crrodriguez at suse dot de)
+
+2008-07-11  Rob Richards  <[EMAIL PROTECTED]>
+
+    * ext/gd/config.w32:
+      MFB: dont forget the header
+
+    * (PHP_5_3)
+      ext/gd/config.w32:
+      dont forget the header
+
+    * ext/gd/config.w32:
+      MFB: fix iconv linking
+
+    * (PHP_5_3)
+      ext/gd/config.w32:
+      fix iconv linking
+
+2008-07-11  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.c:
+      MFB: - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: 
text/plain;
+      charset=' parsing incorrect)
+
+2008-07-11  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/mbstring/php_mbregex.c:
+      nuke unused variable
+
+2008-07-11  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/mbstring/mbstring.c:
+      - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain;
+      charset=' parsing incorrect)
+
+2008-07-11  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * main/network.c:
+      - Silence "unused variable" warning when ip6 support is disabled
+
+2008-07-11  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/reflection/tests/reflectionExtension_getDependencies_basic.phpt:
+      make sure dom extension is present
+
+2008-07-11  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c
+      ext/standard/string.c
+      ext/standard/tests/strings/bug45485.phpt
+      ext/standard/tests/strings/bug45485.phpt:
+      - MFB: Fixed bug #45485 (strip_tags and <?XML tag)
+
+2008-07-11  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * main/streams/streams.c:
+      not all stream wrappers use context, so no need to addref in all cases
+
+2008-07-11  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/strings/bug45485.phpt
+      ext/standard/tests/strings/bug45485.phpt
+      ext/standard/tests/strings/bug45485.phpt:
+        1.1.4;
+      file bug45485.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      ext/standard/string.c:
+      - Fixed bug #45485 (strip_tags and <?XML tag)
+
+    * ext/imap/php_imap.c
+      ext/imap/php_imap.c:
+      MFB: - Fixed the strings size in imap_headerinfo
+
+    * (PHP_5_2)
+      NEWS:
+      - BFN: #45460
+
+    * (PHP_5_2)
+      ext/imap/php_imap.c:
+      - Fixed the string sizes in imap_headerinfo
+
+2008-07-11  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/openssl/xp_ssl.c
+      ext/standard/file.c
+      ext/standard/http_fopen_wrapper.c
+      ext/standard/streamsfuncs.c
+      main/streams/streams.c
+      main/streams/userspace.c
+      main/streams/xp_socket.c:
+      MFH: manage references of stream context properly
+
+    * ext/openssl/xp_ssl.c
+      ext/standard/file.c
+      ext/standard/http_fopen_wrapper.c
+      ext/standard/streamsfuncs.c
+      main/streams/streams.c
+      main/streams/userspace.c
+      main/streams/xp_socket.c:
+      manage references of stream context properly
+
+    * ext/standard/tests/file/lchown_basic.phpt
+      ext/standard/tests/file/lchown_error.phpt:
+      fix skip messages
+
+    * ext/standard/tests/file/lchown_basic.phpt
+      ext/standard/tests/file/lchown_error.phpt:
+      check for posix_getuid()
+
+    * (PHP_5_3)
+      ext/phar/func_interceptors.c:
+      drop unused var
+
+    * (PHP_5_3)
+      ext/phar/func_interceptors.c:
+      fix function protos and is_link() wrapper
+
+2008-07-11  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/date/lib/parse_date.c
+      ext/date/lib/parse_date.re:
+      - MFH: Fixed a compiler warning - the code didn't make much sense.
+
+    * ext/date/lib/parse_date.c
+      ext/date/lib/parse_date.re:
+      - Fixed a compiler warning - the code didn't make much sense.
+
 2008-07-10  David Soria Parra  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)


Reply via email to