Hi,
I'm trying to create an extension with delphi/kylix.
On windows, I have successfully called some functions from php4ts.dll, but under Linux I have small problems 🙁
I have added the function entries in my code, compiled as a library, and then goes the problem. I have compiled PHP in cgi mode, and so there is no libphp4.so.
I think I have something to do with my .so file and libphp4.a (with libtool probably), but I'm stuck! I have read some parts of libtool manual, and apparently I should use the --mode=link.
Could somebody give me a clue?
Thanks for reading my message, and sorry if my question is stupid, I have not enough experience with Linux 🙁