Closed GoogleCodeExporter closed 9 years ago
Just to mention I'm using remote image URLs. In PHP 5.2.10 this works fine.
While
working on the PHP 5.2.11 server I changed the remote URLs into local paths
instead.
This seems to be working, but still not sure why remote image URLs is no longer
working in PHP 5.2.11?
Original comment by read...@gmail.com
on 20 Sep 2009 at 2:31
Just to add I have managed to replicate this issue in other scripts that
utilise the
file_get_contents function, but using dompdf 0.5.1 with PHP 5.2.11 is still
causing
problems. After downgrading to 5.2.10, dompdf runs as expected.
Original comment by read...@gmail.com
on 20 Sep 2009 at 7:36
Valid for users system, but does not appear to be a problem in DOMPDF.
Original comment by eclecticgeek
on 23 Sep 2009 at 8:04
For anyone who's interested this appears to be a bug within PHP 5.2.11. Some
users
may experience problems especially with DOMPDF as it utilises the
file_get_contents()
to convert images into temporary files, then back into images for the PDF
compilation
process.
More details available here: http://bugs.php.net/49611
See attached file for patch (credits go to cPanel Dev "J.D.").
Original comment by read...@gmail.com
on 26 Sep 2009 at 12:28
Attachments:
Original comment by eclecticgeek
on 30 May 2013 at 5:15
Original issue reported on code.google.com by
read...@gmail.com
on 20 Sep 2009 at 2:12