diff options
Diffstat (limited to 'ext/zlib')
| -rw-r--r-- | ext/zlib/config.w32 | 2 | ||||
| -rw-r--r-- | ext/zlib/tests/data.inc | 3 | ||||
| -rw-r--r-- | ext/zlib/tests/func.inc | 1 | ||||
| -rw-r--r-- | ext/zlib/tests/gzopen_include_path.inc | 2 | ||||
| -rw-r--r-- | ext/zlib/tests/reading_include_path.inc | 2 |
5 files changed, 3 insertions, 7 deletions
diff --git a/ext/zlib/config.w32 b/ext/zlib/config.w32 index 985999f762..70bd1a74fa 100644 --- a/ext/zlib/config.w32 +++ b/ext/zlib/config.w32 @@ -17,5 +17,3 @@ if (PHP_ZLIB == "yes") { PHP_ZLIB = "no" } } - - diff --git a/ext/zlib/tests/data.inc b/ext/zlib/tests/data.inc index 441199ff08..bee4e51d9a 100644 --- a/ext/zlib/tests/data.inc +++ b/ext/zlib/tests/data.inc @@ -1,4 +1,3 @@ - <?php $data = <<<QUOTE To be or not to be, that is the question; @@ -85,4 +84,4 @@ That summons thee to heaven or to hell. QUOTE; -?>
\ No newline at end of file +?> diff --git a/ext/zlib/tests/func.inc b/ext/zlib/tests/func.inc index e431afedbf..7556f81e6a 100644 --- a/ext/zlib/tests/func.inc +++ b/ext/zlib/tests/func.inc @@ -16,4 +16,3 @@ function get_zlib_version() return $version; } - diff --git a/ext/zlib/tests/gzopen_include_path.inc b/ext/zlib/tests/gzopen_include_path.inc index 7d6723a815..add04f74de 100644 --- a/ext/zlib/tests/gzopen_include_path.inc +++ b/ext/zlib/tests/gzopen_include_path.inc @@ -89,4 +89,4 @@ function teardown_relative_path() { rmdir($newdir); } } -?>
\ No newline at end of file +?> diff --git a/ext/zlib/tests/reading_include_path.inc b/ext/zlib/tests/reading_include_path.inc index ee71bb9c42..abe80bf69c 100644 --- a/ext/zlib/tests/reading_include_path.inc +++ b/ext/zlib/tests/reading_include_path.inc @@ -24,4 +24,4 @@ foreach($newdirs as $newdir) { } mkdir($workingDir); chdir($workingDir); -?>
\ No newline at end of file +?> |
