Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -65/+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 |
| | |||||
* | <?= 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 |
| | |||||
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 9 | -93/+65 |
| | | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 | ||||
* | - Fixed tests | Felipe Pena | 2011-06-24 | 3 | -4/+4 |
| | |||||
* | These are annoyingly slow | Hannes Magnusson | 2011-06-23 | 2 | -0/+8 |
| | |||||
* | MFH: Fixes for broken tests. | Stanislav Malyshev | 2011-05-27 | 1 | -3/+1 |
| | |||||
* | MFH: Fix for failing test. | Stanislav Malyshev | 2011-05-27 | 1 | -3/+1 |
| | |||||
* | Fixed test for decoupled <?= as of r311260 | Philip Olson | 2011-05-23 | 1 | -4/+3 |
| | |||||
* | Implement request #54355 (Test for de_DE doesn't use UTF-8 locales). Patch by | Adam Harvey | 2011-03-23 | 2 | -4/+4 |
| | | | | | Ondřej Surý. | ||||
* | Bah, these should have been in the last commit too. Update expected output for | Adam Harvey | 2011-03-23 | 2 | -5/+19 |
| | | | | | further tests that now generate warnings after r306931. | ||||
* | Update test that now generates a warning after r306931, which increased the | Adam Harvey | 2011-03-23 | 1 | -1/+2 |
| | | | | | | error you get when silently casting an empty variable to an object to an E_WARNING from E_STRICT. | ||||
* | - Fixed test to work in systems with different line endings. | Gustavo André dos Santos Lopes | 2011-02-19 | 1 | -1/+1 |
| | |||||
* | Silently casting an empty string, null or false into an object by adding a ↵ | Scott MacVicar | 2010-12-31 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | property is pretty non-intuitive. If the same value was 1 or true you get a warning and it halts. Since we can't break BC completely (yet) lets bump this from E_STRICT. Also added a new section to UPGRADING for engine changes. <?php $x = ''; // $x = null; // $x = false; $x->baz = 1; var_dump($x); $y = 1; $y->baz = 1; var_dump($y); | ||||
* | - Added enable_post_data_reading ini option to allow inhibiting POST data ↵ | Gustavo André dos Santos Lopes | 2010-12-09 | 4 | -0/+96 |
| | | | | consumption. | ||||
* | Removed compile time dependency from ext/mbstring | Dmitry Stogov | 2010-12-08 | 2 | -0/+155 |
| | |||||
* | - CS and "de-facto" style of returning NULL for failing parse-params, sync ↵ | Jani Taskinen | 2010-12-03 | 2 | -3/+15 |
| | | | | partially with PHP_5_3 too (reordering part :) | ||||
* | - Fix test | Jani Taskinen | 2010-12-03 | 1 | -2/+2 |
| | |||||
* | - Add test for the ob_start($foo); leak/crash bug | Jani Taskinen | 2010-12-03 | 1 | -0/+39 |
| | |||||
* | - Fix tests for \0 patch in PHP 5.3. | Gustavo André dos Santos Lopes | 2010-11-22 | 1 | -1/+1 |
| | | | | - Fix constants_error_004.phpt (closes bug #51901) | ||||
* | - Fix test: register_globals is gone | Jani Taskinen | 2010-11-17 | 1 | -8/+0 |
| | |||||
* | - Fixed typo (reported by eyal.t at zend dot com) | Felipe Pena | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 2 | -2/+2 |
| | | | | | difference (thanks Eyal Teutsch for reporting) | ||||
* | Update the tests committed in r305098 (as part of the fix for bug #53226) to | Adam Harvey | 2010-11-08 | 1 | -3/+1 |
| | | | | | use the PHP_MAXPATHLEN constant, as recommended by Pierre. | ||||
* | Fix bug #53226 (file_exists fails on big filenames). | Adam Harvey | 2010-11-05 | 1 | -0/+31 |
| | |||||
* | - Fixed bug #53180 (post_max_size=0 not disabling the limit when the content | Gustavo André dos Santos Lopes | 2010-10-27 | 1 | -0/+19 |
| | | | | type is application/x-www-form-urlencoded or is not registered with PHP). | ||||
* | - Implemented request #44164, zlib.output_compression is now implicitly | Gustavo André dos Santos Lopes | 2010-10-26 | 1 | -0/+17 |
| | | | | | | | | | | | disabled when the header "Content-length" is set. #One could argue that any output handler could change the size of the #response, so this exception for zlib.output_compression is an #inconsistency. However, zlib.output_compression is presented as a #performance setting, whose value should have no effect on the #correctness of the scripts. This was not the case. Setting the #header "content-length" and enabling zlib.output_compression was #a recipe for infringing section 4.4 of RFC 2616. | ||||
* | - Implemented FR #50692, not uploaded files don't count towards | Gustavo André dos Santos Lopes | 2010-10-04 | 2 | -0/+203 |
| | | | | | | max_file_uploads limit. - As a side improvement, temporary files are not opened for empty uploads and, in debug mode, 0-length uploads. | ||||
* | - Fix tests | Felipe Pena | 2010-06-16 | 4 | -3/+17 |
| | |||||
* | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 21 | -119/+134 |
| | | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering. | ||||
* | Fixed test | Ilia Alshanetsky | 2010-05-26 | 1 | -1/+1 |
| | |||||
* | Errors using reserved words as methods | Christopher Jones | 2010-05-12 | 2 | -0/+32 |
| | |||||
* | Remove highlight.bg, it was removed in the old trunk and its not referenced ↵ | Kalle Sommer Nielsen | 2010-04-21 | 2 | -2/+0 |
| | | | | in zend_highlight.c, meaning its not even implemented correctly in 5.3. |