Edit report at https://bugs.php.net/bug.php?id=61459&edit=1

 ID:                 61459
 Patch added by:     mattfic...@php.net
 Reported by:        mattfic...@php.net
 Summary:            popen_close_error-win32 can't run sort.exe
 Status:             Open
 Type:               Bug
 Package:            Testing related
 Operating System:   Windows
 PHP Version:        5.3.10
 Block user comment: N
 Private report:     N

 New Comment:

The following patch has been added/updated:

Patch Name: popen_close_error-win32
Revision:   1332283902
URL:        
https://bugs.php.net/patch-display.php?bug=61459&patch=popen_close_error-win32&revision=1332283902


Previous Comments:
------------------------------------------------------------------------
[2012-03-20 22:51:35] mattfic...@php.net

Description:
------------
popen("sort", "w") fails if variables_order="GPCS"
this is set in the default INI file. it doesn't seem to be changeable in the 
--INI-- section of PHPT test. also, doing: ini_set('variables_order', ''); 
doesn't work!

the only solutions are to either put the absolute path here, or remove 
variables_order= from PHP.ini (setting it in run-test's default INI will fail 
too).

since we can't depend on PHP.ini being set a certain way, have to put the 
absolute path here.

Test fails

Expected result:
----------------
test pass

Actual result:
--------------
test fail

004+ 'sort' is not recognized as an internal or external command,
005+ operable program or batch file.
004- aaa
005- ddd
006- ggg
007- sss



Expected result:
----------------
Test pass



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=61459&edit=1

Reply via email to