fix #98 #99 #100 #101 #102 #103
authorMichael Wallner <mike@php.net>
Wed, 4 Dec 2019 07:33:44 +0000 (08:33 +0100)
committerMichael Wallner <mike@php.net>
Wed, 4 Dec 2019 07:34:52 +0000 (08:34 +0100)
Tests were failing on systems with zend.exception_ignore_arg set.
Thanks to Thomas Deutschmann (@Whissi)

tests/bug71719.phpt
tests/bug73055.phpt
tests/gh-issue50.phpt
tests/info001.phpt
tests/info002.phpt
tests/messagebody003.phpt

index 5322357665ccb8ec6c6d2896a277db4471386e3f..4071f0bb1b4e198577c484956a7780f1bf7e9f2d 100644 (file)
@@ -4,6 +4,8 @@ Bug #71719 (Buffer overflow in HTTP url parsing functions)
 <?php
 include "skipif.inc";
 ?>
 <?php
 include "skipif.inc";
 ?>
+--INI--
+zend.exception_ignore_args=off
 --FILE--
 <?php
 
 --FILE--
 <?php
 
index 04201c7ebbd170ee0fec9458737b950d2608fff8..a75fc13f79a69a212a3e6b143727898dfbb1febf 100644 (file)
@@ -4,6 +4,8 @@ Bug #73055 (Type confusion vulnerability in merge_param())
 <?php
 include "skipif.inc";
 ?>
 <?php
 include "skipif.inc";
 ?>
+--INI--
+zend.exception_ignore_args=off
 --FILE--
 <?php
 
 --FILE--
 <?php
 
index 52c764852613e5d4a94e7c8cd7fd5a9a07695fc8..57cbd9a6ce786d93c09cd5f6fb3f0164aa9515fb 100644 (file)
@@ -6,6 +6,8 @@ include "skipif.inc";
 skip_client_test();
 skip_online_test();
 ?>
 skip_client_test();
 skip_online_test();
 ?>
+--INI--
+zend.exception_ignore_args=off
 --FILE--
 <?php
 echo "Test\n";
 --FILE--
 <?php
 echo "Test\n";
index 6b829efa437af453c83ae53f001c1b41b9042797..5ced7a38d118abd2ed1b7d2305cfaf84362c507b 100644 (file)
@@ -2,6 +2,8 @@
 invalid HTTP info
 --SKIPIF--
 <?php include "skipif.inc"; ?>
 invalid HTTP info
 --SKIPIF--
 <?php include "skipif.inc"; ?>
+--INI--
+zend.exception_ignore_args=off
 --FILE--
 <?php
 
 --FILE--
 <?php
 
index 3c71be58fe9899261141a3e17302134478964a42..4d0344030115ba691bad92ea2e860f03aaac1185 100644 (file)
@@ -4,6 +4,8 @@ invalid HTTP info
 <?php 
 include "skipif.inc";
 ?>
 <?php 
 include "skipif.inc";
 ?>
+--INI--
+zend.exception_ignore_args=off
 --FILE--
 <?php 
 
 --FILE--
 <?php 
 
index 52968ac54869715be3a7c72d064923f1e9a40024..be407894d82c6954a61347be997c262153ca1833 100644 (file)
@@ -4,6 +4,8 @@ message body append error
 <?php
 include "skipif.inc";
 ?>
 <?php
 include "skipif.inc";
 ?>
+--INI--
+zend.exception_ignore_args=off
 --FILE--
 <?php
 echo "Test\n";
 --FILE--
 <?php
 echo "Test\n";