Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' | Christoph M. Becker | 2016-12-07 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-12-07 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed typo in skipif error message | Markus Staab | 2016-12-07 | 1 | -1/+1 |
* | | | Remove more PHP 6 leftovers from tests | Nikita Popov | 2016-11-24 | 19 | -162/+162 |
* | | | Merge branch 'PHP-7.1' | Dmitry Stogov | 2016-11-22 | 1 | -0/+20 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2016-11-22 | 1 | -0/+20 |
| |\ \ | | |/ | |||||
| | * | Fixed memory leak (Bob) | Dmitry Stogov | 2016-11-22 | 1 | -0/+20 |
* | | | Fix CRLF line-endings in tests | Nikita Popov | 2016-11-20 | 75 | -6553/+6553 |
* | | | Introduce SKIP_IO_CAPTURE_TESTS group | Anatol Belski | 2016-11-06 | 18 | -0/+72 |
* | | | Add VT100 support for Windows | Michele Locati | 2016-10-28 | 21 | -0/+2011 |
|/ / | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-10-18 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | Fixed bug #73329 (Float)"Nano" == NAN | Anatol Belski | 2016-10-18 | 1 | -0/+18 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-26 | 2 | -0/+20 |
|\ \ | |/ | |||||
| * | Fixed bug #73172 parse error: Invalid numeric literal | Anatol Belski | 2016-09-26 | 2 | -0/+20 |
* | | Implement \ArgumentCountError exception | Davey Shafik | 2016-08-30 | 1 | -1/+1 |
* | | Fixed tests | Xinchen Hui | 2016-08-23 | 2 | -4/+0 |
* | | Decouple DEBUG_FILE_UPLOAD from ZEND_DEBUG | Nikita Popov | 2016-08-19 | 16 | -134/+1 |
* | | Show "or null" in TypeErrors for nullable arg_infos | Andrea Faulds | 2016-08-11 | 1 | -3/+3 |
* | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-07-14 | 1 | -4/+2 |
|\ \ | |/ | |||||
| * | Fix test output | Nikita Popov | 2016-07-14 | 1 | -4/+2 |
* | | Add decimal point in double serialization | Jakub Zelenka | 2016-06-26 | 1 | -1/+1 |
* | | Add better value to test | Yasuo Ohgaki | 2016-06-26 | 1 | -15/+22 |
* | | Remove unneeded output from test | Yasuo Ohgaki | 2016-06-26 | 1 | -14/+0 |
* | | Fix mode when precision=0. Add test | Yasuo Ohgaki | 2016-06-26 | 1 | -0/+171 |
* | | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ... | Dmitry Stogov | 2016-06-16 | 1 | -1/+1 |
* | | Implemented RFC: Fix inconsistent behavior of $this variable | Dmitry Stogov | 2016-06-16 | 2 | -13/+9 |
* | | Switch zend_print_zval_r to use smart_str | Nikita Popov | 2016-06-13 | 1 | -2/+2 |
* | | Fix bug #71897 | Andrea Faulds | 2016-05-04 | 1 | -0/+16 |
* | | Skip test on ZTS build | Dmitry Stogov | 2016-04-25 | 1 | -0/+1 |
* | | Fixed race conditions in test | Dmitry Stogov | 2016-04-25 | 1 | -0/+2 |
* | | Merge branch 'PHP-7.0' | Bob Weinand | 2016-04-16 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix non-/Zend tests too | Bob Weinand | 2016-04-16 | 1 | -1/+2 |
* | | Warn about invalid strings in arithmetic | Andrea Faulds | 2016-03-30 | 5 | -36/+64 |
* | | strpos()/stripos(): Add support for negative offsets | Francois Laupretre | 2016-03-09 | 1 | -2/+3 |
* | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-01-06 | 1 | -0/+21 |
|\ \ | |/ | |||||
| * | Fixed bug #71273 A wrong ext directory setup in php.ini leads to crash | Anatol Belski | 2016-01-05 | 1 | -0/+21 |
* | | Merge branch 'PHP-7.0' | Julien Pauli | 2015-12-24 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Remove mentions of "type hint" and "typehint" | Levi Morrison | 2015-12-24 | 1 | -2/+2 |
* | | Merge branch 'PHP-7.0' | Andrea Faulds | 2015-12-18 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix bug #66179 | Andrea Faulds | 2015-12-18 | 1 | -2/+2 |
* | | Merge branch 'PHP-7.0' | Xinchen Hui | 2015-12-11 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Fixed bug memleak in header_register_callback | Xinchen Hui | 2015-12-11 | 1 | -0/+8 |
* | | Implemented the RFC `Support Class Constant Visibility`. | Dmitry Stogov | 2015-12-08 | 15 | -0/+272 |
|/ | |||||
* | Fixed Bug #70967 (Weird error handling for __toString when Error is thrown) | Xinchen Hui | 2015-11-28 | 1 | -1/+1 |
* | Fixed test | Xinchen Hui | 2015-11-26 | 1 | -1/+1 |
* | Fixed bug #70970 (Segfault when combining error handler with output buffering) | Xinchen Hui | 2015-11-25 | 5 | -5/+33 |
* | Ensure timeout tests wait for the entire specified duration | Steven Hilder | 2015-09-29 | 1 | -2/+2 |
* | Fix Typos: exteption -> exception | Niklas Keller | 2015-08-26 | 2 | -2/+2 |
* | fix test | Anatol Belski | 2015-08-17 | 1 | -5/+2 |
* | Fixed tests(I am not sure, these tests seems strange, anyway it passes | Xinchen Hui | 2015-08-13 | 3 | -6/+6 |