cvs: php-src / ChangeLog

changelog <[email protected]>
Newsgroups gmane.comp.php.cvs.daily
Message-ID <cvschangelog1216085522@cvsserver>
changelog		Tue Jul 15 01:32:02 2008 UTC

  Modified files:              
    /php-src	ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3107&r2=1.3108&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3107 php-src/ChangeLog:1.3108
--- php-src/ChangeLog:1.3107	Mon Jul 14 01:31:59 2008
+++ php-src/ChangeLog	Tue Jul 15 01:32:01 2008
@@ -1,3 +1,232 @@
+2008-07-14  Stanislav Malyshev  <[email protected]>
+
+    * (PHP_5_3)
+      EXTENSIONS:
+      add intl to extensions
+
+2008-07-14  Felipe Pena  <[email protected]>
+
+    * ext/com_dotnet/com_extension.c
+      ext/readline/readline.c:
+      - MFB: Added arginfo
+
+    * (PHP_5_3)
+      ext/com_dotnet/com_extension.c
+      ext/readline/readline.c:
+      - Added arginfo
+
+2008-07-14  Derick Rethans  <[email protected]>
+
+    * ext/date/php_date.c:
+      - Fixed reversed logic.
+
+    * (PHP_5_3)
+      ext/date/php_date.c
+      ext/date/lib/dow.c
+      ext/date/lib/parse_date.c
+      ext/date/lib/parse_date.re
+      ext/date/lib/timelib.h:
+      - MFH: Added a warning to the error struct in case a parsed-date was found
+      to
+        be invalid.
+
+    * ext/date/php_date.c
+      ext/date/lib/dow.c
+      ext/date/lib/parse_date.c
+      ext/date/lib/parse_date.re
+      ext/date/lib/timelib.h:
+      - Added a warning to the error struct in case a parsed-date was found to be
+        invalid.
+
+2008-07-14  Josie Messa  <[email protected]>
+
+    * ext/standard/tests/strings/similar_text_basic.phpt
+      ext/standard/tests/strings/similar_text_error.phpt:
+      - Tests from TestFest
+      - Have slightly modified similar_text_error.phpt from original file
+
+    * ext/standard/tests/strings/similar_text_basic.phpt
+      ext/standard/tests/strings/similar_text_basic.phpt
+      ext/standard/tests/strings/similar_text_error.phpt
+      ext/standard/tests/strings/similar_text_error.phpt:
+      
+      file similar_text_basic.phpt was initially added on branch PHP_5_3.
+
+2008-07-14  Felipe Pena  <[email protected]>
+
+    * ZendEngine2/tests/closure_017.phpt
+      ZendEngine2/tests/closure_018.phpt
+      ZendEngine2/tests/closure_019.phpt
+      ZendEngine2/tests/closure_020.phpt
+      ZendEngine2/tests/closure_021.phpt:
+      - New tests
+
+    * ZendEngine2/tests/closure_017.phpt
+      ZendEngine2/tests/closure_017.phpt
+      ZendEngine2/tests/closure_018.phpt
+      ZendEngine2/tests/closure_018.phpt
+      ZendEngine2/tests/closure_019.phpt
+      ZendEngine2/tests/closure_019.phpt
+      ZendEngine2/tests/closure_020.phpt
+      ZendEngine2/tests/closure_020.phpt
+      ZendEngine2/tests/closure_021.phpt
+      ZendEngine2/tests/closure_021.phpt:
+      
+      file closure_017.phpt was initially added on branch PHP_5_3.
+
+    * ZendEngine2/tests/closure_008.phpt
+      ZendEngine2/tests/closure_008.phpt
+      ZendEngine2/tests/closure_009.phpt
+      ZendEngine2/tests/closure_009.phpt:
+      - Fixed test titles
+
+    * ext/dom/tests/dom003.phpt
+      ext/dom/tests/dom003.phpt
+      ext/dom/tests/dom_set_attr_node.phpt
+      ext/dom/tests/dom_set_attr_node.phpt:
+      - Fixed tests
+
+2008-07-14  Dmitry Stogov  <[email protected]>
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_closures.c
+      ZendEngine2/zend_closures.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/closure_016.phpt
+      ZendEngine2/tests/closure_016.phpt
+      ZendEngine2/tests/closure_016.phpt:
+      Fixed is_callable() to support closures and return appropriate function
+      name
+
+2008-07-14  Antony Dovgal  <[email protected]>
+
+    * sapi/apache/php_apache.c:
+      use int for length
+
+    * ext/hash/hash.c:
+      use long for "l"
+
+    * ext/exif/exif.c:
+      use zend_bool for "b"
+
+2008-07-14  Jani Taskinen  <[email protected]>
+
+    * ext/mysqlnd/config9.m4
+      ext/zip/config.m4:
+      MFB
+
+2008-07-14  Matt Wilmas  <[email protected]>
+
+    * (PHP_5_3)
+      win32/build/config.w32:
+      MFH: Prevent build failure after closures
+
+2008-07-14  Jani Taskinen  <[email protected]>
+
+    * NEWS:
+      - Closures come in 5.3
+
+2008-07-14  Dmitry Stogov  <[email protected]>
+
+    * (PHP_5_3)
+      NEWS
+      configure.in
+      ZendEngine2/Makefile.am
+      ZendEngine2/Zend.dsp
+      ZendEngine2/ZendTS.dsp
+      ZendEngine2/zend.h
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_closures.c
+      ZendEngine2/zend_closures.h
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_default_classes.c
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h
+      ZendEngine2/tests/closure_001.phpt
+      ZendEngine2/tests/closure_002.phpt
+      ZendEngine2/tests/closure_003.phpt
+      ZendEngine2/tests/closure_004.phpt
+      ZendEngine2/tests/closure_005.phpt
+      ZendEngine2/tests/closure_006.phpt
+      ZendEngine2/tests/closure_007.phpt
+      ZendEngine2/tests/closure_008.phpt
+      ZendEngine2/tests/closure_009.phpt
+      ZendEngine2/tests/closure_010.phpt
+      ZendEngine2/tests/closure_011.phpt
+      ZendEngine2/tests/closure_012.phpt
+      ZendEngine2/tests/closure_013.phpt
+      ZendEngine2/tests/closure_014.phpt
+      ZendEngine2/tests/closure_015.phpt
+      ext/pcre/php_pcre.c
+      ext/reflection/php_reflection.c:
+      Added support for lambda functions and closures
+
+2008-07-14  Jani Taskinen  <[email protected]>
+
+    * (PHP_5_3)
+      ext/zip/config.m4:
+      No dots
+
+    * (PHP_5_3)
+      ext/intl/config.m4
+      ext/mysqlnd/config9.m4
+      ext/phar/config.m4
+      ext/zip/config.m4:
+      - Some config*.m4 file cleanups: NO tabs in these!
+
+    * (PHP_5_3)
+      ext/standard/credits_ext.h:
+      - Update credits: Whenever some extension is removed/added, remember to run
+      scripts/dev/credits and commit ext/standards/credits* !!
+
+2008-07-14  Antony Dovgal  <[email protected]>
+
+    * (PHP_5_3)
+      ext/spl/spl_fixedarray.c:
+      MFH: minor speedup - convert offset to long only when needed
+
+    * ext/spl/spl_fixedarray.c:
+      minor speedup - convert offset to long only when needed
+
+    * ext/spl/tests/fixedarray_021.phpt:
+      fix test
+
+2008-07-14  Stanislav Malyshev  <[email protected]>
+
+    * ext/intl/php_intl.c
+      ext/intl/php_intl.c:
+      add icu version to phpinfo
+
+2008-07-14  Antony Dovgal  <[email protected]>
+
+    * (PHP_5_3)
+      NEWS:
+      fix typo
+
+2008-07-14  Stanislav Malyshev  <[email protected]>
+
+    * (PHP_5_3)
+      ext/intl/tests/collator_create.phpt:
+      fix test
+
+    * (PHP_5_3)
+      ext/intl/intl_data.h:
+      - increase max locale to 80
+      - add some macros
+
+    * (PHP_5_3)
+      ext/intl/TODO:
+      todo
+
 2008-07-13  Marcus Boerger  <[email protected]>
 
     * (PHP_5_3)
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.