gplanchat / php-collision

An experimental PHP extension for building event-driven network servers in PHP
2 stars 0 forks source link

Invalid library (maybe not a PHP library) #1

Open lukaszlach opened 11 years ago

lukaszlach commented 11 years ago

After making and installing extension it's not recognized as PHP extension. Probably some extension header issue on this PHP version.

/php-collision$ php5 -v

PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'php_collision.so' in Unknown on line 0

PHP 5.4.9-4ubuntu2.1 (cli) (built: Jun 11 2013 13:08:51) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies with XCache v2.0.0, Copyright (c) 2005-2012, by mOo with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans

gplanchat commented 11 years ago

Hello,

Thank you for the report. I actually reported my efforts on another library, written in userland code that you will find at https://github.com/gplanchat/php-io

It uses php-uv, a php binding to libuv.

Greg