I'm running this on a Linux/CentOs/cPanel server, trying to add caching
to my PHP5 code, using ADOdb. I have two Linux servers, one of them is
running perfect, the second one, just crashes without any error, and
just gives a blank screen.
I narrowed down the problem to: $line.serialize ($rs2)
Am I missing something maybe in the PHP5 configuration?
to my PHP5 code, using ADOdb. I have two Linux servers, one of them is
running perfect, the second one, just crashes without any error, and
just gives a blank screen.
I narrowed down the problem to: $line.serialize ($rs2)
Am I missing something maybe in the PHP5 configuration?
Comment