summaryrefslogtreecommitdiff
path: root/ext/rpc/rpc.c
Commit message (Collapse)AuthorAgeFilesLines
* set up a proxy object when requesting a reference to a variableHarald Radi2002-04-221-2/+50
|
* changes related to the latest commit of the zend engineHarald Radi2002-04-221-42/+170
|
* pass function signature in zend_parse_parameters styleHarald Radi2002-03-191-27/+35
| | | | | | | lookup cache works now per signature (not only method name) reviewed resource management # have to learn now ..
* fixed memleaksHarald Radi2002-03-191-115/+169
| | | | | | 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-43/+166
| | | | | safe hashtables (not in cvs right now)
* blahHarald Radi2002-03-161-46/+63
|
* TSRM fixHarald Radi2002-03-161-8/+8
|
* ongoing development ...Harald Radi2002-03-151-49/+171
|
* fixed HashTable allocationHarald Radi2002-03-151-19/+109
|
* rpc apstraction moduleHarald Radi2002-03-151-0/+257
does only work with ZendEngine2