summaryrefslogtreecommitdiff
path: root/ext/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* @Using ITypeInfo instead of IDispatch if possible. This makes DCOM callsHarald Radi2001-03-204-147/+277
* - Fix copyright notices with 2001Andi Gutmans2001-02-265-5/+5
* Fix Win32 buildZeev Suraski2001-02-201-27/+24
* export global constants for codepage and variant typeHarald Radi2001-02-181-8/+9
* added a few more variant types for zval <-> variant conversionHarald Radi2001-02-181-2/+57
* @- Added new object VARIANT() to encapsulate values for use withHarald Radi2001-02-181-6/+6
* added myself to CREDITSHarald Radi2001-02-181-1/+1
* multiple codepage supportHarald Radi2001-02-175-191/+166
* Fix Windows buildZeev Suraski2001-02-051-0/+4
* fixes the problem that php.exe compiled on win2k platform won't run on any otherHarald Radi2001-02-051-589/+586
* correct phpinfo() outputHarald Radi2001-02-021-1/+1
* correct phpinfo() outputHarald Radi2001-02-022-9/+7
* added currency, date, IUnknown and NULL datatypesHarald Radi2001-01-311-63/+173
* pass another com object as parameterHarald Radi2001-01-302-61/+78
* use *_EXTERN_C() and PHP_WIN32Harald Radi2001-01-297-71/+75
* fixed unicodeconversion and parameter passing bugs in com and dotnet modulesHarald Radi2001-01-283-1156/+20
* fixed unicodeconversion and parameter passing bugs in com and dotnet modulesHarald Radi2001-01-285-0/+1823
* Added some missing EXPERIMENTAL files plus some missing extensionsfoobar2001-01-191-0/+5
* Support AIX/HP shared lib extensions and j2sdk1.3.0 (hotspot)Alex Akilov2001-01-181-3/+12
* Import COM patch from Harald Radi <h.radi@nme.at>Zeev Suraski2001-01-021-12/+57
* Heads up people!Zeev Suraski2000-12-222-3/+19
* wb fix.foobar2000-12-191-14/+14
* Fix pr: #7982foobar2000-12-191-0/+1
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-204-0/+8
* SUN CC does not like like left side casting - see bug #6759Jason Greene2000-11-161-1/+1
* 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-252-2/+2
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-202-4/+7
* Fix bug #6447Zeev Suraski2000-10-091-8/+13
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-3/+3
* added tsrm dir to include pathDaniel Beulshausen2000-09-281-2/+2
* fixed tsrm dir, little cleanupsDaniel Beulshausen2000-09-261-6/+6
* Indicate the Sun's JDK 1.2.2 now works...and complete a sentence.Sam Ruby2000-09-151-6/+13
* added sam's readme and played with the directory'sDaniel Beulshausen2000-08-261-9/+13
* Add ***EXPERIMENTAL*** Zend OO Extension support for Microsoft.NetSam Ruby2000-08-266-2/+483
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-1/+1
* 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
* 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
* 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
* Don't assume that Java byte arrays are null terminated.Sam Ruby2000-07-221-1/+2