summaryrefslogtreecommitdiff
path: root/ext/java/java.c
Commit message (Expand)AuthorAgeFilesLines
* - Moving java and dotnet extensions to ext/rpcDerick Rethans2003-01-111-864/+0
* 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
* This final change enables the ext/java to compile on OSX.Dan Kalowsky2002-08-211-0/+1
* One more patch up towards OSX compatibility...Dan Kalowsky2002-08-211-2/+0
* Adding in MSG_RESULT check and \n for configure output viewingDan Kalowsky2002-08-141-3/+12
* A folding we will go, a folding we will go,Dan Kalowsky2002-08-061-8/+90
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* proto fixesHartmut Holzgraefe2001-12-051-0/+8
* 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
* 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
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-45/+45
* Fix ZTS build.foobar2001-08-141-1/+2
* - Attempt at fixing the Java extension for ZE2Andi Gutmans2001-08-131-11/+7
* WhitespaceZeev Suraski2001-08-111-7/+7
* Make this compile again.foobar2001-08-081-1/+2
* TSRM fixHarald Radi2001-08-071-2/+5
* more ZTS fixes.foobar2001-07-311-78/+49
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-4/+6
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-4/+5
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-2/+3
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+1
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* Get rid of var_uninit()Zeev Suraski2001-07-151-1/+1
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-1/+1
* Nuke zval_resetZeev Suraski2001-07-111-1/+1
* var_reset -> ZVAL_RESETZeev Suraski2001-07-111-1/+1
* - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))Andi Gutmans2001-06-191-1/+1
* - 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