diff options
| author | Andrey Hristov <andrey@php.net> | 2009-06-17 16:22:13 +0000 | 
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2009-06-17 16:22:13 +0000 | 
| commit | 0aada076568949db76a6487d3bee9bae9929fa01 (patch) | |
| tree | 7221922af004e2150835a53ed97d50fb41a16a4d /ext/sqlite3/libsqlite/sqlite3.c | |
| parent | 219c2603bb7a13c64a9cd1d5a741b32ea0af7801 (diff) | |
| download | php-git-0aada076568949db76a6487d3bee9bae9929fa01.tar.gz | |
MFH:
Fix two problems:
- The value of mysqli_get_client_info() has been changed recently and did
not include "mysqlnd" anymore thus the test suite was thinking the build
is always libmysql. This did not kept the suite from running pconn tests
- Going back to the libc allocator because the memory arena could be on a
  persistent connections. If the build is not debug there will be no error
  but the memory will be freed and in the second use of this pconn freed
  memory will be used - not good! For now the arena doesn't take an argument
  whether it should allocate persistently or not, thus persistent is safe
  for now.
Johannes gave his +1 to commit this.
Diffstat (limited to 'ext/sqlite3/libsqlite/sqlite3.c')
0 files changed, 0 insertions, 0 deletions
