Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix autoloader not finding Zend\\Dom namespace. #25

Merged
merged 1 commit into from
Jun 3, 2012

Conversation

nickl-
Copy link
Member

@nickl- nickl- commented Jun 3, 2012

Based on discussion at #23

This fixes the problem that autoloader does not find the Zend\Dom namespace and removes the external dependency relying on the packaged zend library files.

If this library needs to stay within template due to pear or whatever reason this patch needs to be applied otherwise the fix already committed by @henriquemoody works fine but then we can delete the Zend library from Respect/Template.

What was changed:

Removed the separate requirement and added the Zend\Dom to the autoload namespace.

Removed the separate requirement and added the Zend\\Dom to the autoload namespace.
@nickl- nickl- mentioned this pull request Jun 3, 2012
@henriquemoody
Copy link
Member

Thanks, @nickl- =)

@henriquemoody henriquemoody reopened this Jun 3, 2012
henriquemoody added a commit that referenced this pull request Jun 3, 2012
Fix autoloader not finding Zend\\Dom namespace.
@henriquemoody henriquemoody merged commit 3d5be0b into Respect:master Jun 3, 2012
@nickl-
Copy link
Member Author

nickl- commented Jun 3, 2012

All good =)

What's next?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants