kakserpom / phpdaemon

Asynchronous server-side framework for network applications implemented in PHP using libevent
http://daemon.io/
GNU Lesser General Public License v3.0
1.53k stars 231 forks source link

Fixed autoloader issue when using with symfony framework autoloader #173

Closed podarok closed 10 years ago

podarok commented 10 years ago

If we want to use symfony framework inside event anonymous function we should check autoloader for already registered functions. This patch fixes issue