
July 17th, 2003, 02:56 AM
|
|
|
|
Join Date: Apr 2007
Posts: 2
Time spent in forums: 3 m 59 sec
Reputation Power: 0
|
|
|
php upgrade oddness
Production Server:
FreeBSD 4.5-RELEASE / Apache/1.3.26 (Unix) PHP/4.1.1
New Server
FreeBSD 5.1-RELEASE / Apache/1.3.27 (Unix) PHP/4.3.1
I have a script that gets data from a remote server and caches it locally in a session variable. On the production server everything works as expected. On the new server the entire script is processed always (I added a logging call as the last line.). When the script uses the local copy of the data everything also works as expected. When the new server makes a connection to the remote server, I get the remote data fine, but even though the entire script runs, the data sent to the browser is truncated.
I can't tell if the problem is in my code, or if there is some configuration issue I'm missing. Any suggestions about how to debug this?
TIA
Roger
|