If you're getting that socket_create() error in PHP it is because your install of PHP does not have the sockets extension compiled in. Re-compile your PHP installation and add --enable-sockets to the ./configure options
For more info on PHP's sockets extension visit: http://us.php.net/manual/en/ref.sockets.php jon didyeah971 wrote: > > I just tested the PHP Client, an error occurs : > Fatal error: Call to undefined function: socket_create() in > C:\workspaceweb\Ariel\Stomp.php on line 55. > > If I unsterstood well, it's not necessary to use StompConnect as it's > embedded in activemq, how can Stomp.php call these methods (socket_create, > socket_connect...) > > Could you make it bright to me please > Thx > Did > > > James.Strachan wrote: >> >> On 4/11/07, didyeah971 <[EMAIL PROTECTED]> wrote: >>> >>> Hi, i just finished my Ajax Client and i am really satisfied, but i >>> would >>> like to test other connectors like Stomp and Rest. >>> I tried the Rest Demo, but i cannot receive any messages. >>> What's more, could i have some more specifications one how Stomp walks, >>> especially the PHP client. >> >> The PHP client is pure PHP so can be run in any place that other PHP >> code can be run. Ditto for Ruby, Flash, Python, Delphi, Perl et al >> >> -- >> >> James >> ------- >> http://radio.weblogs.com/0112098/ >> >> > > -- View this message in context: http://www.nabble.com/Rest-and-Stomp-tf3558451s2354.html#a9963479 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
