I have wamp 2.2 server and php 5.4.3
when I tried installing the stomp extension via PEAR I get
Warning: php_bin c:\wamp\bin\php\php5.4.3\php.exe
appears to have a suffix \php5.4.3\php.exe but config variable php_suffix does not match
ERROR: The DSP Stomp.dsp does not exist
So I've found the php_stomp.dll file and put it in the ext of the php5.4.3 I get the error
Stomp: Unable to initialize module
Module compiled with module API= 20090626
PHP compiled with module API= 20100525
These options need to match.
So I put it in another machine with an older version wamp 2.0 and php 5.3
It showed up under php extension menu so I checked it.
The php.ini was edited to add stomp extension.
But when I tried to use it I get the error class not found.
I use print_r(get_loaded_extensions()); stomp is not there.
I've already spent hours on this. Is there a working compiled php_stomp.dll I can use with
php 5.3 or 5.4.3 I am having a hard time with PEAR.











