I think I have started to solve the puzzle but in a stupid way.
I have to start my php.ini from the php.ini-recommended and modify it one by one and test with rimps after each modification. Though it sounds stupid but eventually I found out that
auto_prepend_file = "e:/php/php/prepend.php3"
is the trouble maker.
Though rimps 3.0 still not up and running as it supposed to be but I am a step closer.
This go back to my previous post asking for where to download libphp4. I still think the phplib is still not config correctly because I can't load
LoadModule php4_module libexec/libphp4.so
or
LoadModule php4_module c:/php4/sapi/php4apache.dll
in the httpd.conf. The first one doesn't exist because I don't know where to get it (or this is for *nix system)
The later one is in my php4 but got the following error message:
Cannot load c:/php4/sapi/php4apache.dll into server: The specific module could not be found
I am not sure what is the problem with this in my httpd.conf
I am still having problem with the phplib because rimps relies this for authentication. I found out that within the php4 directory there is a sub directory calls pear that has similiar php files maybe that is the problem.
I personally don't think alternate rimps code is a good idea with my ability. Is that a way to work around of this?
Osward