Hi Jonathen,
Thanks for the tips. I will download the phplib-7.4-pre1.tar.gz and try it out.
I couldn't find the libphp4.dll from the distribution package I download from php official site. However, there are libeay32.dll and libintl-1.dll in the dll folder comes with the package. I really don't have any idea what it is and how it works.
From the php manual, it said to make php a apache module, I should add:
LoadModule php4_module libexec/libphp4.so
or
LoadModule php4_module c:/php/sapi/php4apache.dll
in the httpd.conf
Maybe the first instruction refers to *nix system, however I can locate the php4apche.dll from the sapi directory but when I restart apache, it return a message that the file couldn't be located. I try to move the file to the windows/system 32/ directory and even the root of php4 but still couldn't work.
What have I done wrong?
The reason I need libphp4 is I am trying to use rimps (it is a web-based frontend, written in PHP, to make Apache an MP3 and Ogg server) and it needs libphp4.so
Regards,
Osward