From 0cb9c53033c6e5c9aa68ab40e548a15320cd6507 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 13 Nov 2002 17:16:33 +0000 Subject: [PATCH] Added a skip condition for when mail() function is not avaliable. --- ext/mbstring/tests/overload.phpt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ext/mbstring/tests/overload.phpt b/ext/mbstring/tests/overload.phpt index 3e1fc44bf7..ee745f58fe 100644 --- a/ext/mbstring/tests/overload.phpt +++ b/ext/mbstring/tests/overload.phpt @@ -1,7 +1,12 @@ --TEST-- Function overloading test (said to be harmful) --SKIPIF-- - + --INI-- output_handler= mbstring.func_overload=7 -- 2.50.1