Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jul 18, 2018
1 parent b12bf50 commit e0c1d28
Showing 1 changed file with 89 additions and 56 deletions.
145 changes: 89 additions & 56 deletions bin/php7.2.3/php.ini.nrd
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@
; Development Value: Off
; Production Value: Off

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

; variables_order
; Default Value: "EGPCS"
; Development Value: "GPCS"
Expand Down Expand Up @@ -289,7 +294,7 @@ implicit_flush = Off
; callback-function.
unserialize_callback_func =

; When floats & doubles are serialized, store serialize_precision significant
; 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.
; The value is also used for json_encode when encoding double values.
Expand Down Expand Up @@ -517,13 +522,14 @@ report_memleaks = On
; This setting is on by default.
;report_zend_debug = 0

; Store the last error/warning message in $php_errormsg (boolean).
; This directive is DEPRECATED.
; 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: Off
; Development Value: On
; Production Value: Off
; http://php.net/track-errors
;track_errors = Off
track_errors = On

; Turn off normal error reporting and emit XML-RPC error XML
; http://php.net/xmlrpc-errors
Expand Down Expand Up @@ -711,7 +717,7 @@ default_charset = "UTF-8"
;include_path = ".;c:\php\includes"

;***** Added by go-pear
include_path=".;~NEARD_LIN_PATH~/bin/php/php7.2.0/pear/pear"
include_path=".;~NEARD_LIN_PATH~/bin/php/php7.1.15/pear/pear"
;*****
;
; PHP's default setting for include_path is ".;/path/to/php/pear"
Expand All @@ -735,7 +741,7 @@ user_dir =
; extension_dir = "./"
; On windows:
; extension_dir = "ext"
extension_dir = "~NEARD_LIN_PATH~/bin/php/php7.2.0/ext"
extension_dir = "~NEARD_LIN_PATH~/bin/php/php7.1.15/ext"

; Directory where the temporary files should be placed.
; Defaults to the system default (see sys_get_temp_dir)
Expand Down Expand Up @@ -866,61 +872,60 @@ default_socket_timeout = 60
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
; extension=modulename
; extension=modulename.extension
;
; For example, on Windows:
;
; For example:
; extension=msql.dll
;
; extension=mysqli
;
; When the extension library to load is not located in the default extension
; directory, You may specify an absolute path to the library file:
; ... or under UNIX:
;
; extension=/path/to/extension/mysqli.so
; extension=msql.so
;
; Note : The syntax used in previous PHP versions ('extension=<ext>.so' and
; 'extension='php_<ext>.dll') is supported for legacy reasons and may be
; deprecated in a future PHP major version. So, when it is possible, please
; move to the new ('extension=<ext>) syntax.
; ... or with a path:
;
; Notes for Windows environments :
; extension=/path/to/extension/msql.so
;
; - ODBC support is built in, so no dll is needed for it.
; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
; extension folders as well as the separate PECL DLL download (PHP 5+).
; Be sure to appropriately set the extension_dir directive.
; If you only provide the name of the extension, PHP will look for it in its
; default extension directory.
;
;extension=bz2
extension=curl
;extension=dba
extension=fileinfo
extension=gd2
extension=gettext
;extension=gmp
extension=intl
extension=imap
;extension=interbase
;extension=ldap
extension=mbstring
;extension=exif
extension=mysqli
;extension=oci8_12c
extension=openssl
;extension=pdo_firebird
extension=pdo_mysql
;extension=pdo_oci
;extension=pdo_odbc
extension=pdo_pgsql
extension=pdo_sqlite
extension=pgsql
;extension=shmop
;extension=snmp
;extension=soap
;extension=sockets
extension=sodium
;extension=sqlite3
;extension=tidy
;extension=xmlrpc
;extension=xsl
; Windows Extensions
; Note that ODBC support is built in, so no dll is needed for it.
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5+)
; extension folders as well as the separate PECL DLL download (PHP 5+).
; Be sure to appropriately set the extension_dir directive.
;
;extension=php_bz2.dll
extension=php_curl.dll
extension=php_fileinfo.dll
;extension=php_ftp.dll
extension=php_gd2.dll
extension=php_gettext.dll
;extension=php_gmp.dll
extension=php_intl.dll
extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
extension=php_mbstring.dll
;extension=php_exif.dll
extension=php_mysqli.dll
;extension=php_oci8_12c.dll
extension=php_openssl.dll
;extension=php_pdo_firebird.dll
extension=php_pdo_mysql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_odbc.dll
extension=php_pdo_pgsql.dll
extension=php_pdo_sqlite.dll
extension=php_pgsql.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_soap.dll
;extension=php_sockets.dll
;extension=php_sqlite3.dll
;extension=php_tidy.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
@PHP_EXTENSIONS@

;;;;;;;;;;;;;;;;;;;
Expand Down Expand Up @@ -1055,6 +1060,10 @@ mail.add_x_header = On
; Log mail to syslog (Event Log on Windows).
;mail.log = syslog

[SQL]
; http://php.net/sql.safe-mode
sql.safe_mode = Off

[ODBC]
; http://php.net/odbc.default-db
;odbc.default_db = Not yet implemented
Expand Down Expand Up @@ -1757,12 +1766,23 @@ soap.wsdl_cache_limit = 5
; Sets the maximum number of open links or -1 for unlimited.
ldap.max_links = -1

[mcrypt]
; For more information about mcrypt settings see http://php.net/mcrypt-module-open

; 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=

; OPCache

zend_extension = "~NEARD_LIN_PATH~/bin/php/php7.2.0/ext/php_opcache.dll"
zend_extension = "~NEARD_LIN_PATH~/bin/php/php7.1.15/ext/php_opcache.dll"

[opcache]
; Determines if Zend OPCache is enabled
Expand Down Expand Up @@ -1918,3 +1938,16 @@ opcache.enable_cli=0
; Local Variables:
; tab-width: 4
; End:

zend_extension = "~NEARD_LIN_PATH~/bin/php/php7.1.15/ext/php_xdebug.dll"

[xdebug]
xdebug.remote_enable = On
xdebug.profiler_enable = Off
xdebug.profiler_enable_trigger = Off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "~NEARD_LIN_PATH~/tmp/cachegrind"
xdebug.var_display_max_children = "1024"
xdebug.var_display_max_depth = "8192"
xdebug.var_display_max_data = "32768"
xdebug.max_nesting_level = "250"

0 comments on commit e0c1d28

Please sign in to comment.