bbcode 1.0.3b1

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

* Release of changes in svn
* Fixed Bug #16821 - PHP 5.3 Compat (lstrojny)
* Fixed Win Build (pajoye)
* Fixed Bug In quote Handling (jani)
* Code cleanup (jani)
* zend_error() was used instead of php_error_docref() (tony2001)
* Added 2 tests