PHP_FE(pdf_open_gif, NULL)
PHP_FE(pdf_close_image, NULL)
PHP_FE(pdf_place_image, NULL)
- PHP_FE(pdf_put_image, NULL)
- PHP_FE(pdf_execute_image, NULL)
PHP_FE(pdf_add_weblink, NULL)
PHP_FE(pdf_add_pdflink, NULL)
PHP_FE(pdf_add_annotation, NULL)
if (0 > PDF_open_fp(pdf, fp))
RETURN_FALSE;
} else {
- if (0 > PDF_open_mem(pdf, pdf_flushwrite))
- RETURN_FALSE;
+ PDF_open_mem(pdf, pdf_flushwrite);
}
id = zend_list_insert(pdf,PDF_GLOBAL(le_pdf));