| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 Patchespopen_close_error-win32 (last revision 2012-03-20 22:51 UTC by mattficken@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2012-03-20 22:51 UTC] mattficken@php.net
  [2012-03-20 22:52 UTC] mattficken@php.net
 
-Summary: popen_close_error-win32 can't run sort.exe
+Summary: popen_close_basic-win32 can't run sort.exe
  [2012-03-21 05:40 UTC] pajoye@php.net
  [2012-03-21 05:40 UTC] pajoye@php.net
 
-Status:      Open
+Status:      Assigned
-Assigned To:
+Assigned To: mattficken
  [2012-03-26 18:57 UTC] ITALOLINS59 at HOTMAIL dot COM
 
-:       mattficken@php.net
+:       ITALOLINS59 at HOTMAIL dot COM
-Status: Assigned
+Status: Aberto
  [2012-03-26 19:00 UTC] pajoye@php.net
 
-Status: Aberto
+Status: Assigned
  [2012-03-26 20:03 UTC] pajoye@php.net
 
-Block user comment: No
+Block user comment: Yes
  [2012-03-28 17:54 UTC] point@php-dev-dell.(none)@php.net
  [2012-03-28 17:56 UTC] ab@php.net
 
-Status:      Assigned
+Status:      Closed
-Assigned To: mattficken
+Assigned To: ab
  [2012-03-28 17:56 UTC] ab@php.net
  [2012-03-29 04:23 UTC] point@php-dev-dell.(none)@php.net
  [2012-04-02 22:57 UTC] mattficken@php.net
  [2014-10-07 23:28 UTC] stas@php.net
  [2014-10-07 23:38 UTC] stas@php.net
  | 
    |||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 14:00:01 2025 UTC | 
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