summaryrefslogtreecommitdiff
path: root/ext/rpc/rpc.c
Commit message (Collapse)AuthorAgeFilesLines
* - added a skeleton for new layersHarald Radi2002-07-191-2/+3
| | | | | - a bit cleanup
* ext/rpc/com should work now, but there's still lots of work left.Harald Radi2002-07-181-146/+119
|
* pooling and singleton finally workHarald Radi2002-06-101-29/+145
|
* - using stas' abstraction nowHarald Radi2002-06-091-192/+151
| | | | | | | | | | | - layer can add individual ini settings now - classentries for the loaded rpc object are created dynamically now class hirarchy looks like: rpc<-[layer]<-[object] (e.g. rpc<-com<-adodb), thus the whole class tree is reflected into php - added user-functions to mark an object as a singleton and as poolable #rest of the linuxtag work
* 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