php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58324 make fails: 'tsrm_ls' undeclared
Submitted: 2008-08-24 08:24 UTC Modified: 2008-08-25 12:12 UTC
From: cweiske@php.net Assigned:
Status: Closed Package: inclued (PECL)
PHP Version: 5_2 CVS-2008-08-24 (dev) OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
50 + 20 = ?
Subscribe to this entry?

 
 [2008-08-24 08:24 UTC] cweiske@php.net
Description:
------------
Trying to install inclued via "pecl install inclued-alpha" gives me an error.

Reproduce code:
---------------
$ pecl install inclued-alpha 

Expected result:
----------------
package gets installed

Actual result:
--------------
/mnt/temporary/tmp/pear/install/inclued/inclued.c: In function 'pack_output':
/mnt/temporary/tmp/pear/install/inclued/inclued.c:158: error: 'tsrm_ls' undeclared (first use in this function)
/mnt/temporary/tmp/pear/install/inclued/inclued.c:158: error: (Each undeclared identifier is reported only once
/mnt/temporary/tmp/pear/install/inclued/inclued.c:158: error: for each function it appears in.)
make: *** [inclued.lo] Error 1
ERROR: `make' failed


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-08-25 12:12 UTC] gopalv82 at yahoo dot com
My bad, it's fixed in CVS now

http://news.php.net/php.pecl.cvs/11269

(takes #1 spot for oddest place I've fixed a bug in - was 
 on a highway roadside near Coimbatore, trying to look up a
 phone number ... )
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 11:01:32 2024 UTC