changelog Fri Oct 27 01:31:11 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2495&r2=1.2496&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2495 php-src/ChangeLog:1.2496 --- php-src/ChangeLog:1.2495 Thu Oct 26 01:31:01 2006 +++ php-src/ChangeLog Fri Oct 27 01:31:09 2006 @@ -1,3 +1,24 @@ +2006-10-26 Andrei Zmievski <[EMAIL PROTECTED]> + + * ext/standard/link.c: + Unicode support for link functions. + + * ext/standard/url.c: + Oops. + + * ext/standard/base64.c + ext/standard/url.c: + Make url encoding/decoding functions use binary strings only. + + * ext/standard/syslog.c: + Mark syslog functions with U. No upgrading is necessary -- we'll just + use runtime encoding to convert strings. + +2006-10-26 Antony Dovgal <[EMAIL PROTECTED]> + + * ZendEngine2/zend_compile.h: + fix wrong function prototype (see bug #39260) + 2006-10-25 Andrei Zmievski <[EMAIL PROTECTED]> * ext/standard/basic_functions.c: