Peter Kokot
9e94d2b040
Autotools: Refactor builtin checks ( #14835 )
...
This creates a single M4 macro PHP_CHECK_BUILTIN and removes other
PHP_CHECK_BUILTIN_* macros. Checks are wrapped in AC_CACHE_CHECK and
PHP_HAVE_BUILTIN_* CPP macro definitions are defined to 1 if builtin
is found and undefined if not.
This also changes all PHP_HAVE_BUILTIN_ symbols to be either undefined
or defined (to value 1) and syncs all #if/ifdef/defined usages of them
in the php-src code. This way it is simpler to use them because they
don't need to be defined to value 0 on Windows, for example. This is
done as previous usages in php-src were mixed and on many places they
were only checked with ifdef.
2024-07-08 21:25:16 +02:00
..
2024-06-26 00:26:43 +02:00
2024-07-02 06:56:18 +02:00
2024-06-29 18:41:45 +02:00
2024-06-26 00:26:43 +02:00
2024-06-26 00:26:43 +02:00
2024-07-07 01:04:53 +02:00
2024-06-28 22:40:24 +02:00
2024-07-02 06:56:18 +02:00
2024-02-25 08:41:31 +01:00
2024-07-08 17:27:39 +02:00
2024-07-02 06:56:18 +02:00
2024-06-26 00:26:43 +02:00
2024-07-02 06:56:18 +02:00
2024-06-26 00:26:43 +02:00
2024-06-26 00:26:43 +02:00
2024-07-02 06:56:18 +02:00
2024-07-08 16:59:40 +01:00
2024-07-02 06:56:18 +02:00
2024-07-02 06:56:18 +02:00
2024-06-27 19:29:37 +02:00
2024-07-02 06:56:18 +02:00
2024-07-07 04:23:08 +02:00
2024-07-03 13:15:13 +02:00
2024-07-03 21:57:51 +02:00
2024-07-08 17:27:39 +02:00
2024-07-08 21:25:16 +02:00
2024-06-29 22:21:03 +02:00
2024-07-07 01:04:53 +02:00
2024-07-01 21:16:21 +02:00
2024-07-08 21:25:16 +02:00
2024-07-03 19:17:59 +02:00
2024-07-07 11:04:14 +01:00
2024-07-03 14:10:29 +02:00
2024-07-07 04:23:08 +02:00
2024-07-02 06:56:18 +02:00
2024-07-02 06:56:18 +02:00
2024-07-02 06:56:18 +02:00
2024-07-02 06:56:18 +02:00
2024-07-07 04:23:08 +02:00
2024-07-02 06:56:18 +02:00
2024-07-07 01:04:53 +02:00
2024-07-07 04:23:08 +02:00
2024-06-28 22:40:24 +02:00
2024-06-29 19:49:12 +02:00
2024-07-07 21:31:31 +02:00
2024-07-02 09:44:25 +02:00
2024-07-07 04:23:08 +02:00
2024-06-28 20:14:26 +02:00
2024-07-06 14:58:50 -07:00
2024-07-05 12:52:49 +02:00
2024-07-02 06:56:18 +02:00
2024-07-04 16:03:15 +02:00
2024-07-07 14:23:01 +01:00
2024-07-02 06:56:18 +02:00
2024-07-06 23:58:37 +02:00
2024-07-02 06:56:18 +02:00
2024-07-08 00:07:55 +02:00
2024-06-29 19:49:12 +02:00
2024-06-26 00:26:43 +02:00
2024-06-26 00:26:43 +02:00
2024-07-08 15:06:57 +02:00
2024-06-26 00:26:43 +02:00
2024-07-06 13:49:45 -07:00
2024-07-02 06:56:18 +02:00
2024-07-04 15:37:35 +02:00
2024-07-07 00:22:41 +02:00
2024-07-02 09:44:25 +02:00
2024-07-02 06:56:18 +02:00
2024-07-06 01:59:46 +02:00