summaryrefslogtreecommitdiff
path: root/ext/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sqlite')
-rw-r--r--ext/sqlite/CREDITS2
-rw-r--r--ext/sqlite/sqlite.c2
2 files changed, 2 insertions, 2 deletions
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,