summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Drop HAVE_PACKED_OBJECT_VALUENikita Popov2015-10-062-59/+1
* Make necessary separation (it might be possible to fix this in a better way, ...Dmitry Stogov2015-09-252-1/+43
* Cleanup: avoid useless array duplicationDmitry Stogov2015-09-251-3/+1
* CleanupDmitry Stogov2015-09-252-9/+2
* Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-16/+10
* Fixed bug #70573 (Cloning SplPriorityQueue leads to memory leaks)Dmitry Stogov2015-09-242-6/+15
* Cleanup: don't keep useless dangling pointerDmitry Stogov2015-09-222-11/+7
* Cleanup: removed old commented codeDmitry Stogov2015-09-221-5/+0
* Cleanup: removed deprecated commented codeDmitry Stogov2015-09-221-8/+0
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-024-0/+155
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-015-0/+157
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-015-0/+157
| | |\
| | | * add testStanislav Malyshev2015-09-011-0/+50
| | | * Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoubly...Stanislav Malyshev2015-09-013-1/+56
| | | * Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObject...Stanislav Malyshev2015-09-012-0/+52
| * | | fix dir separatorAnatol Belski2015-08-211-2/+2
| * | | fix dir separator in testAnatol Belski2015-08-211-1/+1
* | | | Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)Dmitry Stogov2015-08-261-0/+1
* | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-192-2/+14
|\ \ \ \ | |/ / /
| * | | Fix #70303: Incorrect constructor reflection for ArrayObjectChristoph M. Becker2015-08-192-2/+14
| * | | Fixed bug #70290 (Null pointer deref (segfault) in spl_autoload via ob_start)Xinchen Hui2015-08-192-1/+10
* | | | fix mergeStanislav Malyshev2015-08-043-40/+27
* | | | fix mergeStanislav Malyshev2015-08-041-5/+2
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-046-0/+112
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-047-44/+158
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-047-46/+160
| | |\ \ | | | |/
| | | * Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoubl...Stanislav Malyshev2015-08-012-12/+43
| | | * Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArra...Stanislav Malyshev2015-08-012-0/+32
| | | * ignore signatures for packages tooStanislav Malyshev2015-08-011-3/+20
| | | * Fix bug #70168 - Use After Free Vulnerability in unserialize() with SplObject...Stanislav Malyshev2015-08-012-33/+54
| | | * Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items)Stanislav Malyshev2015-07-262-43/+56
* | | | first stone on using the unified globals accessorAnatol Belski2015-07-291-7/+2
* | | | Revert SplFileInfo BC break while keeping fix for assertion removalAnthony Ferrara2015-07-132-4/+2
* | | | Fix issue with SplFileInfo::getExtension() on files with only a leading '.' c...Anthony Ferrara2015-07-132-2/+16
* | | | Fixed #70053 MutlitpleIterator array-keys incompatible change in PHP 7Tjerk Meesters2015-07-132-1/+22
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-07-072-3/+50
|\ \ \ \ | |/ / /
| * | | Fixed bug #69970 (Use-after-free vulnerability in spl_recursive_it_move_forwa...Xinchen Hui2015-07-072-3/+50
* | | | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-1/+1
* | | | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-1/+1
* | | | Cleanup (avoid reallocation).Dmitry Stogov2015-07-011-5/+1
* | | | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal...Dmitry Stogov2015-07-017-46/+105
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-307-77/+77
* | | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* | | | Fix more proto commentsRasmus Lerdorf2015-06-236-23/+23
* | | | Fix memory leak (double copy) in SplPriorityQueueBob Weinand2015-06-191-4/+0
* | | | Merge branch 'pull-request/1284'Anatol Belski2015-06-1725-37/+37
|\ \ \ \
| * \ \ \ Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-148-25/+69
| |\ \ \ \
| * | | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-177-7/+7
| * | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-1724-25/+33
| |\ \ \ \ \
| * | | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-1622-34/+34