From 8e7f4358ca41952de2b4091584da48e6e33a8cac Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 8 Sep 2011 10:20:38 +0000 Subject: [PATCH] - force LF and fix... and blame me for not reading the code correctly, zlib tests pass now, linux/bsd/win 100% --- ext/zlib/tests/001.phpt | 2 +- ext/zlib/tests/gzfile_basic.phpt | 2 +- ext/zlib/tests/gzfile_basic2.phpt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/zlib/tests/001.phpt b/ext/zlib/tests/001.phpt index 4850a65a5a..0c2ca28c78 100644 --- a/ext/zlib/tests/001.phpt +++ b/ext/zlib/tests/001.phpt @@ -29,4 +29,4 @@ Strings are equal 100 36864 Strings are equal 5 15 -Strings are equal \ No newline at end of file +Strings are equal diff --git a/ext/zlib/tests/gzfile_basic.phpt b/ext/zlib/tests/gzfile_basic.phpt index 1fceea5b90..fd7ba18058 100644 --- a/ext/zlib/tests/gzfile_basic.phpt +++ b/ext/zlib/tests/gzfile_basic.phpt @@ -36,4 +36,4 @@ array(3) { [2]=> string(17) "for all languages" } -===DONE=== \ No newline at end of file +===DONE=== diff --git a/ext/zlib/tests/gzfile_basic2.phpt b/ext/zlib/tests/gzfile_basic2.phpt index 9f31eb0f87..9124d336b0 100644 --- a/ext/zlib/tests/gzfile_basic2.phpt +++ b/ext/zlib/tests/gzfile_basic2.phpt @@ -36,4 +36,4 @@ array(3) { [2]=> string(17) "for all languages" } -===DONE=== \ No newline at end of file +===DONE=== -- 2.40.0