From 7e49ff3dcdd3af0b159e7229a362bac52cd8f0ea Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 24 Mar 2016 00:14:05 -0700 Subject: [PATCH] Announce PHP 7 support. Signed-off-by: Edward Z. Yang --- INSTALL | 6 ++---- NEWS | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 51e8403a..89348c81 100644 --- a/INSTALL +++ b/INSTALL @@ -15,10 +15,8 @@ with these contents. --------------------------------------------------------------------------- 1. Compatibility -HTML Purifier is PHP 5 only, and is actively tested from PHP 5.0.5 and -up. It has no core dependencies with other libraries. PHP -4 support was deprecated on December 31, 2007 with HTML Purifier 3.0.0. -HTML Purifier is not compatible with zend.ze1_compatibility_mode. +HTML Purifier is PHP 5 and PHP 7, and is actively tested from PHP 5.0.5 +and up. It has no core dependencies with other libraries. These optional extensions can enhance the capabilities of HTML Purifier: diff --git a/NEWS b/NEWS index f4df9b86..2eb2895c 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier ========================== 4.8.0, unknown release date +! Full PHP 7 compatibility, the test suite is ALL GO. ! %CSS.AllowDuplicates permits duplicate CSS properties. - alt truncation could result in malformed UTF-8 sequence. Don't truncate. Thanks Brandon Farber for reporting. -- 2.11.4.GIT