summaryrefslogtreecommitdiff
path: root/ext/rpc/java
Commit message (Collapse)AuthorAgeFilesLines
* moved to pecl by sascha. remove them from head.Sterling Hughes2003-06-2511-2059/+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-102-6/+6
|
* - Fixed bug #22944 (--with-java "make install" fails)foobar2003-04-041-2/+6
|
* ZTS fixes.Ilia Alshanetsky2003-01-191-4/+4
|
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-10/+8
|
* change library nameHarald Radi2003-01-161-4/+4
|
* Typo fixes.Ilia Alshanetsky2003-01-151-2/+2
|
* Getting rid of the old API parsing code.Ilia Alshanetsky2003-01-151-5/+5
|
* Adjust paths to the new location java.dspEdin Kadribasic2003-01-131-30/+30
|
* Patch by Giuseppe Tanzilli <g.tanzilli@gruppocsf.com>.Sebastian Bergmann2003-01-121-1/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* 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
|
* Bug #20148 suggested work around for now.Dan Kalowsky2002-11-021-0/+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
|
* 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
* - Let's be tad more verbose what's happening during 'make install'foobar2002-07-031-3/+3
|
* - Fail gracefully and not just bail out with an error message from dirnameMarkus Fischer2002-05-111-0/+6
| | | | | because no argument was given.
* Fixed the extension name.foobar2002-04-231-5/+5
|
* Tiny typo..foobar2002-04-211-6/+6
|
* - Use the correct javac/jar binaries.foobar2002-04-142-6/+18
|
* Fixed the build issues reported by Stas.foobar2002-03-313-124/+106
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* proto fixesHartmut Holzgraefe2001-12-051-0/+8
|
* Mark ext/java as what it is: experimental.Sebastian Bergmann2001-12-041-0/+5
|
* Unified the configure messages.foobar2001-11-301-5/+5
|
* Removing winutil.c from this project. the functions needed are found in ↵Frank M. Kromann2001-11-271-4/+0
| | | | php4ts.dll
* Works now with phpizefoobar2001-10-311-1/+6
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-8/+10
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now.Jeroen van Wolffelaar2001-09-261-3/+3
|
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-1/+1
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-45/+45
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* fix build.foobar2001-09-101-1/+1
|
* Fix a problem when withval pointed to a symlink and automaticSascha Schumann2001-09-101-2/+5
| | | | | detection for the java libraries failed
* Fix ZTS build.foobar2001-08-141-1/+2
|