summaryrefslogtreecommitdiff
path: root/ext/rpc/rpc.c
Commit message (Expand)AuthorAgeFilesLines
* moved to pecl by sascha. remove them from head.Sterling Hughes2003-06-251-936/+0
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fix random crashesZeev Suraski2003-02-111-0/+1
* clean up source and improve hashing for implicitlyHarald Radi2003-02-111-51/+42
* a bunch of fixesHarald Radi2003-02-101-46/+50
* Newly created objects should use a separate function_table from the global cl...Wez Furlong2003-02-101-3/+11
* fix a memleakHarald Radi2003-02-091-5/+4
* Add get_class_name handler so that the current var_dump implementation does n...Wez Furlong2003-02-091-3/+56
* make layers loadable as self-sustaining php extensionHarald Radi2003-01-161-92/+60
* Add missing ,.Sebastian Bergmann2003-01-111-1/+1
* fix buildHarald Radi2003-01-111-3/+19
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - added a skeleton for new layersHarald Radi2002-07-191-2/+3
* 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
* 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
* fixed memleaksHarald Radi2002-03-191-115/+169
* added lookup caching and now make use of the new threadHarald Radi2002-03-191-43/+166
* 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