; php-cli.ini - configuration used only for cli SAPI ; ; Please note that, unlikely in original php distributions, this file ; is read AFTER (not instead of) reading global /etc/php/php.ini. ; ; It allows you to control global settings for all SAPIs in one place ; and override some settings in SAPI-specific files without need of ; copying whole large php.ini. [PHP] ; This directive tells PHP whether to declare the argv&argc variables (that ; would contain the GET information). If you don't use these variables, you ; should turn it off for increased performance. register_argc_argv = On [Session] session.save_path = /tmp ; argument passed to save_handler ; in the case of files, this is the ; path where data files are stored