Hi, I'm having a problem with what appears to be a bug in php, where one of my scripts runs fine on my own server, and it runs fine *sometimes* on my webhost's server, but I call it from within a certain script on my webhsot then php just dies, no error message, nothing. It's all a bit complex, but basically I want to know how to disable ANYTHING that might be causing php to behave strangely on the webshost.
Baring in mind that it's shared hosting so I can't change the php.ini file or uninstall things etc.
I've already added these 2 lines to the .htaccess file:
php_flag eaccelerator.en able 0
php_flag eaccelerator.op timizer 0
I know that my webhost has got the ionCube Loader on it, but would that make any difference if I'm not using any encoded php files? If it might make a difference, how do I disable it?
Here's the phpinfo for my webserver:
http://phpinfo.hostult ra.com/
Here's the phpinfo for my own server:
http://uk.geocities.co m/adz999/phpinfo.php.htm l
Can anyone see any other differences that might be making php behave differently? (I know my webhost is php 5.2.3 and mine is 5.2.1, but my webhost was 5.2.1 a until a couple of days ago, and when they upgraded it made no difference.)
Any help greatly appreciated.
Baring in mind that it's shared hosting so I can't change the php.ini file or uninstall things etc.
I've already added these 2 lines to the .htaccess file:
php_flag eaccelerator.en able 0
php_flag eaccelerator.op timizer 0
I know that my webhost has got the ionCube Loader on it, but would that make any difference if I'm not using any encoded php files? If it might make a difference, how do I disable it?
Here's the phpinfo for my webserver:
http://phpinfo.hostult ra.com/
Here's the phpinfo for my own server:
http://uk.geocities.co m/adz999/phpinfo.php.htm l
Can anyone see any other differences that might be making php behave differently? (I know my webhost is php 5.2.3 and mine is 5.2.1, but my webhost was 5.2.1 a until a couple of days ago, and when they upgraded it made no difference.)
Any help greatly appreciated.
Comment