php-src/ext/mysqlnd
Andrey Hristov b429a84c2b MFH:
Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if () for
STAT_LAST was accessing wrong memory thus overwritting method pointers.

Windows doesn't have atoll(), which is C99, C89 has only atoi() + atol().
Win has _atoi64, so use it.
2008-09-16 14:35:01 +00:00
..
config9.m4 - Some config*.m4 file cleanups: NO tabs in these! 2008-07-14 09:02:26 +00:00
config-win.h
config.w32 Windows configure fixes, a few additional lib names allowed, apache2 only on for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled 2008-05-14 03:13:17 +00:00
CREDITS
mysqlnd_alloc.c
mysqlnd_block_alloc.c Fix a leak, memory warning and failing test case. 2008-02-04 17:33:46 +00:00
mysqlnd_block_alloc.h some config.w32 fixes 2008-01-28 22:50:06 +00:00
mysqlnd_charset.c Small updates & a fix for 2008-03-25 18:27:17 +00:00
mysqlnd_charset.h
mysqlnd_debug.c MFH: 2008-09-12 15:08:41 +00:00
mysqlnd_debug.h MFB: Update CVS from the development tree 2008-04-16 12:57:38 +00:00
mysqlnd_enum_n_def.h MFH: 2008-09-15 18:09:20 +00:00
mysqlnd_libmysql_compat.h Update mysqlnd 2008-05-07 15:14:26 +00:00
mysqlnd_loaddata.c MFB: Update CVS from the development tree 2008-04-16 12:57:38 +00:00
mysqlnd_palloc.c Sync with bzr 2008-07-15 13:11:09 +00:00
mysqlnd_palloc.h Add missing header 2008-06-24 08:01:13 +00:00
mysqlnd_portability.h
mysqlnd_priv.h MFH: constify strings 2008-08-19 10:42:11 +00:00
mysqlnd_ps_codec.c More debugging info for the trace log 2008-07-22 16:06:08 +00:00
mysqlnd_ps.c MFH: 2008-09-12 15:08:41 +00:00
mysqlnd_qcache.c
mysqlnd_result_meta.c MFB: Update CVS from the development tree 2008-04-16 12:57:38 +00:00
mysqlnd_result_meta.h
mysqlnd_result.c Fix a bug that let PDO fail. It has been long fixed, but locally. Now I know 2008-05-29 15:49:32 +00:00
mysqlnd_result.h Fix the build, add a missing file 2008-01-29 18:11:46 +00:00
mysqlnd_statistics.c MFH: 2008-09-12 15:08:41 +00:00
mysqlnd_statistics.h MFH: 2008-09-16 14:35:01 +00:00
mysqlnd_structs.h MFH: 2008-09-15 18:09:20 +00:00
mysqlnd_wireprotocol.c MFH: 2008-09-16 14:35:01 +00:00
mysqlnd_wireprotocol.h Fix memory leak 2008-02-20 15:18:17 +00:00
mysqlnd.c MFH: 2008-09-15 18:09:20 +00:00
mysqlnd.h MFH:Compile-in a string-to-int conversion for INT columns by default, 2008-09-15 14:07:44 +00:00
php_mysqlnd.c Update mysqlnd 2008-05-07 15:14:26 +00:00
php_mysqlnd.h