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

Protected __Construct Method Issues #201

Closed woblit closed 9 years ago

woblit commented 9 years ago

Getting an error when I try and start phpd -:

PHP Fatal error: Call to protected PHPDaemon\Config\Parser::__construct() from context 'PHPDaemon\Config\Object' in /opt/phpdaemon/PHPDaemon/Config/Object.php on line 366

Noticed that the latest commit: https://github.com/kakserpom/phpdaemon/commit/527c6f9bd5c8f9f4400509f628d5de0fcc1f97b1

Changed a number of files and the scope of the contruct method. This is a show stopper with the latest pull.

kakserpom commented 9 years ago

Thank you for the report, the problem shall be resolved in a few minutes.