config root man

Current Path : /usr/opt/php56/etc/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/opt/php56/etc/php.ini

expose_php=Off

max_execution_time       = 30
max_input_time           = 60
;max_input_nesting_level = 64
memory_limit             = 128M

error_reporting = E_ALL & ~E_NOTICE
display_errors  = On
display_startup_errors = Off
log_errors         = Off
log_errors_max_len = 1024

post_max_size = 16M

file_uploads        = On
upload_tmp_dir      = /tmp
upload_max_filesize = 2M
max_file_uploads    = 50

extension=imagick.so

[Date]
date.timezone = "Asia/Tokyo"

[ionCube]
zend_extension=ioncube_loader_fre_5.6.so

[Session]
session.save_path = "/tmp/php"

[opcache]
zend_extension=opcache.so
opcache.enable=1

[soap]
soap.wsdl_cache_enabled = 1
soap.wsdl_cache_dir="/tmp/php"

[openssl]
openssl.cafile=/usr/local/share/certs/ca-root-nss.crt
;openssl.capath=


Man Man