| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Anatol Belski | 2018-08-02 | 1 | -3/+1 |
| |\ | |||||
| | * | Fix callbacks | Anatol Belski | 2018-08-02 | 1 | -3/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| * | | Convert iterator by reference errors to exceptions | Nikita Popov | 2018-02-19 | 1 | -1/+2 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | Move zend_object_iterator_funcs structures into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -18/+18 |
| * | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -46/+46 |
| * | | fix datatype mismatches | Anatol Belski | 2014-10-28 | 1 | -5/+5 |
| * | | Update get_class_name semantics | Nikita Popov | 2014-10-09 | 1 | -1/+1 |
| * | | Remove get_class_entry handlers in COM | Nikita Popov | 2014-10-09 | 1 | -6/+0 |
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| * | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
| * | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -11/+11 |
| * | | ported ext/com_dotnet | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
| * | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -14/+14 |
| * | | Fixed mode | Dmitry Stogov | 2014-08-11 | 1 | -0/+0 |
| * | | Implemented ext/com_dotnet support for phpng | Dmitry Stogov | 2014-08-11 | 1 | -108/+97 |
| |/ | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | Add support for non-scalar Iterator keys in foreach | Nikita Popov | 2013-03-12 | 1 | -5/+4 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | Fixed bug #60167 (Crash / memory corruption in ext/com_dotnet) (Timm Friebe). | Dmitry Stogov | 2011-11-25 | 1 | -3/+3 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | Changed the structure of op_array.opcodes. The constant values are moved from... | Dmitry Stogov | 2010-04-20 | 1 | -5/+5 |
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| * | MFH: Fix compiler warnings | Kalle Sommer Nielsen | 2009-05-19 | 1 | -9/+7 |
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| * | MFH: nuketh C++ comments | Jani Taskinen | 2008-08-03 | 1 | -2/+2 |
| * | 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 | -3/+3 |
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| * | fix bug #33734 and related (Something strange with COM Object) | Rob Richards | 2006-12-24 | 1 | -2/+2 |
| * | - Update after api changes | Rob Richards | 2006-05-10 | 1 | -2/+6 |
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| * | Fixed bug #35316 (Application exception trying to create COM object) | Rob Richards | 2005-11-27 | 1 | -1/+1 |
| * | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| * | emalloc -> safe_emalloc. | Ilia Alshanetsky | 2004-11-21 | 1 | -2/+2 |
| * | Last dangerous alloca() bits. | Ilia Alshanetsky | 2004-07-08 | 1 | -4/+4 |
| * | Update for count_elements handler for overloaded objects. | Wez Furlong | 2004-05-04 | 1 | -1/+19 |
| * | Enable writing to SafeArray dimensions. | Wez Furlong | 2004-05-03 | 1 | -8/+46 |
| * | Fix problem when assigning to a variable that holds an instance of | Wez Furlong | 2004-05-03 | 1 | -3/+5 |
