--
---
You received this message because you are subscribed to a topic in the Google Groups "Ratchet" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ratchet-php/4KZ62-vPYqM/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to ratchet-php...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
So what happened for me is that in the previous step where your supposed to install the PHP binding library, i was receiving errors when I did $ make && make install step in this set of instructions:
Building PHP Binding from GitHub http://www.zeromq.org/bindings:php
....the reason for these errors was that php.h file was not found. Now even though your server might have php installed on it, the source code may not be available. So I followed these steps below from stackoverflow to install my php source code onto MAMP( in your case whatever server your using).
Stackoverflow
Here's how I fixed it:
./configure to configure the source code for your platform (without this step the pecl install will fail looking for a bunch of header files)pecl install