Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix #55301 (com_dotnet part) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -0/+3 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 2 | -2/+2 |
| | |||||
* | - this function is only in trunk | Pierre Joye | 2011-01-20 | 1 | -1/+1 |
| | |||||
* | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+2 |
| | |||||
* | - unused var | Pierre Joye | 2011-01-20 | 1 | -1/+0 |
| | |||||
* | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+3 |
| | |||||
* | - kill local redeclaration | Pierre Joye | 2011-01-20 | 1 | -5/+5 |
| | |||||
* | - init err (and simplify) | Pierre Joye | 2011-01-20 | 1 | -2/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 14 | -14/+14 |
| | |||||
* | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -0/+7 |
| | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus | ||||
* | fix #49192 - crash in GC when get_properties handler returns null | Stanislav Malyshev | 2010-04-01 | 1 | -0/+13 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 14 | -14/+14 |
| | |||||
* | - Fixed crash in com_print_typeinfo when an invalid typelib is given | Pierre Joye | 2009-10-27 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to ↵ | Kalle Sommer Nielsen | 2009-07-01 | 1 | -0/+19 |
| | | | | crash) (Paul Richards, Kalle) | ||||
* | MFH: Fix compiler warnings | Kalle Sommer Nielsen | 2009-05-19 | 4 | -13/+11 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 14 | -14/+14 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -32/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+32 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -32/+0 |
| | |||||
* | MFH: nuketh C++ comments | Jani Taskinen | 2008-08-03 | 2 | -4/+4 |
| | |||||
* | - Added arginfo | Felipe Pena | 2008-07-14 | 1 | -32/+219 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 |
| | |||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 14 | -14/+14 |
| | |||||
* | Fixed bug #43136 (possible crash on script execution timeout. The ↵ | Dmitry Stogov | 2007-11-20 | 2 | -2/+2 |
| | | | | EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead) | ||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 3 | -8/+8 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 2 | -2/+2 |
| | |||||
* | Fixed 64-bit issues | Dmitry Stogov | 2007-04-09 | 1 | -1/+3 |
| | |||||
* | ZTS fix | Dmitry Stogov | 2007-04-09 | 1 | -1/+1 |
| | |||||
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | Fixed bug #35872 (Prevent object store references during RSHUTDOWN) | andy wharmby | 2007-03-05 | 3 | -10/+22 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -3/+3 |
| | |||||
* | Cosmetic fix - safe_emalloc(nmemb, size, offset) | Stanislav Malyshev | 2007-02-21 | 1 | -2/+2 |
| | |||||
* | CreateInstance requires BSTR (should fix #33188) | Stanislav Malyshev | 2007-02-21 | 1 | -1/+6 |
| | |||||
* | fix unallocated free | Stanislav Malyshev | 2007-02-20 | 1 | -1/+2 |
| | |||||
* | typo | Dmitry Stogov | 2007-02-19 | 1 | -1/+1 |
| | |||||
* | Fixed bug #37927 (Prevent trap when COM extension processes argument of ↵ | andy wharmby | 2007-02-02 | 1 | -1/+1 |
| | | | | type VT_DISPATCH|VT_REF) | ||||
* | Fixed bug #34564 (COM extension not returning modified "out" argument) | andy wharmby | 2007-02-02 | 4 | -0/+150 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 14 | -14/+14 |
| | |||||
* | fix bug #33734 and related (Something strange with COM Object) | Rob Richards | 2006-12-24 | 4 | -17/+17 |
| | | | | | - caused by fix in com_handlers.c rev 1.22.2.5 | ||||
* | - fix bug #33386 (ScriptControl only sees last function of class): com_wrapper.c | Rob Richards | 2006-12-24 | 5 | -10/+92 |
| | | | | | | | | - 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 | ||||
* | fix heap corruption when adding/caching typelib (also fixes bug 39606) | Rob Richards | 2006-12-09 | 2 | -3/+25 |
| | | | | | add test | ||||
* | COM initialization/deinitialization are done only if necessary | Dmitry Stogov | 2006-11-17 | 4 | -0/+10 |
| | |||||
* | Fixed bug #36644 (possible crash in variant_date_from_timestamp()). | Ilia Alshanetsky | 2006-11-13 | 1 | -0/+5 |
| | |||||
* | Fixed bug #38400 (Use of com.typelib_file may cause a crash). | Ilia Alshanetsky | 2006-10-18 | 1 | -2/+2 |
| | |||||
* | Fixed bug #38198 (possible crash when COM reports an exception). | Ilia Alshanetsky | 2006-10-10 | 1 | -1/+1 |
| | |||||
* | Fix for #38985 (Wez) | Edin Kadribasic | 2006-10-06 | 1 | -1/+1 |
| | |||||
* | Added missing validation checks around expand_filepath() | Ilia Alshanetsky | 2006-09-16 | 1 | -9/+10 |
| | |||||
* | Prevent opening of empty filename "" | Dmitry Stogov | 2006-09-08 | 1 | -1/+1 |
| | |||||
* | Fixed #37602 by olek at neurosoft dot pl | Edin Kadribasic | 2006-08-25 | 1 | -1/+1 |
| |