summaryrefslogtreecommitdiff
path: root/ext/rpc/java
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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 ↵Zeev Suraski2001-07-301-2/+3
| | | | the way
* 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
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* 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
|
* 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..
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* Support AIX/HP shared lib extensions and j2sdk1.3.0 (hotspot)Alex Akilov2001-01-181-3/+12
|
* Heads up people!Zeev Suraski2000-12-221-2/+1
| | | | | | Updated the get_current_key() API - the relevant authors, please take a look at the updated code and make sure it's ok...
* wb fix.foobar2000-12-191-14/+14
|
* Fix pr: #7982foobar2000-12-191-0/+1
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* SUN CC does not like like left side casting - see bug #6759Jason Greene2000-11-161-1/+1
| | | | | @Fixed ext/java so that it will compile with SUN CC
* Allow strings to be passed to methods expecting primitive types.Sam Ruby2000-10-271-2/+16
|
* 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
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-3/+3
|
* added tsrm dir to include pathDaniel Beulshausen2000-09-281-2/+2
|
* Indicate the Sun's JDK 1.2.2 now works...and complete a sentence.Sam Ruby2000-09-151-6/+13
|
* deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵Daniel Beulshausen2000-08-241-1/+1
| | | | the libpath
* TypoSascha Schumann2000-08-241-1/+1
|
* Better error reporting when dll/shared library is not able to be loaded.Sam Ruby2000-08-172-1/+13
| | | | | Submitted by: Bård Farstad <bf@ez.no>
* 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
|
* Fix bug 5619 - explain how to add to the classpath on Win32 machines.Sam Ruby2000-07-271-0/+5
| | | | | Reported by: "Carl S. in 't Veld" <cveld@bigfoot.com>
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-242-5/+9
|
* Complete the work mapping arrays and hashtablesSam Ruby2000-07-223-3/+68
|
* 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-222-0/+23
|
* Verify that a classname is actually passed on a new Java() call.Sam Ruby2000-07-221-1/+7
|
* Respect the object type the user specified (i.e., never automaticallySam Ruby2000-07-221-1/+1
| | | | | convert the result of "new Java()" to a primitive type)
* 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-212-49/+104
|
* Fix for problem noted by Jay Greenspan on TurboLinux machinesSam Ruby2000-07-111-1/+1
|
* Reentrancy fixesSam Ruby2000-07-093-57/+121
|
* Add experimental APIs to get and clear the last exceptionSam Ruby2000-07-084-1/+75
|
* Fix typo. Thanks to Adam Trachtenberg for noticing it!Sam Ruby2000-07-031-1/+1
|
* Add suggestions for dealing with difficult installations, based on feedbackSam Ruby2000-07-031-0/+57
| | | | | from multiple people. The .bashrc suggestion was from Rael Dornfest.