Last change
on this file since 2010 was
2010,
checked in by geofft, 13 years ago
|
php.d: Force the timezone to America/New_York
When PHP 5.4.0 is released, PHP will refuse to "guess" time zone
information from the TZ variable or from the OS (which on Linux would be
/etc/timezone?), and this needs to either be set using a function or
using a php.ini option.
Since this behavior is deprecated in current versions of PHP, we might
as well deal with it now.
|
File size:
147 bytes
|
Line | |
---|
1 | zend_extension = /usr/lib64/php/modules/scripts.so |
---|
2 | cgi.fix_pathinfo=1 |
---|
3 | cgi.force_redirect = 0 |
---|
4 | memory_limit = 1024M |
---|
5 | date.timezone = America/New_York |
---|
Note: See
TracBrowser
for help on using the repository browser.