summaryrefslogtreecommitdiff
path: root/ext/standard/tests
Commit message (Expand)AuthorAgeFilesLines
* Promote warnings to exceptions in settype() functionMáté Kocsis2019-12-054-282/+132
* Promote warning to exception in log() functionMáté Kocsis2019-12-051-3/+7
* Merge branch 'PHP-7.4'Christoph M. Becker2019-12-021-0/+8
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-021-0/+8
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-12-021-0/+8
| | |\
| | | * Fix #78814: strip_tags allows / in tag name => whitelist bypassChristoph M. Becker2019-12-021-0/+8
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-021-0/+16
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-021-0/+16
| |\ \ \ | | |/ /
| | * | Fix #78296: is_file fails to detect fileChristoph M. Becker2019-12-021-0/+16
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-021-0/+9
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-021-0/+9
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-12-021-0/+9
| | |\ \ | | | |/
| | | * Fix #78833: Integer overflow in pack causes out-of-bound accessChristoph M. Becker2019-12-021-0/+9
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-11-275-0/+10
|\ \ \ \ | |/ / /
| * | | Prevent parallel test conflictsChristoph M. Becker2019-11-275-0/+10
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-11-271-0/+10
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-11-271-0/+10
| |\ \ \ | | |/ /
| | * | Fix #78840: imploding $GLOBALS crashesChristoph M. Becker2019-11-271-0/+10
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-11-252-0/+26
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-11-252-0/+26
| |\ \ \ | | |/ /
| | * | Fix #77638: var_export'ing certain class instances segfaultsChristoph M. Becker2019-11-251-0/+13
* | | | Promote warning to value error in strpbrk()George Peter Banyard2019-11-221-10/+8
* | | | Merge branch 'PHP-7.4'Fabien Villepinte2019-11-1318-53/+34
|\ \ \ \ | |/ / /
| * | | Add more CONFLICTS tagsFabien Villepinte2019-11-1318-52/+32
* | | | Merge branch 'PHP-7.4'Fabien Villepinte2019-11-094-35/+9
|\ \ \ \ | |/ / /
| * | | Fix conflicts in windows ACL testsFabien Villepinte2019-11-094-35/+9
* | | | Clean DONE tags from testsFabien Villepinte2019-11-07793-1580/+3
* | | | Promote register_tick_function() callback validation warning to an exceptionMáté Kocsis2019-11-071-0/+14
* | | | Remove PHP_SLEEP_NON_VOID as it is not useful anymoreMáté Kocsis2019-11-071-1/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-11-071-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-11-071-3/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-11-071-3/+3
| | |\ \ | | | |/
| | | * Remove outdated comments in testNikita Popov2019-11-071-3/+3
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-11-071-0/+15
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-11-071-0/+15
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-11-071-0/+15
| | |\ \ | | | |/
| | | * Fixed bug #78759Nikita Popov2019-11-071-0/+15
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-11-065-44/+0
|\ \ \ \ | |/ / /
| * | | Remove bogus skipifs in get_browser testsNikita Popov2019-11-065-44/+0
* | | | Fix consistency issues with array accesses warnings/exceptionsMáté Kocsis2019-11-063-53/+30
* | | | Remove support for array_key_exists() with objectsNikita Popov2019-11-043-216/+7
* | | | Promote some warnings to exceptions in standard libMáté Kocsis2019-11-017-60/+56
* | | | Merge branch 'PHP-7.4'Fabien Villepinte2019-11-012-0/+4
|\ \ \ \ | |/ / /
| * | | Fix conflicts between tests with obscure filenamesFabien Villepinte2019-11-012-0/+2
* | | | Merge branch 'PHP-7.4'Fabien Villepinte2019-11-012-0/+4
|\ \ \ \ | |/ / /
| * | | Fix conflicts between tests with obscure filenamesFabien Villepinte2019-11-012-0/+4
* | | | Don't use chunking for stream writesNikita Popov2019-10-303-13/+7
* | | | Warn on strtr(["" => "x"])Nikita Popov2019-10-301-0/+15
* | | | Promote mt_rand() min/max warning to ValueErrorNikita Popov2019-10-301-4/+6
* | | | Don't accept objects for options in password_hash()Nikita Popov2019-10-291-4/+6