We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc92237 commit 0332fb8Copy full SHA for 0332fb8
ext/date/config0.m4
@@ -4,7 +4,7 @@ AC_CHECK_HEADERS([io.h])
4
dnl Check for strtoll, atoll
5
AC_CHECK_FUNCS(strtoll atoll)
6
7
-PHP_DATE_CFLAGS="-I@ext_builddir@/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1"
+PHP_DATE_CFLAGS="-Wno-implicit-fallthrough -I@ext_builddir@/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1"
8
timelib_sources="lib/astro.c lib/dow.c lib/parse_date.c lib/parse_tz.c
9
lib/timelib.c lib/tm2unixtime.c lib/unixtime2tm.c lib/parse_iso_intervals.c lib/interval.c"
10
0 commit comments