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

Fixing issue with ModuleAutoloader on Windows #5445

Closed
wants to merge 2 commits into from
Closed

Fixing issue with ModuleAutoloader on Windows #5445

wants to merge 2 commits into from

Conversation

jameslnewell
Copy link
Contributor

On Windows ModuleAutoloader can't load my module, ./module/MyModule.tar, because GlobIterator returns an empty array for the path ./module/MyModule.*. This issue is spoken of in this SO.

Strangely it just worked on my dev machine (a Mac) without this change. This change works on both my dev and test machine.

James Newell added 2 commits November 8, 2013 17:33
weierophinney added a commit that referenced this pull request Nov 11, 2013
Fixing issue with ModuleAutoloader on Windows
weierophinney added a commit that referenced this pull request Nov 11, 2013
- Spaces around operator ('.')
weierophinney added a commit that referenced this pull request Nov 11, 2013
@ghost ghost assigned weierophinney Nov 11, 2013
weierophinney added a commit to zendframework/zend-loader that referenced this pull request May 15, 2015
…/master

Fixing issue with ModuleAutoloader on Windows
weierophinney added a commit to zendframework/zend-loader that referenced this pull request May 15, 2015
- Spaces around operator ('.')
weierophinney added a commit to zendframework/zend-loader that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-loader that referenced this pull request May 15, 2015
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.

2 participants