On Fri, May 10, 2013 at 3:37 AM, Bleakwind wrote:
> I write a php extension.
> How can I user Zend API do that?
> where can I find some doc about file_handle->handle ?
>
There's not really a place to ask questions for writing extensions, but
most people here will not be able to answer your ques
I write a php extension.
How can I user Zend API do that?
where can I find some doc about file_handle->handle ?
ZEND_API zend_op_array *(*org_compile_file)(zend_file_handle *file_handle,
int type TSRMLS_DC);
ZEND_API zend_op_array *sead_compile_file(zend_file_handle *file_handle,
int type TSRMLS_D
2 matches
Mail list logo