sniper Sun Dec 14 19:43:29 2003 EDT Modified files: /php-src NEWS Log: lalalaa.. Index: php-src/NEWS diff -u php-src/NEWS:1.1536 php-src/NEWS:1.1537 --- php-src/NEWS:1.1536 Sun Dec 14 18:24:50 2003 +++ php-src/NEWS Sun Dec 14 19:43:28 2003 @@ -7,14 +7,12 @@ . ext/db (Jani, Derick) . ext/mcal (Jani, Derick) . ext/qtdom (Jani, Derick) -- Added support for MacRoman encoding to htmlentities(). - (Derick, Marcus Bointon) +- Added MacRoman encoding support to htmlentities(). (Derick, Marcus Bointon) - Added possibility to call PHP functions as XSLT-functions. (Christian) -- Added possibility to prevent PHP from registering variables when - input filter support is used. (Derick) +- Added possibility to prevent PHP from registering variables when input filter + support is used. (Derick) - Added iconv stream filter (convert.iconv.*). (Moriyoshi) - Added EXSLT support in ext/xsl. (Christian) -- Added proxy support to http wrapper. (Sara) - Added new functions: . dba_key_split() to split inifile keys in an array. (Marcus) . time_nanosleep() signal safe sleep (Magnus, Ilia) @@ -25,9 +23,10 @@ . stream_socket_sendto() and stream_socket_recvfrom(). (Wez) . iconv_mime_decode_headers(). (Moriyoshi) . get_declared_interfaces(). (Andrey, Marcus) -- Added rename(), rmdir(), and mkdir() support to userstreams. (Sara) -- Added rename(), rmdir(), and mkdir() support to ftp:// wrapper. (Sara) -- Changed rename(), rmdir(), and mkdir() to be routed via streams API. (Sara) +- Added proxy support to http:// wrapper. (Sara) +- Added rename(), rmdir() and mkdir() support to userstreams. (Sara) +- Added rename(), rmdir() and mkdir() support to ftp:// wrapper. (Sara) +- Changed rename(), rmdir() and mkdir() to be routed via streams API. (Sara) - Changed stat() and family to be routed via streams API. (Sara) - Fixed include_once() / require_once() on Windows to honor case-insensitivity of files. (Andi)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php