Edit report at https://bugs.php.net/bug.php?id=61827&edit=1
ID: 61827 Updated by: a...@php.net Reported by: a...@php.net Summary: incorrect \e processing on Windows -Status: Assigned +Status: Closed Type: Bug Package: Scripting Engine problem Operating System: windows PHP Version: 5.4.0 Assigned To: felipe Block user comment: N Private report: N Previous Comments: ------------------------------------------------------------------------ [2012-04-30 05:24:26] paj...@php.net hi Felipe! Please use VK_ESCAPE instead. Thanks! ------------------------------------------------------------------------ [2012-04-29 22:38:38] fel...@php.net This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2012-04-29 22:37:42] fel...@php.net Automatic comment on behalf of felipe...@gmail.com Revision: http://git.php.net/?p=php-src.git;a=commit;h=cc5b995c78038b92317b38356c9009ff80850d8b Log: - Fixed bug #61827 (incorrect \e processing on Windows) patch by: a...@php.net ------------------------------------------------------------------------ [2012-04-26 14:56:44] a...@php.net As a variation VK_ESCAPE or 0x1b could be used to represent \e on windows, which is equivalent to (char)27 ------------------------------------------------------------------------ [2012-04-23 16:35:08] a...@php.net Btw. compiling that snippet on windows there is an interesting line in the compiler out: >cl esc.c Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. esc.c esc.c(5) : warning C4129: 'e' : unrecognized character escape sequence Microsoft (R) Incremental Linker Version 10.00.40219.01 Copyright (C) Microsoft Corporation. All rights reserved. /out:esc.exe esc.obj ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=61827 -- Edit this bug report at https://bugs.php.net/bug.php?id=61827&edit=1