summaryrefslogtreecommitdiff
path: root/ext/rpc
Commit message (Expand)AuthorAgeFilesLines
* Complete the work mapping arrays and hashtablesSam Ruby2000-07-223-3/+68
* Fix regression in passing strings as parametersSam Ruby2000-07-221-1/+1
* Allow java.lang.Hashtables to be passed into PHP as arrays.Sam Ruby2000-07-222-0/+23
* Verify that a classname is actually passed on a new Java() call.Sam Ruby2000-07-221-1/+7
* Respect the object type the user specified (i.e., never automaticallySam Ruby2000-07-221-1/+1
* Don't assume that Java byte arrays are null terminated.Sam Ruby2000-07-221-1/+2
* Pass PHP arrays to Java as hash tables; minor cleanupSam Ruby2000-07-212-49/+104
* Fix for problem noted by Jay Greenspan on TurboLinux machinesSam Ruby2000-07-111-1/+1
* Reentrancy fixesSam Ruby2000-07-093-57/+121
* Add experimental APIs to get and clear the last exceptionSam Ruby2000-07-084-1/+75
* Fix typo. Thanks to Adam Trachtenberg for noticing it!Sam Ruby2000-07-031-1/+1
* Add suggestions for dealing with difficult installations, based on feedbackSam Ruby2000-07-031-0/+57
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* Fix garbage in warning strings, and IllegalArgumentException onSam Ruby2000-06-302-3/+5
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-8/+8
* Export the necessary functions to enable servlet support to be subclassedSam Ruby2000-06-141-2/+2
* making java module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
* - Update module project files to include:Andi Gutmans2000-06-101-56/+52
* - Change register_internal_class to zend_register_internal_class forAndi Gutmans2000-06-092-2/+2
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-052-6/+6
* even more protos were missingHartmut Holzgraefe2000-05-231-0/+6
* some protos where missing, took them from php3Hartmut Holzgraefe2000-05-231-1/+6
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-6/+6
* passing Strings as ObjectsSam Ruby2000-05-211-2/+1
* Update the license with the new clause 6Zeev Suraski2000-05-182-3/+3
* Use "mkdir -p" instead of "test -d || mkdir" where possibleSascha Schumann2000-05-152-4/+2
* i18n, part ISam Ruby2000-05-122-9/+16
* - Make Windows compile again.Andi Gutmans2000-05-051-4/+5
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Remove trailing empty linesSascha Schumann2000-05-012-8/+0
* Large test commit IVSascha Schumann2000-05-012-0/+2
* Large commit test IIISascha Schumann2000-05-012-0/+6
* Improved in-tree shared libraries build systemSascha Schumann2000-05-012-2/+2
* Overall UNIX build system improvements:Sascha Schumann2000-04-302-12/+2
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-1/+1
* - Added support for reading properties that require arguments in the COMZeev Suraski2000-04-101-8/+12
* indentZeev Suraski2000-04-101-66/+56
* *** empty log message ***Zeev Suraski2000-04-101-0/+1
* Object overloading API changed slightly (llist is now a pointer)Zeev Suraski2000-04-102-11/+11
* Make it clear that the jawt example is only intented to be run as a CGISam Ruby2000-04-051-2/+1
* test -e doesn't exist on Solaris - substituting test -dSam Ruby2000-04-032-4/+4
* Don't try to install php_java.jar if --with-servlet was specifiedSam Ruby2000-04-011-2/+2
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-1/+1
* support non-debug buildsSam Ruby2000-03-261-3/+3
* JAVA_LIBPATH was not allways being added to the LIBPATHSam Ruby2000-03-261-2/+1
* Dynamically load java support, for better error messagesSam Ruby2000-03-252-15/+73
* Update README to indicate improvements in overload resolution andSam Ruby2000-03-151-19/+31
* Cleanup, better error recovery, easier configurationSam Ruby2000-03-151-14/+24
* Get Blackdown support to compile. Doesn't seem to be able to findSam Ruby2000-03-151-5/+10