summaryrefslogtreecommitdiff
path: root/ext/rpc/handler.h
Commit message (Collapse)AuthorAgeFilesLines
* moved to pecl by sascha. remove them from head.Sterling Hughes2003-06-251-144/+0
| | | | | | discussed with harald, will remain in pecl till he has some more time to work on it.
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* clean up source and improve hashing for implicitlyHarald Radi2003-02-111-0/+1
| | | | | created objects (aka return values)
* a bunch of fixesHarald Radi2003-02-101-9/+18
|
* Add get_class_name handler so that the current var_dump implementation does ↵Wez Furlong2003-02-091-0/+2
| | | | | | | not segfault. Add a generic rpc_object_from_data() function for generating rpc objects from C code (as discussed with Harald).
* make layers loadable as self-sustaining php extensionHarald Radi2003-01-161-21/+10
| | | | | which registeres itself in the rpc framework.
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - added a skeleton for new layersHarald Radi2002-07-191-1/+1
| | | | | - a bit cleanup
* ext/rpc/com should work now, but there's still lots of work left.Harald Radi2002-07-181-16/+39
|
* pooling and singleton finally workHarald Radi2002-06-101-10/+12
|
* - using stas' abstraction nowHarald Radi2002-06-091-38/+39
| | | | | | | | | | | - 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
* 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