summaryrefslogtreecommitdiff
path: root/ext/com/php_COM.h
Commit message (Collapse)AuthorAgeFilesLines
* rename module entryHarald Radi2001-10-171-2/+2
|
* merged from EXPERIMENTALHarald Radi2001-08-131-14/+22
| | | | | lots of cleanup work
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-15/+15
| | | | the way
* cleanupHarald Radi2001-06-241-3/+14
| | | | | added some macros
* removed itypeinfo calls because they didn't work on every machineHarald Radi2001-05-021-0/+4
| | | | | #i'm investigating this ...
* @Using ITypeInfo instead of IDispatch if possible. This makes DCOM callsHarald Radi2001-03-201-7/+1
| | | | | | | | | | @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.
* use *_EXTERN_C() and PHP_WIN32Harald Radi2001-01-291-12/+14
|
* fixed unicodeconversion and parameter passing bugs in com and dotnet modulesHarald Radi2001-01-281-0/+9
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Make CVS compile on Win32.Andi Gutmans1999-10-201-0/+24
- Rename php3_COM.h -> php_COM.h