Created
March 10, 2016 05:29
-
-
Save jacksontong/fc5d1f4751ffa1938ca8 to your computer and use it in GitHub Desktop.
php config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
'PHP' => [ | |
'engine' => '1' | |
'short_open_tag' => '' | |
'precision' => '14' | |
'output_buffering' => '4096' | |
'zlib.output_compression' => '' | |
'implicit_flush' => '' | |
'unserialize_callback_func' => '' | |
'serialize_precision' => '17' | |
'disable_functions' => 'pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,' | |
'disable_classes' => '' | |
'zend.enable_gc' => '1' | |
'expose_php' => '' | |
'max_execution_time' => '30' | |
'max_input_time' => '60' | |
'memory_limit' => '256M' | |
'error_reporting' => '22527' | |
'display_errors' => '' | |
'display_startup_errors' => '' | |
'log_errors' => '' | |
'log_errors_max_len' => '1024' | |
'ignore_repeated_errors' => '' | |
'ignore_repeated_source' => '' | |
'report_memleaks' => '1' | |
'track_errors' => '' | |
'html_errors' => '1' | |
'variables_order' => 'GPCS' | |
'request_order' => 'GP' | |
'register_argc_argv' => '' | |
'auto_globals_jit' => '1' | |
'post_max_size' => '8M' | |
'auto_prepend_file' => '' | |
'auto_append_file' => '' | |
'default_mimetype' => 'text/html' | |
'default_charset' => 'UTF-8' | |
'doc_root' => '' | |
'user_dir' => '' | |
'enable_dl' => '' | |
'file_uploads' => '1' | |
'upload_max_filesize' => '100M' | |
'max_file_uploads' => '20' | |
'allow_url_fopen' => '1' | |
'allow_url_include' => '' | |
'default_socket_timeout' => '60' | |
'extension' => 'php_pdflib.so' | |
] | |
'CLI Server' => [ | |
'cli_server.color' => '1' | |
] | |
'Date' => [] | |
'filter' => [] | |
'iconv' => [] | |
'intl' => [] | |
'sqlite3' => [] | |
'Pcre' => [] | |
'Pdo' => [] | |
'Pdo_mysql' => [ | |
'pdo_mysql.cache_size' => '2000' | |
'pdo_mysql.default_socket' => '' | |
] | |
'Phar' => [] | |
'mail function' => [ | |
'SMTP' => 'localhost' | |
'smtp_port' => '25' | |
'mail.add_x_header' => '1' | |
] | |
'SQL' => [ | |
'sql.safe_mode' => '' | |
] | |
'ODBC' => [ | |
'odbc.allow_persistent' => '1' | |
'odbc.check_persistent' => '1' | |
'odbc.max_persistent' => '-1' | |
'odbc.max_links' => '-1' | |
'odbc.defaultlrl' => '4096' | |
'odbc.defaultbinmode' => '1' | |
] | |
'Interbase' => [ | |
'ibase.allow_persistent' => '1' | |
'ibase.max_persistent' => '-1' | |
'ibase.max_links' => '-1' | |
'ibase.timestampformat' => '%Y-%m-%d %H:%M:%S' | |
'ibase.dateformat' => '%Y-%m-%d' | |
'ibase.timeformat' => '%H:%M:%S' | |
] | |
'MySQLi' => [ | |
'mysqli.max_persistent' => '-1' | |
'mysqli.allow_persistent' => '1' | |
'mysqli.max_links' => '-1' | |
'mysqli.cache_size' => '2000' | |
'mysqli.default_port' => '3306' | |
'mysqli.default_socket' => '' | |
'mysqli.default_host' => '' | |
'mysqli.default_user' => '' | |
'mysqli.default_pw' => '' | |
'mysqli.reconnect' => '' | |
] | |
'mysqlnd' => [ | |
'mysqlnd.collect_statistics' => '1' | |
'mysqlnd.collect_memory_statistics' => '' | |
] | |
'OCI8' => [] | |
'PostgreSQL' => [ | |
'pgsql.allow_persistent' => '1' | |
'pgsql.auto_reset_persistent' => '' | |
'pgsql.max_persistent' => '-1' | |
'pgsql.max_links' => '-1' | |
'pgsql.ignore_notice' => '0' | |
'pgsql.log_notice' => '0' | |
] | |
'bcmath' => [ | |
'bcmath.scale' => '0' | |
] | |
'browscap' => [] | |
'Session' => [ | |
'session.save_handler' => 'files' | |
'session.use_strict_mode' => '0' | |
'session.use_cookies' => '1' | |
'session.use_only_cookies' => '1' | |
'session.name' => 'PHPSESSID' | |
'session.auto_start' => '0' | |
'session.cookie_lifetime' => '0' | |
'session.cookie_path' => '/' | |
'session.cookie_domain' => '' | |
'session.cookie_httponly' => '' | |
'session.serialize_handler' => 'php' | |
'session.gc_probability' => '0' | |
'session.gc_divisor' => '1000' | |
'session.gc_maxlifetime' => '1440' | |
'session.referer_check' => '' | |
'session.cache_limiter' => 'nocache' | |
'session.cache_expire' => '180' | |
'session.use_trans_sid' => '0' | |
'session.hash_function' => '0' | |
'session.hash_bits_per_character' => '5' | |
'url_rewriter.tags' => 'a=href,area=href,frame=src,input=src,form=fakeentry' | |
] | |
'Assertion' => [ | |
'zend.assertions' => '-1' | |
] | |
'COM' => [] | |
'mbstring' => [] | |
'gd' => [] | |
'exif' => [] | |
'Tidy' => [ | |
'tidy.clean_output' => '' | |
] | |
'soap' => [ | |
'soap.wsdl_cache_enabled' => '1' | |
'soap.wsdl_cache_dir' => '/tmp' | |
'soap.wsdl_cache_ttl' => '86400' | |
'soap.wsdl_cache_limit' => '5' | |
] | |
'sysvshm' => [] | |
'ldap' => [ | |
'ldap.max_links' => '-1' | |
] | |
'mcrypt' => [] | |
'dba' => [] | |
'opcache' => [] | |
'curl' => [] | |
'openssl' => [] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment