cvs: php-src / ChangeLog

changelog <[email protected]>
Newsgroups gmane.comp.php.cvs.daily
Message-ID <cvschangelog1218504737@cvsserver>
changelog		Tue Aug 12 01:32:17 2008 UTC

  Modified files:              
    /php-src	ChangeLog 
  Log:
  ChangeLog update
changelog-20080812013217.txt (text/plain, 12.1 KB)
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3135&r2=1.3136&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3135 php-src/ChangeLog:1.3136
--- php-src/ChangeLog:1.3135	Mon Aug 11 01:32:46 2008
+++ php-src/ChangeLog	Tue Aug 12 01:32:16 2008
@@ -1,3 +1,344 @@
+2008-08-11  Arnaud Le Blanc  <[email protected]>
+
+    * ext/standard/dir.c
+      ext/standard/tests/file/chroot_001.phpt
+      ext/standard/tests/file/chroot_001.phpt
+      ext/standard/tests/file/chroot_001.phpt:
+      clear stat cache in chroot()
+
+2008-08-11  Greg Beaver  <[email protected]>
+
+    * ext/phar/tests/zip/corrupt_010.phpt
+      ext/phar/tests/zip/corrupt_010.phpt
+      ext/phar/tests/zip/files/corrupt3.php.inc
+      ext/phar/tests/zip/files/corrupt_zipmaker.php.inc
+      ext/phar/tests/zip/files/disknumber.zip
+      ext/phar/tests/zip/files/disknumber.zip
+      ext/phar/tests/zip/files/extralen_toolong.zip:
+      
+      file corrupt_010.phpt was initially added on branch PHP_5_3.
+
+2008-08-11  Arnaud Le Blanc  <[email protected]>
+
+    * (PHP_5_2)
+      NEWS:
+      news
+
+    * (PHP_5_2)
+      ext/standard/dir.c
+      ext/standard/dir.c
+      ext/standard/tests/file/bug45181.phpt
+      ext/standard/tests/file/bug45181.phpt:
+      MFH: Fixed #45181 (chdir() should clear relative entries in stat cache)
+
+    * ext/standard/dir.c
+      ext/standard/tests/file/bug45181.phpt
+      ext/standard/tests/file/bug45181.phpt
+      ext/standard/tests/file/bug45181.phpt:
+      Fixed #45181 (chdir() should clear relative entries in stat cache)
+
+2008-08-11  Christian Seiler  <[email protected]>
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/tests/closures_003.phpt
+      ext/reflection/tests/closures_003.phpt
+      ext/reflection/tests/closures_004.phpt
+      ext/reflection/tests/closures_004.phpt
+      ext/reflection/tests/reflectionParameter_invalidMethodInConstructor.phpt
+      ext/reflection/tests/reflectionParameter_invalidMethodInConstructor.phpt:
+       - Fixed sefaults (tests added)
+
+    * (PHP_5_2)
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/reflectionParameter_invalidMethodInConstructor.phpt
+      ext/reflection/tests/reflectionParameter_invalidMethodInConstructor.phpt:
+       - Fixed segmentation fault (test added)
+
+2008-08-11  Felipe Pena  <[email protected]>
+
+    * (PHP_5_3)
+      ext/intl/intl_convert.c
+      ext/intl/intl_error.c
+      ext/intl/php_intl.c
+      ext/intl/collator/collator.c
+      ext/intl/collator/collator_attr.c
+      ext/intl/collator/collator_class.c
+      ext/intl/collator/collator_compare.c
+      ext/intl/collator/collator_convert.c
+      ext/intl/collator/collator_create.c
+      ext/intl/collator/collator_error.c
+      ext/intl/collator/collator_locale.c
+      ext/intl/collator/collator_sort.c
+      ext/intl/common/common_error.c
+      ext/intl/dateformat/dateformat.c
+      ext/intl/dateformat/dateformat_attr.c
+      ext/intl/dateformat/dateformat_class.c
+      ext/intl/dateformat/dateformat_format.c
+      ext/intl/dateformat/dateformat_parse.c
+      ext/intl/formatter/formatter.c
+      ext/intl/formatter/formatter_attr.c
+      ext/intl/formatter/formatter_class.c
+      ext/intl/formatter/formatter_format.c
+      ext/intl/formatter/formatter_main.c
+      ext/intl/formatter/formatter_parse.c
+      ext/intl/grapheme/grapheme_string.c
+      ext/intl/msgformat/msgformat.c
+      ext/intl/msgformat/msgformat_attr.c
+      ext/intl/msgformat/msgformat_class.c
+      ext/intl/msgformat/msgformat_format.c
+      ext/intl/msgformat/msgformat_parse.c
+      ext/intl/normalizer/normalizer.c
+      ext/intl/normalizer/normalizer_class.c
+      ext/intl/normalizer/normalizer_normalize.c:
+      MFH:
+      - Added arginfo
+      - Fixed WS
+      - Changed C++ comments to C comments
+
+    * ext/intl/intl_convert.c
+      ext/intl/intl_error.c
+      ext/intl/php_intl.c
+      ext/intl/collator/collator.c
+      ext/intl/collator/collator_attr.c
+      ext/intl/collator/collator_class.c
+      ext/intl/collator/collator_compare.c
+      ext/intl/collator/collator_convert.c
+      ext/intl/collator/collator_create.c
+      ext/intl/collator/collator_error.c
+      ext/intl/collator/collator_locale.c
+      ext/intl/collator/collator_sort.c
+      ext/intl/common/common_error.c
+      ext/intl/dateformat/dateformat.c
+      ext/intl/dateformat/dateformat_attr.c
+      ext/intl/dateformat/dateformat_class.c
+      ext/intl/dateformat/dateformat_format.c
+      ext/intl/dateformat/dateformat_parse.c
+      ext/intl/formatter/formatter.c
+      ext/intl/formatter/formatter_attr.c
+      ext/intl/formatter/formatter_class.c
+      ext/intl/formatter/formatter_format.c
+      ext/intl/formatter/formatter_main.c
+      ext/intl/formatter/formatter_parse.c
+      ext/intl/grapheme/grapheme_string.c
+      ext/intl/msgformat/msgformat.c
+      ext/intl/msgformat/msgformat_attr.c
+      ext/intl/msgformat/msgformat_class.c
+      ext/intl/msgformat/msgformat_format.c
+      ext/intl/msgformat/msgformat_parse.c
+      ext/intl/normalizer/normalizer.c
+      ext/intl/normalizer/normalizer_class.c
+      ext/intl/normalizer/normalizer_normalize.c:
+      - Added arginfo
+      - Fixed WS
+      - Changed C++ comments to C comments
+
+2008-08-11  Marcus Boerger  <[email protected]>
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/php_reflection.c:
+      - Cleanup
+
+    * ZendEngine2/zend_execute_API.c:
+      - Fix shutdown order
+
+    * ext/spl/tests/spl_004.phpt:
+      - EXPECT rather than EXPECTF
+
+    * (PHP_5_3)
+      ZendEngine2/zend.h
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_globals.h:
+      - MFH Fix memleak with new error handling stack'ing
+
+    * ZendEngine2/zend.h
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_globals.h:
+      - Fix memleak with new error handling stack'ing
+
+2008-08-11  Nuno Lopes  <[email protected]>
+
+    * ext/mbstring/mbstring.c:
+      fix build when host machine doest has pcre installed
+
+2008-08-11  Arnaud Le Blanc  <[email protected]>
+
+    * (PHP_5_2)
+      main/fopen_wrappers.c
+      main/fopen_wrappers.c
+      main/fopen_wrappers.h
+      main/fopen_wrappers.h:
+      MFH: Missing files in previous commit (Check the relevant path for
+      open_basedir
+      in symlink())
+
+    * main/fopen_wrappers.c
+      main/fopen_wrappers.h:
+      Missing files in previous commit (Check the relevant path for open_basedir
+      in symlink())
+
+    * (PHP_5_2)
+      ext/standard/link.c
+      ext/standard/link.c
+      ext/standard/tests/file/symlink_to_symlink.phpt
+      ext/standard/tests/file/symlink_to_symlink.phpt
+      tests/security/open_basedir_symlink.phpt
+      tests/security/open_basedir_symlink.phpt:
+      MFH: Check the relevant path for open_basedir in symlink()
+
+    * ext/standard/link.c
+      ext/standard/tests/file/symlink_to_symlink.phpt
+      tests/security/open_basedir_symlink.phpt:
+      Check the relevant path for open_basedir in symlink()
+
+2008-08-11  Nuno Lopes  <[email protected]>
+
+    * (PHP_5_3)
+      ext/curl/tests/.cvsignore:
+      add
+
+    * ext/curl/tests/.cvsignore
+      ext/curl/tests/.cvsignore:
+      
+      add
+
+2008-08-11  Felipe Pena  <[email protected]>
+
+    * ext/reflection/tests/024.phpt
+      ext/reflection/tests/024.phpt:
+      
+      - Fixed wrong check for dynamic properties
+
+    * ext/reflection/php_reflection.c:
+      - Fixed wrong check for dynamic properties
+
+2008-08-11  Pierre-Alain Joye  <[email protected]>
+
+    * (PHP_5_3)
+      ext/standard/tests/file/chgrp.phpt:
+      - MFH: skip on windows, chgrp not supported
+
+    * ext/standard/tests/file/chgrp.phpt:
+      - skip on wndows, chgrp not supported
+
+    * ext/standard/file.c:
+      - removed commented code
+
+    * (PHP_5_3)
+      ext/standard/file.c
+      ext/standard/tests/file/copy_variation4-win32.phpt
+      ext/standard/tests/file/copy_variation4.phpt:
+      - [DOC] MFH: detect if dest is a dir (if the given stream layer supports
+      stat)
+        and fails
+       . remove win32 specific test. The errors are not the same
+
+    * ext/standard/file.c
+      ext/standard/tests/file/copy_variation4-win32.phpt
+      ext/standard/tests/file/copy_variation4.phpt:
+      - [DOC] detect if dest is a dir (if the given stream layer supports stat)
+        and fails
+       . remove win32 specific test. The errors are not the same
+
+2008-08-11  Felipe Pena  <[email protected]>
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/php_reflection.c:
+      - Fix build (ZTS)
+
+2008-08-11  Marcus Boerger  <[email protected]>
+
+    * (PHP_5_3)
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/closures_001.phpt
+      ext/reflection/tests/closures_002.phpt
+      ext/reflection/tests/reflectionParameter_export_error2.phpt:
+      - MFH Closure/Reflection integration (original idea by Christian Seiler)
+
+    * ext/reflection/tests/closures_001.phpt
+      ext/reflection/tests/closures_001.phpt
+      ext/reflection/tests/closures_002.phpt
+      ext/reflection/tests/closures_002.phpt
+      ext/reflection/tests/reflectionParameter_export_error2.phpt:
+      
+      - Closure/Reflection integration (original idea by Christian Seiler)
+
+    * ext/reflection/php_reflection.c:
+      - Closure/Reflection integration (original idea by Christian Seiler)
+
+2008-08-11  Johannes Schlüter  <[email protected]>
+
+    * (PHP_5_3)
+      NEWS
+      ext/mysqli/mysqli_nonapi.c:
+      MFH: Fix #45763 (mysqli::multi_query does not work with mysqlnd)
+
+    * ext/mysqli/mysqli_nonapi.c:
+      - Fix #45763 (mysqli::multi_query does not work with mysqlnd)
+
+2008-08-11  Pierre-Alain Joye  <[email protected]>
+
+    * (PHP_5_3)
+      ext/standard/tests/file/copy_variation4.phpt:
+      - remove and add again as text not binary 2/2
+
+    * (PHP_5_3)
+      ext/standard/tests/file/copy_variation4.phpt:
+      - remove and add again as text not binary 1/2
+
+    * (PHP_5_3)
+      ext/standard/tests/file/copy_variation13.phpt:
+      - MFH: make it platform independent (/ vs \)
+
+2008-08-11  Marcus Boerger  <[email protected]>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_closures.c:
+      - WS (actually my falut)
+
+2008-08-11  Dmitry Stogov  <[email protected]>
+
+    * ZendEngine2/zend_closures.c
+      ZendEngine2/zend_closures.c
+      ZendEngine2/zend_closures.h
+      ZendEngine2/zend_closures.h
+      ZendEngine2/tests/closure_022.phpt
+      ZendEngine2/tests/closure_022.phpt:
+      - Made closures implementation reflection friendly (Christian)
+      - Changed E_ERROR(s) into E_RECOVERABLE_ERROR(s) (Marcus)
+
+2008-08-11  Greg Beaver  <[email protected]>
+
+    * ext/phar/tests/zip/corrupt_009.phpt
+      ext/phar/tests/zip/corrupt_009.phpt
+      ext/phar/tests/zip/files/corrupt3.php.inc
+      ext/phar/tests/zip/files/corrupt3.php.inc
+      ext/phar/tests/zip/files/corrupt_zipmaker.php.inc
+      ext/phar/tests/zip/files/extralen_toolong.zip
+      ext/phar/tests/zip/files/extralen_toolong.zip:
+      
+      file corrupt_009.phpt was initially added on branch PHP_5_3.
+
+2008-08-11  Felipe Pena  <[email protected]>
+
+    * (PHP_5_2)
+      NEWS:
+      - BFN: #45765
+
+    * (PHP_5_2)
+      ext/reflection/php_reflection.c
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/bug45765.phpt
+      ext/reflection/tests/bug45765.phpt:
+      - MFH: Fixed bug #45765 (ReflectionObject with default parameters of
+      self::xxx cause an error)
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/tests/bug45765.phpt
+      ext/reflection/tests/bug45765.phpt
+      ext/reflection/tests/bug45765.phpt:
+      - Fixed bug #45765 (ReflectionObject with default parameters of self::xxx
+      cause an error)
+
 2008-08-10  Marcus Boerger  <[email protected]>
 
     * ZendEngine2/zend_vm_def.h
@@ -1259,7 +1600,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3135 2008/08/11 01:32:46 changelog Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3136 2008/08/12 01:32:16 changelog Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.