Hello...
I'm seeing some very strange (and VERY frustrating behavior).
I have a java class passes back a string (very simple). On my dev box which is Linux (RH 8) with apache 2.0.40 with php 4.3.0 everything there works great! No problems what so ever...
In my production box I have Linux (RH 7.3), with apache 1.24 and php 4.3.0... Here the page with the:
$obj = new Java("org.my.package.Class");
code stops loading... I don't get any errors... its just the page stops loading! I get a partial page... but no error messages in apache logs or php error logs (and yes, I am logging php errors).
I did use the CLI (on my production box) and it worked great! So... there is something wrong with the libphp4.so... rebuilt it (again) making sure I am using the same JDK.
So... anyone see anything like this before???