I think the instable reputation of PHP with the DLL is an "old thing". I've been using PHP with DLL and IIS since years with no particular issue. I do remember the
warning about the DLL dating years back. In fact my most stable configuration has
been IIS 5, PHP 4 with eAccelerator 0.9.3 (zero crash).
DLL is a lot faster. With the .exe you end up loading the full "PHP env" with
each request...
Potential issues:
1) apc.shm_size 128
That value seems a little high try something like 24 to start.
On this server (the one running sitebuddy) a dual Xeon with 2GB Ram, the
control panel behaves strangely if I try to pass the 64.
Joined: 2006-01-02
Tim,
I think the instable reputation of PHP with the DLL is an "old thing". I've been using PHP with DLL and IIS since years with no particular issue. I do remember the warning about the DLL dating years back. In fact my most stable configuration has been IIS 5, PHP 4 with eAccelerator 0.9.3 (zero crash).
DLL is a lot faster. With the .exe you end up loading the full "PHP env" with each request...
Potential issues:
1) apc.shm_size 128
That value seems a little high try something like 24 to start.
On this server (the one running sitebuddy) a dual Xeon with 2GB Ram, the control panel behaves strangely if I try to pass the 64.
2) apc.enable_cli
Disable this for your testing with the DLL.
3) Check you permissions using FileMon:
How to use FileMon under Windows