Lines Matching refs:used

39 ; Directives are variables used to configure PHP or PHP extensions.
41 ; directive because it is not set or is mistyped, a default value will be used.
72 ; PHP comes packaged with two INI files. One that is recommended to be used
73 ; in production environments and one that is recommended to be used in
178 ; generally recommended that <?php and ?> should be used and that this feature
182 ; used regardless of this directive.
251 ; to be used for compression (default is 4KB)
297 ; The value is also used for json_encode when encoding double values.
298 ; If -1 is used, then dtoa mode 0 is used which automatically select the best
303 ; and below. This directive makes most sense if used in a per-directory
335 ; Determines the size of the realpath cache to be used by PHP. This value should
358 ; Allows to set the default encoding for the scripts. This value will be used
559 ; leading '/'. You must also specify the file extension being used including
591 ; to syslog. Only used when error_log is set to syslog.
594 ; The syslog facility is used to specify what type of program is logging
595 ; the message. Only used when error_log is set to syslog.
619 ; The separator used in PHP generated URLs to separate arguments.
625 ; List of separator(s) used by PHP to parse input URLs into variables.
636 ; used as the others, ENV is not recommended on productions servers. You
674 ; first used (Just In Time) instead of when the script starts. If these
675 ; variables are not used within a script, having this directive on will result
716 ; If empty, default_charset is used.
721 ; If empty, default_charset is used.
726 ; If empty, default_charset is used.
744 ; The root of the PHP pages, used only if nonempty.
752 ; The directory under which PHP opens the script using /~username used only
902 ; Note : The syntax used in previous PHP versions ('extension=<ext>.so' and
960 ; Defines the default timezone used by the date functions
985 ; If empty, default_charset or input_encoding or iconv.input_encoding is used.
990 ; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
995 ; If empty, default_charset or output_encoding or iconv.output_encoding is used.
1188 ; used to tune and monitor MySQL operations.
1192 ; used to tune and monitor MySQL operations.
1203 ; Default size of the mysqlnd memory pool, which is used by result sets.
1206 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1209 ; Size of a pre-allocated buffer used for reading data sent by the server in
1245 ; Connection: Set this to a user chosen connection class to be used
1311 ; Handler used to store/retrieve data.
1367 ; Name of the session (used as cookie name).
1398 ; Handler used to serialize data. php is the standard serializer of PHP.
1487 ; If no host is defined, HTTP_HOST will be used for allowed host.
1522 ; A prefix used for the upload progress key in $_SESSION
1627 ; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
1634 ; If empty, default_charset or input_encoding or mbstring.input is used.
1642 ; If empty, default_charset or output_encoding or mbstring.http_output is used.
1662 ; substitute_character used when character cannot be converted
1708 ; is used. For the decode settings you can distinguish between motorola and
1748 ; (time to live) Sets the number of second while cached file will be used
1913 ; Absolute path used to store shared lockfiles (for *nix only).