[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_5, updated. RELEASE_3_5_0BETA1-258-g90f29bc

Michal Čihař nijel at users.sourceforge.net
Fri Jan 27 15:01:07 CET 2012


The branch, QA_3_5 has been updated
       via  90f29bceede052dfaf509600ad11f73bc059c335 (commit)
      from  d4eaf57b88584d0b863b44a50b849014c6d18afc (commit)


- Log -----------------------------------------------------------------
commit 90f29bceede052dfaf509600ad11f73bc059c335
Author: Michal Čihař <mcihar at suse.cz>
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




More information about the Git mailing list