Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix signed integer overflow in SplObjectStorage unserialization | Nikita Popov | 2019-09-23 | 1 | -0/+3 |
* | Fix leak in SplObjectStorage unserialization | Nikita Popov | 2019-09-16 | 1 | -0/+2 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-10-12 | 1 | -6/+8 |
|\ | |||||
| * | Fix bug #73257 and bug #73258 - SplObjectStorage unserialize allows use of no... | Stanislav Malyshev | 2016-10-10 | 1 | -6/+8 |
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -4/+4 |
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-20 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-03-20 | 1 | -5/+5 |
| |\ | |||||
| | * | Fixed bug #67582 | Nikita Popov | 2016-03-20 | 1 | -5/+5 |
* | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-18 | 1 | -4/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix bug #71838 | Nikita Popov | 2016-03-18 | 1 | -4/+1 |
* | | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-02-01 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix bug #71313 - Use-after-free vulnerability in SPL(SplObjectStorage, unseri... | Stanislav Malyshev | 2016-01-17 | 1 | -0/+2 |
* | | | Use handle as hash in SplObjectStorage | Nikita Popov | 2016-01-30 | 1 | -38/+53 |
|/ / | |||||
* | | 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 |
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 1 | -0/+2 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-09-01 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObject... | Stanislav Malyshev | 2015-09-01 | 1 | -0/+2 |
* | | | | Drop HAVE_PACKED_OBJECT_VALUE | Nikita Popov | 2015-10-06 | 1 | -39/+1 |
* | | | | fix merge | Stanislav Malyshev | 2015-08-04 | 1 | -16/+12 |
* | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-08-04 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-08-04 | 1 | -30/+32 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-08-04 | 1 | -32/+34 |
| | |\ \ | | | |/ | |||||
| | | * | Fix bug #70168 - Use After Free Vulnerability in unserialize() with SplObject... | Stanislav Malyshev | 2015-08-01 | 1 | -33/+35 |
* | | | | Fixed #70053 MutlitpleIterator array-keys incompatible change in PHP 7 | Tjerk Meesters | 2015-07-13 | 1 | -1/+1 |
* | | | | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal... | Dmitry Stogov | 2015-07-01 | 1 | -1/+4 |
* | | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -2/+2 |
* | | | | Fix more proto comments | Rasmus Lerdorf | 2015-06-23 | 1 | -5/+5 |
* | | | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla... | Dmitry Stogov | 2015-06-12 | 1 | -3/+3 |
* | | | | Improve fast_is_[not_]identical() functions to teturn value instead of takein... | Dmitry Stogov | 2015-04-29 | 1 | -3/+1 |
* | | | | Use object apply count in var_dump / print_r | Nikita Popov | 2015-04-15 | 1 | -31/+21 |
* | | | | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 1 | -6/+1 |
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-03-14 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-03-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed typo | Xinchen Hui | 2015-03-14 | 1 | -1/+1 |
* | | | | Remove TSRMLS | Xinchen Hui | 2015-03-14 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-03-14 | 1 | -27/+19 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-03-14 | 1 | -29/+18 |
| |\ \ \ | | |/ / | |||||
| | * | | Little improvement, update NEWs, added test | Xinchen Hui | 2015-03-14 | 1 | -9/+5 |
| | * | | Fix a leak | Vektah | 2015-03-13 | 1 | -6/+2 |
| | * | | Fix bug #69227 and #65967 | Vektah | 2015-03-13 | 1 | -28/+25 |
* | | | | Changed HashTable layout: | Dmitry Stogov | 2015-03-13 | 1 | -1/+1 |
* | | | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-02-25 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-02-25 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed bug #69108 ("Segmentation fault" when (de)serializing SplObjectStorage) | Xinchen Hui | 2015-02-25 | 1 | -0/+1 |
| | * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |/ |