Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved to pecl by sascha. remove them from head. | Sterling Hughes | 2003-06-25 | 1 | -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 Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | clean up source and improve hashing for implicitly | Harald Radi | 2003-02-11 | 1 | -0/+1 |
| | | | | | created objects (aka return values) | ||||
* | a bunch of fixes | Harald Radi | 2003-02-10 | 1 | -9/+18 |
| | |||||
* | Add get_class_name handler so that the current var_dump implementation does ↵ | Wez Furlong | 2003-02-09 | 1 | -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 extension | Harald Radi | 2003-01-16 | 1 | -21/+10 |
| | | | | | which registeres itself in the rpc framework. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | - added a skeleton for new layers | Harald Radi | 2002-07-19 | 1 | -1/+1 |
| | | | | | - a bit cleanup | ||||
* | ext/rpc/com should work now, but there's still lots of work left. | Harald Radi | 2002-07-18 | 1 | -16/+39 |
| | |||||
* | pooling and singleton finally work | Harald Radi | 2002-06-10 | 1 | -10/+12 |
| | |||||
* | - using stas' abstraction now | Harald Radi | 2002-06-09 | 1 | -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 engine | Harald Radi | 2002-04-22 | 1 | -17/+23 |
| | |||||
* | pass function signature in zend_parse_parameters style | Harald Radi | 2002-03-19 | 1 | -1/+1 |
| | | | | | | | lookup cache works now per signature (not only method name) reviewed resource management # have to learn now .. | ||||
* | fixed memleaks | Harald Radi | 2002-03-19 | 1 | -6/+11 |
| | | | | | | added method lookup caching pass function signature to hash function callback | ||||
* | added lookup caching and now make use of the new thread | Harald Radi | 2002-03-19 | 1 | -13/+30 |
| | | | | | safe hashtables (not in cvs right now) | ||||
* | blah | Harald Radi | 2002-03-16 | 1 | -11/+52 |
| | |||||
* | ongoing development ... | Harald Radi | 2002-03-15 | 1 | -3/+18 |
| | |||||
* | fixed HashTable allocation | Harald Radi | 2002-03-15 | 1 | -0/+8 |
| | |||||
* | rpc apstraction module | Harald Radi | 2002-03-15 | 1 | -0/+25 |
does only work with ZendEngine2 |