summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Improve support for microseconds with Date/TimemicrosecondsDerick Rethans2016-10-051-1/+3
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-223-4/+39
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-09-223-4/+39
| |\
| | * fix bug related to #865Márcio Almada2016-09-223-4/+39
| | * Fix testStanislav Malyshev2016-09-121-0/+5
| | * Fix bug #73029 - Missing type check when unserializing SplArrayStanislav Malyshev2016-09-122-4/+22
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-123-2/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0.11' into PHP-7.0Stanislav Malyshev2016-09-123-2/+24
| |\ \
| | * | Fix testStanislav Malyshev2016-09-121-0/+5
| | * | Fix bug #73029 - Missing type check when unserializing SplArrayStanislav Malyshev2016-09-122-2/+19
* | | | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-6/+0
|\ \ \ \ | |/ / /
| * | | Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-6/+0
| |/ /
* | | Fixed bug #72888 (Segfault on clone on splFileObject)Xinchen Hui2016-08-192-1/+19
* | | Show "or null" in TypeErrors for nullable arg_infosAndrea Faulds2016-08-111-1/+1
* | | Remove extra pointer in SplFixedArrayLevi Morrison2016-08-112-91/+62
* | | Merge branch 'PHP-7.0' into PHP-7.1Pierrick Charron2016-07-262-1/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Pierrick Charron2016-07-262-1/+22
| |\ \ | | |/
| | * Fixed bug #72684 (AppendIterator segfault with closed generator)Pierrick Charron2016-07-262-1/+22
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-222-7/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-222-7/+12
| |\ \ | | |/
| | * Fix #72646: SplFileObject::getCsvControl does not return the escape characterChristoph M. Becker2016-07-222-7/+12
| | * Fix 72122 - don't use EH_THROW for calls to getIteratorLoz Calver2016-07-122-0/+23
* | | Merge RNG fixes RFC. PR #1986Leigh2016-07-171-6/+1
|\ \ \
| * | | Alias rand to mt_randLeigh2016-07-051-5/+0
| * | | Split rand and mt_rand into separate filesLeigh2016-07-051-1/+1
* | | | Merge branch 'PHP-7.0'Christoph M. Becker2016-07-052-1/+338
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-052-1/+338
| |\ \ \ | | | |/ | | |/|
| | * | Fix bug #55701: GlobIterator throws LogicExceptionValentin VALCIU2016-07-052-1/+338
| | * | Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-212-102/+117
| | |\ \
| | | * | fix buildStanislav Malyshev2016-06-201-1/+1
| | | * | Fixed ##72433: Use After Free Vulnerability in PHP's GC algorithm and unseria...Stanislav Malyshev2016-06-201-0/+11
| | | * | Fix bug #72262 - do not overflow intStanislav Malyshev2016-06-151-107/+111
| | | * | Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-015-0/+157
| | | |\ \
* | | | \ \ Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-054-18/+12
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | E_RECOVERABLE_ERROR -> thrown ErrorAaron Piotrowski2016-06-142-2/+6
| * | | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-132-3/+3
| * | | | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-1066-451/+1483
| |\ \ \ \ \
| * | | | | | Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-053-9/+2
| * | | | | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-055-17/+18
* | | | | | | Fixed compilation warningsDmitry Stogov2016-06-281-2/+2
* | | | | | | Fixed compilation warningsDmitry Stogov2016-06-227-18/+27
* | | | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-216-18/+18
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'PHP-7.0'Dmitry Stogov2016-04-291-1/+1
|\ \ \ \ \ \
| * | | | | | size_t is unsigned and can't be negativeDmitry Stogov2016-04-291-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'PHP-7.0'Joe Watkins2016-04-281-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | variable used out of scopeJoe Watkins2016-04-281-1/+1
* | | | | | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-1/+1
* | | | | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-272-2/+0
* | | | | | Merge branch 'PHP-7.0'Xinchen Hui2016-04-192-5/+33
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as exp...Xinchen Hui2016-04-192-5/+33