| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change PHP_OS_FAMILY slightly | Kalle Sommer Nielsen | 2017-02-22 | 2 | -2/+2 |
| | | | | | | * PHP_OS_FAMILY is now a macro, to allow extensions to take advantage of it, it is defined in php.h * Values are not upper-case-first, not always uppercase. Windows is no longer just "Win", if we want the short version for testing then PHP_OS is always WINNT anyway | ||||
| * | Merge branch 'PHP-7.1' | Joe Watkins | 2017-02-03 | 1 | -1/+1 |
| |\ | | | | | | | | | * PHP-7.1: increase wait time in timeout_variation_9.phpt by 1 second | ||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-02-03 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | * PHP-7.0: increase wait time in timeout_variation_9.phpt by 1 second | ||||
| | | * | 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 |
| |\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: increase wait time in timeout_variation_10.phpt by 1 second | ||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-02-03 | 1 | -1/+1 |
| | |\ \ | | |/ | | | | | | | | | | * PHP-7.0: increase wait time in timeout_variation_10.phpt by 1 second | ||||
| | | * | increase wait time in timeout_variation_10.phpt by 1 second | Rodrigo Prado | 2017-02-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | add PHP_OS_FAMILY constant to determine on which os we are | Stricted | 2017-01-25 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-22 | 2 | -0/+32 |
| |\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: Fixed #73969 - Fixed segmentation fault when debug_print_backtrace called | ||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-22 | 2 | -0/+32 |
| | |\ \ | | |/ | | | | | | | | | | * PHP-7.0: Fixed #73969 - Fixed segmentation fault when debug_print_backtrace called | ||||
| | | * | 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 |
| |\ \ \ | |/ / | | | | | | | | | | | | | * PHP-7.1: get_defined_functions additional parameter to exclude disabled functions news entry for PR #1312 | ||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-04 | 1 | -0/+23 |
| | |\ \ | | |/ | | | | | | | | | | | | | * PHP-7.0: get_defined_functions additional parameter to exclude disabled functions news entry for PR #1312 | ||||
| | | * | Merge branch 'pull-request/1312' into PHP-7.0 | Joe Watkins | 2017-01-04 | 1 | -0/+23 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | * pull-request/1312: get_defined_functions extra parameter to exclude disabled functions news entry for PR #1312 | ||||
| | | | * | 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 |
| | | | | | |||||
| * | | | | Remove more PHP 6 leftovers from tests | Nikita Popov | 2016-11-24 | 10 | -105/+105 |
| | | | | | |||||
| * | | | | Fix CRLF line-endings in tests | Nikita Popov | 2016-11-20 | 3 | -134/+134 |
| |/ / / | | | | | | | | | | Also fix a single instance of CRLF in ibase_query.c. | ||||
| * | | | Decouple DEBUG_FILE_UPLOAD from ZEND_DEBUG | Nikita Popov | 2016-08-19 | 16 | -134/+1 |
| | | | | | | | | | | | | | | | | Enabling ZEND_DEBUG should not result in intrusive program behavior changes. | ||||
| * | | | 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 |
| |/ / | |||||
| * | | Fixed bug #71273 A wrong ext directory setup in php.ini leads to crash | Anatol Belski | 2016-01-05 | 1 | -0/+21 |
| | | | |||||
| * | | Fixed bug memleak in header_register_callback | Xinchen Hui | 2015-12-11 | 1 | -0/+8 |
| | | | |||||
| * | | 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 |
| |/ | |||||
| * | Merge context sensitive lexer RFC | Bob Weinand | 2015-05-25 | 2 | -32/+0 |
| |\ | |||||
| | * | add tests for semi reserved words and remove obsolete ones | Márcio Almada | 2015-04-30 | 2 | -32/+0 |
| | | | |||||
| * | | Tweak uncaught exception message display | Nikita Popov | 2015-05-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | This implements a reduced variant of #1226 with just the following change: -Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d +Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d The '' wrapper around messages is very weird if the exception message itself contains ''. Futhermore having the message wrapped in '' doesn't work for the "and defined" suffix of TypeExceptions. | ||||
| * | use default test timeout | Anatol Belski | 2015-03-16 | 11 | -11/+0 |
| | | |||||
| * | test fixes + added skipif for slow tests | Anatol Belski | 2015-03-16 | 12 | -26/+63 |
| | | |||||
| * | use busy sleep instead of sleep() for timeout tests | Anatol Belski | 2015-03-16 | 12 | -12/+44 |
| | | |||||
| * | test timeout with shutdown function, variation | Anatol Belski | 2015-03-16 | 1 | -0/+21 |
| | | |||||
| * | test timeout with shutdown function | Anatol Belski | 2015-03-16 | 1 | -0/+21 |
| | | |||||
| * | test timeout with foreach loop | Anatol Belski | 2015-03-16 | 1 | -0/+18 |
| | | |||||
| * | test timeout with for loop | Anatol Belski | 2015-03-16 | 1 | -0/+18 |
| | | |||||
| * | test timeout with exception variation | Anatol Belski | 2015-03-16 | 1 | -0/+24 |
| | | |||||
| * | test timeout with exception | Anatol Belski | 2015-03-16 | 1 | -0/+20 |
| | | |||||
| * | fix timeout with cal_user_func | Anatol Belski | 2015-03-16 | 1 | -0/+21 |
| | | |||||
| * | test timeout within eval() | Anatol Belski | 2015-03-16 | 1 | -0/+20 |
| | | |||||
| * | test timeout with array_walk | Anatol Belski | 2015-03-16 | 1 | -0/+22 |
| | | |||||
| * | test timeout within function | Anatol Belski | 2015-03-16 | 1 | -0/+21 |
| | | |||||
| * | test timeout within while loop | Anatol Belski | 2015-03-16 | 1 | -0/+18 |
| | | |||||
| * | Merge branch 'PHP-5.6' | Yasuo Ohgaki | 2015-02-03 | 2 | -7/+34 |
| |\ | | | | | | | | | | | | | | | | | * PHP-5.6: Fixed Bug #67988 htmlspecialchars() does not respect default_charset specified by ini_set. Conflicts: main/main.c tests/basic/encoding.phpt | ||||
| | * | Fixed Bug #67988 htmlspecialchars() does not respect default_charset ↵ | Yasuo Ohgaki | 2015-02-03 | 2 | -7/+34 |
| | | | | | | | | | specified by ini_set. | ||||
| | * | The test output is dependent on expose_php ini | Rasmus Lerdorf | 2014-07-14 | 1 | -0/+1 |
| | | | |||||
| | * | XFAIL-- for bug #67198 | Michael Wallner | 2014-05-06 | 1 | -2/+0 |
| | | | |||||
| * | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 1 | -1/+1 |
| | | | |||||
| * | | The test output is dependent on expose_php ini | Rasmus Lerdorf | 2014-07-11 | 1 | -0/+1 |
| | | | |||||
