apache - will "service httpd reload" reload new php.ini settings? -


i'm trying enable shorthand in php via setting this:

short_open_tag = 1 

i execute:

service httpd reload 

however changes not take effect. need "service apache2 reload" instead? or "service httpd reload" work load new php.ini settings?

thanks!

you need

service apache2 reload 

as php.ini settings changes require apache/nginx or whatever server reloaded


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

trac - Modifying workflow to add a status and split on ticket type -

Delphi interface implements -