Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-05-25 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | * PHP-5.3: Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy Those changes are in 5.3.15 - BFN | ||||
| * | Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy | Johannes Schlüter | 2012-05-25 | 1 | -2/+2 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 1 | -1/+1 |
| | | |||||
* | | fix non-ts build | Stanislav Malyshev | 2010-04-16 | 1 | -1/+1 |
| | | |||||
* | | Remove a couple TSRMLS_FETCH() calls around ext/main/sapi | Kalle Sommer Nielsen | 2010-04-13 | 1 | -13/+5 |
|/ | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 |
| | |||||
* | Fixed bug #35872 (Prevent object store references during RSHUTDOWN) | andy wharmby | 2007-03-05 | 1 | -10/+19 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -3/+3 |
| | |||||
* | Fixed bug #34564 (COM extension not returning modified "out" argument) | andy wharmby | 2007-02-02 | 1 | -0/+11 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | - fix bug #33386 (ScriptControl only sees last function of class): com_wrapper.c | Rob Richards | 2006-12-24 | 1 | -0/+2 |
| | | | | | | | | - fix bug #37588 (COM Property propputref converts to PHP function and can't be accesed): com_handlers.c - fix bug #39596 (Creating Variant of type VT_ARRAY): com_variant.c - add tests | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Allow COM to build under non-zts. | Wez Furlong | 2004-07-31 | 1 | -32/+11 |
| | | | | | Thanks Frank. | ||||
* | Fix my favourite call user func mistake | Wez Furlong | 2004-07-29 | 1 | -4/+8 |
| | |||||
* | Use the correct lengths when building the name -> dispid mapping | Wez Furlong | 2004-07-29 | 1 | -22/+32 |
| | |||||
* | protect caller from a potential bailout | Wez Furlong | 2004-07-27 | 1 | -5/+9 |
| | |||||
* | Fixup some constants and error handling. | Wez Furlong | 2004-05-03 | 1 | -8/+6 |
| | | | | | Remove unfinished and un-needed function. | ||||
* | s/emalloc/safe_emalloc/ where appropriate. | Ilia Alshanetsky | 2004-03-18 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -1/+1 |
| | |||||
* | Port other major parts of PHP 4 COM extension into PHP 5 com_dotnet | Wez Furlong | 2004-01-07 | 1 | -0/+640 |
extension. This enables: - iteration of SafeArray types via foreach() - proxying of multi-dimensional SafeArray types so that multi-dimension array accesses work (untested!) - Fix COM exceptions, and expose them as their own class of exception "com_exception" - auto typelib file import (com.typelib_file ini option) - event sinking - wrapper to map PHP objects to COM - fix mapping of variant values to PHP values # Could someone please add com_saproxy.c and com_wrapper.c to the .dsp # file? |