From 143e1ad71866e89d96b605c5ab65e7fa8299b910 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 20 May 2010 21:21:26 -0400 Subject: [PATCH] Remove shebang and +x from test script. Signed-off-by: Edward Z. Yang --- NEWS | 2 ++ tests/index.php | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 tests/index.php diff --git a/NEWS b/NEWS index c2c20914..f8353a16 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier - Fix bug where in background-position for center keyword handling. - Fix infinite loop when a wrapper element is inserted in a context where it's not allowed. Thanks Lars for reporting. +- Remove +x bit and shebang from index.php; only supported mode is to + explicitly call it with php. 4.1.0, released 2010-04-26 ! Support proprietary height attribute on table element diff --git a/tests/index.php b/tests/index.php old mode 100755 new mode 100644 index 5efe4a9a..0c8c4e1a --- a/tests/index.php +++ b/tests/index.php @@ -1,4 +1,3 @@ -#!/usr/bin/php