Home » Images » Image_Text » Bug #3356
required trailing slash for font_path
Details
| Request #3356 | required trailing slash for font_path |
|---|---|
| Submitted | 2005-02-02 07:37 UTC |
| From | dst at dmc dot de |
| Assigned | stoyan |
| Status | Closed |
| Package | Image_Text |
| PHP Version | Irrelevant |
| OS | WinXP, 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.