Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename module entry | Harald Radi | 2001-10-17 | 1 | -2/+2 |
| | |||||
* | merged from EXPERIMENTAL | Harald Radi | 2001-08-13 | 1 | -14/+22 |
| | | | | | lots of cleanup work | ||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -15/+15 |
| | | | | the way | ||||
* | cleanup | Harald Radi | 2001-06-24 | 1 | -3/+14 |
| | | | | | added some macros | ||||
* | removed itypeinfo calls because they didn't work on every machine | Harald Radi | 2001-05-02 | 1 | -0/+4 |
| | | | | | #i'm investigating this ... | ||||
* | @Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls | Harald Radi | 2001-03-20 | 1 | -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_WIN32 | Harald Radi | 2001-01-29 | 1 | -12/+14 |
| | |||||
* | fixed unicodeconversion and parameter passing bugs in com and dotnet modules | Harald Radi | 2001-01-28 | 1 | -0/+9 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -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 Gutmans | 1999-10-20 | 1 | -0/+24 |
- Rename php3_COM.h -> php_COM.h |