changelog               Sun Aug 14 01:34:47 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2072&r2=1.2073&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2072 php-src/ChangeLog:1.2073
--- php-src/ChangeLog:1.2072    Sat Aug 13 01:32:19 2005
+++ php-src/ChangeLog   Sun Aug 14 01:34:45 2005
@@ -1,3 +1,57 @@
+2005-08-13  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/standard/type.c:
+      - ntive is better than standard (Andrei)
+
+2005-08-13  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * main/streams/streams.c:
+      a bit of pedantic ws
+
+    * ext/com_dotnet/com_handlers.c
+      ext/com_dotnet/com_variant.c:
+      unicode enable COM parameters (but not method/property names yet)
+
+    * ext/standard/datetime.h:
+      could have sworn that I did this already
+
+2005-08-13  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/standard/type.c:
+      - IS_STRING does not necessarily mean ascii so 'standard' is better
+
+    * ext/standard/basic_functions.c
+      ext/standard/php_type.h
+      ext/standard/type.c:
+      Add is_unicode(), is_binary() and is_buffer()
+
+2005-08-13  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/com_dotnet/com_variant.c
+      ext/standard/basic_functions.h
+      ext/standard/datetime.c
+      ext/standard/pageinfo.c
+      ext/standard/pageinfo.h:
+      vs.net 2005 introduces 64-bit time_t.
+      
+      I can't say that I think this is a great idea, but it does highlight a
+      couple
+      of dodgy areas where we assume that ints and longs are the same thing as
+      time_t's.  Let's try to ensure that we declare structure fields and
+      function
+      parameters with the correct type when we're talkingabout time_t's, to
+      avoid
+      possibly nasty problems with passing the wrong sized thing around.
+
+2005-08-13  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_exceptions.c
+      ZendEngine2/zend_opcode.c:
+      - Unicode
+
+    * ZendEngine2/zend_alloc.h:
+      - This might already be defined
+
 2005-08-12  Wez Furlong  <[EMAIL PROTECTED]>
 
     * ext/standard/filters.c:
@@ -9222,7 +9276,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2072 2005/08/13 05:32:19 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2073 2005/08/14 05:34:45 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -12623,7 +12677,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2072 2005/08/13 05:32:19 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2073 2005/08/14 05:34:45 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -13104,7 +13158,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2072 2005/08/13 05:32:19 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2073 2005/08/14 05:34:45 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -14578,7 +14632,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2072 2005/08/13 05:32:19 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2073 2005/08/14 05:34:45 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to