changelog               Thu Jan 17 01:31:32 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2929&r2=1.2930&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2929 php-src/ChangeLog:1.2930
--- php-src/ChangeLog:1.2929    Wed Jan 16 01:31:32 2008
+++ php-src/ChangeLog   Thu Jan 17 01:31:31 2008
@@ -1,3 +1,92 @@
+2008-01-16  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      sapi/apache2handler/sapi_apache2.c
+      sapi/apache2handler/sapi_apache2.c:
+      
+      MFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to 
HTTP/1.1
+      response)
+
+    * (PHP_5_3)
+      sapi/apache2handler/sapi_apache2.c:
+      
+      Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
+      response)
+
+2008-01-16  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/bug37964.phpt:
+      - MFH Fixed Bug #37964 (Reflection shows private methods of parent class)
+        ([EMAIL PROTECTED])
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/tests/bug37964.phpt
+      ext/reflection/tests/bug37964.phpt:
+      - Fixed Bug #37964 (Reflection shows private methods of parent class)
+        ([EMAIL PROTECTED])
+
+2008-01-16  David Coallier  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/strings/ucfirst1.phpt:
+      - run-tests.php -U
+      - The unicode test's error messages are working
+
+    * ext/standard/tests/strings/ucfirst1.phpt:
+      - MFB
+      - Make sure to return the good error message with new parse parameters 
api
+        of ucfirst()
+
+    * (PHP_5_3)
+      ext/standard/tests/strings/ucfirst.phpt:
+      - Making sure the tests are not failing after modifications to the new
+        zend-parsing-parameters in ucfirst()
+
+2008-01-16  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/string.c
+      ext/standard/string.c:
+      MFH: fix #43863 (str_word_count() breaks on cyrillic "ya" in locale 
cp1251)
+      patch by phprus at gmail dot com
+
+    * ext/standard/string.c:
+      fix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)
+      patch by phprus at gmail dot com
+
+2008-01-16  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/soap/soap.c
+      ext/soap/soap.c
+      ext/soap/soap.c:
+      Fixed wrong type cast
+
+2008-01-16  David Coallier  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/standard/string.c:
+      - MFH
+      - Making sure this is also using the good zend parsing and added
+        the php_ucfirst function
+
+    * ext/standard/string.c:
+      - Make sure ucfirst is using the new zend-parse-parameters api
+      - added php_ucfirst for non-unicode calls
+
+2008-01-16  Christopher Jones  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/oci8/config.m4
+      ext/oci8/config.m4:
+      MFH: fix #41941 (oci8 extension not lib64 savvy)
+
+    * ext/oci8/config.m4:
+      fix #41941 (oci8 extension not lib64 savvy)
+
 2008-01-15  Christopher Jones  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)

Reply via email to