Closed eduardoarandah closed 11 years ago
I'm getting: Fatal error: func_get_args(): Can't be used as a function parameter in /EYiiPdf.php on line 113
easily solved with a variable: 113: $args=func_get_args(); $this->initLibrary(FUNCTION, $args);
@eduardoarandah thanks for reporting. I haven't tested it on PHP < 5.3.0, so I didn't get such error. I will fix this asap.
I'm getting: Fatal error: func_get_args(): Can't be used as a function parameter in /EYiiPdf.php on line 113
easily solved with a variable: 113: $args=func_get_args(); $this->initLibrary(FUNCTION, $args);