The branch, QA_3_5 has been updated
via 90f29bceede052dfaf509600ad11f73bc059c335 (commit)
from d4eaf57b88584d0b863b44a50b849014c6d18afc (commit)
- Log -----------------------------------------------------------------
commit 90f29bceede052dfaf509600ad11f73bc059c335
Author: Michal Čihař <[email protected]>
Date: Fri Jan 27 15:01:00 2012 +0100
Avoid using ini_set
-----------------------------------------------------------------------
Summary of changes:
test/classes/PMA_Config_test.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php
index 3e48383..31c1886 100644
--- a/test/classes/PMA_Config_test.php
+++ b/test/classes/PMA_Config_test.php
@@ -69,11 +69,14 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
$this->object->checkOutputCompression();
$this->assertEquals('auto', $this->object->get("OBGzip"));
+/*
+ Disabled as ini_set is quite often not allowed
@ini_set('zlib.output_compression', 'Off');
$this->object->checkOutputCompression();
$this->assertFalse($this->object->get("OBGzip"));
@ini_set('zlib.output_compression', 'On');
+ */
}
public function testCheckClient()
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git