icicleio / http

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

Fix function redeclare bug #11

Closed bohdankolecek closed 8 years ago

bohdankolecek commented 8 years ago

When I spawn a new thread using pthreads the following error occurs:

PHP Fatal error:  Cannot redeclare Icicle\Http\Message\encodeValue() (previously declared in /home/bohdan/projects/forwarding-proxy/vendor/icicleio/http/src/Message/functions.php:12) in /home/bohdan/projects/forwarding-proxy/vendor/icicleio/http/src/Message/functions.php on line 12
trowski commented 8 years ago

Manually merged, thanks!