hi all,
just one simple questions:
when I write a c++ extension for php (already done so far) are there any
mechanism
provided by php to map my c++ classes to php or do I have to write some
kind of
a php to c++ class wrapper (every member function for the php class will
call a native c
function t
hi all,
i work on building my own external library that should be usable within
php
using the //dl(.) command. so i read it the docs about how to write
extension
but i felt somehow low left alone, cause the docs only just describes
how to
create extensions that are shipped with the source for be