Hi all
I think it's time to raise requirements in master to PHP 5.3. Current master is not really compatible with PHP 5.2 as you can see here:
https://travis-ci.org/phpmyadmin/phpmyadmin/jobs/8618135
The alternative is to fix all variable objects usage (eg. $GLOBALS['PMA_String']::foo()).
Michal Čihař a écrit :
Hi all
I think it's time to raise requirements in master to PHP 5.3. Current master is not really compatible with PHP 5.2 as you can see here:
https://travis-ci.org/phpmyadmin/phpmyadmin/jobs/8618135
The alternative is to fix all variable objects usage (eg. $GLOBALS['PMA_String']::foo()).
The current version of PHP is 5.5, so I'm in favor of raising the requirement to 5.3.
Of course, many ISPs will have to stay to phpMyAdmin 4.0.x so we should be prepared to offer a longer support window to them.
Hi
Dne Mon, 1 Jul 2013 13:56:24 +0200 Michal Čihař michal@cihar.com napsal(a):
I think it's time to raise requirements in master to PHP 5.3.
Now available as pull request at:
https://github.com/phpmyadmin/phpmyadmin/pull/470
Michal Čihař a écrit :
Hi
Dne Mon, 1 Jul 2013 13:56:24 +0200 Michal Čihař michal@cihar.com napsal(a):
I think it's time to raise requirements in master to PHP 5.3.
Now available as pull request at:
I expect a few more reactions (from developers, vendors) before merging this.