bbcode 0.10.2

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 Segfault when unpaired Tags where found

* Exposed smiley API
* Exposed Argument Parser API
* Exposed parser option API
** Added the ability to alter parser behaviour at run time

* Exposed more flags for tag options
** Added REMOVE_TAG_IF_EMPTY option on tag level

* Fixed some weird behaviour on special parse method