allow setting of the message class used by HttpRequest
[m6w6/ext-http] / http_persistent_handle_api.c
2007-09-28  Michael Wallner- take advantage of constified ZEND_API
2007-09-26  Michael Wallner- revert moronic fix and supply a real one, obviously...
2007-09-26  Michael Wallner- fix typo which may cause a crash
2007-02-09  Michael Wallner- finalize persistent handle support (probably)
2007-02-07  Michael Wallner- fix hash keys
2007-02-07  Michael Wallner- fix copyright year
2007-02-06  Michael Wallner- simplifications
2007-02-05  Michael Wallner- add dbg output
2007-02-04  Michael Wallner- reimplement persistent handle code
2007-01-31  Michael Wallner- use a HashTable to stat persistent handles
2007-01-31  Michael Wallner- make ist behave like a stack, not like a queue
2007-01-27  Michael Wallner- add persistent cURL handle support