summaryrefslogtreecommitdiff
path: root/tests/basic
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| |
| * Fix bug #62109 tests\basic\bug46313-win.phpt failsAnatoliy Belsky2012-05-221-7/+8
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-0/+1
|\ \ | |/ | | | | | | * PHP-5.3: Fix bug 61716 tests\basic\021.phpt fails
| * Fix bug 61716 tests\basic\021.phpt failsAnatoliy Belsky2012-04-161-0/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-1/+2
|\ \ | |/ | | | | | | * PHP-5.3: Fix bug 61683 tests\basic\bug20539.phpt fails
| * Fix bug 61683 tests\basic\bug20539.phpt failsAnatoliy Belsky2012-04-161-1/+2
| |
| * Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831)Gustavo André dos Santos Lopes2012-03-211-0/+11
| |\ | | | | | | | | | | | | | | | Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3 Signed-off-by: Gustavo André dos Santos Lopes <cataphract@php.net>
| | * Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)Ondřej Surý2012-03-211-0/+10
| | |
| * | - add test for bug #55000 and #54374Pierre Joye2012-03-211-0/+68
| |/
| * Weird, what happened here?Rasmus Lerdorf2012-02-161-19/+0
| |
| * These tests fail unless max_input_vars and/or max_file_uploads is set high ↵Rasmus Lerdorf2012-02-149-0/+10
| | | | | | | | enough
| * Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars).Xinchen Hui2012-02-081-0/+38
| |
| * Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST ↵Hannes Magnusson2011-09-073-0/+72
| | | | | | | | request
| * revert to the previous good revision, as the new improved parse error syntax ↵Ferenc Kovacs2011-09-012-2/+2
| | | | | | | | only used in version >= 5.4
| * - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵Pierre Joye2011-09-011-1/+1
| | | | | | | | too), which were using 1.4
| * - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵Pierre Joye2011-09-011-1/+1
| | | | | | | | too), which were using 1.4
| * - error msg may vary (parser)Pierre Joye2011-08-311-1/+1
| |
| * - error msg may vary (parser)Pierre Joye2011-08-311-1/+1
| |
| * - error msg may varyPierre Joye2011-08-311-2/+2
| |
| * - typoPierre Joye2011-08-311-1/+1
| |
| * - Reversed implementation of FR #44164, pending further consideration.Gustavo André dos Santos Lopes2010-11-181-17/+0
| | | | | | | | See rev #304903.
| * - Fixed typo (reported by eyal.t at zend dot com)Felipe Pena2010-11-171-1/+1
| |
| * - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-082-2/+2
| | | | | | | | | | difference (thanks Eyal Teutsch for reporting)
| * - Fixed bug #53180 (post_max_size=0 not disabling the limit when the contentGustavo André dos Santos Lopes2010-10-271-0/+19
| | | | | | | | type is application/x-www-form-urlencoded or is not registered with PHP).
| * - Implemented request #44164, zlib.output_compression is now implicitlyGustavo André dos Santos Lopes2010-10-261-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 towardsGustavo André dos Santos Lopes2010-10-042-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.
| * Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵Kalle Sommer Nielsen2010-08-111-3/+2
| | | | | | | | | | | | (Fixes #52570) # Trunk patch will follow shortly
| * Errors using reserved words as methodsChristopher Jones2010-05-122-0/+32
| |
* | Fix tests that break if filter.default isn't set to unsafe_rawRasmus Lerdorf2012-03-022-0/+2
| |
* | MFH: Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical ↵Xinchen Hui2012-03-021-0/+19
| | | | | | | | vars)
* | These tests fail unless max_input_vars and/or max_file_uploads is set high ↵Rasmus Lerdorf2012-02-1411-0/+13
| | | | | | | | enough
* | - rmPierre Joye2012-01-091-62/+0
| |
* | fix bug #54374, bug #55500 - filter file names better, no dangling [sStanislav Malyshev2012-01-011-0/+67
| |
* | fix test - paths may be expressed in different wayStanislav Malyshev2011-12-261-1/+4
| |
* | Implemented FR #54514 (Get php binary path during script execution).Xinchen Hui2011-12-071-0/+9
| |
* | Fix tests due to bison depened message formatXinchen Hui2011-09-252-2/+2
| |
* | Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST ↵Hannes Magnusson2011-09-073-0/+72
| | | | | | | | request
* | - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵Pierre Joye2011-09-011-1/+1
| | | | | | | | too), which were using 1.4
* | - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵Pierre Joye2011-09-011-1/+1
| | | | | | | | too), which were using 1.4
* | - error msg may vary (parser)Pierre Joye2011-08-311-1/+1
| |
* | - error msg may vary (parser)Pierre Joye2011-08-311-1/+1
| |
* | - error msg may varyPierre Joye2011-08-311-2/+2
| |
* | - typoPierre Joye2011-08-311-1/+1
| |
* | fix failing testsStanislav Malyshev2011-08-012-78/+13
| |
* | Delete empty test files (old MQ tests)Pierrick Charron2011-07-222-0/+0
| |
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-228-80/+65
| | | | | | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4
* | - Fixed testsFelipe Pena2011-06-242-2/+2
| |
* | - Fixed test to work in systems with different line endings.Gustavo André dos Santos Lopes2011-02-191-1/+1
| |
* | - Added enable_post_data_reading ini option to allow inhibiting POST data ↵Gustavo André dos Santos Lopes2010-12-094-0/+96
| | | | | | | | consumption.