-
-
Save phpleo/1074243 to your computer and use it in GitHub Desktop.
Configurando php en ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo gedit /etc/php5/cgi/php.ini |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; Identifica tu timezone en: http://www.php.net/manual/es/timezones.php | |
| ; Dentro del php.ini busca (date.timezone) y reemplaza por el tuyo: | |
| [Date] | |
| ; Defines the default timezone used by the date functions | |
| ; http://php.net/date.timezone | |
| date.timezone = "America/Lima" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; Buscar short_open_tag y setearla a Off: | |
| short_open_tag = Off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment