You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
805 B

23 years ago
23 years ago
23 years ago
23 years ago
  1. - Transparent binary encoding of return values from PHP callback functions.
  2. - Add user-space callback for the authorizer function (this is potentially
  3. very slow, so it needs to be implemented carefully).
  4. - Add user-space callback to handle busy databases.
  5. - Test-suite
  6. o Test how robust we are when a user-space function is registered as
  7. a callback for a persistent connection in script A, then script B is
  8. called that doesn't register the callback but does make use of the
  9. function in an SQL query.
  10. --> Our test suite doesn't allow us to test persistent connections
  11. at this time :/
  12. - If building a ZTS build, -DTHREADSAFE while compiling libsqlite
  13. - If building a non-debug build, -DNDEBUG will disable the expensive
  14. asserts in the inner loop. (and double performance)
  15. vim:tw=78