summaryrefslogtreecommitdiff
path: root/ext/rpc
Commit message (Collapse)AuthorAgeFilesLines
* renamedHarald Radi2001-05-131-1/+1
|
* modified because of the changes in com.cHarald Radi2001-05-133-609/+631
|
* @added com_release($obj) and com_addref($obj) functionsHarald Radi2001-05-131-225/+432
| | | | | | | | | | @and the related class members $obj->Release() and $obj->AddRef() @to gain more control over the used COM components. (phanto) also changed the return values of the internal functions from VARIANT to pval, so there's no need to convert the returned value after each function call and the real hashtable entry is returned and not only a copy of it. #now everything is prepared to implement the array support
* @added an additional parameter to dotnet_load to specify the codepage (phanto)Harald Radi2001-05-131-9/+21
|
* Nuke more quotesSascha Schumann2001-05-121-16/+16
|
* Fix naming issueSterling Hughes2001-05-101-7/+7
| | | | | | # UNTESTED, but it should do the trick # everyone on a winblows box please try out the change
* E_ERROR instead of E_WARNING on nullpointer exceptionsHarald Radi2001-05-091-7/+13
|
* fixed leaky codeHarald Radi2001-05-031-9/+12
| | | | | #cleaned up dirty hack from yesterday
* adapted because of the changes in the com moduleHarald Radi2001-05-021-9/+12
|
* removed itypeinfo calls because they didn't work on every machineHarald Radi2001-05-024-18/+49
| | | | | #i'm investigating this ...
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
|
* make dotnet module build again & fix dsp ouput dirDaniel Beulshausen2001-04-302-6/+6
|
* 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..
* @Using ITypeInfo instead of IDispatch if possible. This makes DCOM callsHarald Radi2001-03-204-147/+277
| | | | | | | | | | @and even COM calls much faster. @All ini settings are now prefixed by 'com.'. @Now you need not provide a path to the file containing the typelib, you can @also provide the GUID of the TypeLib - entry or an IID for preloading @type - information. (phanto) memory leak was reportet, i'm not sure that it is fixed by now, but it should be.
* - 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
| | | | | VT_* and CP_*
* 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
| | | | | | | | @ the COM and DOTNET module. Therefore it is now possible to pass @ values by reference, convert php values to extended variant types (currency, @ date, idispatch, iunknown, ...) and define the codepage that should @ be used for unicode - conversion.
* added myself to CREDITSHarald Radi2001-02-181-1/+1
|
* multiple codepage supportHarald Radi2001-02-175-191/+166
| | | | | export global constants
* 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
| | | | | into EXTENSIONS file.
* 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
| | | | | The new code should allow for better international support.
* Heads up people!Zeev Suraski2000-12-222-3/+19
| | | | | | 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-204-0/+8
|
* 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-252-2/+2
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-202-4/+7
| | | | | | | | | | | | | * 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)
* 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 ↵Daniel Beulshausen2000-08-241-1/+1
| | | | the libpath