Hi,
I was running php 5.3.27 and using EasyApache I upgraded to 5.4.17.
But as soon as I upgraded the putenv command stopped working.
Stopped working in the sense that it was not changing the timezone as it used to.
Hence when i downgraded back to 5.3.27 it again started working.
There was no error message whatsoever. Hence I am not sure why it was not working.
I was simply doing $res = putenv ("TZ=Europe/London"); and it was returning 1.
So i assume that it ran successfully but it was not changing the timezone as it was expected to do so.
What is the issue ????
Thanks.
I was running php 5.3.27 and using EasyApache I upgraded to 5.4.17.
But as soon as I upgraded the putenv command stopped working.
Stopped working in the sense that it was not changing the timezone as it used to.
Hence when i downgraded back to 5.3.27 it again started working.
There was no error message whatsoever. Hence I am not sure why it was not working.
I was simply doing $res = putenv ("TZ=Europe/London"); and it was returning 1.
So i assume that it ran successfully but it was not changing the timezone as it was expected to do so.
What is the issue ????
Thanks.