summaryrefslogtreecommitdiff
path: root/ext/sqlite
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-03-28 20:27:18 +0000
committerMarcus Boerger <helly@php.net>2004-03-28 20:27:18 +0000
commitf8ff2ccf20ee1fcd29a6c6fae9967194cbb87270 (patch)
tree39757b15569ce9724916844e48c5230bc2449582 /ext/sqlite
parentdce131ebcdb5572f231ed60c08a262fc6227b786 (diff)
downloadphp-git-f8ff2ccf20ee1fcd29a6c6fae9967194cbb87270.tar.gz
Fix writing of SQLite and SimpleXMl extension and add Rob to the credits
line of the latter. Add ext/SPL.
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,