From: Sterling Hughes Date: Wed, 26 Jul 2000 05:41:38 +0000 (+0000) Subject: * EXTENSIONS -- update status on CURL & SWF X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56b7b7a8a955de3e185f3340965d72187ed5648c;p=php * EXTENSIONS -- update status on CURL & SWF * 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. --- diff --git a/EXTENSIONS b/EXTENSIONS index a5efc4bdd2..952d2d8a0c 100644 --- a/EXTENSIONS +++ b/EXTENSIONS @@ -183,9 +183,9 @@ PRIMARY MAINTAINER: Uwe Steinmann MAINTENANCE: Unknown STATUS: Unknown ------------------------------------------------------------------------------- -EXTENSION: curl +EXTENSION: CURL PRIMARY MAINTAINER: Sterling Hughes -MAINTENANCE: Unknown +MAINTENANCE: Maintained STATUS: Experimental SINCE: 4.0.2 ------------------------------------------------------------------------------- @@ -309,7 +309,7 @@ SINCE: 4.0.2 EXTENSION: swf PRIMARY MAINTAINER: Sterling Hughes MAINTENANCE: Maintained -STATUS: Unknown +STATUS: Unix (won't change) ------------------------------------------------------------------------------- EXTENSION: sysvsem MAINTENANCE: Unknown diff --git a/NEWS b/NEWS index a4083f1d95..b468a204ad 100644 --- 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) diff --git a/ext/standard/info.c b/ext/standard/info.c index 42aaa17cd2..9a4221e881 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -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");