aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2019-03-05 07:13:46 -0800
committerGravatar Max Moroz <mmoroz@chromium.org>2019-03-05 07:13:46 -0800
commit9087f31be29d751bda76c1904963276e728e0af7 (patch)
tree1f88554725666ea3cec646633f52d0f731693088
parentb7e17966a87a83f783fb3cb750fc8128cafe7a53 (diff)
[php] Remove experimental flag and specify ASan and UBSan only.
-rw-r--r--projects/php/project.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/projects/php/project.yaml b/projects/php/project.yaml
index 5b0900a6..a2775a24 100644
--- a/projects/php/project.yaml
+++ b/projects/php/project.yaml
@@ -2,4 +2,6 @@ homepage: "http://php.net/"
primary_contact: "stas@php.net"
auto_ccs:
- "smalyshev@gmail.com"
-experimental: True
+sanitizers:
+ - address
+ - undefined