| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-05-24 | 1 | -0/+15 |
| |\ | |||||
| | * | Fixed bug #74478 | jhdxr | 2017-05-24 | 1 | -0/+15 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-05-01 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix typo in SplFixedArray has_dimension implementation | Nikita Popov | 2017-05-01 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Fix SplFixedArray::offsetGet() invocation for NULL offset | Nikita Popov | 2016-10-15 | 1 | -1/+1 |
| * | | Remove extra pointer in SplFixedArray | Levi Morrison | 2016-08-11 | 1 | -85/+57 |
| * | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -1/+2 |
| |/ | |||||
| * | variable used out of scope | Joe Watkins | 2016-04-28 | 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 |
| * | | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal... | Dmitry Stogov | 2015-07-01 | 1 | -4/+8 |
| * | | Remove unnecessary retval members in SPL | Nikita Popov | 2015-04-15 | 1 | -15/+9 |
| * | | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 1 | -8/+1 |
| * | | Fixed indentation. Fixed comment style. Fixed commented out code. | Danack | 2015-03-16 | 1 | -4/+4 |
| * | | Fixed SplFixedArray and tests. | Danack | 2015-03-01 | 1 | -0/+7 |
| * | | Move zend_object->guards into additional slot of zend_object->properties_tabl... | Dmitry Stogov | 2015-02-04 | 1 | -1/+1 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -21/+21 |
| * | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -86/+86 |
| * | | fix datatype mismatches | Anatol Belski | 2014-10-29 | 1 | -3/+3 |
| * | | 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 | -36/+36 |
| * | | fixed splfixedarray | Anatol Belski | 2014-08-18 | 1 | -1/+1 |
| * | | mostly fixes to spl, but also some other | Anatol Belski | 2014-08-17 | 1 | -19/+19 |
| * | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -22/+22 |
| * | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -6/+6 |
| * | | Use new iterator macros | Xinchen Hui | 2014-05-19 | 1 | -24/+11 |
| * | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-13 | 1 | -1/+1 |
| |\ \ | |||||
| | * \ | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-05-11 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-05-11 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-05-11 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | Fix bug #67247 spl_fixedarray_resize integer overflow | Stanislav Malyshev | 2014-05-11 | 1 | -1/+1 |
| | | | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | | * | Add a __wakeup() method to SplFixedArray, thereby fixing serialising an | Adam Harvey | 2013-06-28 | 1 | -0/+33 |
| | | | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | | | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -8/+8 |
| * | | | | | Fixed destruction of objects and iterators on unclean request shutdown and GC... | Dmitry Stogov | 2014-04-09 | 1 | -5/+1 |
| * | | | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ... | Dmitry Stogov | 2014-04-03 | 1 | -1/+0 |
| * | | | | | Refactored GC (incomplete) | Dmitry Stogov | 2014-03-19 | 1 | -0/+1 |
| * | | | | | IS_UNDEF should never goes to user script land | Xinchen Hui | 2014-03-15 | 1 | -1/+1 |
| * | | | | | Fixed fixed_array returning initializing | Xinchen Hui | 2014-03-15 | 1 | -1/+1 |
| * | | | | | Fixed fixedarray iterator fetching | Xinchen Hui | 2014-03-15 | 1 | -6/+6 |
| * | | | | | Fixed fixed_array fetching | Xinchen Hui | 2014-03-15 | 1 | -2/+2 |
| * | | | | | Fixing SplFixedArray (this probably will be revert, just show what the proble... | Xinchen Hui | 2014-03-08 | 1 | -29/+36 |
| * | | | | | Fixed refcount handling | Xinchen Hui | 2014-02-28 | 1 | -6/+9 |
| * | | | | | Fixed Z_ADDREF | Xinchen Hui | 2014-02-28 | 1 | -1/+0 |
