Browse Source

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

line of the latter. Add ext/SPL.
PEAR_1_4DEV
Marcus Boerger 22 years ago
parent
commit
f8ff2ccf20
  1. 2
      ext/simplexml/CREDITS
  2. 2
      ext/simplexml/simplexml.c
  3. 2
      ext/sqlite/CREDITS
  4. 2
      ext/sqlite/sqlite.c
  5. 5
      ext/standard/credits_ext.h

2
ext/simplexml/CREDITS

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

2
ext/simplexml/simplexml.c

@ -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),

2
ext/sqlite/CREDITS

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

2
ext/sqlite/sqlite.c

@ -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,

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

Loading…
Cancel
Save