chacmol / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

make compile dompdf with hiphop #292

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like dompdf to do:
I use the great dompdf in my php project. I want to move my project over to 
hiphop. (compiles all fine now)
The only missing part is dompdf.

frist issue:
- embedded pdf (using eval() -> not possible with hiphop)

second issue: (compile issue)
- compiling file "tcpdf_adapter.cls.php" fails:

/tmp/hphp_iqrPty/php/include/tcpdf_adapter.cls.cpp: In static member function 
static HPHP::Variant 
HPHP::c_TCPDF_Adapter::i_get_font_height(HPHP::MethodCallPackage&, const 
HPHP::Array&):
/tmp/hphp_iqrPty/php/include/tcpdf_adapter.cls.cpp:300: error: class 
HPHP::c_TCPDF_Adapter has no member named t_get_font_height

Do you have an example:

Original issue reported on code.google.com by Andre.We...@gmail.com on 27 May 2011 at 8:13

GoogleCodeExporter commented 9 years ago
Hello, eval is not used anymore in the 0.6 version, but I think there are still 
create_function calls, which I think are the same as eval.
And for the TCPDF adapter, you can simply remove it to compile your package, 
because it doesn't work and is not used, there is no plan to make it work for 
now.

Original comment by fabien.menager on 27 May 2011 at 8:42

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00