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

 ID:                 61813
 Updated by:         a...@php.net
 Reported by:        a...@php.net
 Summary:            ext\standard\tests\strings\strrchr_variation5.phpt
                     fails
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            *General Issues
 Operating System:   windows
 PHP Version:        Irrelevant
-Assigned To:        
+Assigned To:        ab
 Block user comment: N
 Private report:     N

 New Comment:

Please try using this snapshot:

  http://snaps.php.net/php5.4-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/




Previous Comments:
------------------------------------------------------------------------
[2012-04-23 15:38:55] a...@php.net

the patch is wrong, please see bug 61827 for further infos

------------------------------------------------------------------------
[2012-04-23 08:09:25] a...@php.net

The windows terminal just turns '\e' into 'e'. The test was duplicated and 
adopted for windows.

------------------------------------------------------------------------
[2012-04-23 08:07:47] a...@php.net

The following patch has been added/updated:

Patch Name: 61813.diff
Revision:   1335168467
URL:        
https://bugs.php.net/patch-display.php?bug=61813&patch=61813.diff&revision=1335168467

------------------------------------------------------------------------
[2012-04-22 11:45:48] a...@php.net

Description:
------------
Test diff:

003+ escape \seque
003- ^[scape \seque
008+ escape \seque
008- ^[scape \seque
013+ escape \seque
013- ^[scape \seque

Currently this fails only on the ofissial 5.4 windows snaps. However it fails 
on my 5.3 and 5.4 custom builds, which sounds more logic to me. The reason for 
the fail is most likely that \e is used as an escape character on windows. 
Going through proc_open and grabbing the test out hoses the 
\e's .

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

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


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



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

Reply via email to