diff options
author | Wez Furlong <wez@php.net> | 2003-04-19 13:04:19 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-04-19 13:04:19 +0000 |
commit | e17b8b4b122eff9d48bb92e9765a7b708cc942c7 (patch) | |
tree | 0e7eb2bf1437d5ee8ed91208deb719b90d9350bb /ext/sqlite | |
parent | ff0d6adda4baaf6559f63861687c17896ea7b55e (diff) | |
download | php-git-e17b8b4b122eff9d48bb92e9765a7b708cc942c7.tar.gz |
More things todo
Diffstat (limited to 'ext/sqlite')
-rw-r--r-- | ext/sqlite/TODO | 5 |
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 |