summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-03-28 20:27:18 +0000
committerMarcus Boerger <helly@php.net>2004-03-28 20:27:18 +0000
commitf8ff2ccf20ee1fcd29a6c6fae9967194cbb87270 (patch)
tree39757b15569ce9724916844e48c5230bc2449582 /ext/standard
parentdce131ebcdb5572f231ed60c08a262fc6227b786 (diff)
downloadphp-git-f8ff2ccf20ee1fcd29a6c6fae9967194cbb87270.tar.gz
Fix writing of SQLite and SimpleXMl extension and add Rob to the credits
line of the latter. Add ext/SPL.
Diffstat (limited to 'ext/standard')
-rw-r--r--ext/standard/credits_ext.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/standard/credits_ext.h b/ext/standard/credits_ext.h
index c436873505..203af04aec 100644
--- a/ext/standard/credits_ext.h
+++ b/ext/standard/credits_ext.h
@@ -69,10 +69,11 @@ CREDIT_LINE("Readline", "Thies C. Arntzen");
CREDIT_LINE("Recode", "Kristian Köhntopp");
CREDIT_LINE("Sessions", "Sascha Schumann, Andrei Zmievski");
CREDIT_LINE("Shared Memory Operations", "Slava Poliakov, Ilia Alshanetsky");
-CREDIT_LINE("simplexml", "Sterling Hughes, Marcus Boerger");
+CREDIT_LINE("SimpleXML", "Sterling Hughes, Marcus Boerger, Rob Richards");
CREDIT_LINE("SNMP", "Rasmus Lerdorf, Harrie Hazewinkel, Mike Jackson, Steven Lawrance, Johann Hanne");
CREDIT_LINE("Sockets", "Chris Vandomelen, Sterling Hughes, Daniel Beulshausen, Jason Greene");
-CREDIT_LINE("sqlite", "Wez Furlong, Tal Peer, Marcus Börger, Ilia Alshanetsky");
+CREDIT_LINE("SPL", "Marcus Boerger");
+CREDIT_LINE("SQLite", "Wez Furlong, Tal Peer, Marcus Börger, Ilia Alshanetsky");
CREDIT_LINE("Sybase-CT", "Zeev Suraski, Tom May, Timm Friebe");
CREDIT_LINE("Sybase-DB", "Zeev Suraski");
CREDIT_LINE("System V Message based IPC", "Wez Furlong");