-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
1. Create $svg from existing SVG file
2. Try to export it to EPS under non-root user (apache, for reference)
Expected: eps file
Instead: PHP Warning: file_put_contents(/tmptmp.svg): failed to open stream:
Permission denied in /var/www/projects/mpakki/test/public/svglib/svglib.php on
line 188
I tried version 0.8 on CentOS 6.4 and php 5.4
Original issue reported on code.google.com by mpa...@gmail.com
on 11 Dec 2014 at 5:55