summaryrefslogtreecommitdiff
path: root/ext/rpc/handler.h
Commit message (Collapse)AuthorAgeFilesLines
* changes related to the latest commit of the zend engineHarald Radi2002-04-221-17/+23
|
* pass function signature in zend_parse_parameters styleHarald Radi2002-03-191-1/+1
| | | | | | | lookup cache works now per signature (not only method name) reviewed resource management # have to learn now ..
* fixed memleaksHarald Radi2002-03-191-6/+11
| | | | | | added method lookup caching pass function signature to hash function callback
* added lookup caching and now make use of the new threadHarald Radi2002-03-191-13/+30
| | | | | safe hashtables (not in cvs right now)
* blahHarald Radi2002-03-161-11/+52
|
* ongoing development ...Harald Radi2002-03-151-3/+18
|
* fixed HashTable allocationHarald Radi2002-03-151-0/+8
|
* rpc apstraction moduleHarald Radi2002-03-151-0/+25
does only work with ZendEngine2