php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58062 php_bbcode.h code typo problem
Submitted: 2008-02-26 03:04 UTC Modified: 2008-03-17 11:30 UTC
From: paulgao at yeah dot net Assigned:
Status: Closed Package: bbcode (PECL)
PHP Version: Irrelevant OS: Slackware
Private report: No CVE-ID: None
 [2008-02-26 03:04 UTC] paulgao at yeah dot net
Description:
------------
php_bbcode.h

extern zend_module_entry bbcode_module_entry;
#define phpext_bbcode_ptr &bbcode_module_entry;

last ";" is no need exist!


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-03-17 11:30 UTC] xdecock at gmail dot com
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

Thanks for the report i've updated source in CVS (won't make a release just for this)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 04:01:27 2024 UTC