changelog               Fri Mar  3 06:31:41 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2272&r2=1.2273&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2272 php-src/ChangeLog:1.2273
--- php-src/ChangeLog:1.2272    Thu Mar  2 06:31:40 2006
+++ php-src/ChangeLog   Fri Mar  3 06:31:41 2006
@@ -1,3 +1,89 @@
+2006-03-02  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c:
+      Fix ucwords() to use full case mapping.
+      
+
+2006-03-02  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS:
+      give credit where it is due.
+
+2006-03-02  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c:
+      - Update protos for Unicode-upgraded functions
+      - Also fix ucfirst() to use full case mapping, so that ß (sharp s)
+        maps to 'SS' for example
+
+2006-03-02  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS:
+      Fixed bug #36388 (ext/soap crashes when throwing exception and session
+      persistence). (David)
+
+    * ZendEngine2/zend_unicode.c
+      ZendEngine2/zend_unicode.h
+      ext/simplexml/simplexml.c
+      ext/sqlite/sqlite.c
+      ext/standard/array.c
+      ext/standard/base64.c
+      ext/standard/dns.c
+      ext/standard/exec.c
+      ext/standard/file.c
+      ext/standard/filters.c
+      ext/standard/ftp_fopen_wrapper.c
+      ext/standard/html.c
+      ext/standard/html.h
+      ext/standard/http.c
+      ext/standard/http_fopen_wrapper.c
+      ext/standard/image.c
+      ext/standard/info.c
+      ext/standard/iptc.c
+      ext/standard/levenshtein.c
+      ext/standard/md5.c
+      ext/standard/php_string.h
+      ext/standard/sha1.c
+      ext/standard/streamsfuncs.c
+      ext/standard/string.c
+      ext/standard/url.c
+      ext/standard/user_filters.c
+      ext/standard/var.c
+      ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re
+      main/fopen_wrappers.c
+      main/main.c
+      main/output.c
+      main/php_logos.c
+      main/php_output.h
+      main/php_variables.c
+      main/php_variables.h
+      main/rfc1867.c
+      main/spprintf.c
+      main/streams/plain_wrapper.c:
+      Nuke int32_t (everywhere except streams layer) and signed/unsigned 
warnings
+
+2006-03-02  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      ZendEngine2/zend.c:
+      - MFH Use object handler get in the same way as the rest of the engine 
does
+
+    * ZendEngine2/zend.c:
+      - Use object handler get in the same way as the rest of the engine does
+
+2006-03-02  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.c:
+      MFH add safe_mode num of parameter check
+
+    * ext/mbstring/mbstring.c:
+      add safe_mode num of parameter check
+
 2006-03-01  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * ext/mysqli/mysqli.c:

Reply via email to