Geanman having issues with php 7.0

92 views
Skip to first unread message

clement muhirwa

unread,
Feb 15, 2018, 8:31:20 PM2/15/18
to Gearman
It seams as if geaman is no longer supported in php 7.0 where we get errors like 

Call to undefined method GearmanClient::do()

from client codes like this which works in php 5
<?php
$client = new GearmanClient();
$client->addServer();
print $client->do("reverse", "Hello World!");
anyone with an idea how we can fix this?

Keyur Govande

unread,
Feb 15, 2018, 8:50:08 PM2/15/18
to gea...@googlegroups.com
Etsy engineers help maintain this PHP 7 compatible version of the pecl library: https://github.com/wcgallego/pecl-gearman
--
You received this message because you are subscribed to the Google Groups "Gearman" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gearman+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages