Originariamente inviato da fmortara
[OT_TENNICO]
Cosa fa quel php -w ??
[/OT_TENNICO]

Io fossi in te non darei nulla, e mi accerterei che neanche il cliente lo faccia.
hfish@n140:~$ php --help | grep w
-n No php.ini file will be used
-d foo[=bar] Define INI entry foo with value 'bar'
-m Show compiled in modules
-r <code> Run PHP <code> without using script tags <?..?>
-w Output source with stripped comments and whitespace.
args... Arguments passed to script. Use -- args when first argument
starts with - or script is read from stdin
--ini Show configuration file names
--rf <name> Show information about function <name>.
--rc <name> Show information about class <name>.
--re <name> Show information about extension <name>.
--ri <name> Show configuration for extension <name>.
hfish@n140:~$