PuSHSubscriber icon indicating copy to clipboard operation
PuSHSubscriber copied to clipboard

PubSubHubbub Subscriber library for PHP

Results 2 PuSHSubscriber issues
Sort by recently updated
recently updated
newest added

When calling curl_exec, sometimes one might get a return code which is not desired (i.e. not 202, 204), in which case an error message will be inside the curl_exec response.....

PuSHSubscriber.inc line 40 is "static $subscribers;" Should this be "static $subscriber;" (ie, singular)? Just getting started trying to implement using this code. Thanks for posting it! ...doug Now that I...