php-src/ext/xmlrpc
Peter Kokot ccc29473ec Sync AC_CHECK_SIZEOF m4 macro calls
- AC_CHECK_SIZEOF is now called mostly only in PHP_CHECK_STDINT_TYPES()
  macro except for some parts checking for the 32 or 64 bit architecture.
- SIZEOF_CHAR removed since it is always 1
- ZEND_BIN_ID is now of a more logical pattern `BIN_48888` on 64bit
  architectures and `BIN_44444` on 32bit instead of literal string
  `BIN_SIZEOF_CHAR48888` on 64bit and `BIN_SIZEOF_CHAR44444` on 32bit.
  The unneeded SIZEOF_CHAR part has been removed.
- XMLRPC_TYPE_CHECKS removed
- The `long long int` is the same as `long long` and redundant checks
  removed accordingly.
- Removed PHP_CHECK_64BIT macro. Checking if current platform is 64bit
  or not can be also done simply by using a check of the long type on
  place. This removes redundant m4 macro PHP_CHECK_64BIT.
2019-03-18 02:11:23 +01:00
..
libxmlrpc Sync AC_CHECK_SIZEOF m4 macro calls 2019-03-18 02:11:23 +01:00
tests Merge branch 'PHP-7.2' into PHP-7.3 2019-01-06 12:23:53 -08:00
config.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
config.w32 Merge branch 'PHP-7.2' into PHP-7.3 2018-10-21 12:10:54 +02:00
CREDITS
EXPERIMENTAL Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
php_xmlrpc.h Remove local variables 2019-02-03 21:03:00 +01:00
xmlrpc-epi-php.c Remove function_table var from the caller 2019-03-11 10:00:39 +01:00