php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50112 compile error with Non-English Operating system
Submitted: 2009-11-07 10:48 UTC Modified: 2017-07-30 04:22 UTC
Votes:4
Avg. Score:4.5 ± 0.9
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:2 (66.7%)
From: ben dot yan at msn dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.3.0 OS: win32 only - Windows
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2009-11-07 10:48 UTC] ben dot yan at msn dot com
Description:
------------
ext\standard\browscap.c : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
ext\standard\browscap.c(61) : error C2001: newline in constant
ext\standard\browscap.c(62) : warning C4305: '=' : truncation from 'int' to 'char'
ext\standard\browscap.c(62) : error C2146: syntax error : missing ';' before identifier 't'
ext\standard\browscap.c(89) : error C2001: newline in constant
ext\standard\browscap.c(90) : error C2146: syntax error : missing ':' before identifier 't'
ext\standard\browscap.c(91) : error C2001: newline in constant
ext\standard\browscap.c(92) : warning C4305: '=' : truncation from 'int' to 'char'
ext\standard\browscap.c(92) : error C2143: syntax error : missing ';' before 'break'
ext\standard\browscap.c(100) : error C2001: newline in constant
ext\standard\browscap.c(102) : warning C4305: '=' : truncation from 'int' to 'char'
ext\standard\browscap.c(102) : error C2146: syntax error : missing ';' before identifier 't'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\Bin\cl.exe"' : return code '0x2'
Stop.

Reproduce code:
---------------
setting: 
[Control Panel]->[Regional and Language Options]->[Advanced]->[Language for non-Unicode programs] 

if ($select == "English (United States)") {
    // compile successfully. :)
} else if ($select == "Chinese (PRC)"){
    // compile error! :(
}

OS: Windows XP Home
IDE: VC++ 2008 Express + SDK v6.1
PHP: 5.3.0

Expected result:
----------------
compile successfully

Actual result:
--------------
compile error

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-07 12:22 UTC] pajoye@php.net
I can't test what's wrong but I don't see either why this language setting could affect anything. I have to setup a VM with Chinese to reproduce this problem (works just fine with Russian, German, French or Spanish).
 [2009-11-07 13:27 UTC] ben dot yan at msn dot com
First Sorry for the bug title. 

The VC++ and OS are English edition. But the "Regional and Language Options" are as follows:
[Standards and formats]: Chinese (PRC)
[Location]: China
[Language for non-Unicode programs]: Chinese (PRC)
 [2010-09-13 09:05 UTC] liuranball at gmail dot com
I just use the 0xA7 to instead of 'signum sectionis' can fix it.
 [2017-07-21 19:30 UTC] kalle@php.net
-Status: Assigned +Status: Feedback -Assigned To: pajoye +Assigned To:
 [2017-07-21 19:30 UTC] kalle@php.net
Please try using this snapshot:

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

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


 [2017-07-30 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 06:01:29 2024 UTC