PEAR is archived and read-only

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

Home » Images » Image_Text » Bug #3356

required trailing slash for font_path

Details

Request #3356required trailing slash for font_path
Submitted2005-02-02 07:37 UTC
Fromdst at dmc dot de
Assignedstoyan
StatusClosed
PackageImage_Text
PHP VersionIrrelevant
OSWinXP, Win2000, Linux
Roadmaps(Not assigned)

Comments

[2005-02-02 07:37 UTC] dst at dmc dot de

Description:
------------
The requirement of a trailing slash for $option['font_path'] contradicts with common sense. realpath(), getcwd(), dirname() and other methods that return a path _always_ ommit the trailing path.

Image_Text should be updated to handle this internally.