php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45306 BBCode1.0 Compile Failure
Submitted: 2008-06-19 01:31 UTC Modified: 2008-06-19 08:44 UTC
From: zhangsilly at gmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.6 OS: CentOS5.1
Private report: No CVE-ID: None
 [2008-06-19 01:31 UTC] zhangsilly at gmail dot com
Description:
------------
When I Compile BBCode extension for my PHP5.26 which is compiled as a thread safe one,it failed ,says:

/tmp/bbcode-1.0.0/php_bbcode.c: In function '_php_bbcode_handling_content':
/tmp/bbcode-1.0.0/php_bbcode.c:90: error: too many arguments to function 'zend_is_callable'
/tmp/bbcode-1.0.0/php_bbcode.c: In function '_php_bbcode_handling_param':
/tmp/bbcode-1.0.0/php_bbcode.c:142: error: too many arguments to function 'zend_is_callable'
/tmp/bbcode-1.0.0/php_bbcode.c: In function '_php_bbcode_add_element':
/tmp/bbcode-1.0.0/php_bbcode.c:208: error: 'tsrm_ls' undeclared (first use in this function)
/tmp/bbcode-1.0.0/php_bbcode.c:208: error: (Each undeclared identifier is reported only once
/tmp/bbcode-1.0.0/php_bbcode.c:208: error: for each function it appears in.)
make: *** [php_bbcode.lo] Error 1
 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-06-19 08:44 UTC] pajoye@php.net
Please report BBCode code there:
http://pecl.php.net/package/bbcode
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 17:01:35 2024 UTC