summaryrefslogtreecommitdiff
path: root/ext/java/java.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Eliminate java.library ini option in favor of rpathSam Ruby2000-03-131-10/+0
|
* Added support for arraysSam Ruby2000-02-201-0/+16
| | | | | | 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
|
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-3/+3
| | | | | #if !(WIN.* => #ifndef PHP_WIN32
* Shutdown cleanly (prevents Kaffe from trapping on exit)Sam Ruby2000-01-281-2/+5
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* 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
|
* 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
|
* Initial alpha-level of sapi/servlet. See README for details.Sam Ruby1999-11-291-12/+22
|
* Java module now works with Linux jdk 1.2pre2.Stefan Roehrich1999-11-211-1/+1
|
* @ Added Zend OO syntax overloading support for Java componentsSam Ruby1999-11-091-0/+518
# # 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.