mypeb icon indicating copy to clipboard operation
mypeb copied to clipboard

PHP Erlang Bridge

Results 6 mypeb issues
Sort by recently updated
recently updated
newest added

Build fails with PHP 7.0. On FreeBSD 10.1 with clang 3.4.1: peb.c:271:3: warning: implicit declaration of function 'ALLOC_INIT_ZVAL' is invalid in C99 [-Wimplicit-function-declaration] ALLOC_INIT_ZVAL(tmp); ^ peb.c:272:3: warning: implicit declaration of...

Hello, What is the difference between your erlang bridge and the one from http://code.google.com/p/mypeb/ Does yours has more features, more advanced, etc...???? Regards, Heather

The latest release of mypeb is 0.20b on April 21, 2010, at https://code.google.com/archive/p/mypeb/downloads Please release a new version that includes the improvements you've made to the project over the past...

We have ones issue with this erlang bridge since it was invented, but today I've found this fork so I thought maybe I just post my issue again. The problem...

When i run ./configure it fails with: checking for pthread_mutex_trylock in -lpthread... no configure: error: Could not find libpthread Is there some dependencies that i should install to make this...

After start an erlang node, peb_connect fails first time I run my script. If I try again it works. You can try this code: https://gist.github.com/videlalvaro/324043 I have last peb version...