Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Prepare for 2.8.0 release #62

Merged
merged 32 commits into from
Jul 11, 2017

Conversation

weierophinney
Copy link
Member

Merges develop to master, and:

  • Updates PHP dependency to minimum of PHP 5.6
  • Removes testing of PHP 5.5 and HHVM
  • Updates PHPUnit to 5.7 or 6.0 releases

Roel van Duijnhoven and others added 30 commits February 20, 2017 09:19
When multiple people first access a ZF2 powered website there is the possibility that both requests write simultaneously write a slightly different file to disk. The result can be an PHP file having a parse error.

This commit fixes this by acquiring an exclusive lock.
…g-write-race-condition-prevention' into develop

Forward port zendframework#53
New `use_zend_loader` module manager option controls if Zend\Loader
should be used, it is enabled by default.
Disabling it removes dependency on zendframework/zend-loader.

This option is useful if alternative autoloading is used, eg Composer.
Setting it to false will also disable AutoloaderProvider feature.
- Within the `ModuleAutoloader` chapter, a new note documents the new
  option.
- Needed to autoload the `ListenerTestModule` namespace.
- Needed to import that same namespace into the test case.
Forward port zendframework#36

Conflicts:
	CHANGELOG.md
Conflicts:
	CHANGELOG.md
- Changes PHP requirement to make 5.6 the minimum.
- Removes PHP 5.5 and HHVM builds from the test matrix.
- Updates the test matrix to use the lowest/locked/latest strategy.
- Removes support for PHP 5.5 and HHVM
- Updates PHPUnit to the 5.7 and 6.0 series
@weierophinney weierophinney merged commit 88ba1f0 into zendframework:master Jul 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants