summaryrefslogtreecommitdiff
path: root/ext/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Object overloading API changed slightly (llist is now a pointer)Zeev Suraski2000-04-101-2/+2
|
* 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-031-2/+2
|
* 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)
* 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
| | | | | | | | easier configuration. Add an entry for the Blackdown JDK on Linux, and a note as to why the Sun JDK on Linux can't be supported at this time.
* 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
| | | | | | | | | 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...
* remove java.library from the READMESam Ruby2000-03-131-4/+0
|
* Eliminate java.library ini option in favor of rpathSam Ruby2000-03-133-48/+52
|
* Improved handing of instances of private classes. Added servlet examples.Sam Ruby2000-02-282-20/+48
|
* php4ts.lib => php4ts_debug.lib when building for Debug_TS targetSam Ruby2000-02-201-1/+1
|
* Added support for arraysSam Ruby2000-02-202-16/+39
| | | | | | Better support for instances of non-public classes (based on a suggestion by Patrick Beard of NetScape)
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-1/+1
|
* File is found in $(srcdir)Sascha Schumann2000-02-181-1/+1
|
* Allow non-public enumerations to be accessedSam Ruby2000-02-171-0/+17
|
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-3/+3
| | | | | #if !(WIN.* => #ifndef PHP_WIN32
* on WIN32, PHP_WIN32 and ZEND_WIN32 need to be definedSam Ruby2000-02-111-8/+8
|
* 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
|
* Shutdown cleanly (prevents Kaffe from trapping on exit)Sam Ruby2000-01-281-2/+5
|
* PHP now starts up in CGI mode with Kaffe on RedHat Linux 6.1.Sam Ruby2000-01-271-1/+1
| | | | | | status: segfault atexit, npe in jawt - but otherwise both samples work! Installation needs more work
* Forward progress, thanks to Sascha Schumann.Sam Ruby2000-01-272-2/+3
| | | | | | 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-192-5/+11
| | | | | | | | | 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
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-012-2/+2
| | | | | you start counting at 0 or 1).
* 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-302-4/+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-302-16/+18
| | | | | | | | | | | | - 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.
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+1
|
* - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.Andi Gutmans1999-12-241-1/+1
|
* We're using ZVAL's now.Andrei Zmievski1999-12-211-1/+1
|
* libzend -> ZendZeev Suraski1999-12-192-7/+7
|
* Some more php3_ cleanupZeev Suraski1999-12-181-2/+2
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-4/+4
|
* force ext/java to be built as a shared librarySam Ruby1999-12-161-0/+1
|
* first pass at method overloadingSam Ruby1999-12-061-6/+88
|
* 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-295-18/+51
|
* Java module now works with Linux jdk 1.2pre2.Stefan Roehrich1999-11-212-1/+23
|
* - 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-099-0/+1219
# # 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.