From baf3eeb5c8298b551f178f905034892dfb445e36 Mon Sep 17 00:00:00 2001 From: Cody Lundquist Date: Sun, 28 Apr 2013 07:40:44 +1000 Subject: [PATCH] Updating readme with new Known Issues section thanks to issue 15. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 30e4784..d09e224 100644 --- a/README.md +++ b/README.md @@ -254,3 +254,8 @@ If for some reason you would like to prevent Munee from setting any headers, you ```php $content = \Munee\Dispatcher::run(new \Munee\Request(array('files' => '/css/site.css')), array('setHeaders' => false)); ``` + +Known Issues +------------ + +Munee will *not* work with PHP 5.3.1 as there is an issue with running procted methods in the wrong context. Please update your version of PHP as I will not be fixing this. - [Read More](https://github.com/meenie/munee/issues/15)