php-src/ext
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
..
bcmath Merge branch 'PHP-7.3' into PHP-7.4 2019-03-14 17:26:17 +01:00
bz2 Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
calendar Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
com_dotnet Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ctype Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
curl Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
date Merge branch 'PHP-7.3' into PHP-7.4 2019-03-17 14:38:11 -04:00
dba Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
dom Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
enchant Cleanup unused module globals 2019-03-12 13:44:05 +03:00
exif Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ffi Fixed ZTS cache usage 2019-03-12 12:07:25 +03:00
fileinfo Remove unused variables 2019-03-17 23:29:51 +01:00
filter Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ftp Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
gd Remove unused variables 2019-03-17 23:29:51 +01:00
gettext Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
gmp Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
hash Sync AC_CHECK_SIZEOF m4 macro calls 2019-03-18 02:11:23 +01:00
iconv Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
imap Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
interbase Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
intl Clean *nix build system 2019-03-07 20:58:14 +01:00
json Remove outdated README for ext/json 2019-03-17 20:10:26 +01:00
ldap Sync AC_CHECK_SIZEOF m4 macro calls 2019-03-18 02:11:23 +01:00
libxml Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
mbstring Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
mysqli Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
mysqlnd Sync AC_CHECK_SIZEOF m4 macro calls 2019-03-18 02:11:23 +01:00
oci8 Sync AC_CHECK_SIZEOF m4 macro calls 2019-03-18 02:11:23 +01:00
odbc Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
opcache Sync AC_CHECK_SIZEOF m4 macro calls 2019-03-18 02:11:23 +01:00
openssl Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
pcntl Switch to use ZTS cache 2019-03-12 14:15:47 +03:00
pcre Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
pdo Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
pdo_dblib Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
pdo_firebird Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
pdo_mysql Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
pdo_oci Sync AC_CHECK_SIZEOF m4 macro calls 2019-03-18 02:11:23 +01:00
pdo_odbc Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
pdo_pgsql Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
pdo_sqlite Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
pgsql Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
phar Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
posix Switch to use ZTS cache 2019-03-12 14:15:47 +03:00
pspell Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
readline Remove function_table var from the caller 2019-03-11 10:00:39 +01:00
recode Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
reflection Use EXPECT when possible 2019-03-11 00:05:44 -03:00
session Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
shmop Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
simplexml Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
skeleton Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
snmp snmp: remove unused var 2019-03-16 19:36:12 +01:00
soap Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
sockets Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
sodium Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
spl Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
sqlite3 Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
standard Remove unused variables 2019-03-17 23:29:51 +01:00
sysvmsg Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
sysvsem Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
sysvshm Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tidy Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
tokenizer Cleanup unused module globals 2019-03-12 13:44:05 +03:00
wddx Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
xml Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
xmlreader Use separate output files in xmlreader tests 2019-03-15 23:50:22 +01:00
xmlrpc Sync AC_CHECK_SIZEOF m4 macro calls 2019-03-18 02:11:23 +01:00
xmlwriter Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
xsl Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
zend_test Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
zip Remove unused variables 2019-03-17 23:29:51 +01:00
zlib Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
ext_skel.php Integrate README.EXT_SKEL to help option 2019-03-13 20:56:10 +01:00