php-src/ext/soap
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
..
tests Implement fine-grained conflict handling 2019-02-20 11:20:40 +01:00
config.m4 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
php_encoding.c Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERS 2019-03-04 12:13:12 +01:00
php_encoding.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_http.c Remove local variables 2019-02-03 21:03:00 +01:00
php_http.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_packet_soap.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_packet_soap.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_schema.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_schema.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_sdl.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_sdl.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_soap.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_xml.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_xml.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
soap.c Remove local variables 2019-02-03 21:03:00 +01:00