Aucun fichier php.ini

  • Bogey
  • Bogey
  • Genius
  • Avatar de l’utilisateur
  • Inscription: Juil 14, 2005
  • Messages: 8212
  • Loc: USA
  • Status: Offline

Message Novembre 19th, 2010, 4:01 pm

Il s'agit d'une question hypothétique...ce qui se passe si je supprimer le fichier php.ini qui est chargé dans mon Apache?
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • Anonymous
  • Bot
  • No Avatar
  • Inscription: 25 Feb 2008
  • Messages: ?
  • Loc: Ozzuland
  • Status: Online

Message Novembre 19th, 2010, 4:01 pm

  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • Avatar de l’utilisateur
  • Inscription: Mai 22, 2004
  • Messages: 3415
  • Loc: Richland, WA
  • Status: Offline

Message Novembre 19th, 2010, 4:48 pm

Je pense que ce serait crier à vous. Id supposer que toutes les variables du fichier ini sont prédéfinis dans le programme. Lecture du fichier ini il suffit de les écraser. Cela pourrait ne pas être le cas pour chaque valeur, mais que vous seriez peut s'en sortir sans en avoir un. Elle peut également faire une nouvelle avec les variables strict nécessaire et il les valeurs par défaut.

Faites un essai et de faire rapport gif "title =":)" alt =" Smile "> suffit de renommer votre exemplaire et redémarrez Apache.
#define NULL (::rand() % 2)
  • Bogey
  • Bogey
  • Genius
  • Avatar de l’utilisateur
  • Inscription: Juil 14, 2005
  • Messages: 8212
  • Loc: USA
  • Status: Offline

Message Novembre 19th, 2010, 4:55 pm

Hmmm...il ne me donne pas toutes les erreurs, mais si je fais une erreur dans le code, maintenant sa me montrant ces erreurs fatales il n'a pas auparavant avec le fichier php.ini...J'ai presque l'esprit de quitter le apache sans php.ini :lol: Je garde les erreurs, mais ramener php. ini, redémarrer apache et les erreurs fatales immédiatement disparaître...


Wouldnt ce faire fonctionner plus lentement si?
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • Avatar de l’utilisateur
  • Inscription: Mai 22, 2004
  • Messages: 3415
  • Loc: Richland, WA
  • Status: Offline

Message Novembre 19th, 2010, 5:00 pm

Thats probablement parce que vous avez de rapport d'erreur à aucun dans votre fichier php.ini
#define NULL (::rand() % 2)
  • Bogey
  • Bogey
  • Genius
  • Avatar de l’utilisateur
  • Inscription: Juil 14, 2005
  • Messages: 8212
  • Loc: USA
  • Status: Offline

Message Novembre 19th, 2010, 5:16 pm

N...son ensemble à ce qui suit:
Quote:
error_reporting = E_ALL & ~ E_NOTICE
, Les erreurs à l'éditeur (dans le cadre de la sortie). Pour les sites de production,

display_errors = On

display_startup_errors = On
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Inscription: Fév 10, 2004
  • Messages: 13458
  • Loc: Florida
  • Status: Offline

Message Novembre 19th, 2010, 6:51 pm

PHP possède des valeurs par défaut pour chaque directive comme vous pouvez le voir ici . Donc, si la valeur que vous avez dans le fichier php.ini diffère de la valeur par défaut, vous pouvez obtenir un comportement inattendu si vous vous débarrassez de php.ini.

Comme pour le chargement des fichiers php.ini, il n'ya pas de code de notification d'erreur dans la source de PHP qui gère le chargement des fichiers php.ini, le code est pour php. ini dans des lieux différents selon la façon dont PHP est en cours d'exécution (Windows, Linux, SAPI, CGI, etc) si le fichier existe, il l'emporte par les directives actuelles avec les valeurs trouvées dans ce fichier, puis se déplace sur le fichier suivant dans la hiérarchie. Chaque fois qu'un fichier ini ne pas exister ne fait que déplacer tranquillement.

points intéressants dans le code source PHP 5.2 sont "main / main.c" ligne de près de 1756 et "main / php_ini.c" près de la ligne 260.
Strong with this one, the sudo is.
  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • Avatar de l’utilisateur
  • Inscription: Mai 22, 2004
  • Messages: 3415
  • Loc: Richland, WA
  • Status: Offline

Message Novembre 19th, 2010, 7:15 pm

Thats un énorme fichier main.c :shock:
#define NULL (::rand() % 2)
  • Bogey
  • Bogey
  • Genius
  • Avatar de l’utilisateur
  • Inscription: Juil 14, 2005
  • Messages: 8212
  • Loc: USA
  • Status: Offline

Message Novembre 19th, 2010, 9:19 pm

joebert a écrit:
PHP possède des valeurs par défaut pour chaque directive comme vous pouvez le voir ici . Donc, si la valeur que vous avez dans le fichier php.ini diffère de la valeur par défaut, vous pouvez obtenir un comportement inattendu si vous vous débarrassez de php.ini.

Thats juste la chose...Im obtenir des résultats inattendus avec php.ini et Im se l'erreur attendue des rapports sans le fichier php.ini. Je ne sais pas autre chose, mais son php.ini fonctionne très bien sans

Chaque fois que j'ai mis le fichier php.ini retourner là-bas et inclure un fichier inexistant, j'obtiens une erreur sans php.ini même si aucune erreur avec le fichier php.ini...Je ne sais pas pourquoi il ferait ça.

J'ai regardé tout au long de mon ordinateur et trouvé trois dossiers distincts php5...mais celui qui est chargé est celle que j'ai retiré...
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • Avatar de l’utilisateur
  • Inscription: Mai 22, 2004
  • Messages: 3415
  • Loc: Richland, WA
  • Status: Offline

Message Novembre 19th, 2010, 10:11 pm

Postez votre php.ini ensemble (s'attendre à des informations sensibles, que je ne pense pas qu'il a bien)
#define NULL (::rand() % 2)
  • Bogey
  • Bogey
  • Genius
  • Avatar de l’utilisateur
  • Inscription: Juil 14, 2005
  • Messages: 8212
  • Loc: USA
  • Status: Offline

Message Novembre 19th, 2010, 10:31 pm

Code: [ Select ]
[PHP]

;;;;;;;;;;;;;;;;;;;
; About php.ini  ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.

; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
; 1. SAPI module specific location.
; 2. The PHPRC environment variable. (As of PHP 5.2.0)
; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
; 4. Current working directory (except CLI)
; 5. The web server's directory (for SAPI modules), or directory of PHP
; (otherwise in Windows)
; 6. The directory from the --with-config-file-path compile time option, or the
; Windows directory (C:\windows or C:\winnt)
; See the PHP docs for more specific information.
;

; The syntax of the file is extremely simple. Whitespace and Lines
; beginning with a semicolon are silently ignored (as you probably guessed).
; Section headers (e.g. [Foo]) are also silently ignored, even though
; they might mean something in the future.

; Directives following the section heading [PATH=/www/mysite] only
; apply to PHP files in the /www/mysite directory. Directives
; following the section heading [HOST=www.example.com] only apply to
; PHP files served from . Directives set in these
; special sections cannot be overridden by user-defined INI files or
; at runtime. Currently, [PATH=] and [HOST=] sections only work under
; CGI/FastCGI.
;

; Directives are specified using the following syntax:
; directive = value
; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
; Directives are variables used to configure PHP or PHP extensions.
; There is no name validation. If PHP can't find an expected
; directive because it is not set or is mistyped, a default value will be used.

; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
; previously set variable or directive (e.g. ${foo})

; Expressions in the INI file are limited to bitwise operators and parentheses:
; | bitwise OR
; ^ bitwise XOR
; & bitwise AND
; ~ bitwise NOT
; ! boolean NOT

; Boolean flags can be turned on using the values 1, On, True or Yes.
; They can be turned off using the values 0, Off, False or No.

; An empty string can be denoted by simply not writing anything after the equal
; sign, or by using the None keyword:

; foo =     ; sets foo to an empty string
; foo = None  ; sets foo to an empty string
; foo = "None" ; sets foo to the string 'None'

; If you use constants in your value, and these constants belong to a
; dynamically loaded extension (either a PHP extension or a Zend extension),
; you may only use these constants *after* the line that loads the extension.

;;;;;;;;;;;;;;;;;;;
; About this file ;
;;;;;;;;;;;;;;;;;;;
; PHP comes packaged with two INI files. One that is recommended to be used
; in production environments and one that is recommended to be used in
; development environments.

; php.ini-production contains settings which hold security, performance and
; best practices at its core. But please be aware, these settings may break
; compatibility with older or less security conscience applications. We
; recommending using the production ini in production and testing environments.

; php.ini-development is very similar to its production variant, except it's
; much more verbose when it comes to errors. We recommending using the
; development version only in development environments as errors shown to
; application users can inadvertently leak otherwise secure information.

;;;;;;;;;;;;;;;;;;;
; Quick Reference ;
;;;;;;;;;;;;;;;;;;;
; The following are all the settings which are different in either the production
; or development versions of the INIs with respect to PHP's default behavior.
; Please see the actual settings later in the document for more details as to why
; we recommend these changes in PHP's behavior.

; allow_call_time_pass_reference
;  Default Value: On
;  Development Value: Off
;  Production Value: Off

;error_reporting = E_ALL & ~E_NOTICE
;
; - Show all errors, except for notices
;
;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
;
; - Show only errors
;
;error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
;
; - Show all errors except for notices and coding standards warnings
;
error_reporting = E_ALL & ~E_NOTICE
; Print out errors (as a part of the output). For production web sites,

display_errors = On

display_startup_errors = On

; html_errors
;  Default Value: On
;  Development Value: On
;  Production value: Off

log_errors = On
;  Default Value: Off
;  Development Value: On
;  Production Value: On

; magic_quotes_gpc
;  Default Value: On
;  Development Value: Off
;  Production Value: Off

; max_input_time
;  Default Value: -1 (Unlimited)
;  Development Value: 60 (60 seconds)
;  Production Value: 60 (60 seconds)

; output_buffering
;  Default Value: Off
;  Development Value: 4096
;  Production Value: 4096

; register_argc_argv
;  Default Value: On
;  Development Value: Off
;  Production Value: Off

; register_long_arrays
;  Default Value: On
;  Development Value: Off
;  Production Value: Off

; request_order
;  Default Value: None
;  Development Value: "GP"
;  Production Value: "GP"

; session.bug_compat_42
;  Default Value: On
;  Development Value: On
;  Production Value: Off

; session.bug_compat_warn
;  Default Value: On
;  Development Value: On
;  Production Value: Off

; session.gc_divisor
;  Default Value: 100
;  Development Value: 1000
;  Production Value: 1000

; session.hash_bits_per_character
;  Default Value: 4
;  Development Value: 5
;  Production Value: 5

; short_open_tag
;  Default Value: On
;  Development Value: Off
;  Production Value: Off

; track_errors
;  Default Value: Off
;  Development Value: On
;  Production Value: Off

; url_rewriter.tags
;  Default Value: "a=href,area=href,frame=src,form=,fieldset="
;  Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
;  Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"

; variables_order
;  Default Value: "EGPCS"
;  Development Value: "GPCS"
;  Production Value: "GPCS"

;;;;;;;;;;;;;;;;;;;;
; php.ini Options ;
;;;;;;;;;;;;;;;;;;;;
; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
;user_ini.filename = ".user.ini"

; To disable this feature set this option to empty value
;user_ini.filename =

; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
;user_ini.cache_ttl = 300

;;;;;;;;;;;;;;;;;;;;
; Language Options ;
;;;;;;;;;;;;;;;;;;;;

; Enable the PHP scripting language engine under Apache.
;
engine = On

; This directive determines whether or not PHP will recognize code between
; <? and ?> tags as PHP source which should be processed as such. It's been
; recommended for several years that you not use the short tag "short cut" and
; instead to use the full <?php and ?> tag combination. With the wide spread use
; of XML and use of these tags by other languages, the server can become easily
; confused and end up parsing the wrong code in the wrong context. But because
; this short cut has been a feature for such a long time, it's currently still
; supported for backwards compatibility, but we recommend you don't use them.
; Default Value: On
; Development Value: Off
; Production Value: Off
;
short_open_tag = On

; Allow ASP-style <% %> tags.
;
asp_tags = Off

; The number of significant digits displayed in floating point numbers.
;
precision = 14

; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
;
y2k_compliance = On

; Output buffering is a mechanism for controlling how much output data
; (excluding headers and cookies) PHP should keep internally before pushing that
; data to the client. If your application's output exceeds this setting, PHP
; will send that data in chunks of roughly the size you specify.
; Turning on this setting and managing its maximum buffer size can yield some
; interesting side-effects depending on your application and web server.
; You may be able to send headers and cookies after you've already sent output
; through print or echo. You also may see performance benefits if your server is
; emitting less packets due to buffered output versus PHP streaming the output
; as it gets it. On production servers, 4096 bytes is a good setting for performance
; reasons.
; Note: Output buffering can also be controlled via Output Buffering Control
;  functions.
; Possible Values:
;  On = Enabled and buffer is unlimited. (Use with caution)
;  Off = Disabled
;  Integer = Enables the buffer and sets its maximum size in bytes.
; Note: This directive is hardcoded to Off for the CLI SAPI
; Default Value: Off
; Development Value: 4096
; Production Value: 4096
;
output_buffering = 4096

; You can redirect all of the output of your scripts to a function. For
; example, if you set output_handler to "mb_output_handler", character
; encoding will be transparently converted to the specified encoding.
; Setting any output handler automatically turns on output buffering.
; Note: People who wrote portable scripts should not depend on this ini
;  directive. Instead, explicitly set the output handler using ob_start().
;  Using this ini directive may cause problems unless you know what script
;  is doing.
; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
;  and you cannot use both "ob_gzhandler" and "zlib.output_compression".
; Note: output_handler must be empty if this is set 'On' !!!!
;  Instead you must use zlib.output_handler.
;
;output_handler =

; Transparent output compression using the zlib library
; Valid values for this option are 'off', 'on', or a specific buffer size
; to be used for compression (default is 4KB)
; Note: Resulting chunk size may vary due to nature of compression. PHP
;  outputs chunks that are few hundreds bytes each as a result of
;  compression. If you prefer a larger chunk size for better
;  performance, enable output_buffering in addition.
; Note: You need to use zlib.output_handler instead of the standard
;  output_handler, or otherwise the output will be corrupted.
;
zlib.output_compression = Off

;
;zlib.output_compression_level = -1

; You cannot specify additional output handlers if zlib.output_compression
; is activated here. This setting does the same as output_handler but in
; a different order.
;
;zlib.output_handler =

; Implicit flush tells PHP to tell the output layer to flush itself
; automatically after every output block. This is equivalent to calling the
; PHP function flush() after each and every call to print() or echo() and each
; and every HTML block. Turning this option on has serious performance
; implications and is generally recommended for debugging purposes only.
;
; Note: This directive is hardcoded to On for the CLI SAPI
implicit_flush = Off

