php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11889 string.c broken
Submitted: 2001-07-04 16:15 UTC Modified: 2001-07-05 13:27 UTC
From: cnewbill at elementalrain dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (2001-07-04) OS: RedHat Linux 7.0
Private report: No CVE-ID: None
 [2001-07-04 16:15 UTC] cnewbill at elementalrain dot com
string.c: In function `php_minit_nl_langinfo':
string.c:280: `ERA_YEAR' undeclared (first use in this function)
string.c:280: (Each undeclared identifier is reported only once
string.c:280: for each function it appears in.)
string.c:285: `INT_CURR_SYMBOL' undeclared (first use in this function)
string.c:292: `MON_DECIMAL_POINT' undeclared (first use in this function)
string.c:293: `MON_THOUSANDS_SEP' undeclared (first use in this function)
string.c:294: `MON_GROUPING' undeclared (first use in this function)
string.c:295: `POSITIVE_SIGN' undeclared (first use in this function)
string.c:296: `NEGATIVE_SIGN' undeclared (first use in this function)
string.c:297: `INT_FRAC_DIGITS' undeclared (first use in this function)
string.c:298: `FRAC_DIGITS' undeclared (first use in this function)
string.c:299: `P_CS_PRECEDES' undeclared (first use in this function)
string.c:300: `P_SEP_BY_SPACE' undeclared (first use in this function)
string.c:301: `N_CS_PRECEDES' undeclared (first use in this function)
string.c:302: `N_SEP_BY_SPACE' undeclared (first use in this function)
string.c:303: `P_SIGN_POSN' undeclared (first use in this function)
string.c:304: `N_SIGN_POSN' undeclared (first use in this function)
string.c:317: `GROUPING' undeclared (first use in this function)

Looking at CVS, this looks to be the handy work of Wez Furlong about 10 hours ago.

-Chris

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-04 20:47 UTC] sniper@php.net
works for me just fine.

 [2001-07-05 06:12 UTC] sas@php.net
It's broken on some platforms including the most modern ones. Please leave this bug report open until Wez fixes it.
 [2001-07-05 06:49 UTC] wez@php.net
I've added loads of ifdefs to help prevent this.
Please let me know if it works.

--Wez.
 [2001-07-05 13:26 UTC] cnewbill@php.net
Grabbed today's CVS and yeah the ifdefs fixed it.

-Chris
 [2001-07-05 13:27 UTC] cnewbill@php.net
oops forgot to close.

-Chris
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 09:01:28 2024 UTC