icicleio / http

HTTP component for Icicle
MIT License
61 stars 5 forks source link

examples require fixes #4

Closed wturyn closed 9 years ago

wturyn commented 9 years ago

Fixes client.php and server.php require path in examples. Should be dirname(__FILE__) or __DIR__, i went with latter.

trowski commented 9 years ago

dirname(__DIR__) is correct for these files being located in the examples directory, since the vendor directory should be installed in the same directory as composer.json. Are you moving the example files before running them?

wturyn commented 9 years ago

My mistake, closing.