From: Wez Furlong Date: Sat, 19 Apr 2003 13:04:19 +0000 (+0000) Subject: More things todo X-Git-Tag: SPL_ALPHA~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e17b8b4b122eff9d48bb92e9765a7b708cc942c7;p=php More things todo --- 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