bbcode 1.0.1

BBCode parsing Extension


This is a quick and efficient BBCode Parsing Library.
It provides various tag types, high speed tree based parsing,
callback system, tag position restriction, Smiley Handling,
Subparsing

It will force closing BBCode tags in the good order, and closing
terminating tags at the end of the string this is in order to ensure
HTML Validity in all case.

License: PHP / BSD

This package is not maintained, if you would like to take over please go to this page.

Changes

* Corrected a 64bit issue, int were used in place of long
* Minor optimisations
* Corrected Thread safe error when compiling (#14333)
* Corrected MacOSX Header error (#14197)
* Corrected PHP 5.3 ZVAL_ADDREF change
* Corrected Callbacks where not freed when using object it was causing a segfault(#13603)
* Updated bstrlib