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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: zhangsilly at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri Nov 21 05:00:01 2025 UTC