Xinchen Hui
610c7fbe7b
Remove executable permission on phpt
2012-10-10 10:27:49 +08:00
Anatoliy Belsky
621fddab93
Fix bug #62109 tests\basic\bug46313-win.phpt fails
2012-05-22 18:41:03 +02:00
Anatoliy Belsky
4fa1743009
Fix bug 61716 tests\basic\021.phpt fails
2012-04-16 15:14:26 +02:00
Anatoliy Belsky
aaed0af418
Fix bug 61683 tests\basic\bug20539.phpt fails
2012-04-16 14:38:16 +02:00
Gustavo André dos Santos Lopes
2d2995f343
Fixed bug #61043 : Regression in magic_quotes_gpc fix (CVE-2012-0831)
...
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 >
2012-03-21 21:12:31 +00:00
Ondřej Surý
d1fd5432e1
Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)
2012-03-21 08:44:59 +01:00
Pierre Joye
baeaafd395
- add test for bug #55000 and #54374
2012-03-21 07:00:22 +01:00
Rasmus Lerdorf
f2e420a70e
Weird, what happened here?
2012-02-16 17:48:30 +00:00
Rasmus Lerdorf
2a2af1bffc
These tests fail unless max_input_vars and/or max_file_uploads is set high enough
2012-02-14 09:47:32 +00:00
Xinchen Hui
3f23b11151
Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars).
2012-02-08 14:07:27 +00:00
Hannes Magnusson
797a1ce88f
Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST request
2011-09-07 16:19:09 +00:00
Ferenc Kovacs
9bb94d26f8
revert to the previous good revision, as the new improved parse error syntax only used in version >= 5.4
2011-09-01 22:42:35 +00:00
Pierre Joye
1cef55952f
- consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4
2011-09-01 11:40:37 +00:00
Pierre Joye
d763969344
- consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4
2011-09-01 11:40:23 +00:00
Pierre Joye
96abb9d611
- error msg may vary (parser)
2011-08-31 20:16:11 +00:00
Pierre Joye
df3cb6f2a0
- error msg may vary (parser)
2011-08-31 20:14:13 +00:00
Pierre Joye
8b76f0f0d3
- error msg may vary
2011-08-31 20:10:22 +00:00
Pierre Joye
38eec652ce
- typo
2011-08-31 20:07:44 +00:00
Gustavo André dos Santos Lopes
a31f379367
- Reversed implementation of FR #44164 , pending further consideration.
...
See rev #304903 .
2010-11-18 04:09:02 +00:00
Felipe Pena
5d2e201c3d
- Fixed typo (reported by eyal.t at zend dot com)
2010-11-17 14:49:26 +00:00
Patrick Allaert
817776d1b9
- Fixed tests not passing under windows because of the directory separator
...
difference (thanks Eyal Teutsch for reporting)
2010-11-08 09:29:15 +00:00
Gustavo André dos Santos Lopes
ee80871a15
- Fixed bug #53180 (post_max_size=0 not disabling the limit when the content
...
type is application/x-www-form-urlencoded or is not registered with PHP).
2010-10-27 14:56:51 +00:00
Gustavo André dos Santos Lopes
0086bc8a96
- Implemented request #44164 , zlib.output_compression is now implicitly
...
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.
2010-10-26 02:16:21 +00:00
Gustavo André dos Santos Lopes
817c28c867
- Implemented FR #50692 , not uploaded files don't count towards
...
max_file_uploads limit.
- As a side improvement, temporary files are not opened for
empty uploads and, in debug mode, 0-length uploads.
2010-10-04 01:27:33 +00:00
Kalle Sommer Nielsen
8deefa8780
Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ( Fixes #52570 )
...
# Trunk patch will follow shortly
2010-08-11 21:12:18 +00:00
Christopher Jones
c5a068e025
Errors using reserved words as methods
2010-05-12 21:34:32 +00:00
Jani Taskinen
35a4d5831b
Fix test
2009-12-11 10:55:56 +00:00
Dmitry Stogov
7bfe056174
Fixed tests
2009-09-21 09:52:19 +00:00
Zoe Slattery
6a22ec3eda
More tests from 2009 testfest
2009-08-30 09:30:13 +00:00
Zoe Slattery
1c98e49afd
Test from 2009 testfest
2009-08-26 17:17:58 +00:00
Zoe Slattery
d09ab2ab42
Removing unnecessary SKIPIF sections
2009-07-18 13:46:08 +00:00
Kalle Sommer Nielsen
5a6d3cc42b
Added E_DEPRECATED startup notice (5.3 only)
2009-05-04 21:18:22 +00:00
Scott MacVicar
d8edbd2729
Add test for the recent magic_quotes_gpc regression.
2008-12-09 01:47:57 +00:00
Hannes Magnusson
5668f32b68
MFH: Improve test and fix skipif
2008-10-27 14:25:33 +00:00
Felipe Pena
8502d0b7a6
- Fixed test
2008-10-26 23:00:35 +00:00
Arnaud Le Blanc
c98e28795f
Fixed #46313 (Magic quotes broke $_FILES)
...
# magic_quotes_gpc was disabled during registration of $_FILES["x"]["tmp_name"]
# and $GLOBALS["x"] (which is tmp_name with register_globals enabled). This
# caused "x" to not be escaped so there was 2 different keys for the same file
# in $_FILES, one with tmp_name and the other without.
# All other variables (name, size, etc) are registered with magic_quotes_gpc
# untouched, both in $_FILES and $GLOBALS and I did not found a reason for
# disabling it for tmp_name.
2008-10-20 17:09:10 +00:00
Arnaud Le Blanc
49abf21fea
MFH: Fix test
2008-09-10 11:12:25 +00:00
Arnaud Le Blanc
0dac02dac2
MFH: Added tests for rfc1867 post handler
2008-09-08 09:25:07 +00:00
Jani Taskinen
9c3cc1f061
MFH:fix test
2008-08-14 21:54:01 +00:00
Ilia Alshanetsky
59ba4fcc96
Added missing INI handler
2008-05-18 14:35:13 +00:00
Ilia Alshanetsky
1300527db5
Fixed test
2008-01-10 01:41:25 +00:00
Antony Dovgal
0b157a6f84
enable display_startup_errors, fix test
2007-06-05 10:59:25 +00:00
Hannes Magnusson
d1b9c6e62e
fix test
2007-06-03 23:40:01 +00:00
foobar
f26145fa8c
MFH:- Improved the error message for exceeding max_input_nesting_level.
2007-06-03 16:54:06 +00:00
Ilia Alshanetsky
a8be5f419d
Improved fix for MOPB-02-2007
2007-06-03 16:19:14 +00:00
Ilia Alshanetsky
420352d8b5
Register RAW_POST_DATA even when always_populate_raw_post_data is off in
...
instances where content type is not known
2007-05-07 23:27:59 +00:00
Ilia Alshanetsky
636806a869
Added HTTP_RAW_POST_DATA test for instances where post length exceeds
...
post_max_size.
2007-05-06 16:30:09 +00:00
Ilia Alshanetsky
468dc98961
Added $HTTP_RAW_POST_DATA test
2007-05-06 16:26:11 +00:00
Antony Dovgal
18edb61440
fix test
2006-12-12 22:33:26 +00:00
Hannes Magnusson
3d5fec9cb5
MFH: new cookie tests
2006-12-09 15:58:09 +00:00