summaryrefslogtreecommitdiff
path: root/ext/sqlite
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-04-19 13:04:19 +0000
committerWez Furlong <wez@php.net>2003-04-19 13:04:19 +0000
commite17b8b4b122eff9d48bb92e9765a7b708cc942c7 (patch)
tree0e7eb2bf1437d5ee8ed91208deb719b90d9350bb /ext/sqlite
parentff0d6adda4baaf6559f63861687c17896ea7b55e (diff)
downloadphp-git-e17b8b4b122eff9d48bb92e9765a7b708cc942c7.tar.gz
More things todo
Diffstat (limited to 'ext/sqlite')
-rw-r--r--ext/sqlite/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO
index a9c57b95dc..24940a9b3b 100644
--- a/ext/sqlite/TODO
+++ b/ext/sqlite/TODO
@@ -8,4 +8,9 @@
- Test-suite
+- If building a ZTS build, -DTHREADSAFE while compiling libsqlite
+
+- If building a non-debug build, -DNDEBUG will disable the expensive
+ asserts in the inner loop. (and double performance)
+
vim:tw=78