php-src/ext/mysqlnd
Keyur Govande 648673bffe Fix for bug #68114 (Build fails on OS X due to undefined symbols)
gcc (i686-apple-darwin10-gcc-4.2.1) on OS X cannot link fixed-width
decimals and fails with undefined symbols errors like ___extendsddf.
If configure used gcc for compiling it would notice and mark the
feature HAVE_DECIMAL_FP_SUPPORT as unsupported.
But configure seems to use cc (i686-apple-darwin10-llvm-gcc-4.2)
instead, which doesn't support fixed-width decimals either, but the
code compiles and links just fine. I suspect it may have something
to do with the llvm backend printed in the version.
Lacking the time to debug this further, the patch fixes the issue by
checking the expected output when fixed-width decimal support is
present and correctly implemented.
2014-10-07 20:58:43 +00:00
..
config9.m4 Fix for bug #68114 (Build fails on OS X due to undefined symbols) 2014-10-07 20:58:43 +00:00
config-win.h MFB: More Windows types cleanup 2008-11-06 18:48:55 +00:00
config.w32 shift code around to two new files - mysqlnd_driver.c 2011-10-21 15:28:58 +00:00
CREDITS fix encoding 2014-01-10 15:57:40 +01:00
mysqlnd_alloc.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_alloc.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_auth.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_block_alloc.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_block_alloc.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_bt.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_charset.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_charset.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_debug.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_debug.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_driver.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_enum_n_def.h Merge branch 'PHP-5.4' into PHP-5.5 2014-01-28 15:33:16 +02:00
mysqlnd_ext_plugin.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_ext_plugin.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_libmysql_compat.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_loaddata.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_net.c fixed DBG_INF macro name 2014-08-27 12:10:35 +02:00
mysqlnd_net.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_plugin.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_portability.h Even better patch 2010-10-04 12:59:29 +00:00
mysqlnd_priv.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_ps_codec.c fix precision when fetching float through mysqlnd 2014-09-10 19:29:11 +02:00
mysqlnd_ps.c Merge branch 'PHP-5.4' into PHP-5.5 2014-08-06 15:27:56 +03:00
mysqlnd_result_meta.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_result_meta.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_result.c Merge branch 'PHP-5.4' into PHP-5.5 2014-08-17 15:48:22 +03:00
mysqlnd_result.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_reverse_api.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_reverse_api.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_statistics.c Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_statistics.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_structs.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd_wireprotocol.c Fix wrong lenght size 2014-07-31 21:27:51 +03:00
mysqlnd_wireprotocol.h Bump year 2014-01-03 11:06:16 +08:00
mysqlnd.c Emit a warning in case of unallowed characters. Fix another place this 2014-03-20 16:23:40 +02:00
mysqlnd.h Bump year 2014-01-03 11:06:16 +08:00
php_mysqlnd.c Bump year 2014-01-03 11:06:16 +08:00
php_mysqlnd.h Bump year 2014-01-03 11:06:16 +08:00