Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |\ | |||||
| | | * | Added "exclude_disabled" argument to "get_defined_functions". | Willian Gustavo Veiga | 2015-06-02 | 1 | -1/+12 |
| | | * | Fix bug #31875 - get_defined_functions() should not list disabled functions. | Willian Gustavo Veiga | 2015-05-30 | 1 | -0/+12 |
* | | | | 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 |