1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 03:51:07 +02:00
Files
archived-php-src/ext
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
..
2018-03-06 21:59:02 +03:00
2018-05-29 17:58:06 +03:00
2018-06-08 23:11:45 +02:00
2018-06-09 17:57:10 +02:00
2018-06-03 14:06:11 +02:00
2018-06-02 13:35:22 +02:00
2018-03-23 18:57:58 +01:00
2018-04-14 13:06:13 +02:00
2018-05-29 17:58:06 +03:00
2018-01-02 12:57:58 +08:00
2018-01-03 14:38:00 +01:00
2018-06-02 13:35:22 +02:00
2018-02-23 11:06:20 +01:00
2018-05-29 17:58:06 +03:00
2018-06-08 23:02:25 +02:00
2018-06-05 15:01:02 +02:00
2018-01-02 12:57:58 +08:00
2018-06-04 17:10:49 +02:00
2018-05-29 17:58:06 +03:00