From c6d59bd2faf2e3cc6fec86b0b93e0b511c066ce4 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Fri, 2 Sep 2011 20:28:39 +0000 Subject: [PATCH] pass an absolute path for the php binary to proc_open, without this the test would fail if ran with a relative TEST_DEV_EXECUTABLE --- ext/standard/tests/streams/bug46024.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/streams/bug46024.phpt b/ext/standard/tests/streams/bug46024.phpt index 3f2a5f836b..fdfd03ee2e 100644 --- a/ext/standard/tests/streams/bug46024.phpt +++ b/ext/standard/tests/streams/bug46024.phpt @@ -4,7 +4,7 @@ Bug #46024 stream_select() doesn't return the correct number --FILE--