php-src/ext/mysqlnd
Anatol Belski c79af09bc6 Add check for variable size array feature
Usage of VLA is not portable, wile supported by some compilers. For
instance, GCC supports it even if -std=c89 is passed. Even if we would
switch to C99, it would be still not portable at least with VC++. Thus,
adding a centralized check so such code can be guarded and moved to
alloca() if needed.
2018-06-09 20:27:16 +02:00
..
config-win.h trailing whitespace removal 2015-01-10 15:07:38 -08:00
config.w32 mysqlnd refactoring: 2015-11-17 12:32:01 +01:00
config9.m4 mysqlnd refactoring: 2015-11-17 12:32:01 +01:00
CREDITS
mysql_float_to_double.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_alloc.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_alloc.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_auth.c Fix mysqlnd build without openssl 2018-06-09 11:04:40 +02:00
mysqlnd_auth.h Fix MySQL 8 auth 2018-06-06 00:17:34 +02:00
mysqlnd_block_alloc.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_block_alloc.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_charset.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_charset.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_commands.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_commands.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_connection.c Merge branch 'PHP-7.1' into PHP-7.2 2018-06-06 11:14:15 +02:00
mysqlnd_connection.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_debug.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_debug.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_driver.c Trailing whitespaces 2018-01-03 14:38:00 +01:00
mysqlnd_enum_n_def.h Merge branch 'PHP-7.1' into PHP-7.2 2018-06-06 11:14:15 +02:00
mysqlnd_ext_plugin.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_ext_plugin.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_libmysql_compat.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_loaddata.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_net.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
mysqlnd_plugin.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_plugin.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_portability.h Fix emails in headers. @mysql.com addresses are no more since many years. 2016-03-16 10:24:52 +01:00
mysqlnd_priv.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_protocol_frame_codec.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_protocol_frame_codec.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_ps.c Trailing whitespaces 2018-01-03 14:38:00 +01:00
mysqlnd_ps.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_ps_codec.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_read_buffer.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_read_buffer.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_result.c Bit test optimization 2018-05-08 11:58:17 +03:00
mysqlnd_result.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_result_meta.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
mysqlnd_result_meta.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_reverse_api.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_reverse_api.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_statistics.c year++ 2018-01-02 12:57:58 +08:00
mysqlnd_statistics.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_structs.h Merge branch 'PHP-7.1' 2018-06-06 00:24:19 +02:00
mysqlnd_vio.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
mysqlnd_vio.h year++ 2018-01-02 12:57:58 +08:00
mysqlnd_wireprotocol.c Add check for variable size array feature 2018-06-09 20:27:16 +02:00
mysqlnd_wireprotocol.h Merge branch 'PHP-7.1' 2018-06-06 00:24:19 +02:00
php_mysqlnd.c year++ 2018-01-02 12:57:58 +08:00
php_mysqlnd.h year++ 2018-01-02 12:57:58 +08:00