Hi!
I have run into a serious problem - and I've had no luck in finding any information on the subject...
I am about to write a PHP module that is supposed to interact with a (shared) library. But I am not able to get it working..
I have a library, dummy.so
and a PHP module, module.so.
If I "call" module.so from within a PHP-script and do "trivial" stuff (like any "native" PHP-function) I have no problems. But when I try to access any function, that dummy.so should supply I get this:
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: [no URL]
The following error was encountered:
Zero Sized Reply
Squid did not receive any data for this request.
Why am I not able to tell PHP's STUPID! (sorry, I'm frustrated 🙂 "automatic build system" that it is to make use of my library? I just don't get it...
I have read through all the apidocs (Zend) and even purchased "Web Application Development with PHP 4.0". Alas to no avail...
I really hope that some of you will be able to help me out...
Thanks
Thomas