Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -2/+3 | |
| | ||||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -2/+4 | |
| | | | | the way | |||||
* | - More Object macro work. I couldn't test this one so let me know if it | Andi Gutmans | 2001-07-28 | 1 | -7/+7 | |
| | | | | | breaks the Windows build. | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -1/+1 | |
| | ||||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -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... | |||||
* | Improved interactive mode - it is now available in all builds, without any ↵ | Zeev Suraski | 2001-07-15 | 1 | -11/+2 | |
| | | | | significant slowdown | |||||
* | ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) | Thies C. Arntzen | 2001-07-11 | 1 | -1/+1 | |
| | ||||||
* | Nuke zval_reset | Zeev Suraski | 2001-07-11 | 1 | -1/+1 | |
| | ||||||
* | var_reset -> ZVAL_RESET | Zeev Suraski | 2001-07-11 | 1 | -1/+1 | |
| | ||||||
* | changed CLSIDfromProgId to CLSIDfromString | Harald Radi | 2001-06-28 | 1 | -1/+1 | |
| | ||||||
* | added verbose ini entry | Harald Radi | 2001-06-24 | 1 | -1/+2 | |
| | ||||||
* | fixed bug that resource was freed twice | Harald Radi | 2001-06-24 | 1 | -88/+79 | |
| | ||||||
* | - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable)) | Andi Gutmans | 2001-06-19 | 1 | -2/+2 | |
| | ||||||
* | fixed malloc() / emalloc() bug | Harald Radi | 2001-06-15 | 1 | -5/+21 | |
| | ||||||
* | added experimental enum support | Harald Radi | 2001-06-11 | 1 | -227/+427 | |
| | | | | | changed everthing to use the Z_* makros | |||||
* | bugfix: collections didn't work correctly | Harald Radi | 2001-06-05 | 1 | -35/+24 | |
| | ||||||
* | typelib is loaded automatically (depends on ini setting) | Harald Radi | 2001-06-05 | 1 | -63/+166 | |
| | | | | | | | | | | added com_load_typelib() # i must get rid of duplicate defines() @ fixed a bug when com.allow_dcom is set to false @ added a further parameter to the constructor to load typelibs @ from file when instantiating components (e.g. DCOM Components @ without local registration). (phanto) | |||||
* | @ added the possibility to specify typelibs by full name | Harald Radi | 2001-06-03 | 1 | -33/+207 | |
| | | | | | @ in the typelib file (Alan Brown) | |||||
* | removed unneeded function | Harald Radi | 2001-06-03 | 1 | -18/+2 | |
| | ||||||
* | fixed typelib support | Harald Radi | 2001-06-03 | 1 | -28/+65 | |
| | ||||||
* | removed hardcoded typelib version. | Harald Radi | 2001-06-01 | 1 | -5/+14 | |
| | | | | | | forgot to call release on typinfo and dispatch when obtaining typelib from classname. | |||||
* | Fix credits | Sterling Hughes | 2001-05-23 | 1 | -1/+1 | |
| | ||||||
* | @added com_release($obj) and com_addref($obj) functions | Harald Radi | 2001-05-13 | 1 | -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 | |||||
* | Fix naming issue | Sterling Hughes | 2001-05-10 | 1 | -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 exceptions | Harald Radi | 2001-05-09 | 1 | -7/+13 | |
| | ||||||
* | fixed leaky code | Harald Radi | 2001-05-03 | 1 | -9/+12 | |
| | | | | | #cleaned up dirty hack from yesterday | |||||
* | removed itypeinfo calls because they didn't work on every machine | Harald Radi | 2001-05-02 | 1 | -9/+13 | |
| | | | | | #i'm investigating this ... | |||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -1/+1 | |
| | ||||||
* | @Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls | Harald Radi | 2001-03-20 | 1 | -110/+222 | |
| | | | | | | | | | | @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 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Fix Win32 build | Zeev Suraski | 2001-02-20 | 1 | -27/+24 | |
| | ||||||
* | @- Added new object VARIANT() to encapsulate values for use with | Harald Radi | 2001-02-18 | 1 | -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. | |||||
* | multiple codepage support | Harald Radi | 2001-02-17 | 1 | -18/+38 | |
| | | | | | export global constants | |||||
* | use *_EXTERN_C() and PHP_WIN32 | Harald Radi | 2001-01-29 | 1 | -18/+25 | |
| | ||||||
* | fixed unicodeconversion and parameter passing bugs in com and dotnet modules | Harald Radi | 2001-01-28 | 1 | -0/+875 | |