changelog               Sun Jan  6 20:13:44 2002 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  NEWS update
  
Index: php4/NEWS
diff -u php4/NEWS:1.840 php4/NEWS:1.841
--- php4/NEWS:1.840     Sat Jan  5 20:19:24 2002
+++ php4/NEWS   Sun Jan  6 20:13:44 2002
@@ -1,6 +1,11 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.2.0-dev
+- Added IPv6 support in FTP extension. (Stig Venaas)
+- Added CLI (command line intrerface) sapi based on a cut-down version
+  of the CGI sapi which is more suited for writing shell scripts. Some of
+  the differences are: it prints no HTTP headers, displays plain text
+  error messages, etc. (Edin)
 - Made wordwrap() significantly faster. (Jim)
 - Fixed pow(), and added finite(), isinf(), and isnan(). (Jim)
 - Fixed segfault in wordwrap() when wrapping to zero width and using


Reply via email to