Hello All.
I'm having problems running/accessing (not compiling/link!!!) PHP modules written in C++.
My setup is:
Redhat 7.2
Apache 1.3.22
PHP 4.0.6
.. the modules compile fine. But just throws an error ("Function not found") when calling the php function from a script. Can anyone help me here?
(and yes ... I've remembered the 'extern "C"' statements...)