Skip to content

Commit 5bae9f0

Browse files
committed
#25: + enable-address-sanitizer
1 parent bd219ac commit 5bae9f0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build-cross-platform.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
--with-config-file-path=/etc \
136136
--with-config-file-scan-dir=/etc/php.d \
137137
--with-pdo-firebird \
138+
--enable-address-sanitizer \
138139
--enable-async
139140
140141
- name: Build PHP
@@ -309,6 +310,7 @@ jobs:
309310
--enable-inifile \
310311
--with-config-file-path=/usr/local/etc \
311312
--with-config-file-scan-dir=/usr/local/etc/php.d \
313+
--enable-address-sanitizer \
312314
--enable-async
313315
314316
- name: Build PHP (macOS)

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
--with-config-file-path=/etc \
135135
--with-config-file-scan-dir=/etc/php.d \
136136
--with-pdo-firebird \
137+
--enable-address-sanitizer \
137138
--enable-async
138139
139140
- name: Build PHP

0 commit comments

Comments
 (0)