summaryrefslogtreecommitdiff
path: root/ext/rpc/php_rpc.h
Commit message (Collapse)AuthorAgeFilesLines
* ext/rpc/com should work now, but there's still lots of work left.Harald Radi2002-07-181-6/+21
|
* pooling and singleton finally workHarald Radi2002-06-101-10/+0
|
* - using stas' abstraction nowHarald Radi2002-06-091-1/+5
| | | | | | | | | | | - 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
* blahHarald Radi2002-03-161-3/+3
|
* ongoing development ...Harald Radi2002-03-151-3/+8
|
* fixed HashTable allocationHarald Radi2002-03-151-0/+1
|
* rpc apstraction moduleHarald Radi2002-03-151-0/+34
does only work with ZendEngine2