php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19986 tsrm_ls not in ext/standard/formatted_print.c
Submitted: 2002-10-18 21:39 UTC Modified: 2002-10-19 07:36 UTC
From: dossy at panoptic dot com Assigned:
Status: Closed Package: Other web server
PHP Version: 4.3.0-pre1 OS: Linux 2.4
Private report: No CVE-ID: None
 [2002-10-18 21:39 UTC] dossy at panoptic dot com
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-19 02:27 UTC] sander@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-10-19 07:36 UTC] derick@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, 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/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.
 [2002-10-19 07:41 UTC] dossy at panoptic dot com
Yup, latest CVS built just fine and works.  How long until the next release?

Now, if I could only figure out how to get AOLserver to deliver its 404 page when the file being requested doesn't exist.  I have display_errors = Off, so at least the user doesn't see paths and such, but if they request a page that doesn't exist, they get a blank page in return.

Where do you suggest I ask this question?  I have a hunch it's an interaction between AOLserver and PHP4 ... but I'd like some ideas where to start looking.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 23:01:28 2024 UTC