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 0332fb8 commit 4c8f0fdCopy full SHA for 4c8f0fd
azure/configure.yml
@@ -61,6 +61,7 @@ steps:
61
--with-imap \
62
--with-kerberos \
63
--with-imap-ssl \
64
+ --enable-werror \
65
--with-config-file-path=/etc \
66
--with-config-file-scan-dir=/etc/php.d
67
displayName: 'Configure Build'
azure/i386/job.yml
@@ -65,6 +65,7 @@ jobs:
--with-mhash \
--with-sodium \
--enable-dba \
68
69
70
71
travis/compile.sh
@@ -68,6 +68,7 @@ $S390X_CONFIG \
--with-ffi \
--enable-zend-test=shared \
+--enable-werror \
72
--with-pear
73
74
if [[ -z "$CONFIG_ONLY" ]]; then
0 commit comments