diff options
-rw-r--r-- | ext/simplexml/CREDITS | 2 | ||||
-rw-r--r-- | ext/simplexml/simplexml.c | 2 | ||||
-rw-r--r-- | ext/sqlite/CREDITS | 2 | ||||
-rw-r--r-- | ext/sqlite/sqlite.c | 2 | ||||
-rw-r--r-- | ext/standard/credits_ext.h | 5 |
5 files changed, 7 insertions, 6 deletions
diff --git a/ext/simplexml/CREDITS b/ext/simplexml/CREDITS index eaa36f3245..bff168d767 100644 --- a/ext/simplexml/CREDITS +++ b/ext/simplexml/CREDITS @@ -1,2 +1,2 @@ -simplexml +SimpleXML Sterling Hughes, Marcus Boerger, Rob Richards diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 3fd0f2516a..be9cb575cb 100644 --- a/ext/simplexml/simplexml.c +++ b/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), diff --git a/ext/sqlite/CREDITS b/ext/sqlite/CREDITS index 1060c36260..38520e9990 100644 --- a/ext/sqlite/CREDITS +++ b/ext/sqlite/CREDITS @@ -1,2 +1,2 @@ -sqlite +SQLite Wez Furlong, Tal Peer, Marcus Börger, Ilia Alshanetsky diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index cb5b8da51b..3a8d8ba39a 100644 --- a/ext/sqlite/sqlite.c +++ b/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, 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"); |