Файловый менеджер - Редактировать - /home4/cal14593/public_html/php.d.all.tar
Назад
ares.ini 0000644 00000000061 14742161603 0006200 0 ustar 00 ; Enable ares extension module extension=ares.so mssql.ini 0000644 00000000063 14742161603 0006407 0 ustar 00 ; Enable mssql extension module extension=mssql.so gd.ini 0000644 00000000055 14742161603 0005643 0 ustar 00 ; Enable gd extension module extension=gd.so igbinary.ini 0000644 00000000071 14742161603 0007053 0 ustar 00 ; Enable igbinary extension module extension=igbinary.so sourceguardian.ini 0000644 00000000101 14742161603 0010254 0 ustar 00 zend_extension=/opt/alt/php53/usr/lib64/php/modules/ixed.5.3.lin imagick.ini 0000644 00000000067 14742161603 0006660 0 ustar 00 ; Enable imagick extension module extension=imagick.so big_int.ini 0000644 00000000067 14742161603 0006667 0 ustar 00 ; Enable big_int extension module extension=big_int.so eio.ini 0000644 00000000104 14742161603 0006020 0 ustar 00 ; Enable eio extension module extension=sockets.so extension=eio.so pdo_pgsql.ini 0000644 00000000114 14742161603 0007235 0 ustar 00 ; Enable pdo_pgsql extension module extension=pdo.so extension=pdo_pgsql.so timezonedb.ini 0000644 00000000075 14742161603 0007413 0 ustar 00 ; Enable timezonedb extension module extension=timezonedb.so wddx.ini 0000644 00000000061 14742161603 0006214 0 ustar 00 ; Enable wddx extension module extension=wddx.so dbx.ini 0000644 00000000057 14742161603 0006030 0 ustar 00 ; Enable dbx extension module extension=dbx.so pspell.ini 0000644 00000000065 14742161603 0006551 0 ustar 00 ; Enable pspell extension module extension=pspell.so enchant.ini 0000644 00000000067 14742161603 0006674 0 ustar 00 ; Enable enchant extension module extension=enchant.so pdo_odbc.ini 0000644 00000000112 14742161603 0007014 0 ustar 00 ; Enable pdo_odbc extension module extension=pdo.so extension=pdo_odbc.so odbc.ini 0000644 00000000061 14742161603 0006155 0 ustar 00 ; Enable odbc extension module extension=odbc.so xdebug.ini 0000644 00000000137 14742161603 0006530 0 ustar 00 ; Enable xdebug extension module zend_extension=/opt/alt/php74/usr/lib64/php/modules/xdebug.so mailparse.ini 0000644 00000000121 14742161603 0007220 0 ustar 00 ; Enable mailparse extension module extension=mbstring.so extension=mailparse.so ldap.ini 0000644 00000000061 14742161603 0006166 0 ustar 00 ; Enable ldap extension module extension=ldap.so gnupg.ini 0000644 00000000063 14742161603 0006370 0 ustar 00 ; Enable gnupg extension module extension=gnupg.so mbstring.ini 0000644 00000000071 14742161603 0007074 0 ustar 00 ; Enable mbstring extension module extension=mbstring.so pgsql.ini 0000644 00000000063 14742161603 0006376 0 ustar 00 ; Enable pgsql extension module extension=pgsql.so radius.ini 0000644 00000000065 14742161603 0006541 0 ustar 00 ; Enable radius extension module extension=radius.so uri_template.ini 0000644 00000000101 14742161603 0007733 0 ustar 00 ; Enable uri_template extension module extension=uri_template.so ncurses.ini 0000644 00000000067 14742161603 0006736 0 ustar 00 ; Enable ncurses extension module extension=ncurses.so bcmath.ini 0000644 00000000065 14742161603 0006510 0 ustar 00 ; Enable bcmath extension module extension=bcmath.so lzf.ini 0000644 00000000057 14742161603 0006046 0 ustar 00 ; Enable lzf extension module extension=lzf.so apm.ini 0000644 00000000101 14742161603 0006016 0 ustar 00 ; Enable apm extension module extension=json.so extension=apm.so dbase.ini 0000644 00000000063 14742161603 0006326 0 ustar 00 ; Enable dbase extension module extension=dbase.so snmp.ini 0000644 00000000061 14742161603 0006223 0 ustar 00 ; Enable snmp extension module extension=snmp.so raphf.ini 0000644 00000000063 14742161603 0006350 0 ustar 00 ; Enable raphf extension module extension=raphf.so nd_mysql.ini 0000644 00000000116 14742161603 0007075 0 ustar 00 ; Enable nd_mysql extension module extension=mysqlnd.so extension=nd_mysql.so eaccelerator.ini 0000644 00000006730 14742161603 0007710 0 ustar 00 [eaccelerator] ;;;;;;;;;;;;;;;;;;; ; About this file ; ;;;;;;;;;;;;;;;;;;; ; ; eAccelerator is compatible with Zend Optimizer's loader. Zend Optimizer ; must be installed after eAccelerator in php.ini. If you don't use scripts ; encoded with Zend Encoder then we do not recommend you install Zend Optimizer ; with eAccelerator. ; You must uncomment one (and only one) line from the following to load ; eAccelerator extension. extension="eaccelerator.so" ;zend_extension="/usr/lib/php/modules/eaccelerator.so" ;zend_extension_ts="/usr/lib/php/modules/eaccelerator.so" ;extension="eaccelerator.dll" ;zend_extension_ts="c:\php4\eaccelerator.dll" ;zend_extension="c:\php4\eaccelerator.dll" ; The amount of shared memory (in megabytes) that eAccelerator will use. ; "0" means OS default. Default value is "0". eaccelerator.shm_size = "0" ; The directory that is used for disk cache. eAccelerator stores precompiled ; code, session data, content and user entries here. The same data can be ; stored in shared memory also (for more quick access). Default value is ; "/var/cache/php-eaccelerator". eaccelerator.cache_dir = "/var/cache/php-eaccelerator" ; Enables or disables eAccelerator. Should be "1" for enabling or ; "0" for disabling. Default value is "1". eaccelerator.enable = "1" ; Enables or disables internal peephole optimizer which may speed up code ; execution. Should be "1" for enabling or "0" for disabling. ; Default value is "1". eaccelerator.optimizer = "1" ; Enables or disables debug logging. Setting this to 1 will print information ; to the log file about the cach hits of a file. eaccelerator.debug = 0 ; Set the log file for eaccelerator. When this option isn't set then the data ; will be logged to stderr eaccelerator.log_file = "/var/log/httpd/eaccelerator_log" ; A string that's prepended to all keys. This allows two applications that use the ; same key names to run on the same host by setting this in .htaccess or in the main ; configuration file for the whole webserver. eaccelerator.name_space = "" ; Enables or disables PHP file modification checking. Should be "1" ; for enabling or "0" for disabling. You should set it to "1" if you want ; to recompile PHP files after modification. Default value is "1". eaccelerator.check_mtime = "1" ; Determine which PHP files must be cached. You may specify the number of ; patterns (for example "*.php *.phtml") which specifies to cache or ; not to cache. If pattern starts with the character "!", it means to ignore ; files which are matched by the following pattern. Default value is "" that ; means - all PHP scripts will be cached. eaccelerator.filter = "" ; When eAccelerator fails to get shared memory for new script it removes ; all scripts which were not accessed at last "shm_ttl" seconds from shared ; memory. Default value is "0" that means - don't remove any files from ; shared memory. eaccelerator.shm_ttl = "0" ; When eAccelerator fails to get shared memory for new script it tries to ; remove old script if the previous try was made more then "shm_prune_period" ; seconds ago. Default value is "0" that means - don't try to remove any ; files from shared memory. eaccelerator.shm_prune_period = "0" ; Enables or disables caching of compiled scripts on disk. It has no effect ; on session data and content caching. ; Default value is "0" that means - use disk and shared memory for caching. eaccelerator.shm_only = "0" ; The script paths that are allowed to get admin information and do admin ; controls eaccelerator.allowed_admin_path = "" mysqli.ini 0000644 00000000065 14742161603 0006570 0 ustar 00 ; Enable mysqli extension module extension=mysqli.so interbase.ini 0000644 00000000073 14742161603 0007225 0 ustar 00 ; Enable interbase extension module extension=interbase.so rar.ini 0000644 00000000057 14742161603 0006037 0 ustar 00 ; Enable rar extension module extension=rar.so ssh2.ini 0000644 00000000061 14742161603 0006125 0 ustar 00 ; Enable ssh2 extension module extension=ssh2.so json.ini 0000644 00000000061 14742161603 0006217 0 ustar 00 ; Enable json extension module extension=json.so ioncube_loader.ini 0000644 00000000106 14742161603 0010220 0 ustar 00 zend_extension=/opt/alt/php74/usr/lib64/php/modules/ioncube_loader.so zip.ini 0000644 00000000057 14742161603 0006055 0 ustar 00 ; Enable zip extension module extension=zip.so imap.ini 0000644 00000000061 14742161603 0006174 0 ustar 00 ; Enable imap extension module extension=imap.so propro.ini 0000644 00000000065 14742161603 0006573 0 ustar 00 ; Enable propro extension module extension=propro.so http.ini 0000644 00000000152 14742161603 0006226 0 ustar 00 ; Enable http extension module extension=json.so extension=propro.so extension=raphf.so extension=http.so pdo_mysql.ini 0000644 00000000114 14742161603 0007254 0 ustar 00 ; Enable pdo_mysql extension module extension=pdo.so extension=pdo_mysql.so pdo.ini 0000644 00000000057 14742161603 0006035 0 ustar 00 ; Enable pdo extension module extension=pdo.so xcache_3.ini 0000644 00000002116 14742161603 0006726 0 ustar 00 [xcache-common] extension = xcache_3.so [xcache.admin] xcache.admin.enable_auth = On xcache.admin.user = "admin" ; xcache.admin.pass = md5($your_password) xcache.admin.pass = "" [xcache] xcache.shm_scheme = "mmap" xcache.size = 60M xcache.count = 2 xcache.slots = 8K xcache.ttl = 3600 xcache.gc_interval = 300 ; Same as aboves but for variable cache ; If you don't know for sure that you need this, you probably don't xcache.var_size = 4M xcache.var_count = 1 xcache.var_slots = 8K xcache.var_ttl = 3600 xcache.var_maxttl = 3600 xcache.var_gc_interval = 300 ; N/A for /dev/zero xcache.readonly_protection = Off ; for *nix, xcache.mmap_path is a file path, not directory. ; Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection ; 2 group of php won't share the same /tmp/xcache ; for win32, xcache.mmap_path=anonymous map name, not file path xcache.mmap_path = "/dev/zero" xcache.cacher = On xcache.stat = On sybase_ct.ini 0000644 00000000073 14742161603 0007225 0 ustar 00 ; Enable sybase_ct extension module extension=sybase_ct.so weakref.ini 0000644 00000000067 14742161603 0006700 0 ustar 00 ; Enable weakref extension module extension=weakref.so oauth.ini 0000644 00000000063 14742161603 0006370 0 ustar 00 ; Enable oauth extension module extension=oauth.so memcache.ini 0000644 00000000071 14742161603 0007011 0 ustar 00 ; Enable memcache extension module extension=memcache.so mysql.ini 0000644 00000000063 14742161603 0006415 0 ustar 00 ; Enable mysql extension module extension=mysql.so fileinfo.ini 0000644 00000000071 14742161603 0007042 0 ustar 00 ; Enable fileinfo extension module extension=fileinfo.so xsl.ini 0000644 00000000100 14742161603 0006046 0 ustar 00 ; Enable xsl extension module extension=dom.so extension=xsl.so xmlreader.ini 0000644 00000000114 14742161603 0007230 0 ustar 00 ; Enable xmlreader extension module extension=dom.so extension=xmlreader.so nd_mysqli.ini 0000644 00000000120 14742161603 0007241 0 ustar 00 ; Enable nd_mysqli extension module extension=mysqlnd.so extension=nd_mysqli.so sysvshm.ini 0000644 00000000067 14742161603 0006770 0 ustar 00 ; Enable sysvshm extension module extension=sysvshm.so stats.ini 0000644 00000000063 14742161603 0006406 0 ustar 00 ; Enable stats extension module extension=stats.so hidef.ini 0000644 00000000063 14742161603 0006327 0 ustar 00 ; Enable hidef extension module extension=hidef.so bz2_filter.ini 0000644 00000000075 14742161603 0007315 0 ustar 00 ; Enable bz2_filter extension module extension=bz2_filter.so pdo_dblib.ini 0000644 00000000114 14742161603 0007163 0 ustar 00 ; Enable pdo_dblib extension module extension=pdo.so extension=pdo_dblib.so pdf.ini 0000644 00000000057 14742161603 0006024 0 ustar 00 ; Enable pdf extension module extension=pdf.so libevent.ini 0000644 00000000116 14742161603 0007057 0 ustar 00 ; Enable libevent extension module extension=sockets.so extension=libevent.so solr.ini 0000644 00000000061 14742161603 0006225 0 ustar 00 ; Enable solr extension module extension=solr.so phar.ini 0000644 00000000061 14742161603 0006200 0 ustar 00 ; Enable phar extension module extension=phar.so inotify.ini 0000644 00000000067 14742161603 0006735 0 ustar 00 ; Enable inotify extension module extension=inotify.so geoip.ini 0000644 00000000063 14742161603 0006353 0 ustar 00 ; Enable geoip extension module extension=geoip.so haru.ini 0000644 00000000061 14742161603 0006205 0 ustar 00 ; Enable haru extension module extension=haru.so msgpack.ini 0000644 00000000067 14742161603 0006701 0 ustar 00 ; Enable msgpack extension module extension=msgpack.so gender.ini 0000644 00000000065 14742161603 0006516 0 ustar 00 ; Enable gender extension module extension=gender.so sysvmsg.ini 0000644 00000000067 14742161603 0006767 0 ustar 00 ; Enable sysvmsg extension module extension=sysvmsg.so spl_types.ini 0000644 00000000073 14742161603 0007273 0 ustar 00 ; Enable spl_types extension module extension=spl_types.so xcache.ini 0000644 00000002157 14742161603 0006511 0 ustar 00 [xcache-common] zend_extension = /opt/alt/php53/usr/lib64/php/modules/xcache.so [xcache.admin] xcache.admin.auth = On xcache.admin.user = "admin" ; xcache.admin.pass = md5($your_password) xcache.admin.pass = "" [xcache] xcache.shm_scheme = "mmap" xcache.size = 60M xcache.count = 2 xcache.slots = 8K xcache.ttl = 3600 xcache.gc_interval = 300 ; Same as aboves but for variable cache ; If you don't know for sure that you need this, you probably don't xcache.var_size = 4M xcache.var_count = 1 xcache.var_slots = 8K xcache.var_ttl = 3600 xcache.var_maxttl = 3600 xcache.var_gc_interval = 300 ; N/A for /dev/zero xcache.readonly_protection = Off ; for *nix, xcache.mmap_path is a file path, not directory. ; Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection ; 2 group of php won't share the same /tmp/xcache ; for win32, xcache.mmap_path=anonymous map name, not file path xcache.mmap_path = "/dev/zero" xcache.cacher = On xcache.stat = On apc.ini 0000644 00000006025 14742161603 0006017 0 ustar 00 ; Enable apc extension module extension = apc.so ; Options for the APC module version >= 3.1.3 ; See http://www.php.net/manual/en/apc.configuration.php ; This can be set to 0 to disable APC. apc.enabled=1 ; The number of shared memory segments to allocate for the compiler cache. apc.shm_segments=1 ; The size of each shared memory segment, with M/G suffix apc.shm_strings_buffer=1M apc.shm_size=32M ; A "hint" about the number of distinct source files that will be included or ; requested on your web server. Set to zero or omit if you are not sure; apc.num_files_hint=1024 ; Just like num_files_hint, a "hint" about the number of distinct user cache ; variables to store. Set to zero or omit if you are not sure; apc.user_entries_hint=4096 ; The number of seconds a cache entry is allowed to idle in a slot in case this ; cache entry slot is needed by another entry. apc.ttl=7200 ; use the SAPI request start time for TTL apc.use_request_time=1 ; The number of seconds a user cache entry is allowed to idle in a slot in case ; this cache entry slot is needed by another entry. apc.user_ttl=7200 ; The number of seconds that a cache entry may remain on the garbage-collection list. apc.gc_ttl=3600 ; On by default, but can be set to off and used in conjunction with positive ; apc.filters so that files are only cached if matched by a positive filter. apc.cache_by_default=1 ; A comma-separated list of POSIX extended regular expressions. apc.filters ; The mktemp-style file_mask to pass to the mmap module apc.mmap_file_mask=/dev/zero ; This file_update_protection setting puts a delay on caching brand new files. apc.file_update_protection=2 ; Setting this enables APC for the CLI version of PHP (Mostly for testing and debugging). apc.enable_cli=0 ; Prevents large files from being cached apc.max_file_size=1M ; Whether to stat the main script file and the fullpath includes. apc.stat=1 ; Vertification with ctime will avoid problems caused by programs such as svn or rsync by making ; sure inodes have not changed since the last stat. APC will normally only check mtime. apc.stat_ctime=0 ; Whether to canonicalize paths in stat=0 mode or fall back to stat behaviour apc.canonicalize=0 ; With write_lock enabled, only one process at a time will try to compile an ; uncached script while the other processes will run uncached apc.write_lock=1 ; Logs any scripts that were automatically excluded from being cached due to early/late binding issues. apc.report_autofilter=0 ; RFC1867 File Upload Progress hook handler apc.rfc1867=0 apc.rfc1867_prefix =upload_ apc.rfc1867_name=APC_UPLOAD_PROGRESS apc.rfc1867_freq=0 apc.rfc1867_ttl=3600 ; Optimize include_once and require_once calls and avoid the expensive system calls used. apc.include_once_override=0 apc.lazy_classes=0 apc.lazy_functions=0 ; Enables APC handling of signals, such as SIGSEGV, that write core files when signaled. ; APC will attempt to unmap the shared memory segment in order to exclude it from the core file apc.coredump_unmap=0 ; Records a md5 hash of files. apc.file_md5=0 ; not documented apc.preload_path intl.ini 0000644 00000000061 14742161603 0006214 0 ustar 00 ; Enable intl extension module extension=intl.so doublemetaphone.ini 0000644 00000000107 14742161603 0010422 0 ustar 00 ; Enable doublemetaphone extension module extension=doublemetaphone.so xrange.ini 0000644 00000000065 14742161603 0006536 0 ustar 00 ; Enable xrange extension module extension=xrange.so sysvsem.ini 0000644 00000000067 14742161603 0006765 0 ustar 00 ; Enable sysvsem extension module extension=sysvsem.so posix.ini 0000644 00000000063 14742161603 0006412 0 ustar 00 ; Enable posix extension module extension=posix.so pdo_oci.ini 0000644 00000000110 14742161603 0006655 0 ustar 00 ; Enable pdo_oci extension module extension=pdo.so extension=pdo_oci.so mongo.ini 0000644 00000000105 14742161603 0006364 0 ustar 00 ; Enable mongo extension module extension=json.so extension=mongo.so xhprof.ini 0000644 00000000065 14742161603 0006560 0 ustar 00 ; Enable xhprof extension module extension=xhprof.so yaz.ini 0000644 00000000057 14742161603 0006056 0 ustar 00 ; Enable yaz extension module extension=yaz.so geos.ini 0000644 00000000061 14742161603 0006203 0 ustar 00 ; Enable geos extension module extension=geos.so zmq.ini 0000644 00000000057 14742161603 0006062 0 ustar 00 ; Enable zmq extension module extension=zmq.so sockets.ini 0000644 00000000067 14742161603 0006727 0 ustar 00 ; Enable sockets extension module extension=sockets.so uploadprogress.ini 0000644 00000000105 14742161603 0010316 0 ustar 00 ; Enable uploadprogress extension module extension=uploadprogress.so xmlwriter.ini 0000644 00000000073 14742161603 0007306 0 ustar 00 ; Enable xmlwriter extension module extension=xmlwriter.so htscanner.ini 0000644 00000000073 14742161603 0007236 0 ustar 00 ; Enable htscanner extension module extension=htscanner.so suhosin.ini 0000644 00000000067 14742161603 0006744 0 ustar 00 ; Enable suhosin extension module extension=suhosin.so soap.ini 0000644 00000000061 14742161603 0006210 0 ustar 00 ; Enable soap extension module extension=soap.so mongodb.ini 0000644 00000000111 14742161603 0006667 0 ustar 00 ; Enable mongodb extension module extension=json.so extension=mongodb.so zend_guard_loader.ini 0000644 00000000107 14742161603 0010717 0 ustar 00 zend_extension=/opt/alt/php53/usr/lib64/php/modules/ZendGuardLoader.so opcache.ini 0000644 00000000141 14742161603 0006647 0 ustar 00 ; Enable opcache extension module zend_extension=/opt/alt/php74/usr/lib64/php/modules/opcache.so amqp.ini 0000644 00000003223 14742161603 0006207 0 ustar 00 ; Enable amqp extension module extension = amqp.so ; Whether calls to AMQPQueue::get() and AMQPQueue::consume() ; should require that the client explicitly acknowledge messages. ; Setting this value to 1 will pass in the AMQP_AUTOACK flag to ; the above method calls if the flags field is omitted. ;amqp.auto_ack = 0 ; The host to which to connect. ;amqp.host = localhost ; The login to use while connecting to the broker. ;amqp.login = guest ; The password to use while connecting to the broker. ;amqp.password = guest ; The port on which to connect. ;amqp.port = 5672 ; The number of messages to prefect from the server during a ; call to AMQPQueue::get() or AMQPQueue::consume() during which ; the AMQP_AUTOACK flag is not set. ;amqp.prefetch_count = 3 ;amqp.prefetch_size = 0 ;amqp.global_prefetch_count = 0 ;amqp.global_prefetch_size = 0 ; The virtual host on the broker to which to connect. ;amqp.vhost = / ; Timeout ;amqp.timeout = ;amqp.read_timeout = 0 ;amqp.write_timeout = 0 ;amqp.connect_timeout = 0 ;amqp.rpc_timeout = 0 ;amqp.channel_max = 256 ;amqp.frame_max = 131072 ;amqp.heartbeat = 0 ;amqp.cacert = '' ;amqp.cert = '' ;amqp.key = '' ;amqp.verify = '' ;amqp.sasl_method = 0 mcrypt.ini 0000644 00000000065 14742161603 0006570 0 ustar 00 ; Enable mcrypt extension module extension=mcrypt.so memcached.ini 0000644 00000000121 14742161603 0007151 0 ustar 00 ; Enable memcached extension module extension=igbinary.so extension=memcached.so pdo_firebird.ini 0000644 00000000122 14742161603 0007674 0 ustar 00 ; Enable pdo_firebird extension module extension=pdo.so extension=pdo_firebird.so apcu.ini 0000644 00000000061 14742161603 0006176 0 ustar 00 ; Enable apcu extension module extension=apcu.so trader.ini 0000644 00000000065 14742161603 0006533 0 ustar 00 ; Enable trader extension module extension=trader.so recode.ini 0000644 00000000065 14742161603 0006513 0 ustar 00 ; Enable recode extension module extension=recode.so redis.ini 0000644 00000000111 14742161603 0006350 0 ustar 00 ; Enable redis extension module extension=igbinary.so extension=redis.so inclued.ini 0000644 00000000067 14742161603 0006677 0 ustar 00 ; Enable inclued extension module extension=inclued.so nd_pdo_mysql.ini 0000644 00000000147 14742161603 0007743 0 ustar 00 ; Enable nd_pdo_mysql extension module extension=pdo.so extension=mysqlnd.so extension=nd_pdo_mysql.so quickhash.ini 0000644 00000000073 14742161603 0007231 0 ustar 00 ; Enable quickhash extension module extension=quickhash.so dba.ini 0000644 00000000057 14742161603 0006001 0 ustar 00 ; Enable dba extension module extension=dba.so yaf.ini 0000644 00000000057 14742161603 0006032 0 ustar 00 ; Enable yaf extension module extension=yaf.so libsodium.ini 0000644 00000000073 14742161603 0007240 0 ustar 00 ; Enable libsodium extension module extension=libsodium.so stomp.ini 0000644 00000000063 14742161603 0006412 0 ustar 00 ; Enable stomp extension module extension=stomp.so functional.ini 0000644 00000000075 14742161603 0007415 0 ustar 00 ; Enable functional extension module extension=functional.so brotli.ini 0000644 00000000065 14742161603 0006545 0 ustar 00 ; Enable brotli extension module extension=brotli.so mysqlnd.ini 0000644 00000000067 14742161603 0006743 0 ustar 00 ; Enable mysqlnd extension module extension=mysqlnd.so pdo_sqlite.ini 0000644 00000000116 14742161603 0007412 0 ustar 00 ; Enable pdo_sqlite extension module extension=pdo.so extension=pdo_sqlite.so tidy.ini 0000644 00000000061 14742161603 0006217 0 ustar 00 ; Enable tidy extension module extension=tidy.so stem.ini 0000644 00000000061 14742161603 0006216 0 ustar 00 ; Enable stem extension module extension=stem.so rsync.ini 0000644 00000000063 14742161603 0006406 0 ustar 00 ; Enable rsync extension module extension=rsync.so ioncube_loader_4.ini 0000644 00000000120 14742161603 0010437 0 ustar 00 zend_extension=/opt/alt/php53/usr/lib64/php/ioncube/ioncube_loader_4_lin_5.3.so jsmin.ini 0000644 00000000063 14742161603 0006370 0 ustar 00 ; Enable jsmin extension module extension=jsmin.so yaml.ini 0000644 00000000061 14742161603 0006210 0 ustar 00 ; Enable yaml extension module extension=yaml.so uuid.ini 0000644 00000000061 14742161603 0006214 0 ustar 00 ; Enable uuid extension module extension=uuid.so tideways.ini 0000644 00000000071 14742161603 0007100 0 ustar 00 ; Enable tideways extension module extension=tideways.so oci8.ini 0000644 00000000061 14742161603 0006110 0 ustar 00 ; Enable oci8 extension module extension=oci8.so bitset.ini 0000644 00000000065 14742161603 0006544 0 ustar 00 ; Enable bitset extension module extension=bitset.so luasandbox.ini 0000644 00000000075 14742161603 0007413 0 ustar 00 ; Enable luasandbox extension module extension=luasandbox.so dom.ini 0000644 00000000057 14742161603 0006032 0 ustar 00 ; Enable dom extension module extension=dom.so translit.ini 0000644 00000000071 14742161603 0007107 0 ustar 00 ; Enable translit extension module extension=translit.so xmlrpc.ini 0000644 00000000065 14742161603 0006557 0 ustar 00 ; Enable xmlrpc extension module extension=xmlrpc.so phalcon.ini 0000644 00000000131 14742161603 0006670 0 ustar 00 ;Enable phalcon extension module extension=pdo.so extension=json.so extension=phalcon.so gmagick.ini 0000644 00000000067 14742161603 0006656 0 ustar 00 ; Enable gmagick extension module extension=gmagick.so sqlite.ini 0000644 00000000106 14742163503 0006550 0 ustar 00 ; Enable sqlite extension module extension=pdo.so extension=sqlite.so idn.ini 0000644 00000000057 14742163503 0006026 0 ustar 00 ; Enable idn extension module extension=idn.so coin_acceptor.ini 0000644 00000000103 14742163503 0010054 0 ustar 00 ; Enable coin_acceptor extension module extension=coin_acceptor.so crack.ini 0000644 00000000063 14742163503 0006334 0 ustar 00 ; Enable crack extension module extension=crack.so bcompiler.ini 0000644 00000000073 14742163503 0007226 0 ustar 00 ; Enable bcompiler extension module extension=bcompiler.so huffman.ini 0000644 00000000067 14742163503 0006701 0 ustar 00 ; Enable huffman extension module extension=huffman.so bloomy.ini 0000644 00000000065 14742163503 0006554 0 ustar 00 ; Enable bloomy extension module extension=bloomy.so psr.ini 0000644 00000000057 14742164620 0006061 0 ustar 00 ; Enable psr extension module extension=psr.so sodium.ini 0000644 00000000065 14742164620 0006554 0 ustar 00 ; Enable sodium extension module extension=sodium.so rrd.ini 0000644 00000000057 14742164620 0006044 0 ustar 00 ; Enable rrd extension module extension=rrd.so sqlite3.ini 0000644 00000000067 14742164620 0006642 0 ustar 00 ; Enable sqlite3 extension module extension=sqlite3.so ffi.ini 0000644 00000000057 14742164620 0006021 0 ustar 00 ; Enable ffi extension module extension=ffi.so pdo_sqlsrv.ini 0000644 00000000116 14742164620 0007445 0 ustar 00 ; Enable pdo_sqlsrv extension module extension=pdo.so extension=pdo_sqlsrv.so sqlsrv.ini 0000644 00000000065 14742164620 0006606 0 ustar 00 ; Enable sqlsrv extension module extension=sqlsrv.so grpc.ini 0000644 00000000061 14742164620 0006203 0 ustar 00 ; Enable grpc extension module extension=grpc.so swoole.ini 0000644 00000000065 14742164620 0006564 0 ustar 00 ; Enable swoole extension module extension=swoole.so tideways_xhprof.ini 0000644 00000000107 14742164620 0010470 0 ustar 00 ; Enable tideways_xhprof extension module extension=tideways_xhprof.so gearman.ini 0000644 00000000067 14742164620 0006670 0 ustar 00 ; Enable gearman extension module extension=gearman.so newrelic.ini 0000755 00000126116 14742164620 0007075 0 ustar 00 ; This file contains the various settings for the New Relic PHP agent. There ; are many options, all of which are described in detail at the following URL: ; https://docs.newrelic.com/docs/agents/php-agent/configuration/php-agent-configuration ; ; If you use a full path to the extension you insulate yourself from the ; extension directory changing if you change PHP installations or versions. ; If you do not use an absolute path then the file must be installed in the ; active configuration's extension directory. extension = "newrelic.so" [newrelic] ; Setting: newrelic.enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enable or disable the agent. Please note that you cannot globally ; disable the agent and then selectively enable it on a per-directory ; basis. If you disable the agent in the global INI file then the ; agent will not initialize at all. However, you can selectively ; disable the agent on a per-directory basis. ; ;newrelic.enabled = true ; Setting: newrelic.license ; Type : string ; Scope : per-directory ; Default: none ; Info : Sets the New Relic license key to use. This can vary from directory ; to directory if you are running a multi-tenant system. By special ; dispensation if you upgraded from a previous version of the agent ; where the license key was set in the daemon, the installation and ; upgrade script will have preserved your license key from the file ; /etc/newrelic/newrelic.cfg, but ONLY if you installed via rpm/yum ; or dpkg. The key is saved in /etc/newrelic/upgrade_please.key ; and the agent will look for that file if you do not specify a valid ; license here. ; It is *STRONGLY* recommended that you set the license key in your ; INI file(s) and do not rely on the key file being present. Also ; please note that even if you are not letting the agent start the ; daemon and are still using newrelic.cfg (see below) the license ; keyword in that file is no longer obeyed. Instead the agent will ; use the preserved value of that license from the key file. ; Once you have updated your INI files to contain the license we ; urge you to remove /etc/newrelic/upgrade_please.key in order to ; eliminate the potential for confusion about exactly where the key ; is coming from. ; newrelic.license = "REPLACE_WITH_REAL_KEY" ; Setting: newrelic.logfile ; Type : string ; Scope : system ; Default: none ; Info : Sets the name of the file to send log messages to. ; newrelic.logfile = "/var/log/alt-php74-newrelic/php_agent.log" ; Setting: newrelic.loglevel ; Type : string ; Scope : system ; Default: "info" ; Info : Sets the level of detail to include in the log file. You should ; rarely need to change this from the default, and usually only under ; the guidance of technical support. ; Must be one of the following values: ; always, error, warning, info, verbose, debug, verbosedebug ; ;newrelic.loglevel = "info" ; Setting: newrelic.high_security ; Type : boolean ; Scope : system ; Default: false ; Info : Enables high security for all applications. When high security is ; enabled, the following behavior will take effect: ; * Raw SQL strings will never be gathered, regardless of the value of ; newrelic.transaction_tracer.record_sql. ; * Request parameters will never be captured, regardless of the ; newrelic.attributes configuration settings. ; * The following API functions will have no effect, and will return ; false: ; newrelic_add_custom_parameter ; newrelic_set_user_attributes ; newrelic_record_custom_event ; ; IMPORTANT: If you change this setting, you must also change the RPM ; UI security setting. If the two settings do not match, then no data ; will be collected. ; ; IMPORTANT: This setting is not compatible with ; newrelic.security_policies_token. Only one may be set. If both are ; set an error will be thrown and the agent will not connect. ; ;newrelic.high_security = false ; Setting: newrelic.appname ; Type : string ; Scope : per-directory ; Default: "PHP Application" ; Info : Sets the name of the application that metrics will be reported into. ; This can in fact be a list of up to 3 application names, each of ; which must be separated by a semi-colon. The first name in any such ; list is considered the 'primary' application name and must be unique ; for each account / license key. ; newrelic.appname = "PHP Application" ; Setting: newrelic.process_host.display_name ; Type : string ; Scope : system ; Default: none ; Info : Sets a custom display name for your application server in the New ; Relic UI. Servers are normally identified by host and port number. ; This setting allows you to give your hosts more recognizable names. ; ;newrelic.process_host.display_name = "" ; ; Beginning with version 3.0 of the agent, the daemon can be automatically ; started by the agent. There is no need to start the daemon before starting ; Apache or PHP-FPM. All of the newrelic.daemon.* settings are options that ; control the behavior of the daemon. These settings are converted into the ; appropriate command line options when the agent starts the daemon. This is ; now the preferred method of starting the daemon. There are still usage cases ; (such as using a single daemon for serving multiple Apache instances) where ; you may want to start the daemon via it's init script, but for most users, ; this is the best place to configure and start the daemon. ; ; The agent will only launch the daemon if one isn't already running. Also ; note that the agent will NOT stop the daemon once it has started. If you ; want control over exactly when the daemon starts and stops you can still ; achieve that by creating a daemon configuration file (located by default at ; /etc/newrelic/newrelic.cfg) and running the chkconfig or equivalent command. ; Please see the newrelic.cfg template file for details. That template file ; is located at /usr/lib/newrelic-php5/scripts/newrelic.cfg.template. ; ; Also please note that the options here and in newrelic.cfg are identical, ; except that in this file they are preceded with "newrelic.daemon.". ; ; Setting: newrelic.daemon.logfile ; Type : string ; Scope : system ; Default: none ; Info : Sets the name of the file to send daemon log messages to. ; newrelic.daemon.logfile = "/var/log/alt-php74-newrelic/newrelic-daemon.log" ; Setting: newrelic.daemon.loglevel ; Type : string ; Scope : system ; Default: "info" ; Info : Sets the level of detail to include in the daemon log. You should ; rarely need to change this from the default, and usually only under ; the guidance of technical support. ; Must be one of the following values: ; always, error, warning, info, debug ; ; The values verbose and verbosedebug are deprecated aliases for debug. ; ;newrelic.daemon.loglevel = "info" ; Setting: newrelic.daemon.address (alias: newrelic.daemon.port) ; Type : string or integer ; Scope : system ; Default: /tmp/.newrelic.sock ; Info : Sets how the agent and daemon communicate. How this is set can impact ; performance. ; ; The default is to use a UNIX-domain socket located at ; /tmp/.newrelic.sock. If you want to use UNIX domain sockets then ; this value must begin with a "/". ; ; On Linux, an abstract socket can be created by prefixing the socket ; name with '@'. Support for abstract sockets was added in PHP agent ; version 5.2. ; ; If you set this to an integer value in the range 1-65535, then this ; will instruct the agent to use a normal TCP socket on the port ; specified. This may be easier to use if you are using a chroot ; environment. ; ; To connect to a daemon that is running on a different host, set this ; value to '<host>:<port>', where '<host>' denotes either a host name ; or an IP address and '<port>' denotes a valid port number. IPv6 is ; supported. ; ; In order to use a TCP socket with a port in the range 1-1023, ; the daemon must be started by the super-user. This is a fundamental ; OS limitation and not one imposed by the daemon itself. ; ;newrelic.daemon.address = "/tmp/.newrelic.sock" ; Setting: newrelic.daemon.ssl_ca_bundle ; Type : string ; Scope : system ; Default: none ; Info : Sets the location of a file containing CA certificates in PEM ; format. When set, the certificates in this file will be used to ; authenticate the New Relic collector servers. If ; newrelic.daemon.ssl_ca_path is also set (see below), the ; certificates in this file will be searched first, followed by the ; certificates contained in the newrelic.daemon.ssl_ca_path ; directory. ; ;newrelic.daemon.ssl_ca_bundle = "" ; Setting: newrelic.daemon.ssl_ca_path ; Type : string ; Scope : system ; Default: none ; Info : Sets the location of a directory containing trusted CA certificates ; in PEM format. When set, the certificates in this directory will be ; used to authenticate the New Relic collector servers. If ; newrelic.daemon.ssl_ca_bundle is also set (see above), it will be ; searched first followed by the certificates contained in ; newrelic.daemon.ssl_ca_path. ; ;newrelic.daemon.ssl_ca_path = "" ; Setting: newrelic.daemon.proxy ; Type : string ; Scope : system ; Default: none ; Info : Sets the host and user credentials to use as an egress proxy. This ; is only used if your site requires a proxy in order to access ; external servers on the internet, in this case the New Relic data ; collection servers. This is expressed in one of the following forms: ; hostname ; hostname:port ; user@hostname ; user@hostname:port ; user:password@hostname ; user:password@hostname:port ; ;newrelic.daemon.proxy = "" ; Setting: newrelic.daemon.pidfile ; Type : string ; Scope : system ; Default: OS dependent ; Info : Sets the name of the file to store the running daemon's process ID ; (PID) in. This file is used by the daemon startup and shutdown ; script to determine whether or not the daemon is already running. ; ;newrelic.daemon.pidfile = "" ; Setting: newrelic.daemon.location ; Type : string ; Scope : system ; Default: /usr/bin/newrelic-daemon ; Info : Sets the name of the daemon executable to launch. ; Please note that on OpenSolaris where /usr is frequently a read-only ; file system, the default daemon location is ; /opt/newrelic/bin/newrelic-daemon. ; newrelic.daemon.location = "/opt/alt/php74/usr/bin/newrelic-daemon" ; Setting: newrelic.daemon.collector_host ; Type : string ; Scope : system ; Default: none ; Info : Sets the host name of the New Relic data collector host to use. ; Please note that this is NOT any form of local host. It refers to ; the New Relic provided host. There is very little reason to ever ; change this from the default except in certain very special ; circumstances, and then only on instruction from a New Relic sales ; person or support staff member. ; ;newrelic.daemon.collector_host = "" ; Setting: newrelic.daemon.dont_launch ; Type : integer (0, 1, 2 or 3) ; Scope : system ; Default: 0 ; Info : If you prefer to have the daemon launched externally before the ; agent starts up, set this variable to non-zero. The value you ; choose determines exactly when the agent is allowed to start the ; daemon: ; 0 - agent can start the daemon any time it needs to ; 1 - non-CLI (i.e Apache / php-fpm) agents can start the daemon ; 2 - only CLI agents can start the daemon ; 3 - the agent will never start the daemon ; ;newrelic.daemon.dont_launch = 0 ; Setting: newrelic.daemon.utilization.detect_aws ; Type : boolean ; Scope : system ; Default: true ; Info : Enable detection of whether the system is running on AWS. This will ; create a small amount of network traffic on daemon startup. ; ;newrelic.daemon.utilization.detect_aws = true ; Setting: newrelic.daemon.utilization.detect_azure ; Type : boolean ; Scope : system ; Default: true ; Info : Enable detection of whether the system is running on Azure. This will ; create a small amount of network traffic on daemon startup. ; ;newrelic.daemon.utilization.detect_azure = true ; Setting: newrelic.daemon.utilization.detect_gcp ; Type : boolean ; Scope : system ; Default: true ; Info : Enable detection of whether the system is running on Google Cloud ; Platform. This will create a small amount of network traffic on ; daemon startup. ; ;newrelic.daemon.utilization.detect_gcp = true ; Setting: newrelic.daemon.utilization.detect_pcf ; Type : boolean ; Scope : system ; Default: true ; Info : Enable detection of whether the system is running on Pivotal Cloud ; Foundry. ; ;newrelic.daemon.utilization.detect_pcf = true ; Setting: newrelic.daemon.utilization.detect_docker ; Type : boolean ; Scope : system ; Default: true ; Info : Enable detection of a system running on Docker. This will be used ; to support future features. ; ;newrelic.daemon.utilization.detect_docker = true ; Setting: newrelic.daemon.app_timeout ; Type : time specification string ("5m", "1h20m", etc) ; Scope : system ; Default: 10m ; Info : Sets the elapsed time after which an application will be considered ; inactive. Inactive applications do not count against the maximum ; limit of 250 applications. Allowed units are "ns", "us", "ms", "s", ; "m", and "h". ; ; A value of 0 is interpreted as "no timeout". New applications with ; this setting count toward the 250 application limit. In addition, with ; a 0-value setting, the agent's daemon process cannot release a small ; amount of memory per application back to the operating system. ; ; We do not recommend using a 0-value setting except under the guidance ; of technical support; instead, for occasional background transactions, ; we suggest using a value of twice the interval (so, for an hourly ; background job, set the timeout to 2 hours). ;newrelic.daemon.app_timeout = 10m ; Setting: newrelic.daemon.app_connect_timeout ; Type : time specification string ("1s", "5m", etc) ; Scope : system ; Default: 0 ; Info : Sets the maximum time the agent should wait for the daemon ; connecting an application. A value of 0 causes the agent to only ; make one attempt at connecting to the daemon. Allowed units are ; "ns", "us", "ms", "s", "m", and "h". ; ; With this timeout set, the agent will not immediately drop a ; transaction when the daemon hasn't connected to the backend yet, but ; rather grant the daemon time to establish the connection. ; ; If setting a timeout, the recommended value is 10s. It is ; recommended to only set this timeout when instrumenting long-lived ; background tasks, as in case of connection problems the agent will ; block for the given timeout at every transaction start. ; ;newrelic.daemon.app_connect_timeout = 0 ; Setting: newrelic.daemon.start_timeout ; Type : time specification string ("1s", "5m", etc) ; Scope : system ; Default: 0 ; Info : Sets the maximum time the agent should wait for the daemon ; to start after a daemon launch was triggered. A value of 0 causes ; the agent to not wait. Allowed units are "ns", "us", "ms", "s", "m" ; and "h". ; ; The specified timeout value will be passed to the daemon via the ; --wait-for-port flag. This causes daemon startup to block until a ; socket is acquired or until the timeout has elapsed. ; ; If setting a timeout, the recommended value is 2s to 5s. It is ; recommended to only set this timeout when instrumenting long-lived ; background tasks, as in case of daemon start problems the agent will ; block for the given timeout at every transaction start. ; ;newrelic.daemon.start_timeout = 0 ; Setting: newrelic.error_collector.enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enable the New Relic error collector. This will record the 20 most ; severe errors per harvest cycle. It is rare to want to disable this. ; Please also note that your New Relic subscription level may force ; this to be disabled regardless of any value you set for it. ; ;newrelic.error_collector.enabled = true ; Setting: newrelic.error_collector.ignore_user_exception_handler ; Type : boolean ; Scope : per-directory ; Default: false ; Info : If enabled, the New Relic error collector will ignore any exceptions ; that are handled by an exception handler installed with ; set_exception_handler(). ; ; If an exception handler has not been installed, this setting will ; have no effect, as PHP will turn the uncaught exception into a fatal ; error and it will be handled accordingly by the New Relic error ; collector. ; ;newrelic.error_collector.ignore_user_exception_handler = false ; Setting: newrelic.error_collector.ignore_exceptions ; Type: string ; Scope: per-directory ; Default: none ; Info: A comma separated list of exception classes that the agent should ; ignore. When an unhandled exception occurs, the agent will perform ; the equivalent of `$exception instanceof Class` for each of the ; classes listed. If any of those checks returns true, the agent ; will not record an error. ; ; Please note that this setting only applies to uncaught exceptions. ; Exceptions recorded using the newrelic_notice_error API are not ; subject to filtering. ; ;newrelic.error_collector.ignore_exceptions = "" ; Setting: newrelic.error_collector.ignore_errors ; Type: int or a bitwise expression of PHP-defined error constants ; Scope: per-directory ; Default: none ; Info: Sets the error levels that the agent should ignore. ; ; The value for this setting uses similar syntax to the error syntax ; for the PHP error reporting. For example, to configure the PHP Agent ; to ignore E_WARNING and E_ERROR level errors, use: ; ; newrelic.error_collector.ignore_errors = E_WARNING | E_ERROR ; ; or ; ; newrelic.error_collector.ignore_errors = 3 ; ; The list of constants are available at: ; http://php.net/manual/en/errorfunc.constants.php ; ; Please note that this setting does not apply to errors recorded ; using the newrelic_notice_error API. ; ;newrelic.error_collector.ignore_errors = 0 ; Setting: newrelic.error_collector.record_database_errors ; Type : boolean ; Scope : per-directory ; Default: false ; Info : Currently only supported for MySQL database functions. If enabled, ; this will cause errors returned by various MySQL functions to be ; treated as if they were PHP errors, and thus subject to error ; collection. This is only obeyed if the error collector is enabled ; above and the account subscription level permits error trapping. ; ;newrelic.error_collector.record_database_errors = false ; Setting: newrelic.error_collector.prioritize_api_errors ; Type : boolean ; Scope : per-directory ; Default: false ; Info : If the error collector is enabled and you use the New Relic API to ; notice an error, if this is set to true then assign the highest ; priority to such errors. ; ;newrelic.error_collector.prioritize_api_errors = false ; Setting: newrelic.browser_monitoring.auto_instrument ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables automatic real user monitoring ("auto-RUM"). ; When enabled will cause the agent to insert a header and a footer ; in HTML output that will time the actual end-user experience. ; ;newrelic.browser_monitoring.auto_instrument = true ; Setting: newrelic.transaction_tracer.enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables the transaction tracer. When enabled this will ; produce a detailed call graph for any transaction that exceeds a ; certain threshold (see next entry). Only one transaction trace per ; application per harvest cycle is stored and it is always the slowest ; transaction during that cycle. Transaction traces are extremely ; useful when diagnosing problem spots in your application. Please ; note that TT's may be disabled by your account subscription level ; regardless of what you set here. ; ;newrelic.transaction_tracer.enabled = true ; Setting: newrelic.transaction_tracer.threshold ; Type : string with a time specification or the word "apdex_f" ; Scope : per-directory ; Default: "apdex_f" ; Info : Specifies the threshold above which a transaction becomes a ; candidate for the transaction tracer. This can either be an absolute ; time value like "200ms" or "1s250ms" or "1h30m" or "750us" or the ; word "apdex_f". This last value, "apdex_f", means "4 times apdex_t". ; Thus the threshold changes according to your apdex_t setting. This ; is the default. ; ;newrelic.transaction_tracer.threshold = "apdex_f" ; Setting: newrelic.transaction_tracer.detail ; Type : integer in the range 0-1 ; Scope : per-directory ; Default: 1 ; Info : Sets the level of detail in a transaction trace. Setting this to 0 ; will only show the relatively few PHP functions that New Relic has ; deemed to be "interesting", as well as any custom functions you set ; (see below). A setting of 1 will trace and time all user functions. ; ; In earlier releases of the agent this was known as "top100". ; ;newrelic.transaction_tracer.detail = 1 ; Setting: newrelic.transaction_tracer.slow_sql ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables the "slow SQL" tracer. When enabled, this will ; record the top 10 slowest SQL calls along with a stack trace of ; where the call occurred in your code. ; ;newrelic.transaction_tracer.slow_sql = true ; Setting: newrelic.transaction_tracer.stack_trace_threshold ; Type : time specification string ("500ms", "1s750ms" etc) ; Scope : per-directory ; Default: 500ms ; Info : Sets the threshold above which the New Relic agent will record a ; stack trace for a transaction trace. ; ;newrelic.transaction_tracer.stack_trace_threshold = 500 ; Setting: newrelic.transaction_tracer.explain_enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables requesting "explain plans" from MySQL databases ; accessed via MySQLi or PDO_MySQL for slow SQL calls. The threshold ; for requesting explain plans is defined below. ; ;newrelic.transaction_tracer.explain_enabled = true ; Setting: newrelic.transaction_tracer.explain_threshold ; Type : time specification string ("750ms", "1s 500ms" etc) ; Scope : per-directory ; Default: 500ms ; Info : Used by the slow SQL tracer to set the threshold above which an SQL ; statement is considered "slow", and to set the threshold above which ; the transaction tracer will request an "explain plan" from the data- ; base for slow SQL. This latter feature may not be active yet, please ; refer to the agent release notes to see when it becomes available. ; Only relevant if explain_enabled above is set to true. ; ;newrelic.transaction_tracer.explain_threshold = 500 ; Setting: newrelic.transaction_tracer.record_sql ; Type : "off", "raw" or "obfuscated" ; Scope : per-directory ; Default: "obfuscated" ; Info : Sets how SQL statements are recorded (if at all). If this is set to ; "raw" then no attempt is made at obfuscating SQL statements. ; USING "raw" IS HIGHLY DISCOURAGED IN PRODUCTION ENVIRONMENTS! ; Setting this to "raw" has considerable security implications as it ; can expose sensitive and private customer data. ; ;newrelic.transaction_tracer.record_sql = "obfuscated" ; Setting: newrelic.transaction_tracer.custom ; Type : string ; Scope : per-directory ; Default: none ; Info : Sets the name(s) of additional functions you want to instrument and ; appear in transaction traces. This is only meaningful if you have ; set newrelic.transaction_tracer.detail to 0. This can be a comma- ; separated list of function or class method names. ; ;newrelic.transaction_tracer.custom = "" ; Setting: newrelic.transaction_tracer.internal_functions_enabled ; Type : boolean ; Scope : system ; Default: false ; Info : Enables or disables support for tracing internal functions (that is, ; functions written in C and provided either via the PHP standard ; library or PECL extensions). When enabled, internal functions will ; appear in transaction traces like functions written in PHP. ; ; Note that enabling this option may result in transactions being up to ; 5% slower. Enabling this option is only recommended when specifically ; debugging performance issues where an internal function is suspected ; to be slow. ; ;newrelic.transaction_tracer.internal_functions_enabled = false ; Setting: newrelic.framework ; Type : string ; Scope : per-directory ; Default: empty (auto-detect framework) ; Info : Disables automatic framework detection, telling the agent to ; attempt to name transactions according to the specified framework. ; Specifying "no_framework" will disable framework-related transaction ; naming entirely. Please let us know at support.newrelic.com if you ; encounter a failure with framework autodetection. ; ; Must be one of the following values: ; cakephp, codeigniter, drupal, drupal8, joomla, kohana, laravel, ; magento, magento2, mediawiki, silex, slim, symfony1, symfony2, ; wordpress, yii, zend, zend2, no_framework ; ; Note that "drupal" covers only Drupal 6 and 7. ; ;newrelic.framework = "" ; Setting: newrelic.webtransaction.name.remove_trailing_path ; Type : boolean ; Scope : per-directory ; Default: false ; Info : Used to aid naming transactions correctly when an unsupported ; framework is being used. This option will cause anything after the ; script name to be stripped from a URL. For example, setting this ; would cause the "/xyz/zy" to be stripped from a URL such as ; "/path/to/foo.php/xyz/zy". ; ;newrelic.webtransaction.name.remove_trailing_path = false ; Setting: newrelic.webtransaction.name.functions ; Type : string ; Scope : per-directory ; Default: none ; Info : Unless a specific framework such as Drupal or Wordpress has been ; detected, transactions are named according to the first script ; encountered, such as login.php. However, if you use a dispatcher ; file such as index.php this produces less useful data. If you use ; a dispatcher to redirect to actions such as "login", "show", "edit" ; etc, you can set this to the top level functions for those actions, ; and the function names specified here will be used to name the ; transaction. ; ;newrelic.webtransaction.name.functions = "" ; Setting: newrelic.webtransaction.name.files ; Type : string ; Scope : per-directory ; Default: none ; Info : Same as newrelic.webtransaction.name.functions above but using file ; names instead of function names. Accepts standard POSIX regular ; expressions. ; ;newrelic.webtransaction.name.files = "" ; Setting: newrelic.daemon.auditlog ; Type : string ; Scope : system ; Default: none ; Info : Sets the name of a file to record all uncompressed, un-encoded ; content that is sent from your machine to the New Relic servers. ; This includes the full URL for each command along with the payload ; delivered with the command. This allows you to satisfy yourself ; that the agent is not sending any sensitive data to our servers. ; This file must be a different file the the newrelic.daemon.logfile ; setting above. If you set it to the same name, ; then audit logging will be silently ignored. ; ;newrelic.daemon.auditlog = "/var/log/alt-php74-newrelic/audit.log" ; Setting: newrelic.transaction_events.enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Collect and report transaction analytics event data. Event data ; allows the New Relic UI to show additional information such as ; histograms. This setting was formerly called ; newrelic.analytics_events.enabled. ; ;newrelic.transaction_events.enabled = true ; Setting: newrelic.attributes.enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enable or disable the collection of attributes generated by the ; agent or generated by the user though newrelic_add_custom_parameter. ; This setting will take precedence over all other attribute ; configuration settings. For more information, please refer to: ; https://docs.newrelic.com/docs/agents/manage-apm-agents/agent-metrics/agent-attributes ; ;newrelic.attributes.enabled = true ; Setting: newrelic.transaction_events.attributes.enabled ; newrelic.transaction_tracer.attributes.enabled ; newrelic.error_collector.attributes.enabled ; newrelic.browser_monitoring.attributes.enabled ; Type : boolean ; Scope : per-directory ; Default: true, except for browser_monitoring.attributes.enabled ; Info : Control which destinations receive attributes. ; These configuration settings will override the .include and .exclude ; settings below. For more information, please refer to: ; https://docs.newrelic.com/docs/agents/manage-apm-agents/agent-metrics/agent-attributes ; ; These settings were formerly called: ; newrelic.transaction_tracer.capture_attributes ; newrelic.error_collector.capture_attributes ; newrelic.analytics_events.capture_attributes ; newrelic.browser_monitoring.capture_attributes ; ;newrelic.transaction_events.attributes.enabled = true ;newrelic.transaction_tracer.attributes.enabled = true ;newrelic.error_collector.attributes.enabled = true ;newrelic.browser_monitoring.attributes.enabled = false ; Setting: newrelic.attributes.include ; newrelic.attributes.exclude ; ; newrelic.transaction_events.attributes.include ; newrelic.transaction_events.attributes.exclude ; ; newrelic.transaction_tracer.attributes.include ; newrelic.transaction_tracer.attributes.exclude ; ; newrelic.error_collector.attributes.include ; newrelic.error_collector.attributes.exclude ; ; newrelic.browser_monitoring.attributes.include ; newrelic.browser_monitoring.attributes.exclude ; ; Type : string ; Scope : per-directory ; Default: none ; Info : Each attribute has a default set of destinations. For example, the ; 'request_uri' attribute's default destinations are errors and ; transaction traces. The 'httpResponseCode' attribute's default ; destinations are errors, transaction traces, and transaction events. ; ; These configuration options allow complete control over the ; destinations of attributes. ; ; To include the attribute whose key is 'alpha' in errors, the ; configuration is: ; newrelic.error_collector.include = alpha ; ; To exclude the attribute whose key is 'alpha' from errors, the ; configuration is: ; newrelic.error_collector.exclude = alpha ; ; The newrelic.attributes.exclude and newrelic.attributes.include ; settings affect all destinations. ; ; To exclude the attributes 'beta' and 'gamma' from all destinations, ; the configuration is: ; newrelic.attributes.exclude = beta,gamma ; ; If one of the values in the comma separated list ends in a '*', ; it will match any suffix. For example, to exclude any attributes ; which begin with 'psi', the configuration is: ; newrelic.attributes.exclude = psi* ; ; For more information, please refer to: ; https://docs.newrelic.com/docs/agents/manage-apm-agents/agent-metrics/agent-attributes ; ;newrelic.attributes.include = "" ;newrelic.attributes.exclude = "" ; ;newrelic.transaction_events.attributes.include = "" ;newrelic.transaction_events.attributes.exclude = "" ; ;newrelic.transaction_tracer.attributes.include = "" ;newrelic.transaction_tracer.attributes.exclude = "" ; ;newrelic.error_collector.attributes.include = "" ;newrelic.error_collector.attributes.exclude = "" ; ;newrelic.browser_monitoring.attributes.include = "" ;newrelic.browser_monitoring.attributes.exclude = "" ; Setting: newrelic.feature_flag ; Type : string ; Scope : system ; Default: none ; Info : Enables new and experimental features within the PHP agent. These ; flags are used to selectively enable features that are intended to be ; enabled by default in later versions of the PHP agent. ; ;newrelic.feature_flag = "" ; Setting: newrelic.custom_insights_events.enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables the API function newrelic_record_custom_event. ; ;newrelic.custom_insights_events.enabled = true ; Setting: newrelic.labels ; Type : string (Use quotes) ; Scope : per-directory ; Default: none ; Info : Sets the label names and values to associate with the application. ; The list is a semi-colon delimited list of colon-separated name and ; value pairs. ; ; There are a maximum of 64 label name/value pairs allowed. ; ; The maximum length of the name and value is 255 characters each. ; ; Leading or trailing whitespace in the name or value will be trimmed. ; ; UTF-8 characters are allowed. ; ; E.g., "Server:One;Data Center:Primary" ; ;newrelic.labels = "" ; Setting: newrelic.synthetics.enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables support for Synthetics transactions. ; For more information, please see: ; https://docs.newrelic.com/docs/synthetics/new-relic-synthetics/getting-started/new-relic-synthetics ; ;newrelic.synthetics.enabled = true ; Setting: newrelic.cross_application_tracer.enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables support for Cross Application Tracing, aka "CAT". ; ;newrelic.cross_application_tracer.enabled = true ; Setting: newrelic.distributed_tracing_enabled ; Type : boolean ; Scope : per-directory ; Default: false ; Info : Distributed tracing lets you see the path that a request takes ; through your distributed system. Enabling distributed tracing changes ; the behavior of some New Relic features, so carefully consult the ; transition guide before you enable this feature: ; https://docs.newrelic.com/docs/transition-guide-distributed-tracing ; ;newrelic.distributed_tracing_enabled = false ; Setting: newrelic.distributed_tracing_exclude_newrelic_header ; Type : boolean ; Scope : per-directory ; Default: false ; Info : Set this to true to exclude the New Relic distributed tracing header ; that is attached to outbound requests, and to instead only rely on ; W3C Trace Context Headers for distributed tracing. If this is false ; then both types of headers are attached to outbound requests. ; ; The New Relic distributed tracing header allows interoperability ; with older agents that do not support W3C Trace Context headers. ; Agent versions that support W3C Trace Context headers will ; prioritize them over New Relic headers for distributed tracing. ; ;newrelic.distributed_tracing_exclude_newrelic_header = false ; Setting: newrelic.span_events_enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables the creation of span events. This requires ; Distributed Tracing to be enabled. ; ;newrelic.span_events_enabled = true ; Setting: newrelic.transaction_tracer.gather_input_queries ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables support for tracing Doctrine DQL with Slow SQL queries. ; This requires Slow SQLs to be enabled. ; ;newrelic.transaction_tracer.gather_input_queries = true ; Setting: newrelic.error_collector.capture_events ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables capturing error events, which are displayed as ; Error Analytics in the UI. ; ;newrelic.error_collector.capture_events = true ; Setting: newrelic.guzzle.enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables support for the Guzzle library. ; ;newrelic.guzzle.enabled = true ; Setting: newrelic.phpunit_events.enabled ; Type : boolean ; Scope : per-directory ; Default: false ; Info : Collect and report PHPUnit (https://phpunit.de/) data as custom ; Insights events. Test suite summary data are sent as "TestSuite" ; events, while individual test cases are sent as "Test" events. ; Depending on your events retention policy, enabling this setting may ; impact your billing statement. ; ; Please note that exception messages are collected and sent with ; events. Additionally, if you use PHPUnit's --disallow-test-output ; flag, any offending output from a risky test will also be included. ; ;newrelic.phpunit_events.enabled = false ; Setting: newrelic.datastore_tracer.instance_reporting.enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables capturing datastore instance information, ; specifically host and port_path_or_id. This information is sent as a ; metric and as attributes on transaction traces and slow SQL traces. ; ;newrelic.datastore_tracer.instance_reporting.enabled = true ; Setting: newrelic.datastore_tracer.database_name_reporting.enabled ; Type : boolean ; Scope : per-directory ; Default: true ; Info : Enables or disables capturing information about database names. This ; information is sent as an attribute on transaction traces and slow ; SQL traces. ; ;newrelic.datastore_tracer.database_name_reporting.enabled = true ; Setting: newrelic.security_policies_token ; Type : string ; Scope : per-directory ; Default: none ; Info : Enables or disables security policies. If security policies are ; enabled on your account, you should paste the security policies token ; from the New Relic APM UI here. ; ; IMPORTANT: This setting is not compatible with newrelic.high_security. ; Only one may be set. If both are set an error will be thrown and the ; agent will not connect. ; ;newrelic.security_policies_token = "" ; Setting: newrelic.preload_framework_library_detection ; Type : boolean ; Scope : system ; Default: true ; Info : Enables detection of frameworks and libraries from opcache. ; ; This only happens when preloading is enabled (when `opcache.preload` ; is set). ; ;newrelic.preload_framework_library_detection = true ; setting: newrelic.transaction_tracer.max_segments_web ; type : integer in the range 0 - 2^31-1 ; scope : per-directory ; default: 0 ; info : Specifies the maximum number of segments the PHP agent shall ; record, once that maximum is reached sampling will occur. ; ; The PHP agent reports transaction traces and distributed traces as a ; collection of segments. ; Each segment represents a method or a function call in a transaction ; trace. The default value for this configuration is 0, indicating that ; the PHP agent shall capture all segments during a transaction. At the ; end of a transaction, it assembles the highest priority segments to ; report in a transaction trace. ; ; For long-running PHP processes with hundreds of thousands or millions ; of function calls, setting this to a value greater than 1 prevents the ; PHP agent from exhausting system memory when recording segments. ; ; Segment size can vary based upon the length of the corresponding ; method's name, the length of its class name, and the number of ; subsequent calls made by the method. That said, a conservative estimate ; is 400 bytes per segment. To limit the PHP agent to 40 mb for segment ; capture, set this value to 100000. If this value is set lower than ; 2000, it further limits the total number of segments reported for ; transaction traces. ; ; This configuration setting is only for PHP web processes; it will not ; effect PHP CLI processes. To set a limit for CLI processes use ; newrelic.transaction_tracer.max_segments_cli. ;newrelic.transaction_tracer.max_segments_web = 0 ; setting: newrelic.transaction_tracer.max_segments_cli ; type : integer in the range 0 - 2^31-1 ; scope : per-directory ; default: 100000 ; info : Specifies the maximum number of segments the PHP agent shall ; record, once that maximum is reached sampling will occur. ; ; The PHP agent reports a transaction trace as a collection of segments. ; each segment represents a method or a function call in a transaction ; trace. The default value for this configuration is 100000. When a value ; of less than 1 is set, it will indicate that the PHP agent shall capture ; all segments during a transaction. At the end of a transaction, the agent ; assembles the highest priority segments to report in a transaction trace. ; ; For long-running PHP processes with hundreds of thousands or millions ; of function calls, setting this to a value greater than 1 prevents the ; PHP agent from exhausting system memory when recording segments. ; ; Segment size can vary based upon the length of the corresponding ; method's name, the length of its class name, and the number of ; subsequent calls made by the method. That said, a conservative estimate ; is 400 bytes per segment. To limit the PHP agent to 40 mb for segment ; capture, set this value to 100000. If this value is set lower than 2000, ; it further limits the total number of segments reported for transaction ; traces. ; ; This configuration setting is only for PHP CLI processes; it will not ; effect PHP web processes. To set a limit for web processes use ; newrelic.transaction_tracer.max_segments_web. ;newrelic.transaction_tracer.max_segments_cli = 100000 vips.ini 0000644 00000000061 14742164620 0006231 0 ustar 00 ; Enable vips extension module extension=vips.so
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Генерация страницы: 0.53 |
proxy
|
phpinfo
|
Настройка