From 9414694ad3974b5709b5b7e8be2d862efc14f05f Mon Sep 17 00:00:00 2001 From: robocoder Date: Sun, 19 Dec 2010 17:55:50 +0000 Subject: fixes #1901, refs #1592 - we can't use mock objects because of static method calls, so the wrappers around Zend_Session and Zend_Session_Namespace dummy initialize when executing from php-cli or headless php-cgi; this also addresses the hack by Parallels in their APS scripts git-svn-id: http://dev.piwik.org/svn/trunk@3468 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- core/Session/Namespace.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 core/Session/Namespace.php (limited to 'core/Session') diff --git a/core/Session/Namespace.php b/core/Session/Namespace.php new file mode 100644 index 0000000000..919928298d --- /dev/null +++ b/core/Session/Namespace.php @@ -0,0 +1,30 @@ +