[Phpmyadmin-devel] [phpmyadmin] add test getFontsizeOptions for "em", "Pt", "px" unit (#390)

Marc Delisle marc at infomarc.info
Mon May 20 13:51:51 CEST 2013


adam a écrit :
> Hi Marc,
> 
> About the test case, https://github.com/phpmyadmin/phpmyadmin/pull/390
> 
> I think I find the reason. Refer to the link http://php.net/manual/en/reserved.variables.cookies.php
> 
> $_COOKIE (PHP 4 >= 4.1.0, PHP 5)
> $HTTP_COOKIE_VARS [deprecated]
> 
> So PHP 4.1.0, Introduced $_COOKIE that deprecated $HTTP_COOKIE_VARS.

I am using PHP 5.3.25 on this server.

> 
> my case, there is $_COOKIE['pma_fontsize'] = "10em"; which is not working in your side for Cookie setting.
> 
>> Hi Adam,
>> I am running phpunit 3.6.10 on Linux, and when I type
>> ```
>> phpunit
>> ```
>> I get this error. Maybe my version of phpunit is too old?
>>
>> ---
>> Reply to this email directly or view it on GitHub:
>> https://github.com/phpmyadmin/phpmyadmin/pull/390#issuecomment-18075456
>>
> 
> 
> Thanks,
> Adam


-- 
Marc Delisle
http://infomarc.info




More information about the Developers mailing list