Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve HashTable iterators handling: | Dmitry Stogov | 2018-03-22 | 2 | -26/+44 |
* | Remove duplicated tests | Gabriel Caruso | 2018-02-22 | 1 | -37/+0 |
* | remove support for string|unicode in tests | Gabriel Caruso | 2018-02-22 | 6 | -46/+46 |
* | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 118 | -118/+118 |
* | Remove empty sections in tests | Gabriel Caruso | 2018-02-14 | 1 | -2/+1 |
* | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 10 | -97/+97 |
* | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 6 | -27/+27 |
* | Remove some references to E_STRICT in tests | Nikita Popov | 2018-02-03 | 6 | -10/+0 |
* | Remove superfluous SKIPIF sections in tests | Gabriel Caruso | 2018-02-03 | 6 | -16/+1 |
* | Fix #75765 Exception on extend of undefined class | timurib | 2018-01-12 | 2 | -1/+26 |
* | Fixed incorrect recursion detection | Dmitry Stogov | 2017-10-06 | 1 | -0/+10 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Andrea Faulds | 2017-09-21 | 1 | -0/+18 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2017-09-21 | 1 | -0/+18 |
| |\ | |||||
| | * | Fix bug #75236 | Andrea Faulds | 2017-09-21 | 1 | -0/+18 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-08-19 | 3 | -0/+40 |
| |\ \ | | |/ | |||||
| | * | Fix issues with phpt and EXTENSION on windows (BUG 75042) | John Boehr | 2017-08-19 | 3 | -0/+40 |
* | | | Fix skipifs | Anatol Belski | 2017-08-18 | 2 | -10/+4 |
* | | | Fix issues with phpt and EXTENSION on windows (BUG 75042) | John Boehr | 2017-08-18 | 3 | -0/+46 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Andrea Faulds | 2017-08-12 | 1 | -0/+16 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2017-08-12 | 1 | -0/+16 |
| |\ \ | | |/ | |||||
| | * | Fix bug #74725 (html_errors=1 breaks unhandled exceptions) | Andrea Faulds | 2017-08-12 | 1 | -0/+16 |
* | | | Req #74963 (Improved error message on fetching property of non-object) | Xinchen Hui | 2017-07-31 | 1 | -9/+9 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2017-07-22 | 1 | -0/+29 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-07-22 | 1 | -0/+29 |
| |\ \ | | |/ | |||||
| | * | Fix compile-time optimization of NAN comparisons | Sara Golemon | 2017-07-22 | 1 | -0/+29 |
* | | | Bug #74815 crash with a combination of INI entries at startup | Anatol Belski | 2017-06-27 | 1 | -0/+15 |
* | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 4 | -4/+4 |
* | | | Implement object type annotation | MichaĆ Brzuchalski | 2017-06-25 | 4 | -94/+94 |
* | | | Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation | Rowan Collins | 2017-03-23 | 2 | -2/+2 |
* | | | Change PHP_OS_FAMILY slightly | Kalle Sommer Nielsen | 2017-02-22 | 23 | -25/+25 |
* | | | Implement Parameter Type Widening RFC | Niklas Keller | 2017-02-04 | 1 | -14/+0 |
* | | | Deprecate each() | Nikita Popov | 2017-02-03 | 3 | -6/+9 |
* | | | Deprecate assert() with string argument | Nikita Popov | 2017-02-03 | 1 | -1/+2 |
* | | | Deprecate track_errors / $php_errormsg | Nikita Popov | 2017-02-03 | 3 | -0/+9 |
* | | | Deprecate __autoload() | Nikita Popov | 2017-02-03 | 21 | -208/+188 |
* | | | Deprecate create_function() | Nikita Popov | 2017-02-03 | 3 | -3/+7 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-02-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-02-03 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | increase wait time in timeout_variation_9.phpt by 1 second | Rodrigo Prado | 2017-02-03 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-02-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-02-03 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | increase wait time in timeout_variation_10.phpt by 1 second | Rodrigo Prado | 2017-02-03 | 1 | -1/+1 |
* | | | Remove zend_version() checks from tests | Nikita Popov | 2017-01-30 | 118 | -230/+0 |
* | | | add PHP_OS_FAMILY constant to determine on which os we are | Stricted | 2017-01-25 | 24 | -24/+24 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-22 | 2 | -0/+32 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-22 | 2 | -0/+32 |
| |\ \ | | |/ | |||||
| | * | Fixed #73969 - Fixed segmentation fault when debug_print_backtrace called | andrewnester | 2017-01-22 | 2 | -0/+32 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-04 | 1 | -0/+23 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-04 | 1 | -0/+23 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'pull-request/1312' into PHP-7.0 | Joe Watkins | 2017-01-04 | 1 | -0/+23 |
| | |\ |