Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.94 KB | None | 0 0
  1. phpinfo()
  2. PHP Version => 7.0.10
  3.  
  4. System => Linux arturo-PC 4.7.2-1-ARCH #1 SMP PREEMPT Sat Aug 20 23:02:56 CEST 2016 x86_64
  5. Build Date => Aug 21 2016 07:34:43
  6. Configure Command => './configure' '--srcdir=../php-7.0.10' '--config-cache' '--prefix=/usr' '--sbindir=/usr/bin' '--sysconfdir=/etc/php' '--localstatedir=/var' '--with-layout=GNU' '--with-config-file-path=/etc/php' '--with-config-file-scan-dir=/etc/php/conf.d' '--disable-rpath' '--mandir=/usr/share/man' '--without-pear' '--enable-zend-signals' '--enable-cgi' '--enable-fpm' '--with-fpm-systemd' '--with-fpm-acl' '--with-fpm-user=http' '--with-fpm-group=http' '--enable-embed=shared' '--enable-bcmath=shared' '--enable-calendar=shared' '--enable-dba=shared' '--enable-exif=shared' '--enable-ftp=shared' '--enable-gd-native-ttf' '--enable-intl=shared' '--enable-mbstring' '--enable-shmop=shared' '--enable-soap=shared' '--enable-sockets=shared' '--enable-sysvmsg=shared' '--enable-sysvsem=shared' '--enable-sysvshm=shared' '--enable-zip=shared' '--with-bz2=shared' '--with-curl=shared' '--with-db4=/usr' '--with-enchant=shared,/usr' '--with-freetype-dir=/usr' '--with-gd=shared,/usr' '--with-gdbm' '--with-gettext=shared' '--with-gmp=shared' '--with-iconv=shared' '--with-imap-ssl' '--with-imap=shared' '--with-kerberos=/usr' '--with-ldap=shared' '--with-ldap-sasl' '--with-libzip' '--with-mcrypt=shared' '--with-mhash' '--with-mysql-sock=/run/mysqld/mysqld.sock' '--with-mysqli=shared,mysqlnd' '--with-openssl' '--with-pcre-regex=/usr' '--with-pdo-dblib=shared,/usr' '--with-pdo-mysql=shared,mysqlnd' '--with-pdo-odbc=shared,unixODBC,/usr' '--with-pdo-pgsql=shared' '--with-pdo-sqlite=shared,/usr' '--with-pgsql=shared' '--with-pspell=shared' '--with-readline' '--with-snmp=shared' '--with-sqlite3=shared,/usr' '--with-tidy=shared' '--with-unixODBC=shared,/usr' '--with-xmlrpc=shared' '--with-xsl=shared' '--with-zlib' '--enable-pcntl'
  7. Server API => Command Line Interface
  8. Virtual Directory Support => disabled
  9. Configuration File (php.ini) Path => /etc/php
  10. Loaded Configuration File => /etc/php/php.ini
  11. Scan this dir for additional .ini files => /etc/php/conf.d
  12. Additional .ini files parsed => /etc/php/conf.d/apcu.ini
  13.  
  14. PHP API => 20151012
  15. PHP Extension => 20151012
  16. Zend Extension => 320151012
  17. Zend Extension Build => API320151012,NTS
  18. PHP Extension Build => API20151012,NTS
  19. Debug Build => no
  20. Thread Safety => disabled
  21. Zend Signal Handling => enabled
  22. Zend Memory Manager => enabled
  23. Zend Multibyte Support => provided by mbstring
  24. IPv6 Support => enabled
  25. DTrace Support => disabled
  26.  
  27. Registered PHP Streams => https, ftps, compress.zlib, php, file, glob, data, http, ftp, compress.bzip2, zip, phar
  28. Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2
  29. Registered Stream Filters => zlib.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, bzip2.*, convert.iconv.*, mcrypt.*, mdecrypt.*
  30.  
  31. This program makes use of the Zend Scripting Language Engine:
  32. Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
  33.  
  34.  
  35. _______________________________________________________________________
  36.  
  37.  
  38. Configuration
  39.  
  40. apc
  41.  
  42. APC Compatibility => 1.0.3
  43. APCu Version => 5.1.3
  44. Build Date => Feb 14 2016 18:01:40
  45.  
  46. apcu
  47.  
  48. APCu Support => Enabled
  49. Version => 5.1.5
  50. APCu Debugging => Disabled
  51. MMAP Support => Enabled
  52. MMAP File Mask =>
  53. Serialization Support => php
  54. Build Date => Jun 11 2016 08:00:34
  55.  
  56. Directive => Local Value => Master Value
  57. apc.coredump_unmap => Off => Off
  58. apc.enable_cli => On => On
  59. apc.enabled => On => On
  60. apc.entries_hint => 4096 => 4096
  61. apc.gc_ttl => 3600 => 3600
  62. apc.mmap_file_mask => no value => no value
  63. apc.preload_path => no value => no value
  64. apc.serializer => php => php
  65. apc.shm_segments => 1 => 1
  66. apc.shm_size => 32M => 32M
  67. apc.slam_defense => On => On
  68. apc.smart => 0 => 0
  69. apc.ttl => 0 => 0
  70. apc.use_request_time => On => On
  71. apc.writable => /tmp => /tmp
  72.  
  73. bz2
  74.  
  75. BZip2 Support => Enabled
  76. Stream Wrapper support => compress.bzip2://
  77. Stream Filter support => bzip2.decompress, bzip2.compress
  78. BZip2 Version => 1.0.6, 6-Sept-2010
  79.  
  80. Core
  81.  
  82. PHP Version => 7.0.10
  83.  
  84. Directive => Local Value => Master Value
  85. allow_url_fopen => On => On
  86. allow_url_include => Off => Off
  87. arg_separator.input => & => &
  88. arg_separator.output => & => &
  89. auto_append_file => no value => no value
  90. auto_globals_jit => On => On
  91. auto_prepend_file => no value => no value
  92. browscap => no value => no value
  93. default_charset => UTF-8 => UTF-8
  94. default_mimetype => text/html => text/html
  95. disable_classes => no value => no value
  96. disable_functions => no value => no value
  97. display_errors => Off => Off
  98. display_startup_errors => Off => Off
  99. doc_root => no value => no value
  100. docref_ext => no value => no value
  101. docref_root => no value => no value
  102. enable_dl => Off => Off
  103. enable_post_data_reading => On => On
  104. error_append_string => no value => no value
  105. error_log => no value => no value
  106. error_prepend_string => no value => no value
  107. error_reporting => 22527 => 22527
  108. exit_on_timeout => Off => Off
  109. expose_php => On => On
  110. extension_dir => /usr/lib/php/modules/ => /usr/lib/php/modules/
  111. file_uploads => On => On
  112. highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
  113. highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
  114. highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
  115. highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
  116. highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
  117. html_errors => Off => Off
  118. ignore_repeated_errors => Off => Off
  119. ignore_repeated_source => Off => Off
  120. ignore_user_abort => Off => Off
  121. implicit_flush => On => On
  122. include_path => .: => .:
  123. input_encoding => no value => no value
  124. internal_encoding => no value => no value
  125. log_errors => On => On
  126. log_errors_max_len => 1024 => 1024
  127. mail.add_x_header => On => On
  128. mail.force_extra_parameters => no value => no value
  129. mail.log => no value => no value
  130. max_execution_time => 0 => 0
  131. max_file_uploads => 20 => 20
  132. max_input_nesting_level => 64 => 64
  133. max_input_time => -1 => -1
  134. max_input_vars => 1000 => 1000
  135. memory_limit => 128M => 128M
  136. open_basedir => no value => no value
  137. output_buffering => 0 => 0
  138. output_encoding => no value => no value
  139. output_handler => no value => no value
  140. post_max_size => 8M => 8M
  141. precision => 14 => 14
  142. realpath_cache_size => 16K => 16K
  143. realpath_cache_ttl => 120 => 120
  144. register_argc_argv => On => On
  145. report_memleaks => On => On
  146. report_zend_debug => Off => Off
  147. request_order => GP => GP
  148. sendmail_from => no value => no value
  149. sendmail_path => /usr/bin/sendmail -t -i => /usr/bin/sendmail -t -i
  150. serialize_precision => 17 => 17
  151. short_open_tag => Off => Off
  152. SMTP => localhost => localhost
  153. smtp_port => 25 => 25
  154. sql.safe_mode => Off => Off
  155. sys_temp_dir => no value => no value
  156. track_errors => Off => Off
  157. unserialize_callback_func => no value => no value
  158. upload_max_filesize => 2M => 2M
  159. upload_tmp_dir => no value => no value
  160. user_dir => no value => no value
  161. user_ini.cache_ttl => 300 => 300
  162. user_ini.filename => .user.ini => .user.ini
  163. variables_order => GPCS => GPCS
  164. xmlrpc_error_number => 0 => 0
  165. xmlrpc_errors => Off => Off
  166. zend.assertions => -1 => -1
  167. zend.detect_unicode => On => On
  168. zend.enable_gc => On => On
  169. zend.multibyte => Off => Off
  170. zend.script_encoding => no value => no value
  171. zend.signal_check => Off => Off
  172.  
  173. ctype
  174.  
  175. ctype functions => enabled
  176.  
  177. curl
  178.  
  179. cURL support => enabled
  180. cURL Information => 7.50.1
  181. Age => 3
  182. Features
  183. AsynchDNS => Yes
  184. CharConv => No
  185. Debug => No
  186. GSS-Negotiate => No
  187. IDN => Yes
  188. IPv6 => Yes
  189. krb4 => No
  190. Largefile => Yes
  191. libz => Yes
  192. NTLM => Yes
  193. NTLMWB => Yes
  194. SPNEGO => Yes
  195. SSL => Yes
  196. SSPI => No
  197. TLS-SRP => Yes
  198. HTTP2 => No
  199. GSSAPI => Yes
  200. KERBEROS5 => Yes
  201. UNIX_SOCKETS => Yes
  202. PSL => No
  203. Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
  204. Host => x86_64-pc-linux-gnu
  205. SSL Version => OpenSSL/1.0.2h
  206. ZLib Version => 1.2.8
  207. libSSH Version => libssh2/1.7.0
  208.  
  209. date
  210.  
  211. date/time support => enabled
  212. "Olson" Timezone Database Version => 2016.6
  213. Timezone Database => internal
  214. Default timezone => UTC
  215.  
  216. Directive => Local Value => Master Value
  217. date.default_latitude => 31.7667 => 31.7667
  218. date.default_longitude => 35.2333 => 35.2333
  219. date.sunrise_zenith => 90.583333 => 90.583333
  220. date.sunset_zenith => 90.583333 => 90.583333
  221. date.timezone => no value => no value
  222.  
  223. dom
  224.  
  225. DOM/XML => enabled
  226. DOM/XML API Version => 20031129
  227. libxml Version => 2.9.4
  228. HTML Support => enabled
  229. XPath Support => enabled
  230. XPointer Support => enabled
  231. Schema Support => enabled
  232. RelaxNG Support => enabled
  233.  
  234. fileinfo
  235.  
  236. fileinfo support => enabled
  237. version => 1.0.5
  238. libmagic => 522
  239.  
  240. filter
  241.  
  242. Input Validation and Filtering => enabled
  243. Revision => $Id: 2c8dde9d49ae877877eccaf496c8f5a733b4f1c2 $
  244.  
  245. Directive => Local Value => Master Value
  246. filter.default => unsafe_raw => unsafe_raw
  247. filter.default_flags => no value => no value
  248.  
  249. gd
  250.  
  251. GD Support => enabled
  252. GD headers Version => 2.2.3
  253. GD library Version => 2.2.3
  254. FreeType Support => enabled
  255. FreeType Linkage => with freetype
  256. FreeType Version => 2.6.5
  257. GIF Read Support => enabled
  258. GIF Create Support => enabled
  259. JPEG Support => enabled
  260. libJPEG Version => 8
  261. PNG Support => enabled
  262. libPNG Version => 1.6.24
  263. WBMP Support => enabled
  264. XPM Support => enabled
  265. libXpm Version => 30411
  266. XBM Support => enabled
  267. WebP Support => enabled
  268.  
  269. Directive => Local Value => Master Value
  270. gd.jpeg_ignore_warning => 0 => 0
  271.  
  272. hash
  273.  
  274. hash support => enabled
  275. Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b fnv132 fnv1a32 fnv164 fnv1a64 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
  276.  
  277. MHASH support => Enabled
  278. MHASH API Version => Emulated Support
  279.  
  280. iconv
  281.  
  282. iconv support => enabled
  283. iconv implementation => glibc
  284. iconv library version => 2.24
  285.  
  286. Directive => Local Value => Master Value
  287. iconv.input_encoding => no value => no value
  288. iconv.internal_encoding => no value => no value
  289. iconv.output_encoding => no value => no value
  290.  
  291. intl
  292.  
  293. Internationalization support => enabled
  294. version => 1.1.0
  295. ICU version => 57.1
  296. ICU Data version => 57.1
  297.  
  298. Directive => Local Value => Master Value
  299. intl.default_locale => no value => no value
  300. intl.error_level => 0 => 0
  301. intl.use_exceptions => 0 => 0
  302.  
  303. json
  304.  
  305. json support => enabled
  306. json version => 1.4.0
  307.  
  308. libxml
  309.  
  310. libXML support => active
  311. libXML Compiled Version => 2.9.4
  312. libXML Loaded Version => 20904
  313. libXML streams => enabled
  314.  
  315. mbstring
  316.  
  317. Multibyte Support => enabled
  318. Multibyte string engine => libmbfl
  319. HTTP input encoding translation => disabled
  320. libmbfl version => 1.3.2
  321. oniguruma version => 5.9.6
  322.  
  323. mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
  324.  
  325. Multibyte (japanese) regex support => enabled
  326. Multibyte regex (oniguruma) backtrack check => On
  327. Multibyte regex (oniguruma) version => 5.9.6
  328.  
  329. Directive => Local Value => Master Value
  330. mbstring.detect_order => no value => no value
  331. mbstring.encoding_translation => Off => Off
  332. mbstring.func_overload => 0 => 0
  333. mbstring.http_input => no value => no value
  334. mbstring.http_output => no value => no value
  335. mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
  336. mbstring.internal_encoding => no value => no value
  337. mbstring.language => neutral => neutral
  338. mbstring.strict_detection => Off => Off
  339. mbstring.substitute_character => no value => no value
  340.  
  341. mcrypt
  342.  
  343. mcrypt support => enabled
  344. mcrypt_filter support => enabled
  345. Version => 2.5.8
  346. Api No => 20021217
  347. Supported ciphers => cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
  348. Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
  349.  
  350. Directive => Local Value => Master Value
  351. mcrypt.algorithms_dir => no value => no value
  352. mcrypt.modes_dir => no value => no value
  353.  
  354. mysqlnd
  355.  
  356. mysqlnd => enabled
  357. Version => mysqlnd 5.0.12-dev - 20150407 - $Id: 241ae00989d1995ffcbbf63d579943635faf9972 $
  358. Compression => supported
  359. core SSL => supported
  360. extended SSL => supported
  361. Command buffer size => 4096
  362. Read buffer size => 32768
  363. Read timeout => 31536000
  364. Collecting statistics => Yes
  365. Collecting memory statistics => No
  366. Tracing => n/a
  367. Loaded plugins => mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_sha256_password
  368. API Extensions => pdo_mysql
  369.  
  370. mysqlnd statistics =>
  371. bytes_sent => 0
  372. bytes_received => 0
  373. packets_sent => 0
  374. packets_received => 0
  375. protocol_overhead_in => 0
  376. protocol_overhead_out => 0
  377. bytes_received_ok_packet => 0
  378. bytes_received_eof_packet => 0
  379. bytes_received_rset_header_packet => 0
  380. bytes_received_rset_field_meta_packet => 0
  381. bytes_received_rset_row_packet => 0
  382. bytes_received_prepare_response_packet => 0
  383. bytes_received_change_user_packet => 0
  384. packets_sent_command => 0
  385. packets_received_ok => 0
  386. packets_received_eof => 0
  387. packets_received_rset_header => 0
  388. packets_received_rset_field_meta => 0
  389. packets_received_rset_row => 0
  390. packets_received_prepare_response => 0
  391. packets_received_change_user => 0
  392. result_set_queries => 0
  393. non_result_set_queries => 0
  394. no_index_used => 0
  395. bad_index_used => 0
  396. slow_queries => 0
  397. buffered_sets => 0
  398. unbuffered_sets => 0
  399. ps_buffered_sets => 0
  400. ps_unbuffered_sets => 0
  401. flushed_normal_sets => 0
  402. flushed_ps_sets => 0
  403. ps_prepared_never_executed => 0
  404. ps_prepared_once_executed => 0
  405. rows_fetched_from_server_normal => 0
  406. rows_fetched_from_server_ps => 0
  407. rows_buffered_from_client_normal => 0
  408. rows_buffered_from_client_ps => 0
  409. rows_fetched_from_client_normal_buffered => 0
  410. rows_fetched_from_client_normal_unbuffered => 0
  411. rows_fetched_from_client_ps_buffered => 0
  412. rows_fetched_from_client_ps_unbuffered => 0
  413. rows_fetched_from_client_ps_cursor => 0
  414. rows_affected_normal => 0
  415. rows_affected_ps => 0
  416. rows_skipped_normal => 0
  417. rows_skipped_ps => 0
  418. copy_on_write_saved => 0
  419. copy_on_write_performed => 0
  420. command_buffer_too_small => 0
  421. connect_success => 0
  422. connect_failure => 0
  423. connection_reused => 0
  424. reconnect => 0
  425. pconnect_success => 0
  426. active_connections => 0
  427. active_persistent_connections => 0
  428. explicit_close => 0
  429. implicit_close => 0
  430. disconnect_close => 0
  431. in_middle_of_command_close => 0
  432. explicit_free_result => 0
  433. implicit_free_result => 0
  434. explicit_stmt_close => 0
  435. implicit_stmt_close => 0
  436. mem_emalloc_count => 0
  437. mem_emalloc_amount => 0
  438. mem_ecalloc_count => 0
  439. mem_ecalloc_amount => 0
  440. mem_erealloc_count => 0
  441. mem_erealloc_amount => 0
  442. mem_efree_count => 0
  443. mem_efree_amount => 0
  444. mem_malloc_count => 0
  445. mem_malloc_amount => 0
  446. mem_calloc_count => 0
  447. mem_calloc_amount => 0
  448. mem_realloc_count => 0
  449. mem_realloc_amount => 0
  450. mem_free_count => 0
  451. mem_free_amount => 0
  452. mem_estrndup_count => 0
  453. mem_strndup_count => 0
  454. mem_estndup_count => 0
  455. mem_strdup_count => 0
  456. proto_text_fetched_null => 0
  457. proto_text_fetched_bit => 0
  458. proto_text_fetched_tinyint => 0
  459. proto_text_fetched_short => 0
  460. proto_text_fetched_int24 => 0
  461. proto_text_fetched_int => 0
  462. proto_text_fetched_bigint => 0
  463. proto_text_fetched_decimal => 0
  464. proto_text_fetched_float => 0
  465. proto_text_fetched_double => 0
  466. proto_text_fetched_date => 0
  467. proto_text_fetched_year => 0
  468. proto_text_fetched_time => 0
  469. proto_text_fetched_datetime => 0
  470. proto_text_fetched_timestamp => 0
  471. proto_text_fetched_string => 0
  472. proto_text_fetched_blob => 0
  473. proto_text_fetched_enum => 0
  474. proto_text_fetched_set => 0
  475. proto_text_fetched_geometry => 0
  476. proto_text_fetched_other => 0
  477. proto_binary_fetched_null => 0
  478. proto_binary_fetched_bit => 0
  479. proto_binary_fetched_tinyint => 0
  480. proto_binary_fetched_short => 0
  481. proto_binary_fetched_int24 => 0
  482. proto_binary_fetched_int => 0
  483. proto_binary_fetched_bigint => 0
  484. proto_binary_fetched_decimal => 0
  485. proto_binary_fetched_float => 0
  486. proto_binary_fetched_double => 0
  487. proto_binary_fetched_date => 0
  488. proto_binary_fetched_year => 0
  489. proto_binary_fetched_time => 0
  490. proto_binary_fetched_datetime => 0
  491. proto_binary_fetched_timestamp => 0
  492. proto_binary_fetched_string => 0
  493. proto_binary_fetched_json => 0
  494. proto_binary_fetched_blob => 0
  495. proto_binary_fetched_enum => 0
  496. proto_binary_fetched_set => 0
  497. proto_binary_fetched_geometry => 0
  498. proto_binary_fetched_other => 0
  499. init_command_executed_count => 0
  500. init_command_failed_count => 0
  501. com_quit => 0
  502. com_init_db => 0
  503. com_query => 0
  504. com_field_list => 0
  505. com_create_db => 0
  506. com_drop_db => 0
  507. com_refresh => 0
  508. com_shutdown => 0
  509. com_statistics => 0
  510. com_process_info => 0
  511. com_connect => 0
  512. com_process_kill => 0
  513. com_debug => 0
  514. com_ping => 0
  515. com_time => 0
  516. com_delayed_insert => 0
  517. com_change_user => 0
  518. com_binlog_dump => 0
  519. com_table_dump => 0
  520. com_connect_out => 0
  521. com_register_slave => 0
  522. com_stmt_prepare => 0
  523. com_stmt_execute => 0
  524. com_stmt_send_long_data => 0
  525. com_stmt_close => 0
  526. com_stmt_reset => 0
  527. com_stmt_set_option => 0
  528. com_stmt_fetch => 0
  529. com_deamon => 0
  530. bytes_received_real_data_normal => 0
  531. bytes_received_real_data_ps => 0
  532.  
  533. openssl
  534.  
  535. OpenSSL support => enabled
  536. OpenSSL Library Version => OpenSSL 1.0.2h 3 May 2016
  537. OpenSSL Header Version => OpenSSL 1.0.2h 3 May 2016
  538. Openssl default config => /etc/ssl/openssl.cnf
  539.  
  540. Directive => Local Value => Master Value
  541. openssl.cafile => no value => no value
  542. openssl.capath => no value => no value
  543.  
  544. pcntl
  545.  
  546. pcntl support => enabled
  547.  
  548. pcre
  549.  
  550. PCRE (Perl Compatible Regular Expressions) Support => enabled
  551. PCRE Library Version => 8.39 2016-06-14
  552. PCRE JIT Support => enabled
  553.  
  554. Directive => Local Value => Master Value
  555. pcre.backtrack_limit => 1000000 => 1000000
  556. pcre.jit => 1 => 1
  557. pcre.recursion_limit => 100000 => 100000
  558.  
  559. PDO
  560.  
  561. PDO support => enabled
  562. PDO drivers => mysql
  563.  
  564. pdo_mysql
  565.  
  566. PDO Driver for MySQL => enabled
  567. Client API version => mysqlnd 5.0.12-dev - 20150407 - $Id: 241ae00989d1995ffcbbf63d579943635faf9972 $
  568.  
  569. Directive => Local Value => Master Value
  570. pdo_mysql.default_socket => /run/mysqld/mysqld.sock => /run/mysqld/mysqld.sock
  571.  
  572. Phar
  573.  
  574. Phar: PHP Archive support => enabled
  575. Phar EXT version => 2.0.2
  576. Phar API version => 1.1.1
  577. SVN revision => $Id: 860f5132d446a7b24c2bbf050ce6949381ea8db5 $
  578. Phar-based phar archives => enabled
  579. Tar-based phar archives => enabled
  580. ZIP-based phar archives => enabled
  581. gzip compression => enabled
  582. bzip2 compression => enabled
  583. Native OpenSSL support => enabled
  584.  
  585.  
  586. Phar based on pear/PHP_Archive, original concept by Davey Shafik.
  587. Phar fully realized by Gregory Beaver and Marcus Boerger.
  588. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
  589. Directive => Local Value => Master Value
  590. phar.cache_list => no value => no value
  591. phar.readonly => On => On
  592. phar.require_hash => On => On
  593.  
  594. posix
  595.  
  596. Revision => $Id: 771e31632526e20243748d73c150d8977fff1781 $
  597.  
  598. readline
  599.  
  600. Readline Support => enabled
  601. Readline library => 6.3
  602.  
  603. Directive => Local Value => Master Value
  604. cli.pager => no value => no value
  605. cli.prompt => \b \> => \b \>
  606.  
  607. Reflection
  608.  
  609. Reflection => enabled
  610. Version => $Id: 964e7a9e57fdebe978178f9df87ead2602a34f03 $
  611.  
  612. session
  613.  
  614. Session Support => enabled
  615. Registered save handlers => files user
  616. Registered serializer handlers => php_serialize php php_binary
  617.  
  618. Directive => Local Value => Master Value
  619. session.auto_start => Off => Off
  620. session.cache_expire => 180 => 180
  621. session.cache_limiter => nocache => nocache
  622. session.cookie_domain => no value => no value
  623. session.cookie_httponly => Off => Off
  624. session.cookie_lifetime => 0 => 0
  625. session.cookie_path => / => /
  626. session.cookie_secure => Off => Off
  627. session.entropy_file => /dev/urandom => /dev/urandom
  628. session.entropy_length => 32 => 32
  629. session.gc_divisor => 1000 => 1000
  630. session.gc_maxlifetime => 1440 => 1440
  631. session.gc_probability => 1 => 1
  632. session.hash_bits_per_character => 5 => 5
  633. session.hash_function => 0 => 0
  634. session.lazy_write => On => On
  635. session.name => PHPSESSID => PHPSESSID
  636. session.referer_check => no value => no value
  637. session.save_handler => files => files
  638. session.save_path => no value => no value
  639. session.serialize_handler => php => php
  640. session.upload_progress.cleanup => On => On
  641. session.upload_progress.enabled => On => On
  642. session.upload_progress.freq => 1% => 1%
  643. session.upload_progress.min_freq => 1 => 1
  644. session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
  645. session.upload_progress.prefix => upload_progress_ => upload_progress_
  646. session.use_cookies => On => On
  647. session.use_only_cookies => On => On
  648. session.use_strict_mode => Off => Off
  649. session.use_trans_sid => 0 => 0
  650.  
  651. SimpleXML
  652.  
  653. Simplexml support => enabled
  654. Revision => $Id: 3b27656786ea29ce872a5d3c850e387528e13eb5 $
  655. Schema support => enabled
  656.  
  657. SPL
  658.  
  659. SPL support => enabled
  660. Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
  661. Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException
  662.  
  663. standard
  664.  
  665. Dynamic Library Support => enabled
  666. Path to sendmail => /usr/bin/sendmail -t -i
  667.  
  668. Directive => Local Value => Master Value
  669. assert.active => 1 => 1
  670. assert.bail => 0 => 0
  671. assert.callback => no value => no value
  672. assert.exception => 0 => 0
  673. assert.quiet_eval => 0 => 0
  674. assert.warning => 1 => 1
  675. auto_detect_line_endings => 0 => 0
  676. default_socket_timeout => 60 => 60
  677. from => no value => no value
  678. url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
  679. user_agent => no value => no value
  680.  
  681. tokenizer
  682.  
  683. Tokenizer Support => enabled
  684.  
  685. xml
  686.  
  687. XML Support => active
  688. XML Namespace Support => active
  689. libxml2 Version => 2.9.4
  690.  
  691. xmlreader
  692.  
  693. XMLReader => enabled
  694.  
  695. xmlrpc
  696.  
  697. core library version => xmlrpc-epi v. 0.51
  698. php extension version => 7.0.10
  699. author => Dan Libby
  700. homepage => http://xmlrpc-epi.sourceforge.net
  701. open sourced by => Epinions.com
  702.  
  703. xmlwriter
  704.  
  705. XMLWriter => enabled
  706.  
  707. zip
  708.  
  709. Zip => enabled
  710. Zip version => 1.13.4
  711. Libzip version => 1.1.3
  712.  
  713. zlib
  714.  
  715. ZLib Support => enabled
  716. Stream Wrapper => compress.zlib://
  717. Stream Filter => zlib.inflate, zlib.deflate
  718. Compiled Version => 1.2.8
  719. Linked Version => 1.2.8
  720.  
  721. Directive => Local Value => Master Value
  722. zlib.output_compression => Off => Off
  723. zlib.output_compression_level => -1 => -1
  724. zlib.output_handler => no value => no value
  725.  
  726. Additional Modules
  727.  
  728. Module Name
  729.  
  730. Environment
  731.  
  732. Variable => Value
  733. LANG => es_ES.UTF-8
  734. SHLVL => 1
  735. XDG_VTNR => 2
  736. LOGNAME => arturo
  737. PWD => /home/arturo
  738. DISPLAY => :1
  739. MOZ_PLUGIN_PATH => /usr/lib/mozilla/plugins
  740. LC_ALL => es_ES.UTF-8
  741. GIO_LAUNCHED_DESKTOP_FILE => /home/arturo/.config/autostart/guake.desktop
  742. QT_QPA_PLATFORMTHEME => qgnomeplatform
  743. DESKTOP_AUTOSTART_ID => 10e72fcb9320c2070e14723911836354800000006130002
  744. XDG_SESSION_ID => c2
  745. XAUTHORITY => /run/user/1000/gdm/Xauthority
  746. DESKTOP_SESSION => gnome
  747. XDG_SESSION_DESKTOP => gnome
  748. GDMSESSION => gnome
  749. GNOME_DESKTOP_SESSION_ID => this-is-deprecated
  750. USERNAME => arturo
  751. LC_NUMERIC => an_ES.UTF-8
  752. LC_MEASUREMENT => an_ES.UTF-8
  753. LC_PAPER => an_ES.UTF-8
  754. WINDOWPATH => 2
  755. LC_MONETARY => an_ES.UTF-8
  756. DBUS_SESSION_BUS_ADDRESS => unix:path=/run/user/1000/bus
  757. MAIL => /var/spool/mail/arturo
  758. XDG_MENU_PREFIX => gnome-
  759. GDM_LANG => es_ES.UTF-8
  760. SHELL => /bin/zsh
  761. XDG_SESSION_TYPE => x11
  762. LC_TIME => an_ES.UTF-8
  763. TERM => xterm
  764. SESSION_MANAGER => local/arturo-PC:@/tmp/.ICE-unix/613,unix/arturo-PC:/tmp/.ICE-unix/613
  765. SSH_AUTH_SOCK => /run/user/1000/keyring/ssh
  766. XDG_CURRENT_DESKTOP => GNOME
  767. PATH => /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
  768. HOME => /home/arturo
  769. XDG_SEAT => seat0
  770. GUAKE_TAB_UUID => 18e88033-d054-45af-a952-8dfb01d935b2
  771. USER => arturo
  772. XDG_RUNTIME_DIR => /run/user/1000
  773. GIO_LAUNCHED_DESKTOP_FILE_PID => 775
  774. OLDPWD => /home/arturo
  775. ZSH => /home/arturo/.oh-my-zsh
  776. PAGER => less
  777. LESS => -R
  778. LSCOLORS => Gxfxcxdxbxegedabagacad
  779. ZSH_TMUX_TERM => screen
  780. _ZSH_TMUX_FIXED_CONFIG => /home/arturo/.oh-my-zsh/plugins/tmux/tmux.extra.conf
  781. _ => /usr/bin/php
  782.  
  783. PHP Variables
  784.  
  785. Variable => Value
  786. $_SERVER['LANG'] => es_ES.UTF-8
  787. $_SERVER['SHLVL'] => 1
  788. $_SERVER['XDG_VTNR'] => 2
  789. $_SERVER['LOGNAME'] => arturo
  790. $_SERVER['PWD'] => /home/arturo
  791. $_SERVER['DISPLAY'] => :1
  792. $_SERVER['MOZ_PLUGIN_PATH'] => /usr/lib/mozilla/plugins
  793. $_SERVER['LC_ALL'] => es_ES.UTF-8
  794. $_SERVER['GIO_LAUNCHED_DESKTOP_FILE'] => /home/arturo/.config/autostart/guake.desktop
  795. $_SERVER['QT_QPA_PLATFORMTHEME'] => qgnomeplatform
  796. $_SERVER['DESKTOP_AUTOSTART_ID'] => 10e72fcb9320c2070e14723911836354800000006130002
  797. $_SERVER['XDG_SESSION_ID'] => c2
  798. $_SERVER['XAUTHORITY'] => /run/user/1000/gdm/Xauthority
  799. $_SERVER['DESKTOP_SESSION'] => gnome
  800. $_SERVER['XDG_SESSION_DESKTOP'] => gnome
  801. $_SERVER['GDMSESSION'] => gnome
  802. $_SERVER['GNOME_DESKTOP_SESSION_ID'] => this-is-deprecated
  803. $_SERVER['USERNAME'] => arturo
  804. $_SERVER['LC_NUMERIC'] => an_ES.UTF-8
  805. $_SERVER['LC_MEASUREMENT'] => an_ES.UTF-8
  806. $_SERVER['LC_PAPER'] => an_ES.UTF-8
  807. $_SERVER['WINDOWPATH'] => 2
  808. $_SERVER['LC_MONETARY'] => an_ES.UTF-8
  809. $_SERVER['DBUS_SESSION_BUS_ADDRESS'] => unix:path=/run/user/1000/bus
  810. $_SERVER['MAIL'] => /var/spool/mail/arturo
  811. $_SERVER['XDG_MENU_PREFIX'] => gnome-
  812. $_SERVER['GDM_LANG'] => es_ES.UTF-8
  813. $_SERVER['SHELL'] => /bin/zsh
  814. $_SERVER['XDG_SESSION_TYPE'] => x11
  815. $_SERVER['LC_TIME'] => an_ES.UTF-8
  816. $_SERVER['TERM'] => xterm
  817. $_SERVER['SESSION_MANAGER'] => local/arturo-PC:@/tmp/.ICE-unix/613,unix/arturo-PC:/tmp/.ICE-unix/613
  818. $_SERVER['SSH_AUTH_SOCK'] => /run/user/1000/keyring/ssh
  819. $_SERVER['XDG_CURRENT_DESKTOP'] => GNOME
  820. $_SERVER['PATH'] => /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
  821. $_SERVER['HOME'] => /home/arturo
  822. $_SERVER['XDG_SEAT'] => seat0
  823. $_SERVER['GUAKE_TAB_UUID'] => 18e88033-d054-45af-a952-8dfb01d935b2
  824. $_SERVER['USER'] => arturo
  825. $_SERVER['XDG_RUNTIME_DIR'] => /run/user/1000
  826. $_SERVER['GIO_LAUNCHED_DESKTOP_FILE_PID'] => 775
  827. $_SERVER['OLDPWD'] => /home/arturo
  828. $_SERVER['ZSH'] => /home/arturo/.oh-my-zsh
  829. $_SERVER['PAGER'] => less
  830. $_SERVER['LESS'] => -R
  831. $_SERVER['LSCOLORS'] => Gxfxcxdxbxegedabagacad
  832. $_SERVER['ZSH_TMUX_TERM'] => screen
  833. $_SERVER['_ZSH_TMUX_FIXED_CONFIG'] => /home/arturo/.oh-my-zsh/plugins/tmux/tmux.extra.conf
  834. $_SERVER['_'] => /usr/bin/php
  835. $_SERVER['PHP_SELF'] =>
  836. $_SERVER['SCRIPT_NAME'] =>
  837. $_SERVER['SCRIPT_FILENAME'] =>
  838. $_SERVER['PATH_TRANSLATED'] =>
  839. $_SERVER['DOCUMENT_ROOT'] =>
  840. $_SERVER['REQUEST_TIME_FLOAT'] => 1472393859.4178
  841. $_SERVER['REQUEST_TIME'] => 1472393859
  842. $_SERVER['argv'] => Array
  843. (
  844. )
  845.  
  846. $_SERVER['argc'] => 0
  847.  
  848. PHP License
  849. This program is free software; you can redistribute it and/or modify
  850. it under the terms of the PHP License as published by the PHP Group
  851. and included in the distribution in the file: LICENSE
  852.  
  853. This program is distributed in the hope that it will be useful,
  854. but WITHOUT ANY WARRANTY; without even the implied warranty of
  855. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  856.  
  857. If you did not receive a copy of the PHP license, or have any
  858. questions about PHP licensing, please contact license@php.net.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement