]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 1 Jun 2002 00:36:08 +0000 (00:36 +0000)
committer <changelog@php.net> <>
Sat, 1 Jun 2002 00:36:08 +0000 (00:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e589dfacddb781190fd36809a5772b19607b1d98..5b947bcd15deda1ceb3ea45c92751ded0cc6d194 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
+- Renamed getallheaders() to apache_request_headers() and kept
+  getallheaders() as an alias to it.  Also added apache_response_headers()
+  which returns the current response headers from Apache.
 - Added missing AddRef() calls in the COM extension. This should
   fix weird behaviour (in particular with ADODB). (Harald)
 - Fixed some dummy errors. (dets)