changelog Fri Mar 31 06:31:45 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2300&r2=1.2301&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2300 php-src/ChangeLog:1.2301
--- php-src/ChangeLog:1.2300 Thu Mar 30 06:31:46 2006
+++ php-src/ChangeLog Fri Mar 31 06:31:44 2006
@@ -1,3 +1,109 @@
+2006-03-30 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/wddx/wddx.c:
+ - Fix build
+
+2006-03-30 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend.c
+ ZendEngine2/zend.h:
+ MF51: fix compilation on AIX
+
+ * (PHP_5_1)
+ ZendEngine2/zend.c
+ ZendEngine2/zend.h:
+ fix compilation on AIX
+
+ * (PHP_5_1)
+ ext/standard/user_filters.c:
+ nuke compile warning
+
+ * ext/mysqli/tests/014.phpt
+ ext/mysqli/tests/015.phpt
+ ext/mysqli/tests/045.phpt:
+ MF51: fix tests
+
+ * (PHP_5_1)
+ ext/mysqli/tests/014.phpt
+ ext/mysqli/tests/015.phpt
+ ext/mysqli/tests/045.phpt:
+ fix tests
+
+ * ext/standard/info.c:
+ fix TSRM build
+
+ * (PHP_5_1)
+ ext/standard/info.c:
+ fix build: there is no TSRMLS_CC in this function
+
+2006-03-30 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ configure.in
+ main/php_version.h:
+ Back to dev
+
+ * (PHP_5_1)
+ NEWS
+ configure.in
+ main/php_version.h:
+ Go with RC2
+
+ * ext/standard/info.c:
+ MFB51: Fixed XSS inside phpinfo() with long inputs.
+
+ * (PHP_5_1)
+ NEWS
+ ext/standard/info.c:
+ Fixed XSS inside phpinfo() with long inputs.
+
+2006-03-30 Seiji Masugata <[EMAIL PROTECTED]>
+
+ * ext/mbstring/mbstring.c
+ ext/mbstring/mbstring.h:
+ added mb_stripos( ), mb_strripos( ).
+
+2006-03-30 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * README.UPDATING_TO_PHP6:
+ typo
+
+2006-03-30 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli.c:
+ MF51: fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace)
+
+ * (PHP_5_1)
+ ext/mysqli/mysqli.c:
+ fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace)
+
+2006-03-30 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_objects.c:
+ Unicode support
+
+ * README.UPDATING_TO_PHP6:
+ Describe registr_long_arrays, ze1_compatibility_mode, dl(),
E_ALL/E_STRICT
+
+2006-03-30 Sara Golemon <[EMAIL PROTECTED]>
+
+ * ext/standard/file.c
+ main/php_streams.h
+ main/streams/streams.c:
+ Make php_stream_copy_to_mem() unicode aware and
+ update userspace function file_get_contents().
+
+ Note: fgc()'s second parameter (use_include_path) has been changed
+ to be a bitmask "flags" parameter instead.
+
+ For the most commonly used values (TRUE, 1) this will continue
functioning
+ as expected since the value of FILE_USE_INCLUDE_PATH is (coincidentally)
+ 1.
+ The impact to other values should be noted in the migration6 guide.
+
+ This change makes it possible to allow fgc() to return binary file
+ contents (default) or unicode transcoded contents (using FILE_TEXT flag).
+
2006-03-29 Sara Golemon <[EMAIL PROTECTED]>
* ext/standard/file.c