From:             [EMAIL PROTECTED]
Operating system: Linux 2.4
PHP version:      4.3.0-pre1
PHP Bug Type:     Other web server
Bug description:  tsrm_ls not in ext/standard/formatted_print.c

Trying to build PHP 4.3.0-pre1 against AOLserver 3.5.0, I get this:

/bin/sh libtool --silent --mode=compile gcc  -Iext/standard/
-I/u1/src/php-4.3.0pre1/ext/standard/ -DPHP_ATOM_INC
-I/u1/src/php-4.3.0pre1/include -I/u1/src/php-4.3.0pre1/main
-I/u1/src/php-4.3.0pre1 -I/home/aolserver/include
-I/u1/src/php-4.3.0pre1/Zend -I/u1/src/php-4.3.0pre1/ext/xml/expat 
-D_REENTRANT -I/u1/src/php-4.3.0pre1/TSRM -DTHREAD=1  -g -O2 -pthread
-DZTS  -prefer-pic -c /u1/src/php-4.3.0pre1/ext/standard/formatted_print.c
-o ext/standard/formatted_print.lo 
/u1/src/php-4.3.0pre1/ext/standard/formatted_print.c: In function
`php_sprintf_appenddouble':
/u1/src/php-4.3.0pre1/ext/standard/formatted_print.c:287: `tsrm_ls'
undeclared (first use in this function)
/u1/src/php-4.3.0pre1/ext/standard/formatted_print.c:287: (Each undeclared
identifier is reported only once
/u1/src/php-4.3.0pre1/ext/standard/formatted_print.c:287: for each
function it appears in.)
make: *** [ext/standard/formatted_print.lo] Error 1

Looks like the tsrm_ls being missing isn't uncommon.  Hopefully this will
be a quick bug to fix and close.
-- 
Edit bug report at http://bugs.php.net/?id=19986&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19986&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19986&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19986&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19986&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19986&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19986&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19986&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19986&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19986&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19986&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19986&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19986&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19986&r=isapi

Reply via email to