On Wed, 22 Jul 2015 22:18:57 +0200, Eran Rosenthal eranroz89@gmail.com wrote:
side note: How come php 5.3.3 support broken accidentally? Isn't Jenkins script validates compatibility with the min php? :)
We run unit tests, but on PHP 5.3.10, according to the console output. (For example https://integration.wikimedia.org/ci/job/mediawiki-phpunit-zend/6594/console...)
(Also, that only catches incompatibilities in code that has unit tests. ;) I've ran into 5.3 compat breakages in the past when I added new features with tests, that used some existing code without tests.)