Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fixed test for decoupled <?= as of r311260 | Philip Olson | 2011-05-23 | 1 | -4/+3 | |
| | | | ||||||
* | | | Deprecate /e modifier | Nikita Popov | 2012-03-04 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | See https://wiki.php.net/rfc/remove_preg_replace_eval_modifier. | |||||
* | | | Fix tests that break if filter.default isn't set to unsafe_raw | Rasmus Lerdorf | 2012-03-02 | 2 | -0/+2 | |
| | | | ||||||
* | | | more verbose skip reason in test files with not so obvious extension ↵ | Olivier DOUCET | 2012-02-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | requirements | |||||
* | | | Weird, what happened here? | Rasmus Lerdorf | 2012-02-16 | 1 | -19/+0 | |
| | | | ||||||
* | | | These tests fail unless max_input_vars and/or max_file_uploads is set high ↵ | Rasmus Lerdorf | 2012-02-14 | 11 | -0/+13 | |
| | | | | | | | | | | | | enough | |||||
* | | | Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars). | Xinchen Hui | 2012-02-08 | 1 | -0/+38 | |
| | | | ||||||
* | | | Fix bug #60768 Output buffer not discarded | Michael Wallner | 2012-01-16 | 1 | -0/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in php_output_handler_op(): * if appending to buffer succeeds, just return HANDLER_NO_DATA and do nothing else * if a zero sized string or true is returned from the handler function, reset the context as well as the handler's buffer | |||||
* | | | - rm | Pierre Joye | 2012-01-09 | 1 | -62/+0 | |
| | | | ||||||
* | | | fix test | Xinchen Hui | 2012-01-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix bug #54374, bug #55500 - filter file names better, no dangling [s | Stanislav Malyshev | 2012-01-01 | 1 | -0/+67 | |
| | | | ||||||
* | | | fix memory leak in compile_string when there's a parse error (used e.g. in ↵ | Nuno Lopes | 2012-01-01 | 1 | -3/+5 | |
| | | | | | | | | | | | | eval or assert) | |||||
* | | | fix test | Stanislav Malyshev | 2011-12-26 | 1 | -2/+1 | |
| | | | ||||||
* | | | fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist) | Stanislav Malyshev | 2011-12-26 | 1 | -0/+8 | |
| | | | ||||||
* | | | fix test - paths may be expressed in different way | Stanislav Malyshev | 2011-12-26 | 1 | -1/+4 | |
| | | | ||||||
* | | | fix tests | Stanislav Malyshev | 2011-12-26 | 2 | -5/+9 | |
| | | | ||||||
* | | | Fix tests | Xinchen Hui | 2011-12-19 | 2 | -3/+10 | |
| | | | ||||||
* | | | Implemented FR #54514 (Get php binary path during script execution). | Xinchen Hui | 2011-12-07 | 1 | -0/+9 | |
| | | | ||||||
* | | | adding some tests for string offsets | Ferenc Kovacs | 2011-11-26 | 6 | -0/+104 | |
| | | | ||||||
* | | | - Fix test | Felipe Pena | 2011-11-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer ↵ | Pierrick Charron | 2011-11-18 | 1 | -0/+9 | |
| | | | | | | | | | | | | is empty). | |||||
* | | | add skipif | Xinchen Hui | 2011-11-13 | 1 | -0/+2 | |
| | | | ||||||
* | | | Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers) | Xinchen Hui | 2011-11-13 | 1 | -0/+10 | |
| | | | ||||||
* | | | adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the ↵ | Ferenc Kovacs | 2011-10-23 | 1 | -0/+4 | |
| | | | | | | | | | | | | domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches | |||||
* | | | Changed silent conversion of array to string to produce a notice. (Patrick) | Stanislav Malyshev | 2011-10-21 | 1 | -4/+4 | |
| | | | ||||||
* | | | Bug #55754 - Only variables should be passed by reference for ↵ | Stanislav Malyshev | 2011-10-16 | 1 | -0/+14 | |
| | | | | | | | | | | | | ZEND_SEND_PREFER_REF params | |||||
* | | | Fix tests due to bison depened message format | Xinchen Hui | 2011-09-25 | 2 | -2/+2 | |
| | | | ||||||
* | | | Improve the warning message of incompatible arguments. (#55719) | Xinchen Hui | 2011-09-23 | 11 | -15/+15 | |
| | | | | | | | | | | | | | | | And fix tests related. | |||||
* | | | Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST ↵ | Hannes Magnusson | 2011-09-07 | 3 | -0/+72 | |
| | | | | | | | | | | | | request | |||||
* | | | Add skip message | Hannes Magnusson | 2011-09-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | - move it to the right place | Pierre Joye | 2011-09-06 | 1 | -0/+22 | |
| | | | ||||||
* | | | Unmatched %s was still diffing on Linux. Now it matches the whitespace at a ↵ | Christopher Jones | 2011-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | minimum | |||||
* | | | - use %s, bad c/p | Pierre Joye | 2011-09-01 | 1 | -14/+14 | |
| | | | ||||||
* | | | - fix test | Pierre Joye | 2011-09-01 | 1 | -28/+21 | |
| | | | ||||||
* | | | - win and nux work the same way | Pierre Joye | 2011-09-01 | 1 | -59/+0 | |
| | | | ||||||
* | | | - win and nux work the same way | Pierre Joye | 2011-09-01 | 1 | -6/+0 | |
| | | | ||||||
* | | | - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵ | Pierre Joye | 2011-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | too), which were using 1.4 | |||||
* | | | - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵ | Pierre Joye | 2011-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | too), which were using 1.4 | |||||
* | | | - error msg may vary (parser) | Pierre Joye | 2011-08-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | - error msg may vary (parser) | Pierre Joye | 2011-08-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | - error msg may vary (parser) | Pierre Joye | 2011-08-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | - error msg may vary | Pierre Joye | 2011-08-31 | 1 | -2/+2 | |
| | | | ||||||
* | | | - typo | Pierre Joye | 2011-08-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix tests | Stanislav Malyshev | 2011-08-31 | 2 | -6/+7 | |
| | | | ||||||
* | | | Fixed testing failed | Xinchen Hui | 2011-08-30 | 3 | -3/+3 | |
| | | | ||||||
* | | | <?= is always enabled now | Rasmus Lerdorf | 2011-08-27 | 1 | -2/+1 | |
| | | | ||||||
* | | | docref_root is now required for html_errors to do anything | Hannes Magnusson | 2011-08-16 | 1 | -2/+3 | |
| | | | ||||||
* | | | fix failing tests | Stanislav Malyshev | 2011-08-01 | 2 | -78/+13 | |
| | | | ||||||
* | | | - add short array syntax as defined in ↵ | Pierre Joye | 2011-07-23 | 4 | -0/+59 | |
| | | | | | | | | | | | | https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only | |||||
* | | | Delete empty test files (old MQ tests) | Pierrick Charron | 2011-07-22 | 3 | -0/+0 | |
| | | |