Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XFAIL-- for bug #67198 | Michael Wallner | 2014-05-06 | 1 | -2/+0 |
| | |||||
* | test for bug #67198 | Ferenc Kovacs | 2014-05-05 | 1 | -0/+44 |
| | |||||
* | Implement RFC https://wiki.php.net/rfc/default_encoding | Yasuo Ohgaki | 2014-02-13 | 1 | -0/+39 |
| | |||||
* | Add E_DEPRECATED when populating $HTTP_RAW_POST_DATA | Michael Wallner | 2013-12-30 | 2 | -0/+6 |
| | |||||
* | fix type; add tests for -1 | Michael Wallner | 2013-12-30 | 2 | -0/+45 |
| | |||||
* | re-introduce always_populate_raw_post_data | Michael Wallner | 2013-12-30 | 2 | -0/+43 |
| | |||||
* | tests | Michael Wallner | 2013-09-10 | 6 | -0/+310 |
| | |||||
* | slim post data | Michael Wallner | 2013-08-27 | 2 | -43/+0 |
| | |||||
* | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Adding sys_get_temp_dir() test specific for Windows. | Matt Ficken | 2013-04-25 | 2 | -0/+19 |
| | | | | | | | | | | sys_get_temp_dir() returns a Windows-style path (\\ instead of /) on Windows. This is why a Windows specific test is required. Skipping req60524.phpt on Windows. Adding -win32 fork for use only on Windows. Fixes test bug #64396. | ||||
* | Implemented Feature #60524 (sys_temp_dir) | ALeX Kazik | 2013-01-28 | 1 | -0/+8 |
| | | | | | | | | | | | | Added a new configuration directive which allows it to change the temporary directory, the default behavior is unchanged. This is a useful option if you use all/some hosts inside of one .ini file with sections and want to change the temp dir per user (maybe it's not allowed to write outside the users home directory). Since the TMPDIR variable affects the whole php that way can not be used for this scenario. (see https://bugs.php.net/bug.php?id=60524) | ||||
* | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
|\ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| |\ | |||||
| | * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | | | |||||
| | * | Fix bug #62109 tests\basic\bug46313-win.phpt fails | Anatoliy Belsky | 2012-05-22 | 1 | -7/+8 |
| | | | |||||
* | | | Removed Logo GUIDs and replaced with Data URIs and div hidden with JS | Andrew Faulds | 2012-07-14 | 4 | -48/+0 |
|/ / | | | | | | | | | | | | | | | | | | | | | - removed php_logo_guid() - removed php_egg_logo_guid() - removed php_real_logo_guid() - removed zend_logo_guid() - removed logo GUID handling - removed logo GUIDs from source - added logo data URIs instead for phpinfo() - added credits to phpinfo() page, but hidden by default | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-16 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fix bug 61716 tests\basic\021.phpt fails | ||||
| * | Fix bug 61716 tests\basic\021.phpt fails | Anatoliy Belsky | 2012-04-16 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-16 | 1 | -1/+2 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fix bug 61683 tests\basic\bug20539.phpt fails | ||||
| * | Fix bug 61683 tests\basic\bug20539.phpt fails | Anatoliy Belsky | 2012-04-16 | 1 | -1/+2 |
| | | |||||
| * | Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831) | Gustavo André dos Santos Lopes | 2012-03-21 | 1 | -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-21 | 1 | -0/+10 |
| | | | |||||
| * | | - add test for bug #55000 and #54374 | Pierre Joye | 2012-03-21 | 1 | -0/+68 |
| |/ | |||||
| * | 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 | 9 | -0/+10 |
| | | | | | | | | enough | ||||
| * | Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars). | Xinchen Hui | 2012-02-08 | 1 | -0/+38 |
| | | |||||
| * | Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST ↵ | Hannes Magnusson | 2011-09-07 | 3 | -0/+72 |
| | | | | | | | | request | ||||
| * | revert to the previous good revision, as the new improved parse error syntax ↵ | Ferenc Kovacs | 2011-09-01 | 2 | -2/+2 |
| | | | | | | | | only used in version >= 5.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 | ||||
| * | - 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 | Pierre Joye | 2011-08-31 | 1 | -2/+2 |
| | | |||||
| * | - typo | Pierre Joye | 2011-08-31 | 1 | -1/+1 |
| | | |||||
| * | - Reversed implementation of FR #44164, pending further consideration. | Gustavo André dos Santos Lopes | 2010-11-18 | 1 | -17/+0 |
| | | | | | | | | See rev #304903. | ||||
| * | - 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) | ||||
| * | - 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. | ||||
| * | Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵ | Kalle Sommer Nielsen | 2010-08-11 | 1 | -3/+2 |
| | | | | | | | | | | | | (Fixes #52570) # Trunk patch will follow shortly | ||||
| * | Errors using reserved words as methods | Christopher Jones | 2010-05-12 | 2 | -0/+32 |
| | | |||||
* | | Fix tests that break if filter.default isn't set to unsafe_raw | Rasmus Lerdorf | 2012-03-02 | 2 | -0/+2 |
| | | |||||
* | | MFH: Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical ↵ | Xinchen Hui | 2012-03-02 | 1 | -0/+19 |
| | | | | | | | | vars) | ||||
* | | These tests fail unless max_input_vars and/or max_file_uploads is set high ↵ | Rasmus Lerdorf | 2012-02-14 | 11 | -0/+13 |
| | | | | | | | | enough | ||||
* | | - rm | Pierre Joye | 2012-01-09 | 1 | -62/+0 |
| | | |||||
* | | fix bug #54374, bug #55500 - filter file names better, no dangling [s | Stanislav Malyshev | 2012-01-01 | 1 | -0/+67 |
| | | |||||
* | | fix test - paths may be expressed in different way | Stanislav Malyshev | 2011-12-26 | 1 | -1/+4 |
| | | |||||
* | | Implemented FR #54514 (Get php binary path during script execution). | Xinchen Hui | 2011-12-07 | 1 | -0/+9 |
| | | |||||
* | | Fix tests due to bison depened message format | Xinchen Hui | 2011-09-25 | 2 | -2/+2 |
| | |