spread

A php interface to the Spread toolkit API


Provides a full interface to the Spread group communication
toolkit API. Information on Spread can be found at http://www.spread.org/

License: PHP License

Latest releases

Version Release Download
2.1.0 2008-10-22 spread-2.1.0.tgz
2.0.2 2008-06-09 spread-2.0.2.tgz
2.0.1 2008-05-03 spread-2.0.1.tgz
2.0.0 2008-03-24 spread-2.0.0.tgz
Show all releases

Changelog

Version Message
2.1.0 - Added optional parameter to connect() allowing receipt of
join/leave messages
- service_type property added to received messages
- membership data added to membership based messages
- Spread::leave() method implemented
- Add private group information (patch by Benjamin Schulz)
- Spread::receive returns null on timeout
2.0.2 - fix zts build (patch from Alexey Zakhlestin)
-fix config scrip
- fix bug #13965 (spread_receive() should be able to wait forever).
(patch from Alexey Zakhlestin)
- 64 bit fixes
- prevent potential overflow calling multicast
- fix name collision with curl. (patch by Alexey Zakhlestin)
2.0.1 - fix misplaced parenthesis (patch by Kevin Murphy)
- fix mem corruption calling receive multiple time
2.0.0 - change API and method signatures
- remove unimplemented functions/functionality
- re-work much of the internal code
- fix various segfaults and other memory issues
Show complete changelog