diff options
author | Edin Kadribasic <edink@php.net> | 2003-04-20 01:55:20 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2003-04-20 01:55:20 +0000 |
commit | 04d06dac3f3eb751ec46fc62f59dde8d7bad27a6 (patch) | |
tree | 542f7e8608cd7e989128864ed5dae706d34e957e /ext/sqlite/TODO | |
parent | a10c8a3e1c41f430f0e0e47b815a02e24c35007c (diff) | |
download | php-git-04d06dac3f3eb751ec46fc62f59dde8d7bad27a6.tar.gz |
Reinstating these two items due to the fact that current config.m4
detection for debug and thread-safe build does not work if sqlite
is built as a standalone extension with phpize.
Diffstat (limited to 'ext/sqlite/TODO')
-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 |