; The unserialize callback function will be called (with the undefined class'
; name as parameter), if the unserializer finds an undefined class
; which should be instantiated. A warning appears if the specified function is
; not defined, or if the function doesn't include/implement the missing class.
; So only set this entry, if you really want to implement such a
; callback-function.
unserialize_callback_func =

; When floats & doubles are serialized store serialize_precision significant
; digits after the floating point. The default value ensures that when floats
; are decoded with unserialize, the data will remain the same.
serialize_precision = 100

; This directive allows you to enable and disable warnings which PHP will issue
; if you pass a value by reference at function call time. Passing values by
; reference at function call time is a deprecated feature which will be removed
; from PHP at some point in the near future. The acceptable method for passing a
; value by reference to a function is by declaring the reference in the functions
; definition, not at call time. This directive does not disable this feature, it
; only determines whether PHP will warn you about it or not. These warnings
; should enabled in development environments only.
; Default Value: On (Suppress warnings)
; Development Value: Off (Issue warnings)
; Production Value: Off (Issue warnings)
;
allow_call_time_pass_reference = Off

; Safe Mode
;
safe_mode = Off

; By default, Safe Mode does a UID compare check when
; opening files. If you want to relax this to a GID compare,
; then turn on safe_mode_gid.
;
safe_mode_gid = Off

; When safe_mode is on, UID/GID checks are bypassed when
; including files from this directory and its subdirectories.
; (directory must also be in include_path or full path must
; be used when including)
;
safe_mode_include_dir =

; When safe_mode is on, only executables located in the safe_mode_exec_dir
; will be allowed to be executed via the exec family of functions.
;
safe_mode_exec_dir =

; Setting certain environment variables may be a potential security breach.
; This directive contains a comma-delimited list of prefixes. In Safe Mode,
; the user may only alter environment variables whose names begin with the
; prefixes supplied here. By default, users will only be able to set
; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
; Note: If this directive is empty, PHP will let the user modify ANY
;  environment variable!
;
safe_mode_allowed_env_vars = PHP_

; This directive contains a comma-delimited list of environment variables that
; the end user won't be able to change using putenv(). These variables will be
; protected even if safe_mode_allowed_env_vars is set to allow to change them.
;
safe_mode_protected_env_vars = LD_LIBRARY_PATH

; open_basedir, if set, limits all file operations to the defined directory
; and below. This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
;
;open_basedir =

; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
;
disable_functions =

; This directive allows you to disable certain classes for security reasons.
; It receives a comma-delimited list of class names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
;
disable_classes =

; Colors for Syntax Highlighting mode. Anything that's acceptable in
; <span style="color: ???????"> would work.
;
;highlight.string = #DD0000
;highlight.comment = #FF9900
;highlight.keyword = #007700
;highlight.bg   = #FFFFFF
;highlight.default = #0000BB
;highlight.html  = #000000

; If enabled, the request will be allowed to complete even if the user aborts
; the request. Consider enabling it if executing long requests, which may end up
; being interrupted by the user or a browser timing out. PHP's default behavior
; is to disable this feature.
;
;ignore_user_abort = On

; Determines the size of the realpath cache to be used by PHP. This value should
; be increased on systems where PHP opens many files to reflect the quantity of
; the file operations performed.
;
;realpath_cache_size = 16k

; Duration of time, in seconds for which to cache realpath information for a given
; file or directory. For systems with rarely changing files, consider increasing this
; value.
;
;realpath_cache_ttl = 120

;;;;;;;;;;;;;;;;;
; Miscellaneous ;
;;;;;;;;;;;;;;;;;

; Decides whether PHP may expose the fact that it is installed on the server
; (e.g. by adding its signature to the Web server header). It is no security
; threat in any way, but it makes it possible to determine whether you use PHP
; on your server or not.
;
expose_php = On

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

; Maximum execution time of each script, in seconds
;
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 30

; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; long running scripts.
; Note: This directive is hardcoded to -1 for the CLI SAPI
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
;
max_input_time = 60

; Maximum input variable nesting level
;
;max_input_nesting_level = 64

