]> granicus.if.org Git - php/commitdiff
* EXTENSIONS -- update status on CURL & SWF
authorSterling Hughes <sterling@php.net>
Wed, 26 Jul 2000 05:41:38 +0000 (05:41 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 26 Jul 2000 05:41:38 +0000 (05:41 +0000)
* NEWS --
  1.  Change wording for the ibase and sybase DB announcement.
  2.  Remove second pfpro announcement, if pfpro is being released with 4.0.2
  entries about new features before 4.0.2 shouldn't be in there.
  3.  Joey, that entry just doesn't seem incredibly relevant to the NEWS file,
  I'll backport it if you want (or add a new entry).
* ext/standard/info.c -- Add a CREDIT_LINE() for CURL.

EXTENSIONS
NEWS
ext/standard/info.c

index a5efc4bdd2288ea95be3d9c98e94c5463a4d4603..952d2d8a0ccab86dee6ea357013768b4d710956c 100644 (file)
@@ -183,9 +183,9 @@ PRIMARY MAINTAINER:  Uwe Steinmann <Uwe.Steinmann@fernuni-hagen.de>
 MAINTENANCE:         Unknown
 STATUS:              Unknown
 -------------------------------------------------------------------------------
-EXTENSION:           curl
+EXTENSION:           CURL
 PRIMARY MAINTAINER:  Sterling Hughes <sterling@php.net>
-MAINTENANCE:         Unknown
+MAINTENANCE:         Maintained
 STATUS:              Experimental
 SINCE:               4.0.2
 -------------------------------------------------------------------------------
@@ -309,7 +309,7 @@ SINCE:               4.0.2
 EXTENSION:           swf
 PRIMARY MAINTAINER:  Sterling Hughes <sterling@php.net>
 MAINTENANCE:         Maintained
-STATUS:              Unknown
+STATUS:              Unix (won't change)
 -------------------------------------------------------------------------------
 EXTENSION:           sysvsem
 MAINTENANCE:         Unknown
diff --git a/NEWS b/NEWS
index a4083f1d9511e1293e3ed9923e0f1e933b4b7e45..b468a204ad98fbeed3f543137cd11b653587cb19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,12 +3,8 @@ PHP 4.0                                                                    NEWS
 
 ?? ??? 2000, Version 4.0.2
 - Fixed a bug in ldap_get_entries() and ldap_get_attributes. (Jani)
-- Fix #4591. Register the appname as PHP 4.0, not 3.0
-  Credit to andrew@digitalpulp.com. (Joey)
-- For the pfpro extension: defaulthost, defaultport, defaulttimeout, and
-  all of the default proxy settings can now be defined in php.ini
-- Ported DB to new error reporting scheme
-- Added Sterling Hughes's sybase and ibase DB backends
+- Ported DB to new error reporting scheme. (Stig)
+- Added sybase and ibase DB backends. (Sterling)
 - New PEAR package Payment_Verisign for use with the Payflow Pro
   (pfpro) extension. (David Croft)
 - Added CURL support. (Sterling)
index 42aaa17cd2913924fa2eebe378e3e695a8eec7b1..9a4221e881958b8de7c3f25ea40a7840b2507de3 100644 (file)
@@ -389,6 +389,7 @@ void php_print_credits(int flag)
                CREDIT_LINE("Apache", "Rasmus Lerdorf, Stig Bakken, David Sklar");
                CREDIT_LINE("Assert", "Thies C. Arntzen");
                CREDIT_LINE("BC Math", "Andi Gutmans");
+               CREDIT_LINE("CURL", "Sterling Hughes");
                CREDIT_LINE("CyberCash", "Evan Klinger");
                CREDIT_LINE("Win32 COM", "Zeev Suraski");
                CREDIT_LINE("DAV", "Stig Bakken");