Download List

專案描述

StringParser_BBCode is a PHP class that parses
BBCodes with a real parser and not just regular
expressions. This ensures that the HTML elements
are correctly nested. It does not define any
special codes, but allows the programmer to do so
herself. It provides many features, such as the
automatic detection and handling of paragraphs and
the ability to apply different so-called parser
functions to different portions of the text that
is to be parsed.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-03-28 15:25
0.3.3

This release fixes regression in
context-insensitive mode.
標籤: Minor bugfixes

2007-12-29 07:53
0.3.2b

A leftover var_dump that caused debug output during normal operation was removed.
標籤: Minor bugfixes

2007-12-10 19:22
0.3.2a

0.3.2 introduced a serious bug that made the class completely useless in case sensitive mode (the default), though case insensitive mode would still work. This release fixes that bug.
標籤: Minor bugfixes

2007-12-10 19:18
0.3.2

Two bugs have been fixed, the first concerning incorrect behaviour in case insensitive mode, and the second causing [list][*][*][/list] to misbehave. The license was changed to the liberal MIT license. The example code inside the documentation was updated in order to make sure it prevents XSS attacks if people copy it instead of modifying it according to the advice given in the documentation.
標籤: Minor bugfixes

2006-04-24 22:23
0.3.1

A newly appeared bug in 0.3.0 that broke compatibility with older versions has been fixed.
標籤: Major bugfixes

Project Resources