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

Problem with autloading using PHAR on Windows #19

Closed
stil opened this issue Feb 10, 2012 · 0 comments
Closed

Problem with autloading using PHAR on Windows #19

stil opened this issue Feb 10, 2012 · 0 comments
Labels

Comments

@stil
Copy link

stil commented Feb 10, 2012

I have downloaded guzzle.phar from official website and created simple script:

require 'guzzle.phar';```
I get:

Warning: require_once(phar://D:\htdocs\guzzle.phar\vendor\symfony\class-loader\Symfony\Component\ClassLoader\UniversalClassLoader.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: phar error: &quot;vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php&quot; is not a file in phar &quot;D:/htdocs/guzzle.phar&quot; in D:\htdocs\guzzle.phar on line 14

I have PHP 5.3.9 with enabled PHAR extension (Windows x64).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants