Page 1 of 1

Install bbcode extension

PostPosted: 20. January 2011 17:23
by brunoais
How do I install the bbcode extension for PHP5?
http://www.php.net/manual/en/book.bbcode.php
I can't find the dll that works with win7

Re: Install bbcode extension

PostPosted: 20. January 2011 18:28
by Altrea
Which dll do you find?
Some of the PECL dlls can be found here

Re: Install bbcode extension

PostPosted: 20. January 2011 18:37
by brunoais
Sorry forgot to state the error that appears:
PHP Warning: PHP Startup: bbcode: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0

Re: Install bbcode extension

PostPosted: 20. January 2011 19:14
by Altrea
This dll is not compiled for this PHP Version.
If you can't find a newer one, i'm sorry this would not work.

Alternatively you can use the HTML BBCodeParser PEAR Class