summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
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/sqlite.c
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/sqlite.c')
-rw-r--r--ext/sqlite/sqlite.c2
1 files changed, 1 insertions, 1 deletions
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,