changelog Fri Aug 19 01:36:53 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2077&r2=1.2078&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2077 php-src/ChangeLog:1.2078
--- php-src/ChangeLog:1.2077 Thu Aug 18 01:49:53 2005
+++ php-src/ChangeLog Fri Aug 19 01:36:50 2005
@@ -1,3 +1,157 @@
+2005-08-18 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * ext/standard/array.c:
+ Rework range() to be able to work on binary strings and also on Unicode
+ code points. Binary strings are not interpreted as numeric.
+
+ * ext/standard/string.c:
+ Use u_totitle() instead of u_toupper() in ucwords().
+
+ * ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.h
+ ZendEngine2/zend_operators.h
+ ZendEngine2/zend_unicode.h:
+ - Implement zend_codepoint_to_uchar().
+ - Rename and fix zend_get_unified_string_type() so that it does not
+ allow mixing of binary and Unicode types.
+
+2005-08-18 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ win32/php4dllts.dsp:
+ Sync with PCRE lib upgrade
+
+2005-08-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ pear/PEAR/Remote.php:
+ - fix bad revert and make the xmlrpc ext detections fallback
+ forgot that 5.1 still has pear in its branche
+
+2005-08-18 Wez Furlong <[EMAIL PROTECTED]>
+
+ * scripts/php-config.in:
+ mf 5.1
+
+ * (PHP_5_1)
+ scripts/php-config.in:
+ Add ext to the include path.
+
+2005-08-18 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.h
+ ZendEngine2/zend_exceptions.c:
+ Suppoer for unicode exception messages
+
+2005-08-18 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ NEWS
+ Zend/zend_alloc.c
+ ZendEngine2/zend_alloc.c:
+ MFH: Fixed bug #34156 (memory usage remains elevated after memory limit
is
+ reached)
+
+ * (PHP_5_1)
+ NEWS
+ ZendEngine2/zend_alloc.c:
+ MFH: Fixed bug #34156 (memory usage remains elevated after memory limit
is
+ reached);
+
+2005-08-18 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_API.h
+ ext/standard/array.c:
+ Unicode support for extract()
+
+2005-08-18 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_builtin_functions.c:
+ fix memleak
+
+2005-08-18 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_alloc.c:
+ Fixed bug #34156 (memory usage remains elevated after memory limit is
+ reached)
+
+2005-08-18 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/oci8/oci8.c
+ ext/openssl/openssl.c
+ ext/oracle/oracle.c
+ ext/pcre/php_pcre.c
+ ext/session/mod_files.c
+ ext/simplexml/simplexml.c
+ ext/snmp/winsnmp.c
+ ext/standard/assert.c
+ ext/standard/php_fopen_wrapper.c
+ ext/sybase_ct/php_sybase_ct.c:
+ Nuked EOLs from error messages
+
+ * ext/gd/libgd/gd_arc_f_buggy.c
+ ext/gd/libgd/gd_gd2.c
+ ext/gd/libgd/gd_gif_in.c
+ ext/gd/libgd/gd_io.c
+ ext/gd/libgd/gd_jpeg.c
+ ext/gd/libgd/gd_png.c
+ ext/gd/libgd/gd_ss.c
+ ext/gd/libgd/gd_wbmp.c
+ ext/gd/libgd/gdxpm.c
+ ext/gd/libgd/xbm.c:
+ Nuke EOLs from error messages
+
+ * ext/ftp/ftp.c:
+ - Removed EOLs from error messages
+
+ * ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/zend_vm_opcodes.h
+ ext/dom/php_dom.c:
+ - Removed EOL from error message
+
+2005-08-18 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ext/standard/var.c:
+ var_export() should escape \ and ' characters.
+
+ * ZendEngine2/zend_exceptions.c
+ ext/dom/php_dom.c
+ ext/dom/tests/dom003.phpt
+ main/output.c:
+ Unicode support
+
+ * ZendEngine2/zend.h:
+ -** empty log message ***
+
+ * ZendEngine2/zend_API.c:
+ We don't need EMPY_STRING here. This function is execuited in non-unicode
+ context only.
+
+ * ext/standard/tests/strings/bug29119.phpt
+ ext/standard/tests/strings/str_word_count.phpt:
+ Fixed tests
+
+2005-08-18 Rolland Santimano <[EMAIL PROTECTED]>
+
+ * ext/standard/string.c:
+ - Removed 'proto' from description of internal funcns:
ucfirst()/ucwords()
+
+2005-08-18 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ NEWS
+ NEWS
+ sapi/apache2handler/sapi_apache2.c
+ sapi/apache2handler/sapi_apache2.c
+ sapi/apache2handler/sapi_apache2.c:
+ MFH: Fixed bug #33987 (php script as ErrorDocument causes crash in Apache
+ 2).
+
+ * sapi/apache2handler/sapi_apache2.c:
+ Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).
+
2005-08-17 Greg Beaver <[EMAIL PROTECTED]>
* (PHP_5_1)
@@ -10041,7 +10195,7 @@
* (PHP_4_3)
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2077 2005/08/18 05:49:53 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2078 2005/08/19 05:36:50 changelog Exp $ tag
* (PHP_5_0)
ext/standard/url_scanner_ex.c:
@@ -13442,7 +13596,7 @@
ext/session/mod_mm.h
ext/session/mod_user.h
ext/session/php_session.h:
- - Missing $Id: ChangeLog,v 1.2077 2005/08/18 05:49:53 changelog Exp $
tags
+ - Missing $Id: ChangeLog,v 1.2078 2005/08/19 05:36:50 changelog Exp $
tags
* (PHP_4_3)
ext/session/session.c:
@@ -13923,7 +14077,7 @@
* (PHP_4_3)
Zend/zend_ini_scanner.l:
- Missing $Id: ChangeLog,v 1.2077 2005/08/18 05:49:53 changelog Exp $ tag
+ ws fix
+ Missing $Id: ChangeLog,v 1.2078 2005/08/19 05:36:50 changelog Exp $ tag
+ ws fix
* ZendEngine2/zend_ini_scanner.l
ZendEngine2/zend_ini_scanner.l:
@@ -15397,7 +15551,7 @@
ext/standard/url_scanner_ex.c
ext/standard/url_scanner_ex.h
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2077 2005/08/18 05:49:53 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2078 2005/08/19 05:36:50 changelog Exp $ tag
* ext/standard/credits_ext.h
ext/standard/credits_sapi.h: