changelog               Mon Nov 13 01:31:14 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2510&r2=1.2511&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2510 php-src/ChangeLog:1.2511
--- php-src/ChangeLog:1.2510    Sun Nov 12 01:31:02 2006
+++ php-src/ChangeLog   Mon Nov 13 01:31:13 2006
@@ -1,3 +1,121 @@
+2006-11-12  Hannes Magnusson  <[EMAIL PROTECTED]>
+
+    * ext/spl/config.m4:
+      MFB: add missing headers
+
+    * (PHP_5_2)
+      ext/spl/config.m4:
+      Add missing header installation..
+
+2006-11-12  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/pdo/pdo_sql_parser.c:
+      MFB: updated generated file
+
+2006-11-12  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/spl/spl_directory.c
+      ext/spl/spl_directory.h:
+      - Optimize SPL directory stuff by making iterator part of object
+
+2006-11-12  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/pdo/pdo_sql_parser.c:
+      Fixed generated file
+
+    * ext/pdo/pdo_sql_parser.c
+      ext/pdo/pdo_sql_parser.re:
+      MFB: Fixed a memory leak when named & positional params are being used in
+      the same query.
+
+    * (PHP_5_2)
+      ext/pdo/pdo_sql_parser.c
+      ext/pdo/pdo_sql_parser.re:
+      Fixed a memory leak when named & positional params are being used in the
+      same query.
+
+2006-11-12  Hannes Magnusson  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/spl/internal/splfileobject.inc:
+      MFH: SplFileObject no longer overwrites SplFileInfo::getFilename()
+
+    * ext/spl/internal/splfileobject.inc:
+      SplFileObject no longer overwrites getFilename()
+
+2006-11-12  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/standard/array.c:
+      removed bogus char
+
+2006-11-12  Hannes Magnusson  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      README.UPDATE_5_2
+      ext/spl/spl_directory.c
+      ext/spl/tests/fileobject_003.phpt:
+      MFH: SplFileObject::getFilename() no longer overwrites
+      SplFileInfo::getFilename()
+      (SplFileObject::getFilename() therefor only returns the filename now)
+
+2006-11-12  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/array.c:
+      Optimized array functions utilizing php_splice().
+
+2006-11-12  Hannes Magnusson  <[EMAIL PROTECTED]>
+
+    * ext/spl/spl_directory.c
+      ext/spl/tests/fileobject_003.phpt:
+      SplFileObject::getFilename() should not overwrite
+      SplFileInfo::getFilename()
+      (Fixes bug where SplFileObject::getFilename() returns
+      relative/path/to/file)
+
+2006-11-12  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/spl/spl_directory.h:
+      - Correct comments
+
+2006-11-12  Hannes Magnusson  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      NEWS
+      NEWS
+      ext/standard/array.c
+      ext/standard/array.c
+      ext/standard/tests/array/bug36975.phpt
+      ext/standard/tests/array/bug36975.phpt:
+      MFH: Fixed bug#36975 (natcasesort() causes array_pop() to misbehave)
+
+    * ext/standard/array.c
+      ext/standard/tests/array/bug36975.phpt
+      ext/standard/tests/array/bug36975.phpt
+      ext/standard/tests/array/bug36975.phpt:
+      Fixed bug#36975 (natcasesort() causes array_pop() to misbehave)
+
+2006-11-12  Nuno Lopes  <[EMAIL PROTECTED]>
+
+    * ext/zip/zip_stream.c:
+      MFB: fix leak in oo_stream.phpt
+
+    * (PHP_5_2)
+      ext/zip/zip_stream.c:
+      fix leak in oo_stream.phpt
+
+    * ext/zip/php_zip.c:
+      MFB: fix leak in the object destrucotr when zip_close() fails (fixes
+      oo_delete.phpt)
+
+    * (PHP_5_2)
+      ext/zip/php_zip.c:
+      fix leak in the object destrucotr when zip_close() fails (fixes
+      oo_delete.phpt)
+
 2006-11-11  Nuno Lopes  <[EMAIL PROTECTED]>
 
     * ext/zip/php_zip.c

Reply via email to