php-src/ext
Peter Kokot a8c3e22d23 Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERS
Changes:
- PHP_TM_GMTOFF removed
- HAVE_TM_GMTOFF replaced with HAVE_STRUCT_TM_TM_GMTOFF
- HAVE_TM_ZONE replaced with HAVE_STRUCT_TM_TM_ZONE
- HAVE_TZNAME removed

The PHP_TM_GMTOFF macro can be replaced with Autoconf's AC_CHECK_MEMBERS
that defines the HAVE_STRUCT_TM_TM_GMTOFF symbol instead of the
HAVE_TM_ZONE.

The HAVE_TZNAME symbol is not used in current code. The obsolete
HAVE_TM_ZONE symbol has been replaced with more proper
HAVE_STRUCT_TM_TM_ZONE. These are defined by the AC_STRUCT_TIMEZONE
macro.
2019-03-04 12:13:12 +01:00
..
bcmath Remove local variables 2019-02-03 21:03:00 +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 Avoid potentially superfluous string reallocation 2019-02-22 10:35:19 +01:00
ctype Remove local variables 2019-02-03 21:03:00 +01:00
curl Merge branch 'PHP-7.3' into PHP-7.4 2019-03-01 14:55:24 +01:00
date Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERS 2019-03-04 12:13:12 +01:00
dba Don't parallelize dba tests 2019-02-21 12:13:38 +01:00
dom Implement fine-grained conflict handling 2019-02-20 11:20:40 +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-03 22:20:49 -08:00
ffi Added reference to parser generator 2019-02-20 10:26:56 +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 Use separate output files in x2gd tests 2019-03-04 10:48:09 +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 Heedlessly enable thread LS cache for ext/hash. 2019-03-02 21:25:35 +01:00
iconv Remove zpp variation tests 2019-02-05 09:38:55 +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 obsolescent AC_HEADER_STDC and memcpy check 2019-03-01 19:22:44 +01:00
mysqli Remove more leftovers of mysqli embedded server 2019-02-28 15:43:29 +01:00
mysqlnd Remove unused PHP_AC_BROKEN_SPRINTF and AC_ZEND_BROKEN_SPRINTF 2019-02-23 22:26:47 +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 Enable Posix Shared Memory on Linux 2019-03-01 12:15:56 +03: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 Implement fine-grained conflict handling 2019-02-20 11:20:40 +01:00
pdo Remove not needed PHP_PDO_PEAR_CHECK m4 macro 2019-02-28 01:08:48 +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-03 23:33:54 -08:00
posix Test for function posix_getpwnam() basic functionality 2019-03-01 02:01:52 +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 Don't return inside _DO_THROW macro 2019-02-28 15:45:47 +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 Fix some port collisions in sockets tests 2019-02-25 09:24:45 +01:00
sodium Fix bug #77646 2019-02-21 16:33:03 +01:00
spl Merge branch 'PHP-7.3' into PHP-7.4 2019-03-03 22:20:49 -08:00
sqlite3 Remove local variables 2019-02-03 21:03:00 +01:00
standard Don't generate script for proc_open_pipes tests 2019-03-04 10:52:50 +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 Added test for xml_parser_set_option 2019-02-10 19:52: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 local variables 2019-02-03 21:03:00 +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 Fix directory collisions in zlib tests 2019-02-22 11:25:52 +01:00
ext_skel.php Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00