Fix writing of SQLite and SimpleXMl extension and add Rob to the credits

line of the latter. Add ext/SPL.
This commit is contained in:
Marcus Boerger 2004-03-28 20:27:18 +00:00
parent dce131ebcd
commit f8ff2ccf20
5 changed files with 7 additions and 6 deletions

View File

@ -1,2 +1,2 @@
simplexml
SimpleXML
Sterling Hughes, Marcus Boerger, Rob Richards

View File

@ -1582,7 +1582,7 @@ function_entry simplexml_functions[] = {
zend_module_entry simplexml_module_entry = {
STANDARD_MODULE_HEADER,
"simplexml",
"SimpleXML",
simplexml_functions,
PHP_MINIT(simplexml),
PHP_MSHUTDOWN(simplexml),

View File

@ -1,2 +1,2 @@
sqlite
SQLite
Wez Furlong, Tal Peer, Marcus Börger, Ilia Alshanetsky

View File

@ -252,7 +252,7 @@ zend_module_entry sqlite_module_entry = {
#if ZEND_MODULE_API_NO >= 20010901
STANDARD_MODULE_HEADER,
#endif
"sqlite",
"SQLite",
sqlite_functions,
PHP_MINIT(sqlite),
NULL,

View File

@ -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");