Currently we use "zend" where we actually mean PHP 5.3. Zend isn't a great name since it refers to the zend engine which is used in other PHP5 versions. At some point in the future we will want to run tests against PHP 5.5 (or 5.6, or ...) while still running against 5.3, so we should use a more specific name than 'zend'.
Description
Details
Event Timeline
Change 264441 had a related patch set uploaded (by Legoktm):
Rename php-composer-test-zend to php-composer-test-php53
Change 264441 merged by jenkins-bot:
Rename php-composer-test-zend to php-composer-test-php53
Change 264444 had a related patch set uploaded (by Legoktm):
Rename phplint to php53lint
Change 264446 had a related patch set uploaded (by Legoktm):
Rename mwext-testextension-zend(-composer)? to php53
Change 264446 merged by jenkins-bot:
Rename *-testextension-zend(-composer)? to php53
Change 264483 had a related patch set uploaded (by Legoktm):
Rename Wikidata jobs zend -> php53
Change 264487 had a related patch set uploaded (by Legoktm):
Rename mediawiki-* jobs to php53 naming scheme
Change 264489 had a related patch set uploaded (by Legoktm):
Rename 'zend' pipeline to 'php53'
All jobs and zuul config now use the terminology 'php53' instead of 'zend'. This will allow us to add 'php55' (or something) jobs in the future.