summaryrefslogtreecommitdiff
path: root/ext/rpc/com/variant.c
Commit message (Expand)AuthorAgeFilesLines
* moved to pecl by sascha. remove them from head.Sterling Hughes2003-06-251-324/+0
* updating license information in the headers.James Cox2003-06-101-3/+3
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-261-4/+4
* Win32 build improvementsZeev Suraski2003-02-171-0/+2
* Fixed warnings.Ilia Alshanetsky2003-02-131-2/+2
* Added missing header needed for rpc_error().Ilia Alshanetsky2003-02-131-0/+2
* a bunch of fixesHarald Radi2003-02-101-4/+4
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-2/+2
* fix buildHarald Radi2003-01-111-2/+0
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* ext/rpc/com should work now, but there's still lots of work left.Harald Radi2002-07-181-226/+206
* @ Added missing AddRef() calls in the COM extension. This shouldHarald Radi2002-05-301-0/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* fixed wrong constant definitionHarald Radi2001-10-181-1/+1
* fix declarationSascha Schumann2001-10-051-1/+1
* Fixing Win32 build...Frank M. Kromann2001-09-261-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-3/+3
* removed VARIANT module and put the VARIANT class intoHarald Radi2001-09-241-69/+47
* Fixes for non-TS compilationShane Caraveo2001-08-191-4/+4
* - Avoid using malloc()Zeev Suraski2001-08-141-1/+1
* more whitespaceZeev Suraski2001-08-141-46/+46
* Whitespace & API updatesZeev Suraski2001-08-141-145/+66
* merged from EXPERIMENTALHarald Radi2001-08-131-32/+36
* More TSRM stuffZeev Suraski2001-08-031-10/+5
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+2
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-0/+2
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-2/+4
* - More Object macro work. I couldn't test this one so let me know if itAndi Gutmans2001-07-281-6/+6
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-5/+5
* Nuke zval_resetZeev Suraski2001-07-111-5/+5
* var_reset -> ZVAL_RESETZeev Suraski2001-07-111-5/+5
* cleanupHarald Radi2001-06-241-91/+98
* renamedHarald Radi2001-05-131-1/+1
* modified because of the changes in com.cHarald Radi2001-05-131-23/+29
* @Using ITypeInfo instead of IDispatch if possible. This makes DCOM callsHarald Radi2001-03-201-30/+30
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* export global constants for codepage and variant typeHarald Radi2001-02-181-8/+9
* multiple codepage supportHarald Radi2001-02-171-82/+88
* Fix Windows buildZeev Suraski2001-02-051-0/+4
* correct phpinfo() outputHarald Radi2001-02-021-1/+3
* pass another com object as parameterHarald Radi2001-01-301-40/+40
* use *_EXTERN_C() and PHP_WIN32Harald Radi2001-01-291-1/+1
* fixed unicodeconversion and parameter passing bugs in com and dotnet modulesHarald Radi2001-01-281-0/+413