bbcode

This package is not maintained, if you would like to take over please go to this page.
No replacement provided. Contact us if you know a replacement.

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.

Maintainer

  • Xavier De Cock (lead )

Details

Downloads: 116497
1.0.1
16 years ago
Version 1.0.1 change log

* 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

requires:

  • php >=5.2.0
  • pearinstaller >=1.4.0a1