changelog               Wed Jul 26 01:30:54 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2402&r2=1.2403&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2402 php-src/ChangeLog:1.2403
--- php-src/ChangeLog:1.2402    Tue Jul 25 01:30:54 2006
+++ php-src/ChangeLog   Wed Jul 26 01:30:53 2006
@@ -1,3 +1,136 @@
+2006-07-25  Michael Wallner  <[EMAIL PROTECTED]>
+
+    * ext/tidy/tidy.c:
+      - fix compiler warnings
+
+    * ext/tidy/tidy.c:
+      - reduce memory footprint
+
+    * sapi/apache/php_apache.c:
+      - fix TS issue found by Jani
+
+2006-07-25  Hannes Magnusson  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/standard/basic_functions.c
+      ext/standard/var.c:
+      MFH: Update protos & arginfo for memory_get_usage() &
+      memory_get_peak_usage()
+
+    * ext/standard/basic_functions.c
+      ext/standard/var.c:
+      Update protos & arginfo for memory_get_usage() & memory_get_peak_usage()
+
+2006-07-25  Michael Wallner  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/reflection/php_reflection.c:
+      - ws
+
+2006-07-25  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/reflection/tests/bug38132.phpt
+      ext/reflection/tests/bug38132.phpt:
+      
+      file bug38132.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      NEWS
+      ext/reflection/php_reflection.c:
+      Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in 
key
+      names).
+
+2006-07-25  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.h
+      ZendEngine2/zend_alloc.h
+      ext/standard/var.c
+      ext/standard/var.c
+      sapi/apache/mod_php5.c
+      sapi/apache/mod_php5.c
+      sapi/apache2filter/sapi_apache2.c
+      sapi/apache2filter/sapi_apache2.c
+      sapi/apache2handler/sapi_apache2.c
+      sapi/apache2handler/sapi_apache2.c
+      sapi/apache_hooks/mod_php5.c
+      sapi/apache_hooks/mod_php5.c:
+      Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean
+      argument allows get memory size allocated by emalloc() (by default) or
+      real size of memory allocated from system.
+
+2006-07-25  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS:
+      news entry
+
+    * (PHP_5_2)
+      NEWS:
+      ext/filepro moved to PECL
+
+2006-07-25  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/tests/bug38194.phpt:
+      MFB: Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for 
the
+      class itself).
+
+    * (PHP_5_2)
+      NEWS
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/bug38194.phpt
+      ext/reflection/tests/bug38194.phpt:
+      Fixed bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the
+      class itself).
+
+2006-07-25  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/filter/filter.c:
+      MFH: check g_hash for NULL before resetting it
+
+    * ext/filter/filter.c:
+      check g_hash for NULL before resetting it
+
+2006-07-25  Uwe Schindler  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/sybase_ct/php_sybase_ct.c:
+      MFH: Fix compilation with TSRM (now correct)
+
+    * (PHP_5_2)
+      ext/sybase_ct/php_sybase_ct.c:
+      revert shitty whitespace patch (forgot to reconfigure my editor after
+      reinstallation)
+
+    * ext/sybase_ct/php_sybase_ct.c
+      ext/sybase_ct/php_sybase_ct.c:
+      Fix compilation with TSRM
+
+2006-07-25  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/json/JSON_parser.c
+      ext/json/JSON_parser.c:
+      initialize variable
+
+2006-07-25  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_API.c:
+      - MFB: Fixed typo
+
+    * (PHP_5_2)
+      ZendEngine2/zend_API.c:
+      - Fixed typo.
+
+2006-07-25  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_compile.c:
+      - Fix off by one copy'n'paste error
+
 2006-07-24  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * (PHP_5_2)

Reply via email to