[PHP-DEV] Bug #11889 Updated: string.c broken From: sniper <email protected>
Date: 07/04/01

ID: 11889
Updated by: sniper
Reported By: cnewbill <email protected>
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
Operating system:
PHP Version: 4.0 Latest CVS (2001-07-04)
Assigned To:
Comments:

works for me just fine.

Previous Comments:
---------------------------------------------------------------------------

[2001-07-04 16:15:02] cnewbill <email protected>

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

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

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11889&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>