php-src/ext
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
..
bcmath Remove tests for zpp failure conditions 2019-03-05 10:22:23 +01:00
bz2 Remove local variables 2019-02-03 21:03:00 +01:00
calendar Replace Hebrew characters with escape sequences 2019-02-23 22:17:15 +01:00
com_dotnet Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
ctype Remove tests for zpp failure conditions 2019-03-05 10:22:23 +01:00
curl Merge branch 'PHP-7.3' into PHP-7.4 2019-03-01 14:55:24 +01:00
date Remove more zpp error tests 2019-03-05 11:02:31 +01:00
dba Don't parallelize dba tests 2019-02-21 12:13:38 +01:00
dom Remove tests for zpp failure conditions 2019-03-05 10:22:23 +01:00
enchant Remove local variables 2019-02-03 21:03:00 +01:00
exif Merge branch 'PHP-7.3' into PHP-7.4 2019-03-04 14:30:32 +01:00
ffi Fixed support for callbacks with "void" return type 2019-03-05 01:03:47 +03:00
fileinfo Small change in the test to pass 2019-02-14 20:12:00 +01:00
filter Remove local variables 2019-02-03 21:03:00 +01:00
ftp Implement fine-grained conflict handling 2019-02-20 11:20:40 +01:00
gd Merge branch 'PHP-7.3' into PHP-7.4 2019-03-06 00:38:12 +01:00
gettext Remove local variables 2019-02-03 21:03:00 +01:00
gmp Remove local variables 2019-02-03 21:03:00 +01:00
hash Remove more zpp error tests 2019-03-05 17:09:09 +01:00
iconv Remove more zpp error tests 2019-03-05 17:09:09 +01:00
imap Remove zpp variation tests 2019-02-05 09:38:55 +01:00
interbase Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERS 2019-03-04 12:13:12 +01:00
intl added basic test for UConverter::setSourceEncoding() 2019-02-19 03:18:26 +01:00
json Remove obsolescent AC_HEADER_STDC and memcpy check 2019-03-01 19:22:44 +01:00
ldap Mark ldap_control_paged_result and ldap_control_paged_result_response as deprecated 2019-02-04 12:20:51 +01:00
libxml Remove local variables 2019-02-03 21:03:00 +01:00
mbstring Remove unnecessary check for always available extension 2019-03-05 12:54:24 -03:00
mysqli Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
mysqlnd Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
oci8 Fix file permissions 2019-02-28 22:07:16 +01:00
odbc Remove local variables 2019-02-03 21:03:00 +01:00
opcache Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
openssl Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERS 2019-03-04 12:13:12 +01:00
pcntl Reinstall pcntl tick handler on each request (it cleared after the first request). 2019-02-20 22:36:51 +03:00
pcre Remove more zpp error tests 2019-03-05 17:09:09 +01:00
pdo Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
pdo_dblib Remove local variables 2019-02-03 21:03:00 +01:00
pdo_firebird Remove local variables 2019-02-03 21:03:00 +01:00
pdo_mysql Remove unused PDO_MYSQL_LIB_CHK m4 macro 2019-02-21 21:44:02 +01:00
pdo_oci Fix file permissions 2019-02-28 22:07:16 +01:00
pdo_odbc updated typo in test 2019-02-09 00:07:20 +01:00
pdo_pgsql Implement fine-grained conflict handling 2019-02-20 11:20:40 +01:00
pdo_sqlite Remove local variables 2019-02-03 21:03:00 +01:00
pgsql Implement fine-grained conflict handling 2019-02-20 11:20:40 +01:00
phar Merge branch 'PHP-7.3' into PHP-7.4 2019-03-04 14:30:32 +01:00
posix Remove more zpp error tests 2019-03-05 17:09:09 +01:00
pspell Remove local variables 2019-02-03 21:03:00 +01:00
readline use pkg-config for libedit 2019-02-19 09:10:06 +01:00
recode Remove local variables 2019-02-03 21:03:00 +01:00
reflection More zpp error/variation test removals 2019-03-06 13:40:22 +01:00
session Implement fine-grained conflict handling 2019-02-20 11:20:40 +01:00
shmop Remove local variables 2019-02-03 21:03:00 +01:00
simplexml Fix typo in XML test 2019-02-14 12:59:08 +01:00
skeleton Remove local variables 2019-02-03 21:03:00 +01:00
snmp Remove local variables 2019-02-03 21:03:00 +01:00
soap Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERS 2019-03-04 12:13:12 +01:00
sockets More zpp error/variation test removals 2019-03-06 13:40:22 +01:00
sodium Fix bug #77646 2019-02-21 16:33:03 +01:00
spl More zpp error/variation test removals 2019-03-06 13:40:22 +01:00
sqlite3 Remove local variables 2019-02-03 21:03:00 +01:00
standard Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
sysvmsg Remove local variables 2019-02-03 21:03:00 +01:00
sysvsem Remove local variables 2019-02-03 21:03:00 +01:00
sysvshm Remove local variables 2019-02-03 21:03:00 +01:00
tidy Fix arginfo for tidy's global functions 2019-02-18 17:49:02 +01:00
tokenizer Remove zpp variation tests 2019-02-05 09:38:55 +01:00
wddx Deprecate ext/wddx 2019-02-11 19:31:46 +01:00
xml Remove more zpp error tests 2019-03-05 11:02:31 +01:00
xmlreader Mark ext/xmlreader/tests/bug70309.phpt as online test 2019-02-28 10:12:40 +01:00
xmlrpc Remove obsolescent AC_HEADER_STDC and memcpy check 2019-03-01 19:22:44 +01:00
xmlwriter Use zend_parse_parameters_none() in XmlWriter::openMemory() 2019-02-20 09:31:08 +01:00
xsl Remove more zpp error tests 2019-03-05 11:02:31 +01:00
zend_test Remove local variables 2019-02-03 21:03:00 +01:00
zip Make zip oo_addglob test more robust 2019-02-21 12:19:02 +01:00
zlib Remove more zpp error tests 2019-03-05 11:02:31 +01:00
ext_skel.php Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00