php-src/win32
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
..
build Sync AC_CHECK_SIZEOF m4 macro calls 2019-03-18 02:11:23 +01:00
builddef.bat Remove old SVN keywords substitutions 2018-06-16 13:04:30 +02:00
codepage.c Implement FR #77377 handle CTRL+C in Windows 2019-02-08 18:10:31 -08:00
codepage.h Remove local variables 2019-02-03 21:03:00 +01:00
console.c Implement FR #77377 handle CTRL+C in Windows 2019-02-08 18:10:31 -08:00
console.h Implement FR #77377 handle CTRL+C in Windows 2019-02-08 18:10:31 -08:00
cp_enc_map_gen.c Remove local variables 2019-02-03 21:03:00 +01:00
cp_enc_map.c Trailing whitespaces 2018-01-03 14:38:00 +01:00
dllmain.c Remove local variables 2019-02-03 21:03:00 +01:00
fnmatch.c Remove local variables 2019-02-03 21:03:00 +01:00
fnmatch.h Remove local variables 2019-02-03 21:03:00 +01:00
ftok.c Remove local variables 2019-02-03 21:03:00 +01:00
getrusage.c Remove local variables 2019-02-03 21:03:00 +01:00
getrusage.h Remove local variables 2019-02-03 21:03:00 +01:00
glob.c Remove local variables 2019-02-03 21:03:00 +01:00
glob.h Remove local variables 2019-02-03 21:03:00 +01:00
globals.c Remove local variables 2019-02-03 21:03:00 +01:00
grp.h Remove local variables 2019-02-03 21:03:00 +01:00
inet.c Remove local variables 2019-02-03 21:03:00 +01:00
inet.h Remove local variables 2019-02-03 21:03:00 +01:00
ioutil.c Fix bc break in Windows readlink 2019-03-10 15:48:31 +01:00
ioutil.h Fix bc break in Windows readlink 2019-03-10 15:48:31 +01:00
ipc.h Remove local variables 2019-02-03 21:03:00 +01:00
nice.c Remove local variables 2019-02-03 21:03:00 +01:00
nice.h Remove local variables 2019-02-03 21:03:00 +01:00
param.h Remove local variables 2019-02-03 21:03:00 +01:00
php7dllts.rc Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02:00
php7dllts.rc2 Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
php7ts_cli.rc Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02:00
php7ts_cli.rc2 Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
php7ts.rc Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02:00
php7ts.rc2 Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
php_inttypes.h Remove local variables 2019-02-03 21:03:00 +01:00
php_registry.h Remove local variables 2019-02-03 21:03:00 +01:00
php_stdbool.h Remove local variables 2019-02-03 21:03:00 +01:00
php_stdint.h Remove local variables 2019-02-03 21:03:00 +01:00
php_win32_globals.h Remove local variables 2019-02-03 21:03:00 +01:00
readdir.c Remove local variables 2019-02-03 21:03:00 +01:00
readdir.h Remove local variables 2019-02-03 21:03:00 +01:00
registry.c Remove local variables 2019-02-03 21:03:00 +01:00
resource.h Remove local variables 2019-02-03 21:03:00 +01:00
select.c Remove local variables 2019-02-03 21:03:00 +01:00
select.h Remove local variables 2019-02-03 21:03:00 +01:00
sendmail.c Remove local variables 2019-02-03 21:03:00 +01:00
sendmail.h Remove local variables 2019-02-03 21:03:00 +01:00
signal.c Remove function_table var from the caller 2019-03-11 10:00:39 +01:00
signal.h Fix TS build, ref #77377 2019-02-08 18:42:48 -08:00
sockets.c Remove local variables 2019-02-03 21:03:00 +01:00
sockets.h Remove local variables 2019-02-03 21:03:00 +01:00
syslog.h Remove local variables 2019-02-03 21:03:00 +01:00
syslog.reg Convert CRLF line endings to LF 2018-10-13 11:23:52 +02:00
time.c Remove local variables 2019-02-03 21:03:00 +01:00
time.h Remove local variables 2019-02-03 21:03:00 +01:00
unistd.h Remove local variables 2019-02-03 21:03:00 +01:00
winutil.c Fix bc break in Windows readlink 2019-03-10 15:48:31 +01:00
winutil.h Remove local variables 2019-02-03 21:03:00 +01:00
wsyslog.c Remove local variables 2019-02-03 21:03:00 +01:00