iliaa           Sun Feb  9 15:47:33 2003 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  New features.
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1323 php4/NEWS:1.1324
--- php4/NEWS:1.1323    Sun Feb  9 15:07:22 2003
+++ php4/NEWS   Sun Feb  9 15:47:32 2003
@@ -8,6 +8,15 @@
 - Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick)
 - Changed uniqid() parameters to be optional and allow any prefix length.
   (Marcus)
+- Added stream_get_line(), this function will read either the specified 
+  number of bytes or until the ending string is found). (Ilia)
+- Added optional parameter to mkdir() which makes directory creation 
+  recursive. (Ilia)
+- Added option to file() command that will make the result array not contain
+  the line endings. Another option was added that if used in combination with
+  the previous option make the file() function skip over empty lines. (Ilia)
+- get_extension_funcs() can now retrieve a list of the built-in Zend Engine 
+  functions, if "zend" is specified as the module name. (Ilia)
 - Improved is_executable() to be available on Windows. (Shane)
 - Improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright)
 - Improved array_search() to accept objects as a needle under ZE2. (Moriyoshi)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to