summaryrefslogtreecommitdiff
path: root/ext/rpc
Commit message (Collapse)AuthorAgeFilesLines
* Bump year.Sebastian Bergmann2002-12-3121-21/+21
|
* Fix bugs #20270, #15702, #18600. Patch by Tony J. White <tjw@tjw.org>.Sebastian Bergmann2002-12-041-19/+7
|
* fix for bug #20389 (no trailing slash in configure option)Christian Stocker2002-11-291-1/+1
|
* time is a function. Use the name of the variable 'timestamp'Frank M. Kromann2002-11-261-1/+1
|
* Adding missing header file on Win32Frank M. Kromann2002-11-261-0/+1
|
* removing unused variablesFrank M. Kromann2002-11-262-2/+3
|
* - Remove \n from error messagesDerick Rethans2002-11-101-1/+1
|
* Bug #20148 suggested work around for now.Dan Kalowsky2002-11-021-0/+4
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+2
| | | | | instances
* @- Added --disable-all configure option. (Jani)foobar2002-09-041-5/+3
|
* Fix bug: #19124, xmlrpc extension builds ok now as shared extension.foobar2002-08-302-3/+12
|
* kill some compile warningsfoobar2002-08-221-1/+4
|
* This final change enables the ext/java to compile on OSX.Dan Kalowsky2002-08-211-0/+1
| | | | | # now to do testing and ensure that it works as stated... weeee...
* One more patch up towards OSX compatibility...Dan Kalowsky2002-08-212-23/+19
| | | | | # it compiles now with the ObjC files (Finlay Doobie rocks the casbah)
* Fix the build when using --with-java without any pathfoobar2002-08-191-1/+3
|
* A fix suggested by chregu (who doesn't have karma) to re-enable older javaDan Kalowsky2002-08-151-1/+1
| | | | | JDKs to work.
* Updating the error message to state a difference between libraries andDan Kalowsky2002-08-141-6/+6
| | | | | include. Also restoring old for search to keep BC on configure
* Adding a check for the binaries rather than just the directories.Dan Kalowsky2002-08-141-2/+2
|
* JavaC doesn't take flags like this, Java jar does, pay attention kalowskyDan Kalowsky2002-08-141-1/+1
|
* cleaning up the displayed path (removing the ./ in the middle)Dan Kalowsky2002-08-141-1/+1
|
* Adding in MSG_RESULT check and \n for configure output viewingDan Kalowsky2002-08-142-3/+13
|
* Correcting mis-versioned commentDan Kalowsky2002-08-141-1/+1
|
* JAVA_INCLUDE, not JAVE_INCLUDEDan Kalowsky2002-08-141-1/+1
|
* A little more clean up on the error messages, with a sample JDK 1.3 path to ↵Dan Kalowsky2002-08-141-16/+6
| | | | libjava.so
* correcting the AC_MSG_RESULT lineDan Kalowsky2002-08-141-1/+1
|
* adding in PATH check for JavaJar as well...Dan Kalowsky2002-08-141-2/+10
|
* Fix a bug for a user provided path as eru.Dan Kalowsky2002-08-141-0/+14
|
* bool not booleanRasmus Lerdorf2002-08-131-2/+2
|
* The start of adding in MacOSX compatibility. No objections on theDan Kalowsky2002-08-111-95/+133
| | | | | php-dev list from the sent patch for a week. Test and fix.
* A folding we will go, a folding we will go,Dan Kalowsky2002-08-061-8/+90
| | | | | adding the fold and vim lines to make this easier to follow
* Allow xmlrpc-epi header files stored under include/xmlrpc-epiYasuo Ohgaki2002-07-281-3/+8
|
* - added a skeleton for new layersHarald Radi2002-07-196-10/+246
| | | | | - a bit cleanup
* ext/rpc/com should work now, but there's still lots of work left.Harald Radi2002-07-1819-2344/+1635
|
* merging parts of the old com extension to the new rpc extensionHarald Radi2002-07-101-11/+417
|
* add file again that andrei deleted byHarald Radi2002-07-091-0/+10
| | | | | accident (i don't want to blame anyone here)
* - Consistent error messagesDerick Rethans2002-07-061-1/+1
|
* Fix typo.foobar2002-07-051-1/+1
|
* merged in updates from SF project. bring php repository up to date with ↵Dan Libby2002-07-0513-40/+317
| | | | xmlrpc-epi version 0.51
* - Let's be tad more verbose what's happening during 'make install'foobar2002-07-031-3/+3
|
* Fixed win32 build.Edin Kadribasic2002-07-031-0/+4
|
* Fix bug: #16252foobar2002-06-301-0/+5
|
* Fix some build error on win32 (snapshot build)foobar2002-06-291-4/+4
|
* Fixed bug: #17732.foobar2002-06-161-2/+5
| | | | | | xmlrpc_decode_request() and xmlrpc_set_type() expect some parameters to be passed by reference.
* pooling and singleton finally workHarald Radi2002-06-104-50/+159
|
* new testcasesHarald Radi2002-06-105-34/+72
|
* reflect the new abstraction changes in the demo layerHarald Radi2002-06-091-22/+39
|
* - using stas' abstraction nowHarald Radi2002-06-095-249/+204
| | | | | | | | | | | - 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
* added wez and ordered names alphabeticallyHarald Radi2002-05-311-1/+1
|
* #forgot somethingHarald Radi2002-05-301-4/+4
|
* @ Added missing AddRef() calls in the COM extension. This shouldHarald Radi2002-05-304-15/+22
| | | | | | | @ fix weird behaviour (in particular with ADODB). (Harald) # waah, this suxx