summaryrefslogtreecommitdiff
path: root/ext/java/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* - Fail gracefully and not just bail out with an error message from dirnameMarkus Fischer2002-05-111-0/+6
| | | | | because no argument was given.
* Tiny typo..foobar2002-04-211-6/+6
|
* - Use the correct javac/jar binaries.foobar2002-04-141-5/+17
|
* Fixed the build issues reported by Stas.foobar2002-03-311-99/+93
|
* Unified the configure messages.foobar2001-11-301-5/+5
|
* 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
* Nuke more quotesSascha Schumann2001-05-121-16/+16
|
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-031-2/+2
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-8/+8
| | | | | # Heads up people! I tested this before committing but you never know..
* Support AIX/HP shared lib extensions and j2sdk1.3.0 (hotspot)Alex Akilov2001-01-181-3/+12
|
* wb fix.foobar2000-12-191-14/+14
|
* Fix pr: #7982foobar2000-12-191-0/+1
|
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-3/+3
|
* Fix for problem noted by Jay Greenspan on TurboLinux machinesSam Ruby2000-07-111-1/+1
|
* Don't try to install php_java.jar if --with-servlet was specifiedSam Ruby2000-04-011-2/+2
| | | | | (Fix to PHP 4.0 Bug #4001 submitted by sashi@easy.com.au)
* 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-251-4/+15
|
* Get Blackdown support to compile. Doesn't seem to be able to findSam Ruby2000-03-151-5/+10
| | | | | | | | | classes yet... It looks like the current Sun JDK 1.2.2 won't be able to be supported. Green_threads don't work with JVM Initialization, and Sun doesn't support native_threads yet...
* Eliminate java.library ini option in favor of rpathSam Ruby2000-03-131-34/+45
|
* Progress: sapi/servlet now builds again on UnixSam Ruby2000-01-291-1/+3
|
* accomodate old versions of kaffe which don't support jarSam Ruby2000-01-281-7/+13
|
* Forward progress, thanks to Sascha Schumann.Sam Ruby2000-01-271-1/+0
| | | | | | libphp_java.so is now built again - it just refuses to load. At least I now have something I can debug!
* First step to restoring the ability to build Java support on Unix:Sam Ruby2000-01-191-1/+8
| | | | | | | | | 1) Restore the ability to build CGI as a shared library 2) Correct make dependency rule so that the jar files are included 3) Search for jar executable, and use it, if found Left TODO: actually build the shared libraries
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-1/+1
| | | | | Defaulting to 1.
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-301-1/+1
| | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-6/+6
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* force ext/java to be built as a shared librarySam Ruby1999-12-161-0/+1
|
* PHP_BUILD_* m4 macros are not intended to be used by extensions.Sascha Schumann1999-12-031-1/+0
| | | | | | If you want to tell the user that the current choice of a specific SAPI module is bad, check $php_build_target.
* Initial alpha-level of sapi/servlet. See README for details.Sam Ruby1999-11-291-0/+7
|
* - substitute JAVA_LFLAGS (not set, but used in libphp_java_la_LIBADD)Stig Bakken1999-11-091-0/+2
| | | | | - add .cvsignore file
* @ Added Zend OO syntax overloading support for Java componentsSam Ruby1999-11-091-0/+59
# # My lawyer made me do this: # Users of PHP are hereby granted a non-exclusive, irrevocable, world-wide, royalty-free, non-transferable license to use, execute, prepare derivative works of, and distribute (internally and externally, and including derivative works) the code accompanying this license as part of, and integrated into PHP. WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTY OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OF NON-INFRINGEMENT. THE ENTIRE RISK ARISING OUT OF THE USE OR PERFORMANCE OF THIS CODE REMAINS WITH USERS OF PHP. The owner of this code represents and warrants that it is legally entitled to grant the above license.