; Maximum amount of memory a script may consume (128MB)
;
memory_limit = 128M

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; This directive informs PHP of which errors, warnings and notices you would like
; it to take action for. The recommended way of setting values for this
; directive is through the use of the error level constants and bitwise
; operators. The error level constants are below here for convenience as well as
; some common settings and their meanings.
; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
; those related to E_NOTICE and E_STRICT, which together cover best practices and
; recommended coding standards in PHP. For performance reasons, this is the
; recommend error reporting setting. Your production server shouldn't be wasting
; resources complaining about best practices and coding standards. That's what
; development servers and development settings are for.
; Note: The php.ini-development file has this setting as E_ALL | E_STRICT. This
; means it pretty much reports everything which is exactly what you want during
; development and early testing.
;
; Error Level Constants:
; E_ALL       - All errors and warnings (includes E_STRICT as of PHP 6.0.0)
; E_ERROR      - fatal run-time errors
; E_RECOVERABLE_ERROR - almost fatal run-time errors
; E_WARNING     - run-time warnings (non-fatal errors)
; E_PARSE      - compile-time parse errors
; E_NOTICE     - run-time notices (these are warnings which often result
;           from a bug in your code, but it's possible that it was
;           intentional (e.g., using an uninitialized variable and
;           relying on the fact it's automatically initialized to an
;           empty string)
; E_STRICT     - run-time notices, enable to have PHP suggest changes
;           to your code which will ensure the best interoperability
;           and forward compatibility of your code
; E_CORE_ERROR   - fatal errors that occur during PHP's initial startup
; E_CORE_WARNING  - warnings (non-fatal errors) that occur during PHP's
;           initial startup
; E_COMPILE_ERROR  - fatal compile-time errors
; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
; E_USER_ERROR   - user-generated error message
; E_USER_WARNING  - user-generated warning message
; E_USER_NOTICE   - user-generated notice message
; E_DEPRECATED   - warn about code that will not work in future versions
;           of PHP
; E_USER_DEPRECATED - user-generated deprecation warnings
;
; Common Values:
;  E_ALL & ~E_NOTICE (Show all errors, except for notices and coding standards warnings.)
;  E_ALL & ~E_NOTICE | E_STRICT (Show all errors, except for notices)
;  E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
;  E_ALL | E_STRICT (Show all errors, warnings and notices including coding standards.)
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED
;
error_reporting = E_ALL & ~E_DEPRECATED

; This directive controls whether or not and where PHP will output errors,
; notices and warnings too. Error output is very useful during development, but
; it could be very dangerous in production environments. Depending on the code
; which is triggering the error, sensitive information could potentially leak
; out of your application such as database usernames and passwords or worse.
; It's recommended that errors be logged on production servers rather than
; having the errors sent to STDOUT.
; Possible Values:
;  Off = Do not display any errors
;  stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
;  On or stdout = Display errors to STDOUT
; Default Value: On
; Development Value: On
; Production Value: Off
;
display_errors = Off

; The display of errors which occur during PHP's startup sequence are handled
; separately from display_errors. PHP's default behavior is to suppress those
; errors from clients. Turning the display of startup errors on can be useful in
; debugging configuration problems. But, it's strongly recommended that you
; leave this setting off on production servers.
; Default Value: Off
; Development Value: On
; Production Value: Off
;
display_startup_errors = Off

; Besides displaying errors, PHP can also log errors to locations such as a
; server-specific log, STDERR, or a location specified by the error_log
; directive found below. While errors should not be displayed on productions
; servers they should still be monitored and logging is a great way to do that.
; Default Value: Off
; Development Value: On
; Production Value: On
;
log_errors = On

; Set maximum length of log_errors. In error_log information about the source is
; added. The default is 1024 and 0 allows to not apply any maximum length at all.
;
log_errors_max_len = 1024

; Do not log repeated messages. Repeated errors must occur in same file on same
; line unless ignore_repeated_source is set true.
;
ignore_repeated_errors = Off

; Ignore source of message when ignoring repeated messages. When this setting
; is On you will not log errors with repeated messages from different files or
; source lines.
;
ignore_repeated_source = Off

; If this parameter is set to Off, then memory leaks will not be shown (on
; stdout or in the log). This has only effect in a debug compile, and if
; error reporting includes E_WARNING in the allowed list
;
report_memleaks = On

; This setting is on by default.
;report_zend_debug = 0

; Store the last error/warning message in $php_errormsg (boolean). Setting this value
; to On can assist in debugging and is appropriate for development servers. It should
; however be disabled on production servers.
; Default Value: Off
; Development Value: On
; Production Value: Off
;
track_errors = Off

; Turn off normal error reporting and emit XML-RPC error XML
;
;xmlrpc_errors = 0

; An XML-RPC faultCode
;xmlrpc_error_number = 0

; When PHP displays or logs an error, it has the capability of inserting html
; links to documentation related to that error. This directive controls whether
; those HTML links appear in error messages or not. For performance and security
; reasons, it's recommended you disable this on production servers.
; Note: This directive is hardcoded to Off for the CLI SAPI
; Default Value: On
; Development Value: On
; Production value: Off
;
html_errors = Off

; If html_errors is set On PHP produces clickable error messages that direct
; to a page describing the error or function causing the error in detail.
; You can download a copy of the PHP manual from
; and change docref_root to the base URL of your local copy including the
; leading '/'. You must also specify the file extension being used including
; the dot. PHP's default behavior is to leave these settings empty.
; Note: Never use this feature for production boxes.
;
; Examples
;docref_root = "/phpmanual/"

;
;docref_ext = .html

; String to output before an error message. PHP's default behavior is to leave
; this setting blank.
;
; Example:
;error_prepend_string = "<font color=#ff0000>"

; String to output after an error message. PHP's default behavior is to leave
; this setting blank.
;
; Example:
;error_append_string = "</font>"

; Log errors to specified file. PHP's default behavior is to leave this value
; empty.
;
; Example:
;error_log = php_errors.log
; Log errors to syslog (Event Log on NT, not valid in Windows 95).
;error_log = syslog

;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;

; The separator used in PHP generated URLs to separate arguments.
; PHP's default setting is "&".
;
; Example:
;arg_separator.output = "&amp;"

; List of separator(s) used by PHP to parse input URLs into variables.
; PHP's default setting is "&".
; NOTE: Every character in this directive is considered as separator!
;
; Example:
;arg_separator.input = ";&"

; This directive determines which super global arrays are registered when PHP
; starts up. If the register_globals directive is enabled, it also determines
; what order variables are populated into the global space. G,P,C,E & S are
; abbreviations for the following respective super globals: GET, POST, COOKIE,
; ENV and SERVER. There is a performance penalty paid for the registration of
; these arrays and because ENV is not as commonly used as the others, ENV is
; is not recommended on productions servers. You can still get access to
; the environment variables through getenv() should you need to.
; Default Value: "EGPCS"
; Development Value: "GPCS"
; Production Value: "GPCS";
;
variables_order = "GPCS"

; This directive determines which super global data (G,P,C,E & S) should
; be registered into the super global array REQUEST. If so, it also determines
; the order in which that data is registered. The values for this directive are
; specified in the same manner as the variables_order directive, EXCEPT one.
; Leaving this value empty will cause PHP to use the value set in the
; variables_order directive. It does not mean it will leave the super globals
; array REQUEST empty.
; Default Value: None
; Development Value: "GP"
; Production Value: "GP"
;
request_order = "GP"

; Whether or not to register the EGPCS variables as global variables. You may
; want to turn this off if you don't want to clutter your scripts' global scope
; with user data.
; You should do your best to write your scripts so that they do not require
; register_globals to be on; Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
;
register_globals = Off

; Determines whether the deprecated long $HTTP_*_VARS type predefined variables
; are registered by PHP or not. As they are deprecated, we obviously don't
; recommend you use them. They are on by default for compatibility reasons but
; they are not recommended on production servers.
; Default Value: On
; Development Value: Off
; Production Value: Off
;
register_long_arrays = Off

; This directive determines whether PHP registers $argv & $argc each time it
; runs. $argv contains an array of all the arguments passed to PHP when a script
; is invoked. $argc contains an integer representing the number of arguments
; that were passed when the script was invoked. These arrays are extremely
; useful when running scripts from the command line. When this directive is
; enabled, registering these variables consumes CPU cycles and memory each time
; a script is executed. For performance reasons, this feature should be disabled
; on production servers.
; Note: This directive is hardcoded to On for the CLI SAPI
; Default Value: On
; Development Value: Off
; Production Value: Off
;
register_argc_argv = Off

; When enabled, the SERVER and ENV variables are created when they're first
; used (Just In Time) instead of when the script starts. If these variables
; are not used within a script, having this directive on will result in a
; performance gain. The PHP directives register_globals, register_long_arrays,
; and register_argc_argv must be disabled for this directive to have any affect.
;
auto_globals_jit = On

; Maximum size of POST data that PHP will accept.
;
post_max_size = 8M

; Magic quotes are a preprocessing feature of PHP where PHP will attempt to
; escape any character sequences in GET, POST, COOKIE and ENV data which might
; otherwise corrupt data being placed in resources such as databases before
; making that data available to you. Because of character encoding issues and
; non-standard SQL implementations across many databases, it's not currently
; possible for this feature to be 100% accurate. PHP's default behavior is to
; enable the feature. We strongly recommend you use the escaping mechanisms
; designed specifically for the database your using instead of relying on this
; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is
; scheduled for removal in PHP 6.
; Default Value: On
; Development Value: Off
; Production Value: Off
;
magic_quotes_gpc = Off

; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
;
magic_quotes_runtime = Off

; Use Sybase-style magic quotes (escape ' with '' instead of \').
;
magic_quotes_sybase = Off

; Automatically add files before PHP document.
;
auto_prepend_file =

; Automatically add files after PHP document.
;
auto_append_file =

; By default, PHP will output a character encoding using
; the Content-type: header. To disable sending of the charset, simply
; set it to be empty.
;
; PHP's built-in default is text/html
;
default_mimetype = "text/html"

; PHP's default character set is set to empty.
;
;default_charset = "iso-8859-1"

; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is
; to disable this feature.
;
;always_populate_raw_post_data = On

;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

; UNIX: "/path1:/path2"
;include_path = ".:/usr/share/php"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
;
; PHP's default setting for include_path is ".;/path/to/php/pear"
;

; The root of the PHP pages, used only if nonempty.
; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
; if you are running php as a CGI under any web server (other than IIS)
; see documentation for security issues. The alternate is to use the
; cgi.force_redirect configuration below
;
doc_root =

; The directory under which PHP opens the script using /~username used only
; if nonempty.
;
user_dir =

; Directory in which the loadable extensions (modules) reside.
;
; extension_dir = "./"
; On windows:
; extension_dir = "ext"

; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
; disabled on them.
;
enable_dl = Off

; cgi.force_redirect is necessary to provide security running PHP as a CGI under
; most web servers. Left undefined, PHP turns this on by default. You can
; turn it off here AT YOUR OWN RISK
; **You CAN safely turn this off for IIS, in fact, you MUST.**
;
;cgi.force_redirect = 1

; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
; every request. PHP's default behavior is to disable this feature.
;cgi.nph = 1

; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
; will look for to know it is OK to continue execution. Setting this variable MAY
; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
;
;cgi.redirect_status_env = ;

; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
;
;cgi.fix_pathinfo=1

; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
; security tokens of the calling client. This allows IIS to define the
; security context that the request runs under. mod_fastcgi under Apache
; does not currently support this feature (03/17/2002)
; Set to 1 if running under IIS. Default is zero.
;
;fastcgi.impersonate = 1;

; Disable logging through FastCGI connection. PHP's default behavior is to enable
; this feature.
;fastcgi.logging = 0

; cgi.rfc2616_headers configuration option tells PHP what type of headers to
; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
; is supported by Apache. When this option is set to 1 PHP will send
; RFC2616 compliant header.
; Default is zero.
;
;cgi.rfc2616_headers = 0

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
;
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;
;upload_tmp_dir =

; Maximum allowed size for uploaded files.
;
upload_max_filesize = 2M

; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20

;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;

; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
;
allow_url_fopen = On

; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
;
allow_url_include = Off

; Define the anonymous ftp password (your email address). PHP's default setting
; for this is empty.
;
;from="john@doe.com"

; Define the User-Agent string. PHP's default setting for this is empty.
;
;user_agent="PHP"

; Default timeout for socket based streams (seconds)
;
default_socket_timeout = 60

; If your scripts have to deal with files from Macintosh systems,
; or you are running on a Mac and need to deal with files from
; unix or win32 systems, setting this flag will cause PHP to
; automatically detect the EOL character in those files so that
; fgets() and file() will work regardless of the source of the file.
;
;auto_detect_line_endings = Off

;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

; If you wish to have an extension loaded automatically, use the following
; syntax:
;
;  extension=modulename.extension
;
; For example, on Windows:
;
;  extension=msql.dll
;
; ... or under UNIX:
;
;  extension=msql.so
;
; ... or with a path:
;
;  extension=/path/to/extension/msql.so
;
; If you only provide the name of the extension, PHP will look for it in its
; default extension directory.
;

;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;

[Date]
; Defines the default timezone used by the date functions
;
;date.timezone =

;
;date.default_latitude = 31.7667

;
;date.default_longitude = 35.2333

;
;date.sunrise_zenith = 90.583333

;
;date.sunset_zenith = 90.583333

[filter]
;
;filter.default = unsafe_raw

;
;filter.default_flags =

[iconv]
;iconv.input_encoding = ISO-8859-1
;iconv.internal_encoding = ISO-8859-1
;iconv.output_encoding = ISO-8859-1

[intl]
;intl.default_locale =
; This directive allows you to produce PHP errors when some error
; happens within intl functions. The value is the level of the error produced.
; Default is 0, which does not produce any errors.
;intl.error_level = E_WARNING

[sqlite]
;
;sqlite.assoc_case = 0

[sqlite3]
;sqlite3.extension_dir =

[Pcre]
;PCRE library backtracking limit.
;
;pcre.backtrack_limit=100000

;PCRE library recursion limit.
;Please note that if you set this value to a high number you may consume all
;the available process stack and eventually crash PHP (due to reaching the
;stack size limit imposed by the Operating System).
;
;pcre.recursion_limit=100000

[Pdo]
; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
;
;pdo_odbc.connection_pooling=strict

;pdo_odbc.db2_instance_name

[Pdo_mysql]
; If mysqlnd is used: Number of cache slots for the internal result set cache
;
pdo_mysql.cache_size = 2000

; Default socket name for local MySQL connects. If empty, uses the built-in
; MySQL defaults.
;
pdo_mysql.default_socket=

[Phar]
;
;phar.readonly = On

;
;phar.require_hash = On

;phar.cache_list =

[Syslog]
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
; runtime, you can define these variables by calling define_syslog_variables().
;
define_syslog_variables = Off

[mail function]
; For Win32 only.
;
SMTP = localhost
;
smtp_port = 25

; For Win32 only.
;
sendmail_from = elitezenithweb@gmail.com

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;
sendmail_path = /usr/sbin/sendmail

; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =

; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
mail.add_x_header = On

; Log all mail() calls including the full path of the script, line #, to address and headers
;mail.log =

[SQL]
;
sql.safe_mode = Off

[ODBC]
;
;odbc.default_db  = Not yet implemented

;
;odbc.default_user = Not yet implemented

;
;odbc.default_pw  = Not yet implemented

; Controls the ODBC cursor model.
; Default: SQL_CURSOR_STATIC (default).
;odbc.default_cursortype

; Allow or prevent persistent links.
;
odbc.allow_persistent = On

; Check that a connection is still valid before reuse.
;
odbc.check_persistent = On

; Maximum number of persistent links. -1 means no limit.
;
odbc.max_persistent = -1

; Maximum number of links (persistent + non-persistent). -1 means no limit.
;
odbc.max_links = -1

; Handling of LONG fields. Returns number of bytes to variables. 0 means
; passthru.
;
odbc.defaultlrl = 4096

; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
; of odbc.defaultlrl and odbc.defaultbinmode
;
odbc.defaultbinmode = 1

;birdstep.max_links = -1

[Interbase]
; Allow or prevent persistent links.
ibase.allow_persistent = 1

; Maximum number of persistent links. -1 means no limit.
ibase.max_persistent = -1

; Maximum number of links (persistent + non-persistent). -1 means no limit.
ibase.max_links = -1

; Default database name for ibase_connect().
;ibase.default_db =

; Default username for ibase_connect().
;ibase.default_user =

; Default password for ibase_connect().
;ibase.default_password =

; Default charset for ibase_connect().
;ibase.default_charset =

; Default timestamp format.
ibase.timestampformat = "%Y-%m-%d %H:%M:%S"

; Default date format.
ibase.dateformat = "%Y-%m-%d"

; Default time format.
ibase.timeformat = "%H:%M:%S"

[MySQL]
; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
;
mysql.allow_local_infile = On

; Allow or prevent persistent links.
;
mysql.allow_persistent = On

; If mysqlnd is used: Number of cache slots for the internal result set cache
;
mysql.cache_size = 2000

; Maximum number of persistent links. -1 means no limit.
;
mysql.max_persistent = -1

; Maximum number of links (persistent + non-persistent). -1 means no limit.
;
mysql.max_links = -1

; Default port number for mysql_connect(). If unset, mysql_connect() will use
; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
; at MYSQL_PORT.
;
mysql.default_port =

; Default socket name for local MySQL connects. If empty, uses the built-in
; MySQL defaults.
;
mysql.default_socket =

; Default host for mysql_connect() (doesn't apply in safe mode).
;
mysql.default_host =

; Default user for mysql_connect() (doesn't apply in safe mode).
;
mysql.default_user =

; Default password for mysql_connect() (doesn't apply in safe mode).
; Note that this is generally a *bad* idea to store passwords in this file.
; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
; and reveal this password! And of course, any users with read access to this
; file will be able to reveal the password as well.
;
mysql.default_password =

; Maximum time (in seconds) for connect timeout. -1 means no limit
;
mysql.connect_timeout = 60

; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
; SQL-Errors will be displayed.
;
mysql.trace_mode = Off

[MySQLi]

; Maximum number of persistent links. -1 means no limit.
;
mysqli.max_persistent = -1

; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
;
;mysqli.allow_local_infile = On

; Allow or prevent persistent links.
;
mysqli.allow_persistent = On

; Maximum number of links. -1 means no limit.
;
mysqli.max_links = -1

; If mysqlnd is used: Number of cache slots for the internal result set cache
;
mysqli.cache_size = 2000

; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
; at MYSQL_PORT.
;
mysqli.default_port = 3306

; Default socket name for local MySQL connects. If empty, uses the built-in
; MySQL defaults.
;
mysqli.default_socket =

; Default host for mysql_connect() (doesn't apply in safe mode).
;
mysqli.default_host =

; Default user for mysql_connect() (doesn't apply in safe mode).
;
mysqli.default_user =

; Default password for mysqli_connect() (doesn't apply in safe mode).
; Note that this is generally a *bad* idea to store passwords in this file.
; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
; and reveal this password! And of course, any users with read access to this
; file will be able to reveal the password as well.
;
mysqli.default_pw =

; Allow or prevent reconnect
mysqli.reconnect = Off

[mysqlnd]
; Enable / Disable collection of general statstics by mysqlnd which can be
; used to tune and monitor MySQL operations.
;
mysqlnd.collect_statistics = On

; Enable / Disable collection of memory usage statstics by mysqlnd which can be
; used to tune and monitor MySQL operations.
;
mysqlnd.collect_memory_statistics = Off

; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
;
;mysqlnd.net_cmd_buffer_size = 2048

; Size of a pre-allocated buffer used for reading data sent by the server in
; bytes.
;
;mysqlnd.net_read_buffer_size = 32768

[OCI8]

; Connection: Enables privileged connections using external
; credentials (OCI_SYSOPER, OCI_SYSDBA)
;
;oci8.privileged_connect = Off

; Connection: The maximum number of persistent OCI8 connections per
; process. Using -1 means no limit.
;
;oci8.max_persistent = -1

; Connection: The maximum number of seconds a process is allowed to
; maintain an idle persistent connection. Using -1 means idle
; persistent connections will be maintained forever.
;
;oci8.persistent_timeout = -1

; Connection: The number of seconds that must pass before issuing a
; ping during oci_pconnect() to check the connection validity. When
; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
; pings completely.
;
;oci8.ping_interval = 60

; Connection: Set this to a user chosen connection class to be used
; for all pooled server requests with Oracle 11g Database Resident
; Connection Pooling (DRCP). To use DRCP, this value should be set to
; the same string for all web servers running the same application,
; the database pool must be configured, and the connection string must
; specify to use a pooled server.
;oci8.connection_class =

; High Availability: Using On lets PHP receive Fast Application
; Notification (FAN) events generated when a database node fails. The
; database must also be configured to post FAN events.
;oci8.events = Off

; Tuning: This option enables statement caching, and specifies how
; many statements to cache. Using 0 disables statement caching.
;
;oci8.statement_cache_size = 20

; Tuning: Enables statement prefetching and sets the default number of
; rows that will be fetched automatically after statement execution.
;
;oci8.default_prefetch = 100

; Compatibility. Using On means oci_close() will not close
; oci_connect() and oci_new_connect() connections.
;
;oci8.old_oci_close_semantics = Off

[PostgresSQL]
; Allow or prevent persistent links.
;
pgsql.allow_persistent = On

; Detect broken persistent links always with pg_pconnect().
; Auto reset feature requires a little overheads.
;
pgsql.auto_reset_persistent = Off

; Maximum number of persistent links. -1 means no limit.
;
pgsql.max_persistent = -1

; Maximum number of links (persistent+non persistent). -1 means no limit.
;
pgsql.max_links = -1

; Ignore PostgreSQL backends Notice message or not.
; Notice message logging require a little overheads.
;
pgsql.ignore_notice = 0

; Log PostgreSQL backends Notice message or not.
; Unless pgsql.ignore_notice=0, module cannot log notice message.
;
pgsql.log_notice = 0

[Sybase-CT]
; Allow or prevent persistent links.
;
sybct.allow_persistent = On

; Maximum number of persistent links. -1 means no limit.
;
sybct.max_persistent = -1

; Maximum number of links (persistent + non-persistent). -1 means no limit.
;
sybct.max_links = -1

; Minimum server message severity to display.
;
sybct.min_server_severity = 10

; Minimum client message severity to display.
;
sybct.min_client_severity = 10

; Set per-context timeout
;
;sybct.timeout=

;sybct.packet_size

; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.
; Default: one minute
;sybct.login_timeout=

; The name of the host you claim to be connecting from, for display by sp_who.
; Default: none
;sybct.hostname=

; Allows you to define how often deadlocks are to be retried. -1 means "forever".
; Default: 0
;sybct.deadlock_retry_count=

[bcmath]
; Number of decimal digits for all bcmath functions.
;
bcmath.scale = 0

[browscap]
;
;browscap = extra/browscap.ini

[Session]
; Handler used to store/retrieve data.
;
session.save_handler = files

; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows users have to change this
; variable in order to use PHP's session functions.
;
; The path can be defined as:
;
;   session.save_path = "N;/path"
;
; where N is an integer. Instead of storing all the session files in
; /path, what this will do is use subdirectories N-levels deep, and
; store the session data in those directories. This is useful if you
; or your OS have problems with lots of files in one directory, and is
; a more efficient layout for servers that handle lots of sessions.
;
; NOTE 1: PHP will not create this directory structure automatically.
;     You can use the script in the ext/session dir for that purpose.
; NOTE 2: See the section on garbage collection below if you choose to
;     use subdirectories for session storage
;
; The file storage module creates files using mode 600 by default.
; You can change that by using
;
;   session.save_path = "N;MODE;/path"
;
; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process's umask.
;
;session.save_path = "/tmp"

; Whether to use cookies.
;
session.use_cookies = 1

;
;session.cookie_secure =

; This option forces PHP to fetch and use a cookie for storing and maintaining
; the session id. We encourage this operation as it's very helpful in combatting
; session hijacking when not specifying and managing your own session id. It is
; not the end all be all of session hijacking defense, but it's a good start.
;
session.use_only_cookies = 1

; Name of the session (used as cookie name).
;
session.name = PHPSESSID

; Initialize session on request startup.
;
session.auto_start = 0

; Lifetime in seconds of cookie or, if 0, until browser is restarted.
;
session.cookie_lifetime = 0

; The path for which the cookie is valid.
;
session.cookie_path = /

; The domain for which the cookie is valid.
;
session.cookie_domain =

; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.
;
session.cookie_httponly =

; Handler used to serialize data. php is the standard serializer of PHP.
;
session.serialize_handler = php

; Defines the probability that the 'garbage collection' process is started
; on every session initialization. The probability is calculated by using
; gc_probability/gc_divisor. Where session.gc_probability is the numerator
; and gc_divisor is the denominator in the equation. Setting this value to 1
; when the session.gc_divisor value is 100 will give you approximately a 1% chance
; the gc will run on any give request.
; Default Value: 1
; Development Value: 1
; Production Value: 1
;
session.gc_probability = 1

; Defines the probability that the 'garbage collection' process is started on every
; session initialization. The probability is calculated by using the following equation:
; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
; session.gc_divisor is the denominator in the equation. Setting this value to 1
; when the session.gc_divisor value is 100 will give you approximately a 1% chance
; the gc will run on any give request. Increasing this value to 1000 will give you
; a 0.1% chance the gc will run on any give request. For high volume production servers,
; this is a more efficient approach.
; Default Value: 100
; Development Value: 1000
; Production Value: 1000
;
session.gc_divisor = 1000

; After this number of seconds, stored data will be seen as 'garbage' and
; cleaned up by the garbage collection process.
;
session.gc_maxlifetime = 1440

; NOTE: If you are using the subdirectory option for storing session files
;    (see session.save_path above), then garbage collection does *not*
;    happen automatically. You will need to do your own garbage
;    collection through a shell script, cron entry, or some other method.
;    For example, the following script would is the equivalent of
;    setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
;     cd /path/to/sessions; find -cmin +24 | xargs rm

; PHP 4.2 and less have an undocumented feature/bug that allows you to
; to initialize a session variable in the global scope, even when register_globals
; is disabled. PHP 4.3 and later will warn you, if this feature is used.
; You can disable the feature and the warning separately. At this time,
; the warning is only displayed, if bug_compat_42 is enabled. This feature
; introduces some serious security problems if not handled correctly. It's
; recommended that you do not use this feature on production servers. But you
; should enable this on development servers and enable the warning as well. If you
; do not enable the feature on development servers, you won't be warned when it's
; used and debugging errors caused by this can be difficult to track down.
; Default Value: On
; Development Value: On
; Production Value: Off
;
session.bug_compat_42 = Off

; This setting controls whether or not you are warned by PHP when initializing a
; session value into the global space. session.bug_compat_42 must be enabled before
; these warnings can be issued by PHP. See the directive above for more information.
; Default Value: On
; Development Value: On
; Production Value: Off
;
session.bug_compat_warn = Off

; Check HTTP Referer to invalidate externally stored URLs containing ids.
; HTTP_REFERER has to contain this substring for the session to be
; considered as valid.
;
session.referer_check =

; How many bytes to read from the file.
;
session.entropy_length = 0

; Specified here to create the session id.
;
; On systems that don't have /dev/urandom /dev/arandom can be used
; On windows, setting the entropy_length setting will activate the
; Windows random source (using the CryptoAPI)
;session.entropy_file = /dev/urandom

; Set to {nocache,private,public,} to determine HTTP caching aspects
; or leave this empty to avoid sending anti-caching headers.
;
session.cache_limiter = nocache

; Document expires after n minutes.
;
session.cache_expire = 180

; trans sid support is disabled by default.
; Use of trans sid may risk your users security.
; Use this option with caution.
; - User may send URL contains active session ID
;  to other person via. email/irc/etc.
; - URL that contains active session ID may be stored
;  in publically accessible computer.
; - User may access your site with the same session ID
;  always using URL stored in browser's history or bookmarks.
;
session.use_trans_sid = 0

; Select a hash function for use in generating session ids.
; Possible Values
;  0 (MD5 128 bits)
;  1 (SHA-1 160 bits)
; This option may also be set to the name of any hash function supported by
; the hash extension. A list of available hashes is returned by the hash_algos()
; function.
;
session.hash_function = 0

; Define how many bits are stored in each character when converting
; the binary hash data to something readable.
; Possible values:
;  4 (4 bits: 0-9, a-f)
;  5 (5 bits: 0-9, a-v)
;  6 (6 bits: 0-9, a-z, A-Z, "-", ",")
; Default Value: 4
; Development Value: 5
; Production Value: 5
;
session.hash_bits_per_character = 5

; The URL rewriter will look for URLs in a defined set of HTML tags.
; form/fieldset are special; if you include them here, the rewriter will
; add a hidden <input> field with the info which is otherwise appended
; to URLs. If you want XHTML conformity, remove the form entry.
; Note that all valid entries require a "=", even if no value follows.
; Default Value: "a=href,area=href,frame=src,form=,fieldset="
; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
;
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"

[MSSQL]
; Allow or prevent persistent links.
mssql.allow_persistent = On

; Maximum number of persistent links. -1 means no limit.
mssql.max_persistent = -1

; Maximum number of links (persistent+non persistent). -1 means no limit.
mssql.max_links = -1

; Minimum error severity to display.
mssql.min_error_severity = 10

; Minimum message severity to display.
mssql.min_message_severity = 10

; Compatibility mode with old versions of PHP 3.0.
mssql.compatability_mode = Off

; Connect timeout
;mssql.connect_timeout = 5

; Query timeout
;mssql.timeout = 60

; Valid range 0 - 2147483647. Default = 4096.
;mssql.textlimit = 4096

; Valid range 0 - 2147483647. Default = 4096.
;mssql.textsize = 4096

; Limits the number of records in each batch. 0 = all records in one batch.
;mssql.batchsize = 0

; Specify how datetime and datetim4 columns are returned
; On => Returns data converted to SQL server settings
; Off => Returns values as YYYY-MM-DD hh:mm:ss
;mssql.datetimeconvert = On

; Use NT authentication when connecting to the server
mssql.secure_connection = Off

; Specify max number of processes. -1 = library default
; msdlib defaults to 25
; FreeTDS defaults to 4096
;mssql.max_procs = -1

; Specify client character set.
; If empty or not set the client charset from freetds.comf is used
; This is only used when compiled with FreeTDS
;mssql.charset = "ISO-8859-1"

[Assertion]
; Assert(expr); active by default.
;
;assert.active = On

; Issue a PHP warning for each failed assertion.
;
;assert.warning = On

; Don't bail out by default.
;
;assert.bail = Off

; User-function to be called if an assertion fails.
;
;assert.callback = 0

; Eval the expression with current error_reporting(). Set to true if you want
; error_reporting(0) around the eval().
;
;assert.quiet_eval = 0

[COM]
; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
;
;com.typelib_file =

; allow Distributed-COM calls
;
;com.allow_dcom = true

; autoregister constants of a components typlib on com_load()
;
;com.autoregister_typelib = true

; register constants casesensitive
;
;com.autoregister_casesensitive = false

; show warnings on duplicate constant registrations
;
;com.autoregister_verbose = true

; The default character set code-page to use when passing strings to and from COM objects.
; Default: system ANSI code page
;com.code_page=

[mbstring]
; language for internal character representation.
;
;mbstring.language = Japanese

; internal/script encoding.
; Some encoding cannot work as internal encoding.
; (e.g. SJIS, BIG5, ISO-2022-*)
;
;mbstring.internal_encoding = EUC-JP

; http input encoding.
;
;mbstring.http_input = auto

; http output encoding. mb_output_handler must be
; registered as output buffer to function
;
;mbstring.http_output = SJIS

; enable automatic encoding translation according to
; mbstring.internal_encoding setting. Input chars are
; converted to internal encoding by setting this to On.
; Note: Do _not_ use automatic encoding translation for
;    portable libs/applications.
;
;mbstring.encoding_translation = Off

; automatic encoding detection order.
; auto means
;
;mbstring.detect_order = auto

; substitute_character used when character cannot be converted
; one from another
;
;mbstring.substitute_character = none;

; overload(replace) single byte functions by mbstring functions.
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
; etc. Possible values are 0,1,2,4 or combination of them.
; For example, 7 for overload everything.
; 0: No overload
; 1: Overload mail() function
; 2: Overload str*() functions
; 4: Overload ereg*() functions
;
;mbstring.func_overload = 0

; enable strict encoding detection.
;mbstring.strict_detection = Off

; This directive specifies the regex pattern of content types for which mb_output_handler()
; is activated.
; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
;mbstring.http_output_conv_mimetype=

; Allows to set script encoding. Only affects if PHP is compiled with --enable-zend-multibyte
; Default: ""
;mbstring.script_encoding=

[gd]
; Tell the jpeg decode to ignore warnings and try to create
; a gd image. The warning will then be displayed as notices
; disabled by default
;
;gd.jpeg_ignore_warning = 0

[exif]
; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
; With mbstring support this will automatically be converted into the encoding
; given by corresponding encode setting. When empty mbstring.internal_encoding
; is used. For the decode settings you can distinguish between motorola and
; intel byte order. A decode setting cannot be empty.
;
;exif.encode_unicode = ISO-8859-15

;
;exif.decode_unicode_motorola = UCS-2BE

;
;exif.decode_unicode_intel  = UCS-2LE

;
;exif.encode_jis =

;
;exif.decode_jis_motorola = JIS

;
;exif.decode_jis_intel  = JIS

[Tidy]
; The path to a default tidy configuration file to use when using tidy
;
;tidy.default_config = /usr/local/lib/php/default.tcfg

; Should tidy clean and repair output automatically?
; WARNING: Do not use this option if you are generating non-html content
; such as dynamic images
;
tidy.clean_output = Off

[soap]
; Enables or disables WSDL caching feature.
;
soap.wsdl_cache_enabled=1

; Sets the directory name where SOAP extension will put cache files.
;
soap.wsdl_cache_dir="/tmp"

; (time to live) Sets the number of second while cached file will be used
; instead of original one.
;
soap.wsdl_cache_ttl=86400

; Sets the size of the cache limit. (Max. number of WSDL files to cache)
soap.wsdl_cache_limit = 5

[sysvshm]
; A default size of the shared memory segment
;sysvshm.init_mem = 10000

[ldap]
; Sets the maximum number of open links or -1 for unlimited.
ldap.max_links = -1

[mcrypt]
; For more information about mcrypt settings see

; Directory where to load mcrypt algorithms
; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
;mcrypt.algorithms_dir=

; Directory where to load mcrypt modes
; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
;mcrypt.modes_dir=

[dba]
;dba.default_handler=

; Local Variables:
; tab-width: 4
; End:
  1. [PHP]
  2. ;;;;;;;;;;;;;;;;;;;
  3. ; About php.ini  ;
  4. ;;;;;;;;;;;;;;;;;;;
  5. ; PHP's initialization file, generally called php.ini, is responsible for
  6. ; configuring many of the aspects of PHP's behavior.
  7. ; PHP attempts to find and load this configuration from a number of locations.
  8. ; The following is a summary of its search order:
  9. ; 1. SAPI module specific location.
  10. ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
  11. ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
  12. ; 4. Current working directory (except CLI)
  13. ; 5. The web server's directory (for SAPI modules), or directory of PHP
  14. ; (otherwise in Windows)
  15. ; 6. The directory from the --with-config-file-path compile time option, or the
  16. ; Windows directory (C:\windows or C:\winnt)
  17. ; See the PHP docs for more specific information.
  18. ;
  19. ; The syntax of the file is extremely simple. Whitespace and Lines
  20. ; beginning with a semicolon are silently ignored (as you probably guessed).
  21. ; Section headers (e.g. [Foo]) are also silently ignored, even though
  22. ; they might mean something in the future.
  23. ; Directives following the section heading [PATH=/www/mysite] only
  24. ; apply to PHP files in the /www/mysite directory. Directives
  25. ; following the section heading [HOST=www.example.com] only apply to
  26. ; PHP files served from . Directives set in these
  27. ; special sections cannot be overridden by user-defined INI files or
  28. ; at runtime. Currently, [PATH=] and [HOST=] sections only work under
  29. ; CGI/FastCGI.
  30. ;
  31. ; Directives are specified using the following syntax:
  32. ; directive = value
  33. ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
  34. ; Directives are variables used to configure PHP or PHP extensions.
  35. ; There is no name validation. If PHP can't find an expected
  36. ; directive because it is not set or is mistyped, a default value will be used.
  37. ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
  38. ; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
  39. ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
  40. ; previously set variable or directive (e.g. ${foo})
  41. ; Expressions in the INI file are limited to bitwise operators and parentheses:
  42. ; | bitwise OR
  43. ; ^ bitwise XOR
  44. ; & bitwise AND
  45. ; ~ bitwise NOT
  46. ; ! boolean NOT
  47. ; Boolean flags can be turned on using the values 1, On, True or Yes.
  48. ; They can be turned off using the values 0, Off, False or No.
  49. ; An empty string can be denoted by simply not writing anything after the equal
  50. ; sign, or by using the None keyword:
  51. ; foo =     ; sets foo to an empty string
  52. ; foo = None  ; sets foo to an empty string
  53. ; foo = "None" ; sets foo to the string 'None'
  54. ; If you use constants in your value, and these constants belong to a
  55. ; dynamically loaded extension (either a PHP extension or a Zend extension),
  56. ; you may only use these constants *after* the line that loads the extension.
  57. ;;;;;;;;;;;;;;;;;;;
  58. ; About this file ;
  59. ;;;;;;;;;;;;;;;;;;;
  60. ; PHP comes packaged with two INI files. One that is recommended to be used
  61. ; in production environments and one that is recommended to be used in
  62. ; development environments.
  63. ; php.ini-production contains settings which hold security, performance and
  64. ; best practices at its core. But please be aware, these settings may break
  65. ; compatibility with older or less security conscience applications. We
  66. ; recommending using the production ini in production and testing environments.
  67. ; php.ini-development is very similar to its production variant, except it's
  68. ; much more verbose when it comes to errors. We recommending using the
  69. ; development version only in development environments as errors shown to
  70. ; application users can inadvertently leak otherwise secure information.
  71. ;;;;;;;;;;;;;;;;;;;
  72. ; Quick Reference ;
  73. ;;;;;;;;;;;;;;;;;;;
  74. ; The following are all the settings which are different in either the production
  75. ; or development versions of the INIs with respect to PHP's default behavior.
  76. ; Please see the actual settings later in the document for more details as to why
  77. ; we recommend these changes in PHP's behavior.
  78. ; allow_call_time_pass_reference
  79. ;  Default Value: On
  80. ;  Development Value: Off
  81. ;  Production Value: Off
  82. ;error_reporting = E_ALL & ~E_NOTICE
  83. ;
  84. ; - Show all errors, except for notices
  85. ;
  86. ;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
  87. ;
  88. ; - Show only errors
  89. ;
  90. ;error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
  91. ;
  92. ; - Show all errors except for notices and coding standards warnings
  93. ;
  94. error_reporting = E_ALL & ~E_NOTICE
  95. ; Print out errors (as a part of the output). For production web sites,
  96. display_errors = On
  97. display_startup_errors = On
  98. ; html_errors
  99. ;  Default Value: On
  100. ;  Development Value: On
  101. ;  Production value: Off
  102. log_errors = On
  103. ;  Default Value: Off
  104. ;  Development Value: On
  105. ;  Production Value: On
  106. ; magic_quotes_gpc
  107. ;  Default Value: On
  108. ;  Development Value: Off
  109. ;  Production Value: Off
  110. ; max_input_time
  111. ;  Default Value: -1 (Unlimited)
  112. ;  Development Value: 60 (60 seconds)
  113. ;  Production Value: 60 (60 seconds)
  114. ; output_buffering
  115. ;  Default Value: Off
  116. ;  Development Value: 4096
  117. ;  Production Value: 4096
  118. ; register_argc_argv
  119. ;  Default Value: On
  120. ;  Development Value: Off
  121. ;  Production Value: Off
  122. ; register_long_arrays
  123. ;  Default Value: On
  124. ;  Development Value: Off
  125. ;  Production Value: Off
  126. ; request_order
  127. ;  Default Value: None
  128. ;  Development Value: "GP"
  129. ;  Production Value: "GP"
  130. ; session.bug_compat_42
  131. ;  Default Value: On
  132. ;  Development Value: On
  133. ;  Production Value: Off
  134. ; session.bug_compat_warn
  135. ;  Default Value: On
  136. ;  Development Value: On
  137. ;  Production Value: Off
  138. ; session.gc_divisor
  139. ;  Default Value: 100
  140. ;  Development Value: 1000
  141. ;  Production Value: 1000
  142. ; session.hash_bits_per_character
  143. ;  Default Value: 4
  144. ;  Development Value: 5
  145. ;  Production Value: 5
  146. ; short_open_tag
  147. ;  Default Value: On
  148. ;  Development Value: Off
  149. ;  Production Value: Off
  150. ; track_errors
  151. ;  Default Value: Off
  152. ;  Development Value: On
  153. ;  Production Value: Off
  154. ; url_rewriter.tags
  155. ;  Default Value: "a=href,area=href,frame=src,form=,fieldset="
  156. ;  Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
  157. ;  Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
  158. ; variables_order
  159. ;  Default Value: "EGPCS"
  160. ;  Development Value: "GPCS"
  161. ;  Production Value: "GPCS"
  162. ;;;;;;;;;;;;;;;;;;;;
  163. ; php.ini Options ;
  164. ;;;;;;;;;;;;;;;;;;;;
  165. ; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
  166. ;user_ini.filename = ".user.ini"
  167. ; To disable this feature set this option to empty value
  168. ;user_ini.filename =
  169. ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
  170. ;user_ini.cache_ttl = 300
  171. ;;;;;;;;;;;;;;;;;;;;
  172. ; Language Options ;
  173. ;;;;;;;;;;;;;;;;;;;;
  174. ; Enable the PHP scripting language engine under Apache.
  175. ;
  176. engine = On
  177. ; This directive determines whether or not PHP will recognize code between
  178. ; <? and ?> tags as PHP source which should be processed as such. It's been
  179. ; recommended for several years that you not use the short tag "short cut" and
  180. ; instead to use the full <?php and ?> tag combination. With the wide spread use
  181. ; of XML and use of these tags by other languages, the server can become easily
  182. ; confused and end up parsing the wrong code in the wrong context. But because
  183. ; this short cut has been a feature for such a long time, it's currently still
  184. ; supported for backwards compatibility, but we recommend you don't use them.
  185. ; Default Value: On
  186. ; Development Value: Off
  187. ; Production Value: Off
  188. ;
  189. short_open_tag = On
  190. ; Allow ASP-style <% %> tags.
  191. ;
  192. asp_tags = Off
  193. ; The number of significant digits displayed in floating point numbers.
  194. ;
  195. precision = 14
  196. ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
  197. ;
  198. y2k_compliance = On
  199. ; Output buffering is a mechanism for controlling how much output data
  200. ; (excluding headers and cookies) PHP should keep internally before pushing that
  201. ; data to the client. If your application's output exceeds this setting, PHP
  202. ; will send that data in chunks of roughly the size you specify.
  203. ; Turning on this setting and managing its maximum buffer size can yield some
  204. ; interesting side-effects depending on your application and web server.
  205. ; You may be able to send headers and cookies after you've already sent output
  206. ; through print or echo. You also may see performance benefits if your server is
  207. ; emitting less packets due to buffered output versus PHP streaming the output
  208. ; as it gets it. On production servers, 4096 bytes is a good setting for performance
  209. ; reasons.
  210. ; Note: Output buffering can also be controlled via Output Buffering Control
  211. ;  functions.
  212. ; Possible Values:
  213. ;  On = Enabled and buffer is unlimited. (Use with caution)
  214. ;  Off = Disabled
  215. ;  Integer = Enables the buffer and sets its maximum size in bytes.
  216. ; Note: This directive is hardcoded to Off for the CLI SAPI
  217. ; Default Value: Off
  218. ; Development Value: 4096
  219. ; Production Value: 4096
  220. ;
  221. output_buffering = 4096
  222. ; You can redirect all of the output of your scripts to a function. For
  223. ; example, if you set output_handler to "mb_output_handler", character
  224. ; encoding will be transparently converted to the specified encoding.
  225. ; Setting any output handler automatically turns on output buffering.
  226. ; Note: People who wrote portable scripts should not depend on this ini
  227. ;  directive. Instead, explicitly set the output handler using ob_start().
  228. ;  Using this ini directive may cause problems unless you know what script
  229. ;  is doing.
  230. ; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
  231. ;  and you cannot use both "ob_gzhandler" and "zlib.output_compression".
  232. ; Note: output_handler must be empty if this is set 'On' !!!!
  233. ;  Instead you must use zlib.output_handler.
  234. ;
  235. ;output_handler =
  236. ; Transparent output compression using the zlib library
  237. ; Valid values for this option are 'off', 'on', or a specific buffer size
  238. ; to be used for compression (default is 4KB)
  239. ; Note: Resulting chunk size may vary due to nature of compression. PHP
  240. ;  outputs chunks that are few hundreds bytes each as a result of
  241. ;  compression. If you prefer a larger chunk size for better
  242. ;  performance, enable output_buffering in addition.
  243. ; Note: You need to use zlib.output_handler instead of the standard
  244. ;  output_handler, or otherwise the output will be corrupted.
  245. ;
  246. zlib.output_compression = Off
  247. ;
  248. ;zlib.output_compression_level = -1
  249. ; You cannot specify additional output handlers if zlib.output_compression
  250. ; is activated here. This setting does the same as output_handler but in
  251. ; a different order.
  252. ;
  253. ;zlib.output_handler =
  254. ; Implicit flush tells PHP to tell the output layer to flush itself
  255. ; automatically after every output block. This is equivalent to calling the
  256. ; PHP function flush() after each and every call to print() or echo() and each
  257. ; and every HTML block. Turning this option on has serious performance
  258. ; implications and is generally recommended for debugging purposes only.
  259. ;
  260. ; Note: This directive is hardcoded to On for the CLI SAPI
  261. implicit_flush = Off
  262. ; The unserialize callback function will be called (with the undefined class'
  263. ; name as parameter), if the unserializer finds an undefined class
  264. ; which should be instantiated. A warning appears if the specified function is
  265. ; not defined, or if the function doesn't include/implement the missing class.
  266. ; So only set this entry, if you really want to implement such a
  267. ; callback-function.
  268. unserialize_callback_func =
  269. ; When floats & doubles are serialized store serialize_precision significant
  270. ; digits after the floating point. The default value ensures that when floats
  271. ; are decoded with unserialize, the data will remain the same.
  272. serialize_precision = 100
  273. ; This directive allows you to enable and disable warnings which PHP will issue
  274. ; if you pass a value by reference at function call time. Passing values by
  275. ; reference at function call time is a deprecated feature which will be removed
  276. ; from PHP at some point in the near future. The acceptable method for passing a
  277. ; value by reference to a function is by declaring the reference in the functions
  278. ; definition, not at call time. This directive does not disable this feature, it
  279. ; only determines whether PHP will warn you about it or not. These warnings
  280. ; should enabled in development environments only.
  281. ; Default Value: On (Suppress warnings)
  282. ; Development Value: Off (Issue warnings)
  283. ; Production Value: Off (Issue warnings)
  284. ;
  285. allow_call_time_pass_reference = Off
  286. ; Safe Mode
  287. ;
  288. safe_mode = Off
  289. ; By default, Safe Mode does a UID compare check when
  290. ; opening files. If you want to relax this to a GID compare,
  291. ; then turn on safe_mode_gid.
  292. ;
  293. safe_mode_gid = Off
  294. ; When safe_mode is on, UID/GID checks are bypassed when
  295. ; including files from this directory and its subdirectories.
  296. ; (directory must also be in include_path or full path must
  297. ; be used when including)
  298. ;
  299. safe_mode_include_dir =
  300. ; When safe_mode is on, only executables located in the safe_mode_exec_dir
  301. ; will be allowed to be executed via the exec family of functions.
  302. ;
  303. safe_mode_exec_dir =
  304. ; Setting certain environment variables may be a potential security breach.
  305. ; This directive contains a comma-delimited list of prefixes. In Safe Mode,
  306. ; the user may only alter environment variables whose names begin with the
  307. ; prefixes supplied here. By default, users will only be able to set
  308. ; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
  309. ; Note: If this directive is empty, PHP will let the user modify ANY
  310. ;  environment variable!
  311. ;
  312. safe_mode_allowed_env_vars = PHP_
  313. ; This directive contains a comma-delimited list of environment variables that
  314. ; the end user won't be able to change using putenv(). These variables will be
  315. ; protected even if safe_mode_allowed_env_vars is set to allow to change them.
  316. ;
  317. safe_mode_protected_env_vars = LD_LIBRARY_PATH
  318. ; open_basedir, if set, limits all file operations to the defined directory
  319. ; and below. This directive makes most sense if used in a per-directory
  320. ; or per-virtualhost web server configuration file. This directive is
  321. ; *NOT* affected by whether Safe Mode is turned On or Off.
  322. ;
  323. ;open_basedir =
  324. ; This directive allows you to disable certain functions for security reasons.
  325. ; It receives a comma-delimited list of function names. This directive is
  326. ; *NOT* affected by whether Safe Mode is turned On or Off.
  327. ;
  328. disable_functions =
  329. ; This directive allows you to disable certain classes for security reasons.
  330. ; It receives a comma-delimited list of class names. This directive is
  331. ; *NOT* affected by whether Safe Mode is turned On or Off.
  332. ;
  333. disable_classes =
  334. ; Colors for Syntax Highlighting mode. Anything that's acceptable in
  335. ; <span style="color: ???????"> would work.
  336. ;
  337. ;highlight.string = #DD0000
  338. ;highlight.comment = #FF9900
  339. ;highlight.keyword = #007700
  340. ;highlight.bg   = #FFFFFF
  341. ;highlight.default = #0000BB
  342. ;highlight.html  = #000000
  343. ; If enabled, the request will be allowed to complete even if the user aborts
  344. ; the request. Consider enabling it if executing long requests, which may end up
  345. ; being interrupted by the user or a browser timing out. PHP's default behavior
  346. ; is to disable this feature.
  347. ;
  348. ;ignore_user_abort = On
  349. ; Determines the size of the realpath cache to be used by PHP. This value should
  350. ; be increased on systems where PHP opens many files to reflect the quantity of
  351. ; the file operations performed.
  352. ;
  353. ;realpath_cache_size = 16k
  354. ; Duration of time, in seconds for which to cache realpath information for a given
  355. ; file or directory. For systems with rarely changing files, consider increasing this
  356. ; value.
  357. ;
  358. ;realpath_cache_ttl = 120
  359. ;;;;;;;;;;;;;;;;;
  360. ; Miscellaneous ;
  361. ;;;;;;;;;;;;;;;;;
  362. ; Decides whether PHP may expose the fact that it is installed on the server
  363. ; (e.g. by adding its signature to the Web server header). It is no security
  364. ; threat in any way, but it makes it possible to determine whether you use PHP
  365. ; on your server or not.
  366. ;
  367. expose_php = On
  368. ;;;;;;;;;;;;;;;;;;;
  369. ; Resource Limits ;
  370. ;;;;;;;;;;;;;;;;;;;
  371. ; Maximum execution time of each script, in seconds
  372. ;
  373. ; Note: This directive is hardcoded to 0 for the CLI SAPI
  374. max_execution_time = 30
  375. ; Maximum amount of time each script may spend parsing request data. It's a good
  376. ; idea to limit this time on productions servers in order to eliminate unexpectedly
  377. ; long running scripts.
  378. ; Note: This directive is hardcoded to -1 for the CLI SAPI
  379. ; Default Value: -1 (Unlimited)
  380. ; Development Value: 60 (60 seconds)
  381. ; Production Value: 60 (60 seconds)
  382. ;
  383. max_input_time = 60
  384. ; Maximum input variable nesting level
  385. ;
  386. ;max_input_nesting_level = 64
  387. ; Maximum amount of memory a script may consume (128MB)
  388. ;
  389. memory_limit = 128M
  390. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  391. ; Error handling and logging ;
  392. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  393. ; This directive informs PHP of which errors, warnings and notices you would like
  394. ; it to take action for. The recommended way of setting values for this
  395. ; directive is through the use of the error level constants and bitwise
  396. ; operators. The error level constants are below here for convenience as well as
  397. ; some common settings and their meanings.
  398. ; By default, PHP is set to take action on all errors, notices and warnings EXCEPT
  399. ; those related to E_NOTICE and E_STRICT, which together cover best practices and
  400. ; recommended coding standards in PHP. For performance reasons, this is the
  401. ; recommend error reporting setting. Your production server shouldn't be wasting
  402. ; resources complaining about best practices and coding standards. That's what
  403. ; development servers and development settings are for.
  404. ; Note: The php.ini-development file has this setting as E_ALL | E_STRICT. This
  405. ; means it pretty much reports everything which is exactly what you want during
  406. ; development and early testing.
  407. ;
  408. ; Error Level Constants:
  409. ; E_ALL       - All errors and warnings (includes E_STRICT as of PHP 6.0.0)
  410. ; E_ERROR      - fatal run-time errors
  411. ; E_RECOVERABLE_ERROR - almost fatal run-time errors
  412. ; E_WARNING     - run-time warnings (non-fatal errors)
  413. ; E_PARSE      - compile-time parse errors
  414. ; E_NOTICE     - run-time notices (these are warnings which often result
  415. ;           from a bug in your code, but it's possible that it was
  416. ;           intentional (e.g., using an uninitialized variable and
  417. ;           relying on the fact it's automatically initialized to an
  418. ;           empty string)
  419. ; E_STRICT     - run-time notices, enable to have PHP suggest changes
  420. ;           to your code which will ensure the best interoperability
  421. ;           and forward compatibility of your code
  422. ; E_CORE_ERROR   - fatal errors that occur during PHP's initial startup
  423. ; E_CORE_WARNING  - warnings (non-fatal errors) that occur during PHP's
  424. ;           initial startup
  425. ; E_COMPILE_ERROR  - fatal compile-time errors
  426. ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
  427. ; E_USER_ERROR   - user-generated error message
  428. ; E_USER_WARNING  - user-generated warning message
  429. ; E_USER_NOTICE   - user-generated notice message
  430. ; E_DEPRECATED   - warn about code that will not work in future versions
  431. ;           of PHP
  432. ; E_USER_DEPRECATED - user-generated deprecation warnings
  433. ;
  434. ; Common Values:
  435. ;  E_ALL & ~E_NOTICE (Show all errors, except for notices and coding standards warnings.)
  436. ;  E_ALL & ~E_NOTICE | E_STRICT (Show all errors, except for notices)
  437. ;  E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
  438. ;  E_ALL | E_STRICT (Show all errors, warnings and notices including coding standards.)
  439. ; Default Value: E_ALL & ~E_NOTICE
  440. ; Development Value: E_ALL | E_STRICT
  441. ; Production Value: E_ALL & ~E_DEPRECATED
  442. ;
  443. error_reporting = E_ALL & ~E_DEPRECATED
  444. ; This directive controls whether or not and where PHP will output errors,
  445. ; notices and warnings too. Error output is very useful during development, but
  446. ; it could be very dangerous in production environments. Depending on the code
  447. ; which is triggering the error, sensitive information could potentially leak
  448. ; out of your application such as database usernames and passwords or worse.
  449. ; It's recommended that errors be logged on production servers rather than
  450. ; having the errors sent to STDOUT.
  451. ; Possible Values:
  452. ;  Off = Do not display any errors
  453. ;  stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
  454. ;  On or stdout = Display errors to STDOUT
  455. ; Default Value: On
  456. ; Development Value: On
  457. ; Production Value: Off
  458. ;
  459. display_errors = Off
  460. ; The display of errors which occur during PHP's startup sequence are handled
  461. ; separately from display_errors. PHP's default behavior is to suppress those
  462. ; errors from clients. Turning the display of startup errors on can be useful in
  463. ; debugging configuration problems. But, it's strongly recommended that you
  464. ; leave this setting off on production servers.
  465. ; Default Value: Off
  466. ; Development Value: On
  467. ; Production Value: Off
  468. ;
  469. display_startup_errors = Off
  470. ; Besides displaying errors, PHP can also log errors to locations such as a
  471. ; server-specific log, STDERR, or a location specified by the error_log
  472. ; directive found below. While errors should not be displayed on productions
  473. ; servers they should still be monitored and logging is a great way to do that.
  474. ; Default Value: Off
  475. ; Development Value: On
  476. ; Production Value: On
  477. ;
  478. log_errors = On
  479. ; Set maximum length of log_errors. In error_log information about the source is
  480. ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
  481. ;
  482. log_errors_max_len = 1024
  483. ; Do not log repeated messages. Repeated errors must occur in same file on same
  484. ; line unless ignore_repeated_source is set true.
  485. ;
  486. ignore_repeated_errors = Off
  487. ; Ignore source of message when ignoring repeated messages. When this setting
  488. ; is On you will not log errors with repeated messages from different files or
  489. ; source lines.
  490. ;
  491. ignore_repeated_source = Off
  492. ; If this parameter is set to Off, then memory leaks will not be shown (on
  493. ; stdout or in the log). This has only effect in a debug compile, and if
  494. ; error reporting includes E_WARNING in the allowed list
  495. ;
  496. report_memleaks = On
  497. ; This setting is on by default.
  498. ;report_zend_debug = 0
  499. ; Store the last error/warning message in $php_errormsg (boolean). Setting this value
  500. ; to On can assist in debugging and is appropriate for development servers. It should
  501. ; however be disabled on production servers.
  502. ; Default Value: Off
  503. ; Development Value: On
  504. ; Production Value: Off
  505. ;
  506. track_errors = Off
  507. ; Turn off normal error reporting and emit XML-RPC error XML
  508. ;
  509. ;xmlrpc_errors = 0
  510. ; An XML-RPC faultCode
  511. ;xmlrpc_error_number = 0
  512. ; When PHP displays or logs an error, it has the capability of inserting html
  513. ; links to documentation related to that error. This directive controls whether
  514. ; those HTML links appear in error messages or not. For performance and security
  515. ; reasons, it's recommended you disable this on production servers.
  516. ; Note: This directive is hardcoded to Off for the CLI SAPI
  517. ; Default Value: On
  518. ; Development Value: On
  519. ; Production value: Off
  520. ;
  521. html_errors = Off
  522. ; If html_errors is set On PHP produces clickable error messages that direct
  523. ; to a page describing the error or function causing the error in detail.
  524. ; You can download a copy of the PHP manual from
  525. ; and change docref_root to the base URL of your local copy including the
  526. ; leading '/'. You must also specify the file extension being used including
  527. ; the dot. PHP's default behavior is to leave these settings empty.
  528. ; Note: Never use this feature for production boxes.
  529. ;
  530. ; Examples
  531. ;docref_root = "/phpmanual/"
  532. ;
  533. ;docref_ext = .html
  534. ; String to output before an error message. PHP's default behavior is to leave
  535. ; this setting blank.
  536. ;
  537. ; Example:
  538. ;error_prepend_string = "<font color=#ff0000>"
  539. ; String to output after an error message. PHP's default behavior is to leave
  540. ; this setting blank.
  541. ;
  542. ; Example:
  543. ;error_append_string = "</font>"
  544. ; Log errors to specified file. PHP's default behavior is to leave this value
  545. ; empty.
  546. ;
  547. ; Example:
  548. ;error_log = php_errors.log
  549. ; Log errors to syslog (Event Log on NT, not valid in Windows 95).
  550. ;error_log = syslog
  551. ;;;;;;;;;;;;;;;;;
  552. ; Data Handling ;
  553. ;;;;;;;;;;;;;;;;;
  554. ; The separator used in PHP generated URLs to separate arguments.
  555. ; PHP's default setting is "&".
  556. ;
  557. ; Example:
  558. ;arg_separator.output = "&amp;"
  559. ; List of separator(s) used by PHP to parse input URLs into variables.
  560. ; PHP's default setting is "&".
  561. ; NOTE: Every character in this directive is considered as separator!
  562. ;
  563. ; Example:
  564. ;arg_separator.input = ";&"
  565. ; This directive determines which super global arrays are registered when PHP
  566. ; starts up. If the register_globals directive is enabled, it also determines
  567. ; what order variables are populated into the global space. G,P,C,E & S are
  568. ; abbreviations for the following respective super globals: GET, POST, COOKIE,
  569. ; ENV and SERVER. There is a performance penalty paid for the registration of
  570. ; these arrays and because ENV is not as commonly used as the others, ENV is
  571. ; is not recommended on productions servers. You can still get access to
  572. ; the environment variables through getenv() should you need to.
  573. ; Default Value: "EGPCS"
  574. ; Development Value: "GPCS"
  575. ; Production Value: "GPCS";
  576. ;
  577. variables_order = "GPCS"
  578. ; This directive determines which super global data (G,P,C,E & S) should
  579. ; be registered into the super global array REQUEST. If so, it also determines
  580. ; the order in which that data is registered. The values for this directive are
  581. ; specified in the same manner as the variables_order directive, EXCEPT one.
  582. ; Leaving this value empty will cause PHP to use the value set in the
  583. ; variables_order directive. It does not mean it will leave the super globals
  584. ; array REQUEST empty.
  585. ; Default Value: None
  586. ; Development Value: "GP"
  587. ; Production Value: "GP"
  588. ;
  589. request_order = "GP"
  590. ; Whether or not to register the EGPCS variables as global variables. You may
  591. ; want to turn this off if you don't want to clutter your scripts' global scope
  592. ; with user data.
  593. ; You should do your best to write your scripts so that they do not require
  594. ; register_globals to be on; Using form variables as globals can easily lead
  595. ; to possible security problems, if the code is not very well thought of.
  596. ;
  597. register_globals = Off
  598. ; Determines whether the deprecated long $HTTP_*_VARS type predefined variables
  599. ; are registered by PHP or not. As they are deprecated, we obviously don't
  600. ; recommend you use them. They are on by default for compatibility reasons but
  601. ; they are not recommended on production servers.
  602. ; Default Value: On
  603. ; Development Value: Off
  604. ; Production Value: Off
  605. ;
  606. register_long_arrays = Off
  607. ; This directive determines whether PHP registers $argv & $argc each time it
  608. ; runs. $argv contains an array of all the arguments passed to PHP when a script
  609. ; is invoked. $argc contains an integer representing the number of arguments
  610. ; that were passed when the script was invoked. These arrays are extremely
  611. ; useful when running scripts from the command line. When this directive is
  612. ; enabled, registering these variables consumes CPU cycles and memory each time
  613. ; a script is executed. For performance reasons, this feature should be disabled
  614. ; on production servers.
  615. ; Note: This directive is hardcoded to On for the CLI SAPI
  616. ; Default Value: On
  617. ; Development Value: Off
  618. ; Production Value: Off
  619. ;
  620. register_argc_argv = Off
  621. ; When enabled, the SERVER and ENV variables are created when they're first
  622. ; used (Just In Time) instead of when the script starts. If these variables
  623. ; are not used within a script, having this directive on will result in a
  624. ; performance gain. The PHP directives register_globals, register_long_arrays,
  625. ; and register_argc_argv must be disabled for this directive to have any affect.
  626. ;
  627. auto_globals_jit = On
  628. ; Maximum size of POST data that PHP will accept.
  629. ;
  630. post_max_size = 8M
  631. ; Magic quotes are a preprocessing feature of PHP where PHP will attempt to
  632. ; escape any character sequences in GET, POST, COOKIE and ENV data which might
  633. ; otherwise corrupt data being placed in resources such as databases before
  634. ; making that data available to you. Because of character encoding issues and
  635. ; non-standard SQL implementations across many databases, it's not currently
  636. ; possible for this feature to be 100% accurate. PHP's default behavior is to
  637. ; enable the feature. We strongly recommend you use the escaping mechanisms
  638. ; designed specifically for the database your using instead of relying on this
  639. ; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is
  640. ; scheduled for removal in PHP 6.
  641. ; Default Value: On
  642. ; Development Value: Off
  643. ; Production Value: Off
  644. ;
  645. magic_quotes_gpc = Off
  646. ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
  647. ;
  648. magic_quotes_runtime = Off
  649. ; Use Sybase-style magic quotes (escape ' with '' instead of \').
  650. ;
  651. magic_quotes_sybase = Off
  652. ; Automatically add files before PHP document.
  653. ;
  654. auto_prepend_file =
  655. ; Automatically add files after PHP document.
  656. ;
  657. auto_append_file =
  658. ; By default, PHP will output a character encoding using
  659. ; the Content-type: header. To disable sending of the charset, simply
  660. ; set it to be empty.
  661. ;
  662. ; PHP's built-in default is text/html
  663. ;
  664. default_mimetype = "text/html"
  665. ; PHP's default character set is set to empty.
  666. ;
  667. ;default_charset = "iso-8859-1"
  668. ; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is
  669. ; to disable this feature.
  670. ;
  671. ;always_populate_raw_post_data = On
  672. ;;;;;;;;;;;;;;;;;;;;;;;;;
  673. ; Paths and Directories ;
  674. ;;;;;;;;;;;;;;;;;;;;;;;;;
  675. ; UNIX: "/path1:/path2"
  676. ;include_path = ".:/usr/share/php"
  677. ;
  678. ; Windows: "\path1;\path2"
  679. ;include_path = ".;c:\php\includes"
  680. ;
  681. ; PHP's default setting for include_path is ".;/path/to/php/pear"
  682. ;
  683. ; The root of the PHP pages, used only if nonempty.
  684. ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
  685. ; if you are running php as a CGI under any web server (other than IIS)
  686. ; see documentation for security issues. The alternate is to use the
  687. ; cgi.force_redirect configuration below
  688. ;
  689. doc_root =
  690. ; The directory under which PHP opens the script using /~username used only
  691. ; if nonempty.
  692. ;
  693. user_dir =
  694. ; Directory in which the loadable extensions (modules) reside.
  695. ;
  696. ; extension_dir = "./"
  697. ; On windows:
  698. ; extension_dir = "ext"
  699. ; Whether or not to enable the dl() function. The dl() function does NOT work
  700. ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
  701. ; disabled on them.
  702. ;
  703. enable_dl = Off
  704. ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
  705. ; most web servers. Left undefined, PHP turns this on by default. You can
  706. ; turn it off here AT YOUR OWN RISK
  707. ; **You CAN safely turn this off for IIS, in fact, you MUST.**
  708. ;
  709. ;cgi.force_redirect = 1
  710. ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
  711. ; every request. PHP's default behavior is to disable this feature.
  712. ;cgi.nph = 1
  713. ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
  714. ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
  715. ; will look for to know it is OK to continue execution. Setting this variable MAY
  716. ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
  717. ;
  718. ;cgi.redirect_status_env = ;
  719. ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
  720. ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
  721. ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
  722. ; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting
  723. ; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
  724. ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
  725. ;
  726. ;cgi.fix_pathinfo=1
  727. ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
  728. ; security tokens of the calling client. This allows IIS to define the
  729. ; security context that the request runs under. mod_fastcgi under Apache
  730. ; does not currently support this feature (03/17/2002)
  731. ; Set to 1 if running under IIS. Default is zero.
  732. ;
  733. ;fastcgi.impersonate = 1;
  734. ; Disable logging through FastCGI connection. PHP's default behavior is to enable
  735. ; this feature.
  736. ;fastcgi.logging = 0
  737. ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
  738. ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
  739. ; is supported by Apache. When this option is set to 1 PHP will send
  740. ; RFC2616 compliant header.
  741. ; Default is zero.
  742. ;
  743. ;cgi.rfc2616_headers = 0
  744. ;;;;;;;;;;;;;;;;
  745. ; File Uploads ;
  746. ;;;;;;;;;;;;;;;;
  747. ; Whether to allow HTTP file uploads.
  748. ;
  749. file_uploads = On
  750. ; Temporary directory for HTTP uploaded files (will use system default if not
  751. ; specified).
  752. ;
  753. ;upload_tmp_dir =
  754. ; Maximum allowed size for uploaded files.
  755. ;
  756. upload_max_filesize = 2M
  757. ; Maximum number of files that can be uploaded via a single request
  758. max_file_uploads = 20
  759. ;;;;;;;;;;;;;;;;;;
  760. ; Fopen wrappers ;
  761. ;;;;;;;;;;;;;;;;;;
  762. ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
  763. ;
  764. allow_url_fopen = On
  765. ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
  766. ;
  767. allow_url_include = Off
  768. ; Define the anonymous ftp password (your email address). PHP's default setting
  769. ; for this is empty.
  770. ;
  771. ;from="john@doe.com"
  772. ; Define the User-Agent string. PHP's default setting for this is empty.
  773. ;
  774. ;user_agent="PHP"
  775. ; Default timeout for socket based streams (seconds)
  776. ;
  777. default_socket_timeout = 60
  778. ; If your scripts have to deal with files from Macintosh systems,
  779. ; or you are running on a Mac and need to deal with files from
  780. ; unix or win32 systems, setting this flag will cause PHP to
  781. ; automatically detect the EOL character in those files so that
  782. ; fgets() and file() will work regardless of the source of the file.
  783. ;
  784. ;auto_detect_line_endings = Off
  785. ;;;;;;;;;;;;;;;;;;;;;;
  786. ; Dynamic Extensions ;
  787. ;;;;;;;;;;;;;;;;;;;;;;
  788. ; If you wish to have an extension loaded automatically, use the following
  789. ; syntax:
  790. ;
  791. ;  extension=modulename.extension
  792. ;
  793. ; For example, on Windows:
  794. ;
  795. ;  extension=msql.dll
  796. ;
  797. ; ... or under UNIX:
  798. ;
  799. ;  extension=msql.so
  800. ;
  801. ; ... or with a path:
  802. ;
  803. ;  extension=/path/to/extension/msql.so
  804. ;
  805. ; If you only provide the name of the extension, PHP will look for it in its
  806. ; default extension directory.
  807. ;
  808. ;;;;;;;;;;;;;;;;;;;
  809. ; Module Settings ;
  810. ;;;;;;;;;;;;;;;;;;;
  811. [Date]
  812. ; Defines the default timezone used by the date functions
  813. ;
  814. ;date.timezone =
  815. ;
  816. ;date.default_latitude = 31.7667
  817. ;
  818. ;date.default_longitude = 35.2333
  819. ;
  820. ;date.sunrise_zenith = 90.583333
  821. ;
  822. ;date.sunset_zenith = 90.583333
  823. [filter]
  824. ;
  825. ;filter.default = unsafe_raw
  826. ;
  827. ;filter.default_flags =
  828. [iconv]
  829. ;iconv.input_encoding = ISO-8859-1
  830. ;iconv.internal_encoding = ISO-8859-1
  831. ;iconv.output_encoding = ISO-8859-1
  832. [intl]
  833. ;intl.default_locale =
  834. ; This directive allows you to produce PHP errors when some error
  835. ; happens within intl functions. The value is the level of the error produced.
  836. ; Default is 0, which does not produce any errors.
  837. ;intl.error_level = E_WARNING
  838. [sqlite]
  839. ;
  840. ;sqlite.assoc_case = 0
  841. [sqlite3]
  842. ;sqlite3.extension_dir =
  843. [Pcre]
  844. ;PCRE library backtracking limit.
  845. ;
  846. ;pcre.backtrack_limit=100000
  847. ;PCRE library recursion limit.
  848. ;Please note that if you set this value to a high number you may consume all
  849. ;the available process stack and eventually crash PHP (due to reaching the
  850. ;stack size limit imposed by the Operating System).
  851. ;
  852. ;pcre.recursion_limit=100000
  853. [Pdo]
  854. ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"
  855. ;
  856. ;pdo_odbc.connection_pooling=strict
  857. ;pdo_odbc.db2_instance_name
  858. [Pdo_mysql]
  859. ; If mysqlnd is used: Number of cache slots for the internal result set cache
  860. ;
  861. pdo_mysql.cache_size = 2000
  862. ; Default socket name for local MySQL connects. If empty, uses the built-in
  863. ; MySQL defaults.
  864. ;
  865. pdo_mysql.default_socket=
  866. [Phar]
  867. ;
  868. ;phar.readonly = On
  869. ;
  870. ;phar.require_hash = On
  871. ;phar.cache_list =
  872. [Syslog]
  873. ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
  874. ; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
  875. ; runtime, you can define these variables by calling define_syslog_variables().
  876. ;
  877. define_syslog_variables = Off
  878. [mail function]
  879. ; For Win32 only.
  880. ;
  881. SMTP = localhost
  882. ;
  883. smtp_port = 25
  884. ; For Win32 only.
  885. ;
  886. sendmail_from = elitezenithweb@gmail.com
  887. ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
  888. ;
  889. sendmail_path = /usr/sbin/sendmail
  890. ; Force the addition of the specified parameters to be passed as extra parameters
  891. ; to the sendmail binary. These parameters will always replace the value of
  892. ; the 5th parameter to mail(), even in safe mode.
  893. ;mail.force_extra_parameters =
  894. ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
  895. mail.add_x_header = On
  896. ; Log all mail() calls including the full path of the script, line #, to address and headers
  897. ;mail.log =
  898. [SQL]
  899. ;
  900. sql.safe_mode = Off
  901. [ODBC]
  902. ;
  903. ;odbc.default_db  = Not yet implemented
  904. ;
  905. ;odbc.default_user = Not yet implemented
  906. ;
  907. ;odbc.default_pw  = Not yet implemented
  908. ; Controls the ODBC cursor model.
  909. ; Default: SQL_CURSOR_STATIC (default).
  910. ;odbc.default_cursortype
  911. ; Allow or prevent persistent links.
  912. ;
  913. odbc.allow_persistent = On
  914. ; Check that a connection is still valid before reuse.
  915. ;
  916. odbc.check_persistent = On
  917. ; Maximum number of persistent links. -1 means no limit.
  918. ;
  919. odbc.max_persistent = -1
  920. ; Maximum number of links (persistent + non-persistent). -1 means no limit.
  921. ;
  922. odbc.max_links = -1
  923. ; Handling of LONG fields. Returns number of bytes to variables. 0 means
  924. ; passthru.
  925. ;
  926. odbc.defaultlrl = 4096
  927. ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
  928. ; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
  929. ; of odbc.defaultlrl and odbc.defaultbinmode
  930. ;
  931. odbc.defaultbinmode = 1
  932. ;birdstep.max_links = -1
  933. [Interbase]
  934. ; Allow or prevent persistent links.
  935. ibase.allow_persistent = 1
  936. ; Maximum number of persistent links. -1 means no limit.
  937. ibase.max_persistent = -1
  938. ; Maximum number of links (persistent + non-persistent). -1 means no limit.
  939. ibase.max_links = -1
  940. ; Default database name for ibase_connect().
  941. ;ibase.default_db =
  942. ; Default username for ibase_connect().
  943. ;ibase.default_user =
  944. ; Default password for ibase_connect().
  945. ;ibase.default_password =
  946. ; Default charset for ibase_connect().
  947. ;ibase.default_charset =
  948. ; Default timestamp format.
  949. ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
  950. ; Default date format.
  951. ibase.dateformat = "%Y-%m-%d"
  952. ; Default time format.
  953. ibase.timeformat = "%H:%M:%S"
  954. [MySQL]
  955. ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
  956. ;
  957. mysql.allow_local_infile = On
  958. ; Allow or prevent persistent links.
  959. ;
  960. mysql.allow_persistent = On
  961. ; If mysqlnd is used: Number of cache slots for the internal result set cache
  962. ;
  963. mysql.cache_size = 2000
  964. ; Maximum number of persistent links. -1 means no limit.
  965. ;
  966. mysql.max_persistent = -1
  967. ; Maximum number of links (persistent + non-persistent). -1 means no limit.
  968. ;
  969. mysql.max_links = -1
  970. ; Default port number for mysql_connect(). If unset, mysql_connect() will use
  971. ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
  972. ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
  973. ; at MYSQL_PORT.
  974. ;
  975. mysql.default_port =
  976. ; Default socket name for local MySQL connects. If empty, uses the built-in
  977. ; MySQL defaults.
  978. ;
  979. mysql.default_socket =
  980. ; Default host for mysql_connect() (doesn't apply in safe mode).
  981. ;
  982. mysql.default_host =
  983. ; Default user for mysql_connect() (doesn't apply in safe mode).
  984. ;
  985. mysql.default_user =
  986. ; Default password for mysql_connect() (doesn't apply in safe mode).
  987. ; Note that this is generally a *bad* idea to store passwords in this file.
  988. ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
  989. ; and reveal this password! And of course, any users with read access to this
  990. ; file will be able to reveal the password as well.
  991. ;
  992. mysql.default_password =
  993. ; Maximum time (in seconds) for connect timeout. -1 means no limit
  994. ;
  995. mysql.connect_timeout = 60
  996. ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
  997. ; SQL-Errors will be displayed.
  998. ;
  999. mysql.trace_mode = Off
  1000. [MySQLi]
  1001. ; Maximum number of persistent links. -1 means no limit.
  1002. ;
  1003. mysqli.max_persistent = -1
  1004. ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
  1005. ;
  1006. ;mysqli.allow_local_infile = On
  1007. ; Allow or prevent persistent links.
  1008. ;
  1009. mysqli.allow_persistent = On
  1010. ; Maximum number of links. -1 means no limit.
  1011. ;
  1012. mysqli.max_links = -1
  1013. ; If mysqlnd is used: Number of cache slots for the internal result set cache
  1014. ;
  1015. mysqli.cache_size = 2000
  1016. ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
  1017. ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
  1018. ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
  1019. ; at MYSQL_PORT.
  1020. ;
  1021. mysqli.default_port = 3306
  1022. ; Default socket name for local MySQL connects. If empty, uses the built-in
  1023. ; MySQL defaults.
  1024. ;
  1025. mysqli.default_socket =
  1026. ; Default host for mysql_connect() (doesn't apply in safe mode).
  1027. ;
  1028. mysqli.default_host =
  1029. ; Default user for mysql_connect() (doesn't apply in safe mode).
  1030. ;
  1031. mysqli.default_user =
  1032. ; Default password for mysqli_connect() (doesn't apply in safe mode).
  1033. ; Note that this is generally a *bad* idea to store passwords in this file.
  1034. ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
  1035. ; and reveal this password! And of course, any users with read access to this
  1036. ; file will be able to reveal the password as well.
  1037. ;
  1038. mysqli.default_pw =
  1039. ; Allow or prevent reconnect
  1040. mysqli.reconnect = Off
  1041. [mysqlnd]
  1042. ; Enable / Disable collection of general statstics by mysqlnd which can be
  1043. ; used to tune and monitor MySQL operations.
  1044. ;
  1045. mysqlnd.collect_statistics = On
  1046. ; Enable / Disable collection of memory usage statstics by mysqlnd which can be
  1047. ; used to tune and monitor MySQL operations.
  1048. ;
  1049. mysqlnd.collect_memory_statistics = Off
  1050. ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
  1051. ;
  1052. ;mysqlnd.net_cmd_buffer_size = 2048
  1053. ; Size of a pre-allocated buffer used for reading data sent by the server in
  1054. ; bytes.
  1055. ;
  1056. ;mysqlnd.net_read_buffer_size = 32768
  1057. [OCI8]
  1058. ; Connection: Enables privileged connections using external
  1059. ; credentials (OCI_SYSOPER, OCI_SYSDBA)
  1060. ;
  1061. ;oci8.privileged_connect = Off
  1062. ; Connection: The maximum number of persistent OCI8 connections per
  1063. ; process. Using -1 means no limit.
  1064. ;
  1065. ;oci8.max_persistent = -1
  1066. ; Connection: The maximum number of seconds a process is allowed to
  1067. ; maintain an idle persistent connection. Using -1 means idle
  1068. ; persistent connections will be maintained forever.
  1069. ;
  1070. ;oci8.persistent_timeout = -1
  1071. ; Connection: The number of seconds that must pass before issuing a
  1072. ; ping during oci_pconnect() to check the connection validity. When
  1073. ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
  1074. ; pings completely.
  1075. ;
  1076. ;oci8.ping_interval = 60
  1077. ; Connection: Set this to a user chosen connection class to be used
  1078. ; for all pooled server requests with Oracle 11g Database Resident
  1079. ; Connection Pooling (DRCP). To use DRCP, this value should be set to
  1080. ; the same string for all web servers running the same application,
  1081. ; the database pool must be configured, and the connection string must
  1082. ; specify to use a pooled server.
  1083. ;oci8.connection_class =
  1084. ; High Availability: Using On lets PHP receive Fast Application
  1085. ; Notification (FAN) events generated when a database node fails. The
  1086. ; database must also be configured to post FAN events.
  1087. ;oci8.events = Off
  1088. ; Tuning: This option enables statement caching, and specifies how
  1089. ; many statements to cache. Using 0 disables statement caching.
  1090. ;
  1091. ;oci8.statement_cache_size = 20
  1092. ; Tuning: Enables statement prefetching and sets the default number of
  1093. ; rows that will be fetched automatically after statement execution.
  1094. ;
  1095. ;oci8.default_prefetch = 100
  1096. ; Compatibility. Using On means oci_close() will not close
  1097. ; oci_connect() and oci_new_connect() connections.
  1098. ;
  1099. ;oci8.old_oci_close_semantics = Off
  1100. [PostgresSQL]
  1101. ; Allow or prevent persistent links.
  1102. ;
  1103. pgsql.allow_persistent = On
  1104. ; Detect broken persistent links always with pg_pconnect().
  1105. ; Auto reset feature requires a little overheads.
  1106. ;
  1107. pgsql.auto_reset_persistent = Off
  1108. ; Maximum number of persistent links. -1 means no limit.
  1109. ;
  1110. pgsql.max_persistent = -1
  1111. ; Maximum number of links (persistent+non persistent). -1 means no limit.
  1112. ;
  1113. pgsql.max_links = -1
  1114. ; Ignore PostgreSQL backends Notice message or not.
  1115. ; Notice message logging require a little overheads.
  1116. ;
  1117. pgsql.ignore_notice = 0
  1118. ; Log PostgreSQL backends Notice message or not.
  1119. ; Unless pgsql.ignore_notice=0, module cannot log notice message.
  1120. ;
  1121. pgsql.log_notice = 0
  1122. [Sybase-CT]
  1123. ; Allow or prevent persistent links.
  1124. ;
  1125. sybct.allow_persistent = On
  1126. ; Maximum number of persistent links. -1 means no limit.
  1127. ;
  1128. sybct.max_persistent = -1
  1129. ; Maximum number of links (persistent + non-persistent). -1 means no limit.
  1130. ;
  1131. sybct.max_links = -1
  1132. ; Minimum server message severity to display.
  1133. ;
  1134. sybct.min_server_severity = 10
  1135. ; Minimum client message severity to display.
  1136. ;
  1137. sybct.min_client_severity = 10
  1138. ; Set per-context timeout
  1139. ;
  1140. ;sybct.timeout=
  1141. ;sybct.packet_size
  1142. ; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.
  1143. ; Default: one minute
  1144. ;sybct.login_timeout=
  1145. ; The name of the host you claim to be connecting from, for display by sp_who.
  1146. ; Default: none
  1147. ;sybct.hostname=
  1148. ; Allows you to define how often deadlocks are to be retried. -1 means "forever".
  1149. ; Default: 0
  1150. ;sybct.deadlock_retry_count=
  1151. [bcmath]
  1152. ; Number of decimal digits for all bcmath functions.
  1153. ;
  1154. bcmath.scale = 0
  1155. [browscap]
  1156. ;
  1157. ;browscap = extra/browscap.ini
  1158. [Session]
  1159. ; Handler used to store/retrieve data.
  1160. ;
  1161. session.save_handler = files
  1162. ; Argument passed to save_handler. In the case of files, this is the path
  1163. ; where data files are stored. Note: Windows users have to change this
  1164. ; variable in order to use PHP's session functions.
  1165. ;
  1166. ; The path can be defined as:
  1167. ;
  1168. ;   session.save_path = "N;/path"
  1169. ;
  1170. ; where N is an integer. Instead of storing all the session files in
  1171. ; /path, what this will do is use subdirectories N-levels deep, and
  1172. ; store the session data in those directories. This is useful if you
  1173. ; or your OS have problems with lots of files in one directory, and is
  1174. ; a more efficient layout for servers that handle lots of sessions.
  1175. ;
  1176. ; NOTE 1: PHP will not create this directory structure automatically.
  1177. ;     You can use the script in the ext/session dir for that purpose.
  1178. ; NOTE 2: See the section on garbage collection below if you choose to
  1179. ;     use subdirectories for session storage
  1180. ;
  1181. ; The file storage module creates files using mode 600 by default.
  1182. ; You can change that by using
  1183. ;
  1184. ;   session.save_path = "N;MODE;/path"
  1185. ;
  1186. ; where MODE is the octal representation of the mode. Note that this
  1187. ; does not overwrite the process's umask.
  1188. ;
  1189. ;session.save_path = "/tmp"
  1190. ; Whether to use cookies.
  1191. ;
  1192. session.use_cookies = 1
  1193. ;
  1194. ;session.cookie_secure =
  1195. ; This option forces PHP to fetch and use a cookie for storing and maintaining
  1196. ; the session id. We encourage this operation as it's very helpful in combatting
  1197. ; session hijacking when not specifying and managing your own session id. It is
  1198. ; not the end all be all of session hijacking defense, but it's a good start.
  1199. ;
  1200. session.use_only_cookies = 1
  1201. ; Name of the session (used as cookie name).
  1202. ;
  1203. session.name = PHPSESSID
  1204. ; Initialize session on request startup.
  1205. ;
  1206. session.auto_start = 0
  1207. ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
  1208. ;
  1209. session.cookie_lifetime = 0
  1210. ; The path for which the cookie is valid.
  1211. ;
  1212. session.cookie_path = /
  1213. ; The domain for which the cookie is valid.
  1214. ;
  1215. session.cookie_domain =
  1216. ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.
  1217. ;
  1218. session.cookie_httponly =
  1219. ; Handler used to serialize data. php is the standard serializer of PHP.
  1220. ;
  1221. session.serialize_handler = php
  1222. ; Defines the probability that the 'garbage collection' process is started
  1223. ; on every session initialization. The probability is calculated by using
  1224. ; gc_probability/gc_divisor. Where session.gc_probability is the numerator
  1225. ; and gc_divisor is the denominator in the equation. Setting this value to 1
  1226. ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
  1227. ; the gc will run on any give request.
  1228. ; Default Value: 1
  1229. ; Development Value: 1
  1230. ; Production Value: 1
  1231. ;
  1232. session.gc_probability = 1
  1233. ; Defines the probability that the 'garbage collection' process is started on every
  1234. ; session initialization. The probability is calculated by using the following equation:
  1235. ; gc_probability/gc_divisor. Where session.gc_probability is the numerator and
  1236. ; session.gc_divisor is the denominator in the equation. Setting this value to 1
  1237. ; when the session.gc_divisor value is 100 will give you approximately a 1% chance
  1238. ; the gc will run on any give request. Increasing this value to 1000 will give you
  1239. ; a 0.1% chance the gc will run on any give request. For high volume production servers,
  1240. ; this is a more efficient approach.
  1241. ; Default Value: 100
  1242. ; Development Value: 1000
  1243. ; Production Value: 1000
  1244. ;
  1245. session.gc_divisor = 1000
  1246. ; After this number of seconds, stored data will be seen as 'garbage' and
  1247. ; cleaned up by the garbage collection process.
  1248. ;
  1249. session.gc_maxlifetime = 1440
  1250. ; NOTE: If you are using the subdirectory option for storing session files
  1251. ;    (see session.save_path above), then garbage collection does *not*
  1252. ;    happen automatically. You will need to do your own garbage
  1253. ;    collection through a shell script, cron entry, or some other method.
  1254. ;    For example, the following script would is the equivalent of
  1255. ;    setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
  1256. ;     cd /path/to/sessions; find -cmin +24 | xargs rm
  1257. ; PHP 4.2 and less have an undocumented feature/bug that allows you to
  1258. ; to initialize a session variable in the global scope, even when register_globals
  1259. ; is disabled. PHP 4.3 and later will warn you, if this feature is used.
  1260. ; You can disable the feature and the warning separately. At this time,
  1261. ; the warning is only displayed, if bug_compat_42 is enabled. This feature
  1262. ; introduces some serious security problems if not handled correctly. It's
  1263. ; recommended that you do not use this feature on production servers. But you
  1264. ; should enable this on development servers and enable the warning as well. If you
  1265. ; do not enable the feature on development servers, you won't be warned when it's
  1266. ; used and debugging errors caused by this can be difficult to track down.
  1267. ; Default Value: On
  1268. ; Development Value: On
  1269. ; Production Value: Off
  1270. ;
  1271. session.bug_compat_42 = Off
  1272. ; This setting controls whether or not you are warned by PHP when initializing a
  1273. ; session value into the global space. session.bug_compat_42 must be enabled before
  1274. ; these warnings can be issued by PHP. See the directive above for more information.
  1275. ; Default Value: On
  1276. ; Development Value: On
  1277. ; Production Value: Off
  1278. ;
  1279. session.bug_compat_warn = Off
  1280. ; Check HTTP Referer to invalidate externally stored URLs containing ids.
  1281. ; HTTP_REFERER has to contain this substring for the session to be
  1282. ; considered as valid.
  1283. ;
  1284. session.referer_check =
  1285. ; How many bytes to read from the file.
  1286. ;
  1287. session.entropy_length = 0
  1288. ; Specified here to create the session id.
  1289. ;
  1290. ; On systems that don't have /dev/urandom /dev/arandom can be used
  1291. ; On windows, setting the entropy_length setting will activate the
  1292. ; Windows random source (using the CryptoAPI)
  1293. ;session.entropy_file = /dev/urandom
  1294. ; Set to {nocache,private,public,} to determine HTTP caching aspects
  1295. ; or leave this empty to avoid sending anti-caching headers.
  1296. ;
  1297. session.cache_limiter = nocache
  1298. ; Document expires after n minutes.
  1299. ;
  1300. session.cache_expire = 180
  1301. ; trans sid support is disabled by default.
  1302. ; Use of trans sid may risk your users security.
  1303. ; Use this option with caution.
  1304. ; - User may send URL contains active session ID
  1305. ;  to other person via. email/irc/etc.
  1306. ; - URL that contains active session ID may be stored
  1307. ;  in publically accessible computer.
  1308. ; - User may access your site with the same session ID
  1309. ;  always using URL stored in browser's history or bookmarks.
  1310. ;
  1311. session.use_trans_sid = 0
  1312. ; Select a hash function for use in generating session ids.
  1313. ; Possible Values
  1314. ;  0 (MD5 128 bits)
  1315. ;  1 (SHA-1 160 bits)
  1316. ; This option may also be set to the name of any hash function supported by
  1317. ; the hash extension. A list of available hashes is returned by the hash_algos()
  1318. ; function.
  1319. ;
  1320. session.hash_function = 0
  1321. ; Define how many bits are stored in each character when converting
  1322. ; the binary hash data to something readable.
  1323. ; Possible values:
  1324. ;  4 (4 bits: 0-9, a-f)
  1325. ;  5 (5 bits: 0-9, a-v)
  1326. ;  6 (6 bits: 0-9, a-z, A-Z, "-", ",")
  1327. ; Default Value: 4
  1328. ; Development Value: 5
  1329. ; Production Value: 5
  1330. ;
  1331. session.hash_bits_per_character = 5
  1332. ; The URL rewriter will look for URLs in a defined set of HTML tags.
  1333. ; form/fieldset are special; if you include them here, the rewriter will
  1334. ; add a hidden <input> field with the info which is otherwise appended
  1335. ; to URLs. If you want XHTML conformity, remove the form entry.
  1336. ; Note that all valid entries require a "=", even if no value follows.
  1337. ; Default Value: "a=href,area=href,frame=src,form=,fieldset="
  1338. ; Development Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
  1339. ; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
  1340. ;
  1341. url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
  1342. [MSSQL]
  1343. ; Allow or prevent persistent links.
  1344. mssql.allow_persistent = On
  1345. ; Maximum number of persistent links. -1 means no limit.
  1346. mssql.max_persistent = -1
  1347. ; Maximum number of links (persistent+non persistent). -1 means no limit.
  1348. mssql.max_links = -1
  1349. ; Minimum error severity to display.
  1350. mssql.min_error_severity = 10
  1351. ; Minimum message severity to display.
  1352. mssql.min_message_severity = 10
  1353. ; Compatibility mode with old versions of PHP 3.0.
  1354. mssql.compatability_mode = Off
  1355. ; Connect timeout
  1356. ;mssql.connect_timeout = 5
  1357. ; Query timeout
  1358. ;mssql.timeout = 60
  1359. ; Valid range 0 - 2147483647. Default = 4096.
  1360. ;mssql.textlimit = 4096
  1361. ; Valid range 0 - 2147483647. Default = 4096.
  1362. ;mssql.textsize = 4096
  1363. ; Limits the number of records in each batch. 0 = all records in one batch.
  1364. ;mssql.batchsize = 0
  1365. ; Specify how datetime and datetim4 columns are returned
  1366. ; On => Returns data converted to SQL server settings
  1367. ; Off => Returns values as YYYY-MM-DD hh:mm:ss
  1368. ;mssql.datetimeconvert = On
  1369. ; Use NT authentication when connecting to the server
  1370. mssql.secure_connection = Off
  1371. ; Specify max number of processes. -1 = library default
  1372. ; msdlib defaults to 25
  1373. ; FreeTDS defaults to 4096
  1374. ;mssql.max_procs = -1
  1375. ; Specify client character set.
  1376. ; If empty or not set the client charset from freetds.comf is used
  1377. ; This is only used when compiled with FreeTDS
  1378. ;mssql.charset = "ISO-8859-1"
  1379. [Assertion]
  1380. ; Assert(expr); active by default.
  1381. ;
  1382. ;assert.active = On
  1383. ; Issue a PHP warning for each failed assertion.
  1384. ;
  1385. ;assert.warning = On
  1386. ; Don't bail out by default.
  1387. ;
  1388. ;assert.bail = Off
  1389. ; User-function to be called if an assertion fails.
  1390. ;
  1391. ;assert.callback = 0
  1392. ; Eval the expression with current error_reporting(). Set to true if you want
  1393. ; error_reporting(0) around the eval().
  1394. ;
  1395. ;assert.quiet_eval = 0
  1396. [COM]
  1397. ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
  1398. ;
  1399. ;com.typelib_file =
  1400. ; allow Distributed-COM calls
  1401. ;
  1402. ;com.allow_dcom = true
  1403. ; autoregister constants of a components typlib on com_load()
  1404. ;
  1405. ;com.autoregister_typelib = true
  1406. ; register constants casesensitive
  1407. ;
  1408. ;com.autoregister_casesensitive = false
  1409. ; show warnings on duplicate constant registrations
  1410. ;
  1411. ;com.autoregister_verbose = true
  1412. ; The default character set code-page to use when passing strings to and from COM objects.
  1413. ; Default: system ANSI code page
  1414. ;com.code_page=
  1415. [mbstring]
  1416. ; language for internal character representation.
  1417. ;
  1418. ;mbstring.language = Japanese
  1419. ; internal/script encoding.
  1420. ; Some encoding cannot work as internal encoding.
  1421. ; (e.g. SJIS, BIG5, ISO-2022-*)
  1422. ;
  1423. ;mbstring.internal_encoding = EUC-JP
  1424. ; http input encoding.
  1425. ;
  1426. ;mbstring.http_input = auto
  1427. ; http output encoding. mb_output_handler must be
  1428. ; registered as output buffer to function
  1429. ;
  1430. ;mbstring.http_output = SJIS
  1431. ; enable automatic encoding translation according to
  1432. ; mbstring.internal_encoding setting. Input chars are
  1433. ; converted to internal encoding by setting this to On.
  1434. ; Note: Do _not_ use automatic encoding translation for
  1435. ;    portable libs/applications.
  1436. ;
  1437. ;mbstring.encoding_translation = Off
  1438. ; automatic encoding detection order.
  1439. ; auto means
  1440. ;
  1441. ;mbstring.detect_order = auto
  1442. ; substitute_character used when character cannot be converted
  1443. ; one from another
  1444. ;
  1445. ;mbstring.substitute_character = none;
  1446. ; overload(replace) single byte functions by mbstring functions.
  1447. ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
  1448. ; etc. Possible values are 0,1,2,4 or combination of them.
  1449. ; For example, 7 for overload everything.
  1450. ; 0: No overload
  1451. ; 1: Overload mail() function
  1452. ; 2: Overload str*() functions
  1453. ; 4: Overload ereg*() functions
  1454. ;
  1455. ;mbstring.func_overload = 0
  1456. ; enable strict encoding detection.
  1457. ;mbstring.strict_detection = Off
  1458. ; This directive specifies the regex pattern of content types for which mb_output_handler()
  1459. ; is activated.
  1460. ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
  1461. ;mbstring.http_output_conv_mimetype=
  1462. ; Allows to set script encoding. Only affects if PHP is compiled with --enable-zend-multibyte
  1463. ; Default: ""
  1464. ;mbstring.script_encoding=
  1465. [gd]
  1466. ; Tell the jpeg decode to ignore warnings and try to create
  1467. ; a gd image. The warning will then be displayed as notices
  1468. ; disabled by default
  1469. ;
  1470. ;gd.jpeg_ignore_warning = 0
  1471. [exif]
  1472. ; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
  1473. ; With mbstring support this will automatically be converted into the encoding
  1474. ; given by corresponding encode setting. When empty mbstring.internal_encoding
  1475. ; is used. For the decode settings you can distinguish between motorola and
  1476. ; intel byte order. A decode setting cannot be empty.
  1477. ;
  1478. ;exif.encode_unicode = ISO-8859-15
  1479. ;
  1480. ;exif.decode_unicode_motorola = UCS-2BE
  1481. ;
  1482. ;exif.decode_unicode_intel  = UCS-2LE
  1483. ;
  1484. ;exif.encode_jis =
  1485. ;
  1486. ;exif.decode_jis_motorola = JIS
  1487. ;
  1488. ;exif.decode_jis_intel  = JIS
  1489. [Tidy]
  1490. ; The path to a default tidy configuration file to use when using tidy
  1491. ;
  1492. ;tidy.default_config = /usr/local/lib/php/default.tcfg
  1493. ; Should tidy clean and repair output automatically?
  1494. ; WARNING: Do not use this option if you are generating non-html content
  1495. ; such as dynamic images
  1496. ;
  1497. tidy.clean_output = Off
  1498. [soap]
  1499. ; Enables or disables WSDL caching feature.
  1500. ;
  1501. soap.wsdl_cache_enabled=1
  1502. ; Sets the directory name where SOAP extension will put cache files.
  1503. ;
  1504. soap.wsdl_cache_dir="/tmp"
  1505. ; (time to live) Sets the number of second while cached file will be used
  1506. ; instead of original one.
  1507. ;
  1508. soap.wsdl_cache_ttl=86400
  1509. ; Sets the size of the cache limit. (Max. number of WSDL files to cache)
  1510. soap.wsdl_cache_limit = 5
  1511. [sysvshm]
  1512. ; A default size of the shared memory segment
  1513. ;sysvshm.init_mem = 10000
  1514. [ldap]
  1515. ; Sets the maximum number of open links or -1 for unlimited.
  1516. ldap.max_links = -1
  1517. [mcrypt]
  1518. ; For more information about mcrypt settings see
  1519. ; Directory where to load mcrypt algorithms
  1520. ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
  1521. ;mcrypt.algorithms_dir=
  1522. ; Directory where to load mcrypt modes
  1523. ; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
  1524. ;mcrypt.modes_dir=
  1525. [dba]
  1526. ;dba.default_handler=
  1527. ; Local Variables:
  1528. ; tab-width: 4
  1529. ; End:
"Bring forth therefore fruits meet for repentance:" Matthew 3:8

Afficher de l'information

  • Total des messages de ce sujet: 10 messages
  • Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 172 invités
  • Vous ne pouvez pas poster de nouveaux sujets
  • Vous ne pouvez pas répondre aux sujets
  • Vous ne pouvez pas éditer vos messages
  • Vous ne pouvez pas supprimer vos messages
  • Vous ne pouvez pas joindre des fichiers
 
 

© 2011 Unmelted, LLC. Ozzu® est une marque déposée de Unmelted, LLC