From 568d3fa9333de99c11e974944fd29d8e18153b38 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Mon, 25 Oct 2010 09:33:01 +0000 Subject: [PATCH] General: Applied patch 7169 - Removed spurious PHP end tags (?>) git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@62765 2327b42d-5241-43d6-9e2a-de5ac946f064 --- Classes/PHPExcel/CachedObjectStorage/Memcache.php | 3 --- Classes/PHPExcel/CachedObjectStorage/Wincache.php | 3 --- changelog.txt | 1 + 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Classes/PHPExcel/CachedObjectStorage/Memcache.php b/Classes/PHPExcel/CachedObjectStorage/Memcache.php index d6ea7d18..eafbb58c 100644 --- a/Classes/PHPExcel/CachedObjectStorage/Memcache.php +++ b/Classes/PHPExcel/CachedObjectStorage/Memcache.php @@ -234,6 +234,3 @@ class PHPExcel_CachedObjectStorage_Memcache extends PHPExcel_CachedObjectStorage } // function __destruct() } - - -?> diff --git a/Classes/PHPExcel/CachedObjectStorage/Wincache.php b/Classes/PHPExcel/CachedObjectStorage/Wincache.php index 2f10aea6..a12a9366 100644 --- a/Classes/PHPExcel/CachedObjectStorage/Wincache.php +++ b/Classes/PHPExcel/CachedObjectStorage/Wincache.php @@ -228,6 +228,3 @@ class PHPExcel_CachedObjectStorage_Wincache extends PHPExcel_CachedObjectStorage } // function __destruct() } - - -?> \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 4d805c12..7c76474a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -52,6 +52,7 @@ Fixed in SVN: These leading characters are most commonly associated with number, currency or accounting (or occasionally fraction) formats - Bugfix: (MBaker) Workitem 14374 - BUG : Excel5 and setReadFilter ? - Bugfix: (MBaker) Workitem 14425 - Wrong exception message while deleting column +- General: (MBaker) Applied patch 7169 - Removed spurious PHP end tags (?>) 2010-08-26 (v1.7.4):