changelog Wed May 31 05:31:52 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2361&r2=1.2362&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2361 php-src/ChangeLog:1.2362
--- php-src/ChangeLog:1.2361 Tue May 30 05:31:51 2006
+++ php-src/ChangeLog Wed May 31 05:31:51 2006
@@ -1,3 +1,127 @@
+2006-05-30 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ tests/classes/inheritance_003.phpt
+ tests/classes/inheritance_004.phpt:
+ - Add new tests
+
+ * tests/classes/inheritance_003.phpt
+ tests/classes/inheritance_003.phpt
+ tests/classes/inheritance_004.phpt
+ tests/classes/inheritance_004.phpt:
+
+ - Add new tests
+
+ * ZendEngine2/zend_compile.c:
+ - Fix test logic
+
+ * (PHP_5_2)
+ ZendEngine2/zend_compile.c:
+ - Switch back to old severities and still keep bugfix for
+
+2006-05-30 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/oci8/oci8_collection.c:
+ fix compilation on some b0rked systems that must have collections support
+ but they don't
+
+2006-05-30 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_compile.c:
+ - WS
+
+2006-05-30 Sara Golemon <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/file/mkdir-004.phpt
+ ext/standard/tests/file/mkdir-005.phpt:
+ Minor fixes (bjori)
+
+2006-05-30 Michael Wallner <[EMAIL PROTECTED]>
+
+ * ext/pcntl/pcntl.c:
+ MFB: fix bug 37635 (argument to pcntl signal handler is trashed)
+
+ * (PHP_5_2)
+ NEWS
+ ext/pcntl/pcntl.c:
+ - fix bug #37635 (parameter of pcntl signal handler is trashed)
+
+2006-05-30 Seiji Masugata <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/mbstring/mbstring.c
+ ext/mbstring/mbstring.h:
+ added mb_stristr( ), mb_strrichr( ).
+
+ * (PHP_5_2)
+ ext/mbstring/mbstring.c
+ ext/mbstring/mbstring.h:
+ added mb_strstr( ), mb_strrchr( ).
+
+ * (PHP_5_2)
+ ext/mbstring/mbstring.c
+ ext/mbstring/mbstring.h:
+ added mb_stripos( ), mb_strripos( ).
+
+ * (PHP_5_2)
+ ext/mbstring/mbstring.c
+ ext/mbstring/mbstring.h:
+ added mb_list_encodings_alias_names( ), mb_list_mime_names( ).
+
+ * (PHP_5_2)
+ ext/mbstring/mbstring.c:
+ added option parameter mb_list_encodings( ).
+
+2006-05-30 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c
+ ext/standard/php_var.h
+ ext/standard/var.c:
+ MFB: Added memory_get_peak_usage() function for retrieving peak memory
+ usage of a PHP script.
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/basic_functions.c
+ ext/standard/php_var.h
+ ext/standard/var.c:
+ Added memory_get_peak_usage() function for retrieving peak memory usage
of
+ a PHP script.
+
+2006-05-30 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ ext/oci8/config.m4:
+ merge the last change in 4.4 and allow ext/oci8 to be built against basic
+ lite package
+ (as Derick requested)
+
+ * (PHP_5_2)
+ ext/oci8/config.m4:
+ MFH: don't require libociei, this allows us to build ext/oci8 against
+ basiclite OIC package
+
+ * ext/oci8/config.m4:
+ don't require libociei, this allows us to build ext/oci8 against
basiclite
+ OIC package
+
+2006-05-30 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ - MFH: Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates.
(Patch
+ by
+ Hannes Magnusson)
+
+2006-05-30 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/wddx/wddx.c:
+ MFB: Convert E_ERROR to E_RECOVERABLE_ERROR
+
+ * (PHP_5_2)
+ ext/wddx/wddx.c:
+ Convert E_ERROR to E_RECOVERABLE_ERROR
+
2006-05-29 Antony Dovgal <[EMAIL PROTECTED]>
* ext/pcre/php_pcre.c: