summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-08-26 00:18:29 +0000
committer <changelog@php.net>2002-08-26 00:18:29 +0000
commit91fe1a846c9c5133db774d15471a26f493767d41 (patch)
tree633c0997080035a582eb03d648d91a0e22490b49
parent5ea6a5b807857a1a49d4194f9797912269e0460e (diff)
downloadphp-git-91fe1a846c9c5133db774d15471a26f493767d41.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e8d85cdf4f..2b36dbbfe2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
+- PHP's cURL extention now requires cURL version 7.9.8 (Derick)
+- Expanded ob_start() to allow object parameters without methodnames and
+ use default method __output_handler(). (Marcus)
- Added zend_execute_internal which is called like zend_execute but for
internal functions. (Thies)
- Changed pg_connection_status(), pg_connection_reset(), pg_connection_busy(),