Open GoogleCodeExporter opened 9 years ago
Hello, what version of DOMPDF are you using ?
Can you show an HTML document having this problem ?
Original comment by fabien.menager
on 6 Jul 2011 at 11:00
[deleted comment]
Hello,
i'm using the 0.6 beta 2 version downloaded from the site. The error
occurres whatever document i try to convert, even the simple html which
is in the demo page:
<html>
<head>
<style>
/* Type some style rules here */
</style>
</head>
<body>
<!-- Type some HTML here -->
</body>
</html>
thanks
Il 06/07/2011 13:01, dompdf@googlecode.com ha scritto:
Original comment by michele....@gmail.com
on 6 Jul 2011 at 3:27
This might be a problem specific to PHP 5.0.x. The last comment on the
following bug report seems to indicate that the way PHP handles this case may
have changes between 5.0.x and 5.1.x
https://bugs.php.net/bug.php?id=28814
I haven't found anything other related information yet.
But even if we ignore that problem I think we might consider removing the
"parent" argument from Stylesheet::create_style(). For every instance I found
where create_style() is called no argument is passed. Additionally,
create_style() creates a new Style object and passes the parent argument as a
second argument to the Style object constructor. But the Style constructor
doesn't accept a second argument. So it seems pointless unless I'm missing
something?
Original comment by eclecticgeek
on 7 Jul 2011 at 3:40
Original comment by eclecticgeek
on 24 May 2013 at 3:00
Original issue reported on code.google.com by
michele....@gmail.com
on 5 Jul 2011 at 9:28