cvs: php4 / MAINTAINERS MODULES_STATUS /ext/standard/ info.c
[email protected] ("Kristian K?hntopp")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvskk959252491@cvsserver> |
kk Thu May 25 13:01:31 2000 EDT
Modified files:
/php4 MAINTAINERS MODULES_STATUS
/php4/ext/standard info.c
Log:
- Added credits.
Index: php4/MAINTAINERS
diff -u php4/MAINTAINERS:1.16 php4/MAINTAINERS:1.17
--- php4/MAINTAINERS:1.16 Mon May 22 22:50:10 2000
+++ php4/MAINTAINERS Thu May 25 13:01:31 2000
@@ -87,6 +87,14 @@
PRIMARY MAINTAINER: Jouni Ahto <[email protected]>
STATUS: Odd fixes
--------------------------------------------------------------------------------
+EXTENSION: posix
+PRIMARY MAINTAINER: Kristian Köhntopp <[email protected]>
+STATUS: Maintained
+--------------------------------------------------------------------------------
+EXTENSION: recode
+PRIMARY MAINTAINER: Kristian Köhntopp <[email protected]>
+STATUS: Maintained
+--------------------------------------------------------------------------------
EXTENSION: session
PRIMARY MAINTAINER: Sascha Schumann <[email protected]>
STATUS: Maintained
Index: php4/MODULES_STATUS
diff -u php4/MODULES_STATUS:1.28 php4/MODULES_STATUS:1.29
--- php4/MODULES_STATUS:1.28 Mon May 15 01:38:32 2000
+++ php4/MODULES_STATUS Thu May 25 13:01:31 2000
@@ -23,3 +23,5 @@
gettext Working
mcal Working
interbase Working
+posix Working
+recode Working
Index: php4/ext/standard/info.c
diff -u php4/ext/standard/info.c:1.93 php4/ext/standard/info.c:1.94
--- php4/ext/standard/info.c:1.93 Fri May 19 10:28:53 2000
+++ php4/ext/standard/info.c Thu May 25 13:01:31 2000
@@ -412,8 +412,10 @@
CREDIT_LINE("Oracle", "Stig Bakken, Mitch Golden, Rasmus Lerdorf, Andreas Karajannis, Thies C. Arntzen");
CREDIT_LINE("Perl Compatible Regexps", "Andrei Zmievski");
CREDIT_LINE("PDF", "Uwe Steinmann");
+ CREDIT_LINE("Posix", "Kristian Köhntopp");
CREDIT_LINE("PostgreSQL", "Jouni Ahto, Zeev Suraski");
CREDIT_LINE("Readline", "Thies C. Arntzen");
+ CREDIT_LINE("Recode", "Kristian Köhntopp");
CREDIT_LINE("Sessions", "Sascha Schumann, Andrei Zmievski");
CREDIT_LINE("SNMP", "Rasmus Lerdorf");
CREDIT_LINE("SWF", "Sterling Hughes");