Edit report at https://bugs.php.net/bug.php?id=61684&edit=1
ID: 61684 Comment by: a...@php.net Reported by: a...@php.net Summary: tests\basic\bug46313-win.diff fails Status: Open Type: Bug Package: *Configuration Issues Operating System: windows PHP Version: 5.3.10 Block user comment: N Private report: N New Comment: adjusted the expected output, additionally, when post data is simulated, cgi is forced (so needed) Previous Comments: ------------------------------------------------------------------------ [2012-04-11 11:14:49] a...@php.net The following patch has been added/updated: Patch Name: 61684.diff Revision: 1334142889 URL: https://bugs.php.net/patch-display.php?bug=61684&patch=61684.diff&revision=1334142889 ------------------------------------------------------------------------ [2012-04-09 16:58:27] a...@php.net Description: ------------ Test diff: 001- Deprecated: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0 002+ X-Powered-By: PHP/5.3.12-dev^M 003+ Content-type: text/html^M 004+ ^M 007- string(12) "o1" 009+ string(8) "file.png" 011- string(14) "%s" 013+ string(45) "C:\Users\point\AppData\Local\Temp\php9801.tmp" 020- string(13) "o2" 022+ string(9) "file2.txt" 024- string(14) "%s" 026+ string(45) "C:\Users\point\AppData\Local\Temp\php9802.tmp" 031- string(12) "o1" 033+ string(8) "file.png" Expected result: ---------------- test pass Actual result: -------------- test fail ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61684&edit=1