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

 ID:                 61459
 User updated by:    ITALOLINS59 at HOTMAIL dot COM
 Reported by:        ITALOLINS59 at HOTMAIL dot COM
 Summary:            popen_close_basic-win32 can't run sort.exe
-Status:             Assigned
+Status:             Aberto
 Type:               Bug
 Package:            Testing related
 Operating System:   Windows
 PHP Version:        5.3.10
 Assigned To:        mattficken
 Block user comment: N
 Private report:     N

 New Comment:

nÃO ESTA DANDO SERTO


Previous Comments:
------------------------------------------------------------------------
[2012-03-21 05:40:41] paj...@php.net

Hi,

Please add a SKIPIF section testing if sort.exe exists in this path. 

Thanks!

------------------------------------------------------------------------
[2012-03-20 22:51:43] mattfic...@php.net

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

------------------------------------------------------------------------
[2012-03-20 22:51:35] ITALOLINS59 at HOTMAIL dot COM

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