php-nano
php-nano copied to clipboard
PHP nanomsg
pls update it to php7
checking whether to enable nanomsg support... yes, shared checking for pkg-config... /usr/bin/pkg-config checking nanomsg installation... configure: error: Unable to find usable libnanomsg installation
hey can you provide some code samples on how to use the API? thanks.
If you're trying to build with a new version of libtool (in my case 2.4.6), you'll need to regenerate libtools files with `autoreconf -ivf` after you call phpize, or make...
Today, if i understand it, php-nano works as message only scalar types. Maybe good ide to use php-build-in serialize/deserialize for prepare message (at send and the recive function)? Use it...