]> granicus.if.org Git - php/commitdiff
Fix writing of SQLite and SimpleXMl extension and add Rob to the credits
authorMarcus Boerger <helly@php.net>
Sun, 28 Mar 2004 20:27:18 +0000 (20:27 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 28 Mar 2004 20:27:18 +0000 (20:27 +0000)
line of the latter. Add ext/SPL.

ext/simplexml/CREDITS
ext/simplexml/simplexml.c
ext/sqlite/CREDITS
ext/sqlite/sqlite.c
ext/standard/credits_ext.h

index eaa36f32458bd2e9a0ed95b3a53cd8b3c01bd236..bff168d767d9862c4533d6de90f21705ec46f54b 100644 (file)
@@ -1,2 +1,2 @@
-simplexml
+SimpleXML
 Sterling Hughes, Marcus Boerger, Rob Richards
index 3fd0f2516a17c3cf254d9fbb7f8a12f284d2925c..be9cb575cb55434f5ee26e124b0c6be2e6b6e4c0 100644 (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),
index 1060c362603b941e01bcc8fdf293c0edbe2f4251..38520e9990158dabd5fa6bf6de320875268fe147 100644 (file)
@@ -1,2 +1,2 @@
-sqlite
+SQLite
 Wez Furlong, Tal Peer, Marcus Börger, Ilia Alshanetsky
index cb5b8da51b4fbd731e680ebc37494307c6f553e6..3a8d8ba39a4df3fa144adb58a82add10e1cefca4 100644 (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,
index c4368735059df19987dacbabb04a6e56ed9d4f68..203af04aecfe442a5f7990eca55c509ab44c1247 100644 (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");