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

Toyota Camry

Delphi interface implements -

ios - UISlider customization: how to properly add shadow to custom knob image -