summaryrefslogtreecommitdiff
path: root/ext/java/java.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Heads up people!Zeev Suraski2000-12-221-2/+1
* SUN CC does not like like left side casting - see bug #6759Jason Greene2000-11-161-1/+1
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-2/+4
* Better error reporting when dll/shared library is not able to be loaded.Sam Ruby2000-08-171-1/+9
* Fix for bug 5911 - ANSI C violation: lvalues are not assignableSam Ruby2000-08-041-4/+4
* Restore the ability to clean compile in non-multithreaded environmentsSam Ruby2000-08-041-16/+20
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-241-2/+4
* Complete the work mapping arrays and hashtablesSam Ruby2000-07-221-0/+11
* 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-221-0/+13
* Verify that a classname is actually passed on a new Java() call.Sam Ruby2000-07-221-1/+7
* 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-211-47/+104
* Reentrancy fixesSam Ruby2000-07-091-43/+108
* Add experimental APIs to get and clear the last exceptionSam Ruby2000-07-081-0/+32
* Fix garbage in warning strings, and IllegalArgumentException onSam Ruby2000-06-301-1/+1
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
* - Change register_internal_class to zend_register_internal_class forAndi Gutmans2000-06-091-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-1/+1
* i18n, part ISam Ruby2000-05-121-6/+8
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Object overloading API changed slightly (llist is now a pointer)Zeev Suraski2000-04-101-2/+2
* Dynamically load java support, for better error messagesSam Ruby2000-03-251-11/+58
* Cleanup, better error recovery, easier configurationSam Ruby2000-03-151-14/+24
* Eliminate java.library ini option in favor of rpathSam Ruby2000-03-131-10/+0
* Added support for arraysSam Ruby2000-02-201-0/+16
* 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
* 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
* 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_ 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