php-src/ext/com_dotnet
Peter Kokot bebcdcc745 Remove legacy AC_CHECK_TYPE calls for uint and ulong
The AC_CHECK_TYPE was refactored in more recent versions of Autoconf
and the call with two arguments is obsolete and not recommended anymore.

This patch also refactors some leftovers of using ulong and uint which
are not standard nor common usages of types in C.

The ulong can be used as zend_ulong and uint usage is actually
`unsigned int`.

The usage of HAVE_ULONG removed since it is not used in current code
base.

Legacy edgecase for some legacy HPUX systems removed:
- sys/stream.h header is not checked and the HAVE_SYS_STREAM_H is
  not defined with current build system.

- flags are unsigned int
- max_allowed_packet changed to unsigned int
2019-03-06 22:49:16 +01:00
..
tests Merge branch 'PHP-7.3' into PHP-7.4 2019-02-15 00:39:10 +01:00
com_com.c Deprecate case-insensitive constants via typelib import 2019-02-15 13:07:56 +01:00
com_dotnet.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
com_extension.c Deprecate marking typelibs to load constants case-insensitively 2019-02-15 16:24:54 +01:00
com_handlers.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
com_iterator.c Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
com_misc.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
com_olechar.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
com_persist.c Remove local variables 2019-02-03 21:03:00 +01:00
com_saproxy.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
com_typeinfo.c Avoid potentially superfluous string reallocation 2019-02-22 10:35:19 +01:00
com_variant.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
com_wrapper.c Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS add credits 2003-08-14 20:48:06 +00:00
php_com_dotnet_internal.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_com_dotnet.h Remove local variables 2019-02-03 21:03:00 +01:00