sniper Thu Oct 17 01:17:36 2002 EDT Modified files: /php4 NEWS Log: Snow..yuck.. Index: php4/NEWS diff -u php4/NEWS:1.1210 php4/NEWS:1.1211 --- php4/NEWS:1.1210 Wed Oct 16 20:34:11 2002 +++ php4/NEWS Thu Oct 17 01:17:35 2002 @@ -1,8 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 -- changed the VARIANT class to be able to create arrays of all types - and not only VT_VARIANT - ATTENTION! "make install" will *by default* install the CLI SAPI binary in {PREFIX}/bin/php. If you don't disable the CGI binary, it will be installed as {PREFIX}/bin/php-cgi. @@ -13,11 +11,11 @@ . ext/icap . sapi/fhttpd - Moved ext/vpopmail to PECL. (James) -- Fixed fgets($fp) to read until line-end when length parameter is not used. - (Wez) +- Fixed fgets($fp) to read until EOL when length parameter is not set. (Wez) - Changed registry entries under "HKLM\SOFTWARE\PHP\Per Directory Values" to work also with administrative directives such as safe_mode, open_basedir, etc. (Claudio Felber) +- Added word_count() function which counts words inside a string. (Ilia) - Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo) - Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to indicate which iconv implementation is used. (Moriyoshi)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php