changelog Thu Jun 29 01:30:58 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2375&r2=1.2376&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2375 php-src/ChangeLog:1.2376
--- php-src/ChangeLog:1.2375 Wed Jun 28 01:30:50 2006
+++ php-src/ChangeLog Thu Jun 29 01:30:57 2006
@@ -1,3 +1,88 @@
+2006-06-28 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ NEWS:
+ bug fixing news
+
+ * (PHP_4_4)
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.c:
+ MFH: Improved safe_mode check for the error_log() function.
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/basic_functions.c:
+ Improved safe_mode check for the error_log() function.
+
+2006-06-28 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * README.UNICODE
+ README.UNICODE-UPGRADES
+ php.ini-dist
+ php.ini-recommended
+ run-tests.php
+ ext/simplexml/tests/000.phpt
+ ext/standard/tests/strings/strtr2.phpt:
+ unicode_semantics -> unicode.semantics
+
+ * ext/oci8/package.xml:
+ update changelog
+
+ * (PHP_5_2)
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ext/oci8/oci8.c:
+ MFH: fix #37931 (possible crash after database restart when using
+ persistent connections)
+
+ * ext/oci8/oci8.c:
+ fix #37931 (possible crash after database restart when using persistent
+ connections)
+
+2006-06-28 Nuno Lopes <[EMAIL PROTECTED]>
+
+ * ext/pspell/tests/.cvsignore
+ ext/pspell/tests/001.phpt
+ ext/pspell/tests/002.phpt
+ ext/pspell/tests/003.phpt
+ ext/pspell/tests/004.phpt
+ ext/pspell/tests/005.phpt
+ ext/pspell/tests/01pspell_basic.phpt
+ ext/pspell/tests/wordlist.txt:
+ MFB
+
+ * (PHP_5_2)
+ ext/pspell/tests/.cvsignore
+ ext/pspell/tests/001.phpt
+ ext/pspell/tests/001.phpt
+ ext/pspell/tests/002.phpt
+ ext/pspell/tests/002.phpt
+ ext/pspell/tests/003.phpt
+ ext/pspell/tests/003.phpt
+ ext/pspell/tests/004.phpt
+ ext/pspell/tests/004.phpt
+ ext/pspell/tests/005.phpt
+ ext/pspell/tests/005.phpt
+ ext/pspell/tests/01pspell_basic.phpt
+ ext/pspell/tests/wordlist.txt
+ ext/pspell/tests/wordlist.txt:
+ new tests (001.phpt is just a rename from the older one)
+ increases coverage from 20% to 70%
+
+2006-06-28 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend.c:
+ Rename unicode_semantics to unicode.semantics.
+
+2006-06-28 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ NEWS
+ ext/standard/info.c:
+ - MF51: Fixed XSS inside phpinfo() with long inputs.
+
2006-06-27 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_5_2)