PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_BBCodeParser » Bug #924

[img]bug

Details

Submitted2004-02-28 14:26 UTC
Fromccc at vip dot 163 dot com
Assignedsjr
StatusClosed
PackageHTML_BBCodeParser
PHP Version4.3.0
OSwindows XP
Roadmaps(Not assigned)

Comments

[2004-02-28 14:26 UTC] ccc at vip dot 163 dot com

Description:
------------
if there is no return between two [img] tag,the second tag cannot be parsed
example should be tested in the example file "parse.php" in the package

Reproduce code:
---------------
[img]http://www.server.org/image.jpg[/img]
[img]http://www.server.org/image.jpg[/img][img]http://www.server.org/image.jpg[/img]

Expected result:
----------------
three images

Actual result:
--------------
just the first image,and the rest codes

[2004-02-28 15:12 UTC] sjr at php dot net

This bug was already known to me, and the fix is in CVS. I'll try to release 1.1 stable asap.