php-src/ext/mysqlnd
Andrey Hristov 64046529f0 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.
2009-06-17 16:21:34 +00:00
..
config9.m4 - mark mysqlnd's threading (which can be used for background pre-fetching) 2009-03-17 10:04:57 +00:00
config-win.h More type fixes for Windows 2008-11-06 18:37:32 +00:00
config.w32 MFB and steph's pecl fixes into confutils 2008-05-14 03:32:27 +00:00
CREDITS - Moved mysqnd to it's own directory: It is sort of an extension itself. 2007-07-25 23:47:33 +00:00
mysqlnd_block_alloc.c Fix two problems: 2009-06-17 16:21:34 +00:00
mysqlnd_block_alloc.h Hardwire function call instead of using callbacks. We don't actually need 2009-06-16 09:15:09 +00:00
mysqlnd_charset.c Fix a typo, utf8 is 3 byte max, for us, for now 2009-05-26 13:42:06 +00:00
mysqlnd_charset.h Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
mysqlnd_debug.c Memory usage optimisation. mysqlnd is not libmysql. mysqlnd does use the 2009-06-16 13:06:45 +00:00
mysqlnd_debug.h - Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at 2009-03-30 13:53:35 +00:00
mysqlnd_enum_n_def.h Fix crash when tracing is enabled. Position after buffer was used also 2009-06-12 13:24:37 +00:00
mysqlnd_libmysql_compat.h Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x 2009-05-29 13:09:22 +00:00
mysqlnd_loaddata.c Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
mysqlnd_palloc.c Use Zend's allocator instead of libc's and also don't try to work on 2009-06-16 07:53:03 +00:00
mysqlnd_palloc.h Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
mysqlnd_portability.h Fix #47535 Compilation failure in ps_fetch_from_1_to_8_bytes() 2009-04-20 09:15:46 +00:00
mysqlnd_priv.h - Improve mysqlnd's internal method registration 2009-02-16 17:25:37 +00:00
mysqlnd_ps_codec.c Fix a problem with cursors, which did not happen with unbuffered PS for 2009-05-28 16:35:16 +00:00
mysqlnd_ps.c C-comments should be used 2009-06-16 17:59:19 +00:00
mysqlnd_qcache.c Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
mysqlnd_result_meta.c Fix a valgrind warning as well as more trace log information 2009-05-28 17:49:00 +00:00
mysqlnd_result_meta.h Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
mysqlnd_result.c Memory usage optimisation. mysqlnd is not libmysql. mysqlnd does use the 2009-06-16 13:06:45 +00:00
mysqlnd_result.h Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
mysqlnd_statistics.c Fix crash when tracing is enabled. Position after buffer was used also 2009-06-12 13:24:37 +00:00
mysqlnd_statistics.h Fix crash when tracing is enabled. Position after buffer was used also 2009-06-12 13:24:37 +00:00
mysqlnd_structs.h Hardwire function call instead of using callbacks. We don't actually need 2009-06-16 09:15:09 +00:00
mysqlnd_wireprotocol.c Hardwire function call instead of using callbacks. We don't actually need 2009-06-16 09:15:09 +00:00
mysqlnd_wireprotocol.h Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
mysqlnd.c Merge with the branch, someone made changes in PHP5_3 and did not merge. 2009-06-08 10:19:29 +00:00
mysqlnd.h Fix two problems: 2009-06-17 16:21:34 +00:00
php_mysqlnd.c - fix TS build 2009-06-09 10:03:42 +00:00
php_mysqlnd.h Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00