Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2016
2,824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.81 KB | None | 0 0
  1. phpinfo()
  2. PHP Version => 5.6.21
  3.  
  4. System => Darwin Tomaszs-MBP 15.5.0 Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64 x86_64
  5. Build Date => Apr 29 2016 02:30:58
  6. Configure Command => './configure' '--prefix=/usr/local/Cellar/php56/5.6.21' '--localstatedir=/usr/local/var' '--sysconfdir=/usr/local/etc/php/5.6' '--with-config-file-path=/usr/local/etc/php/5.6' '--with-config-file-scan-dir=/usr/local/etc/php/5.6/conf.d' '--mandir=/usr/local/Cellar/php56/5.6.21/share/man' '--enable-bcmath' '--enable-calendar' '--enable-dba' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-mbregex' '--enable-mbstring' '--enable-shmop' '--enable-soap' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-wddx' '--enable-zip' '--with-freetype-dir=/usr/local/opt/freetype' '--with-gd' '--with-gettext=/usr/local/opt/gettext' '--with-iconv-dir=/usr' '--with-icu-dir=/usr/local/opt/icu4c' '--with-jpeg-dir=/usr/local/opt/jpeg' '--with-kerberos=/usr' '--with-libedit' '--with-mhash' '--with-ndbm=/usr' '--with-pdo-odbc=unixODBC,/usr/local/opt/unixodbc' '--with-png-dir=/usr/local/opt/libpng' '--with-unixODBC=/usr/local/opt/unixodbc' '--with-xmlrpc' '--with-zlib=/usr' '--with-readline=/usr/local/opt/readline' '--without-gmp' '--without-snmp' '--with-libxml-dir=/usr/local/opt/libxml2' '--with-apxs2=/usr/sbin/apxs' '--libexecdir=/usr/local/Cellar/php56/5.6.21/libexec' '--with-bz2=/usr' '--disable-debug' '--with-openssl=/usr/local/opt/openssl' '--enable-fpm' '--with-fpm-user=_www' '--with-fpm-group=_www' '--with-curl' '--with-xsl=/usr' '--with-ldap' '--with-ldap-sasl=/usr' '--with-mysql-sock=/tmp/mysql.sock' '--with-mysqli=mysqlnd' '--with-mysql=mysqlnd' '--with-pdo-mysql=mysqlnd' '--disable-opcache' '--enable-pcntl' '--without-pear' '--enable-dtrace' '--disable-phpdbg' '--enable-zend-signals' 'CC=clang' 'CXX=clang++'
  7. Server API => Command Line Interface
  8. Virtual Directory Support => disabled
  9. Configuration File (php.ini) Path => /usr/local/etc/php/5.6
  10. Loaded Configuration File => /usr/local/etc/php/5.6/php.ini
  11. Scan this dir for additional .ini files => /usr/local/etc/php/5.6/conf.d
  12. Additional .ini files parsed => /usr/local/etc/php/5.6/conf.d/ext-mcrypt.ini
  13.  
  14. PHP API => 20131106
  15. PHP Extension => 20131226
  16. Zend Extension => 220131226
  17. Zend Extension Build => API220131226,NTS
  18. PHP Extension Build => API20131226,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 => enabled
  26.  
  27. Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar, zip
  28. Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, tls, tlsv1.0, tlsv1.1, tlsv1.2
  29. Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, mcrypt.*, mdecrypt.*
  30.  
  31. This program makes use of the Zend Scripting Language Engine:
  32. Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
  33.  
  34.  
  35. _______________________________________________________________________
  36.  
  37.  
  38. Configuration
  39.  
  40. bcmath
  41.  
  42. BCMath support => enabled
  43.  
  44. Directive => Local Value => Master Value
  45. bcmath.scale => 0 => 0
  46.  
  47. bz2
  48.  
  49. BZip2 Support => Enabled
  50. Stream Wrapper support => compress.bzip2://
  51. Stream Filter support => bzip2.decompress, bzip2.compress
  52. BZip2 Version => 1.0.6, 6-Sept-2010
  53.  
  54. calendar
  55.  
  56. Calendar support => enabled
  57.  
  58. Core
  59.  
  60. PHP Version => 5.6.21
  61.  
  62. Directive => Local Value => Master Value
  63. allow_url_fopen => On => On
  64. allow_url_include => Off => Off
  65. always_populate_raw_post_data => 0 => 0
  66. arg_separator.input => & => &
  67. arg_separator.output => & => &
  68. asp_tags => Off => Off
  69. auto_append_file => no value => no value
  70. auto_globals_jit => On => On
  71. auto_prepend_file => no value => no value
  72. browscap => no value => no value
  73. default_charset => UTF-8 => UTF-8
  74. default_mimetype => text/html => text/html
  75. disable_classes => no value => no value
  76. disable_functions => no value => no value
  77. display_errors => STDOUT => STDOUT
  78. display_startup_errors => On => On
  79. doc_root => no value => no value
  80. docref_ext => no value => no value
  81. docref_root => no value => no value
  82. enable_dl => Off => Off
  83. enable_post_data_reading => On => On
  84. error_append_string => no value => no value
  85. error_log => no value => no value
  86. error_prepend_string => no value => no value
  87. error_reporting => 32767 => 32767
  88. exit_on_timeout => Off => Off
  89. expose_php => On => On
  90. extension_dir => /usr/local/Cellar/php56/5.6.21/lib/php/extensions/no-debug-non-zts-20131226 => /usr/local/Cellar/php56/5.6.21/lib/php/extensions/no-debug-non-zts-20131226
  91. file_uploads => On => On
  92. highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
  93. highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
  94. highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
  95. highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
  96. highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
  97. html_errors => Off => Off
  98. ignore_repeated_errors => Off => Off
  99. ignore_repeated_source => Off => Off
  100. ignore_user_abort => Off => Off
  101. implicit_flush => On => On
  102. include_path => .:/usr/local/pear/share/pear:/usr/local/Cellar/php56/5.6.21/share/pear => .:/usr/local/pear/share/pear:/usr/local/Cellar/php56/5.6.21/share/pear
  103. input_encoding => no value => no value
  104. internal_encoding => no value => no value
  105. log_errors => Off => Off
  106. log_errors_max_len => 1024 => 1024
  107. mail.add_x_header => On => On
  108. mail.force_extra_parameters => no value => no value
  109. mail.log => no value => no value
  110. max_execution_time => 0 => 0
  111. max_file_uploads => 20 => 20
  112. max_input_nesting_level => 64 => 64
  113. max_input_time => -1 => -1
  114. max_input_vars => 1000 => 1000
  115. memory_limit => 256M => 256M
  116. open_basedir => no value => no value
  117. output_buffering => 0 => 0
  118. output_encoding => no value => no value
  119. output_handler => no value => no value
  120. post_max_size => 256M => 256M
  121. precision => 14 => 14
  122. realpath_cache_size => 16K => 16K
  123. realpath_cache_ttl => 120 => 120
  124. register_argc_argv => On => On
  125. report_memleaks => On => On
  126. report_zend_debug => Off => Off
  127. request_order => GP => GP
  128. sendmail_from => no value => no value
  129. sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
  130. serialize_precision => 17 => 17
  131. short_open_tag => Off => Off
  132. SMTP => localhost => localhost
  133. smtp_port => 25 => 25
  134. sql.safe_mode => Off => Off
  135. sys_temp_dir => no value => no value
  136. track_errors => On => On
  137. unserialize_callback_func => no value => no value
  138. upload_max_filesize => 256M => 256M
  139. upload_tmp_dir => no value => no value
  140. user_dir => no value => no value
  141. user_ini.cache_ttl => 300 => 300
  142. user_ini.filename => .user.ini => .user.ini
  143. variables_order => GPCS => GPCS
  144. xmlrpc_error_number => 0 => 0
  145. xmlrpc_errors => Off => Off
  146. zend.detect_unicode => On => On
  147. zend.enable_gc => On => On
  148. zend.multibyte => Off => Off
  149. zend.script_encoding => no value => no value
  150. zend.signal_check => Off => Off
  151.  
  152. ctype
  153.  
  154. ctype functions => enabled
  155.  
  156. curl
  157.  
  158. cURL support => enabled
  159. cURL Information => 7.43.0
  160. Age => 3
  161. Features
  162. AsynchDNS => Yes
  163. CharConv => No
  164. Debug => No
  165. GSS-Negotiate => No
  166. IDN => No
  167. IPv6 => Yes
  168. krb4 => No
  169. Largefile => Yes
  170. libz => Yes
  171. NTLM => Yes
  172. NTLMWB => Yes
  173. SPNEGO => Yes
  174. SSL => Yes
  175. SSPI => No
  176. TLS-SRP => No
  177. Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, smb, smbs, smtp, smtps, telnet, tftp
  178. Host => x86_64-apple-darwin15.0
  179. SSL Version => SecureTransport
  180. ZLib Version => 1.2.5
  181.  
  182. date
  183.  
  184. date/time support => enabled
  185. "Olson" Timezone Database Version => 2016.3
  186. Timezone Database => internal
  187.  
  188. Warning: Unknown: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in Unknown on line 0
  189. Default timezone => UTC
  190.  
  191. Directive => Local Value => Master Value
  192. date.default_latitude => 31.7667 => 31.7667
  193. date.default_longitude => 35.2333 => 35.2333
  194. date.sunrise_zenith => 90.583333 => 90.583333
  195. date.sunset_zenith => 90.583333 => 90.583333
  196. date.timezone => no value => no value
  197.  
  198. dba
  199.  
  200. DBA support => enabled
  201. Supported handlers => ndbm cdb cdb_make inifile flatfile
  202.  
  203. Directive => Local Value => Master Value
  204. dba.default_handler => flatfile => flatfile
  205.  
  206. dom
  207.  
  208. DOM/XML => enabled
  209. DOM/XML API Version => 20031129
  210. libxml Version => 2.9.3
  211. HTML Support => enabled
  212. XPath Support => enabled
  213. XPointer Support => enabled
  214. Schema Support => enabled
  215. RelaxNG Support => enabled
  216.  
  217. ereg
  218.  
  219. Regex Library => Bundled library enabled
  220.  
  221. exif
  222.  
  223. EXIF Support => enabled
  224. EXIF Version => 1.4 $Id: db007ca2e6d0b4513ae77990972997fad8bfe9c9 $
  225. Supported EXIF Version => 0220
  226. Supported filetypes => JPEG,TIFF
  227.  
  228. Directive => Local Value => Master Value
  229. exif.decode_jis_intel => JIS => JIS
  230. exif.decode_jis_motorola => JIS => JIS
  231. exif.decode_unicode_intel => UCS-2LE => UCS-2LE
  232. exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
  233. exif.encode_jis => no value => no value
  234. exif.encode_unicode => ISO-8859-15 => ISO-8859-15
  235.  
  236. fileinfo
  237.  
  238. fileinfo support => enabled
  239. version => 1.0.5
  240. libmagic => 517
  241.  
  242. filter
  243.  
  244. Input Validation and Filtering => enabled
  245. Revision => $Id: 0a967738ca580e8bfdacb06853749743fc79b969 $
  246.  
  247. Directive => Local Value => Master Value
  248. filter.default => unsafe_raw => unsafe_raw
  249. filter.default_flags => no value => no value
  250.  
  251. ftp
  252.  
  253. FTP support => enabled
  254.  
  255. gd
  256.  
  257. GD Support => enabled
  258. GD Version => bundled (2.1.0 compatible)
  259. FreeType Support => enabled
  260. FreeType Linkage => with freetype
  261. FreeType Version => 2.6.3
  262. GIF Read Support => enabled
  263. GIF Create Support => enabled
  264. JPEG Support => enabled
  265. libJPEG Version => 8
  266. PNG Support => enabled
  267. libPNG Version => 1.6.21
  268. WBMP Support => enabled
  269. XBM Support => enabled
  270.  
  271. Directive => Local Value => Master Value
  272. gd.jpeg_ignore_warning => 0 => 0
  273.  
  274. gettext
  275.  
  276. GetText Support => enabled
  277.  
  278. hash
  279.  
  280. hash support => enabled
  281. 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
  282.  
  283. iconv
  284.  
  285. iconv support => enabled
  286. iconv implementation => libiconv
  287. iconv library version => 1.11
  288.  
  289. Directive => Local Value => Master Value
  290. iconv.input_encoding => no value => no value
  291. iconv.internal_encoding => no value => no value
  292. iconv.output_encoding => no value => no value
  293.  
  294. json
  295.  
  296. json support => enabled
  297. json version => 1.2.1
  298.  
  299. ldap
  300.  
  301. LDAP Support => enabled
  302. RCS Version => $Id: 5ffc17b96f6abc34bc3607bc1131ea7a79586613 $
  303. Total Links => 0/unlimited
  304. API Version => 3001
  305. Vendor Name => OpenLDAP
  306. Vendor Version => 20428
  307. SASL Support => Enabled
  308.  
  309. Directive => Local Value => Master Value
  310. ldap.max_links => Unlimited => Unlimited
  311.  
  312. libxml
  313.  
  314. libXML support => active
  315. libXML Compiled Version => 2.9.3
  316. libXML Loaded Version => 20903
  317. libXML streams => enabled
  318.  
  319. mbstring
  320.  
  321. Multibyte Support => enabled
  322. Multibyte string engine => libmbfl
  323. HTTP input encoding translation => disabled
  324. libmbfl version => 1.3.2
  325.  
  326. mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
  327.  
  328. Multibyte (japanese) regex support => enabled
  329. Multibyte regex (oniguruma) backtrack check => On
  330. Multibyte regex (oniguruma) version => 5.9.5
  331.  
  332. Directive => Local Value => Master Value
  333. mbstring.detect_order => no value => no value
  334. mbstring.encoding_translation => Off => Off
  335. mbstring.func_overload => 0 => 0
  336. mbstring.http_input => no value => no value
  337. mbstring.http_output => no value => no value
  338. mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
  339. mbstring.internal_encoding => no value => no value
  340. mbstring.language => neutral => neutral
  341. mbstring.strict_detection => Off => Off
  342. mbstring.substitute_character => no value => no value
  343.  
  344. mcrypt
  345.  
  346. mcrypt support => enabled
  347. mcrypt_filter support => enabled
  348. Version => 2.5.8
  349. Api No => 20021217
  350. 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
  351. Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
  352.  
  353. Directive => Local Value => Master Value
  354. mcrypt.algorithms_dir => no value => no value
  355. mcrypt.modes_dir => no value => no value
  356.  
  357. mhash
  358.  
  359. MHASH support => Enabled
  360. MHASH API Version => Emulated Support
  361.  
  362. mysql
  363.  
  364. MySQL Support => enabled
  365. Active Persistent Links => 0
  366. Active Links => 0
  367. Client API version => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
  368.  
  369. Directive => Local Value => Master Value
  370. mysql.allow_local_infile => On => On
  371. mysql.allow_persistent => On => On
  372. mysql.connect_timeout => 60 => 60
  373. mysql.default_host => no value => no value
  374. mysql.default_password => no value => no value
  375. mysql.default_port => no value => no value
  376. mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
  377. mysql.default_user => no value => no value
  378. mysql.max_links => Unlimited => Unlimited
  379. mysql.max_persistent => Unlimited => Unlimited
  380. mysql.trace_mode => Off => Off
  381.  
  382. mysqli
  383.  
  384. MysqlI Support => enabled
  385. Client API library version => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
  386. Active Persistent Links => 0
  387. Inactive Persistent Links => 0
  388. Active Links => 0
  389.  
  390. Directive => Local Value => Master Value
  391. mysqli.allow_local_infile => On => On
  392. mysqli.allow_persistent => On => On
  393. mysqli.default_host => no value => no value
  394. mysqli.default_port => 3306 => 3306
  395. mysqli.default_pw => no value => no value
  396. mysqli.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
  397. mysqli.default_user => no value => no value
  398. mysqli.max_links => Unlimited => Unlimited
  399. mysqli.max_persistent => Unlimited => Unlimited
  400. mysqli.reconnect => Off => Off
  401. mysqli.rollback_on_cached_plink => Off => Off
  402.  
  403. mysqlnd
  404.  
  405. mysqlnd => enabled
  406. Version => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
  407. Compression => supported
  408. core SSL => supported
  409. extended SSL => supported
  410. Command buffer size => 4096
  411. Read buffer size => 32768
  412. Read timeout => 31536000
  413. Collecting statistics => Yes
  414. Collecting memory statistics => Yes
  415. Tracing => n/a
  416. Loaded plugins => mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_sha256_password
  417. API Extensions => mysqli,pdo_mysql,mysql
  418.  
  419. mysqlnd statistics =>
  420. bytes_sent => 0
  421. bytes_received => 0
  422. packets_sent => 0
  423. packets_received => 0
  424. protocol_overhead_in => 0
  425. protocol_overhead_out => 0
  426. bytes_received_ok_packet => 0
  427. bytes_received_eof_packet => 0
  428. bytes_received_rset_header_packet => 0
  429. bytes_received_rset_field_meta_packet => 0
  430. bytes_received_rset_row_packet => 0
  431. bytes_received_prepare_response_packet => 0
  432. bytes_received_change_user_packet => 0
  433. packets_sent_command => 0
  434. packets_received_ok => 0
  435. packets_received_eof => 0
  436. packets_received_rset_header => 0
  437. packets_received_rset_field_meta => 0
  438. packets_received_rset_row => 0
  439. packets_received_prepare_response => 0
  440. packets_received_change_user => 0
  441. result_set_queries => 0
  442. non_result_set_queries => 0
  443. no_index_used => 0
  444. bad_index_used => 0
  445. slow_queries => 0
  446. buffered_sets => 0
  447. unbuffered_sets => 0
  448. ps_buffered_sets => 0
  449. ps_unbuffered_sets => 0
  450. flushed_normal_sets => 0
  451. flushed_ps_sets => 0
  452. ps_prepared_never_executed => 0
  453. ps_prepared_once_executed => 0
  454. rows_fetched_from_server_normal => 0
  455. rows_fetched_from_server_ps => 0
  456. rows_buffered_from_client_normal => 0
  457. rows_buffered_from_client_ps => 0
  458. rows_fetched_from_client_normal_buffered => 0
  459. rows_fetched_from_client_normal_unbuffered => 0
  460. rows_fetched_from_client_ps_buffered => 0
  461. rows_fetched_from_client_ps_unbuffered => 0
  462. rows_fetched_from_client_ps_cursor => 0
  463. rows_affected_normal => 0
  464. rows_affected_ps => 0
  465. rows_skipped_normal => 0
  466. rows_skipped_ps => 0
  467. copy_on_write_saved => 0
  468. copy_on_write_performed => 0
  469. command_buffer_too_small => 0
  470. connect_success => 0
  471. connect_failure => 0
  472. connection_reused => 0
  473. reconnect => 0
  474. pconnect_success => 0
  475. active_connections => 0
  476. active_persistent_connections => 0
  477. explicit_close => 0
  478. implicit_close => 0
  479. disconnect_close => 0
  480. in_middle_of_command_close => 0
  481. explicit_free_result => 0
  482. implicit_free_result => 0
  483. explicit_stmt_close => 0
  484. implicit_stmt_close => 0
  485. mem_emalloc_count => 0
  486. mem_emalloc_amount => 0
  487. mem_ecalloc_count => 0
  488. mem_ecalloc_amount => 0
  489. mem_erealloc_count => 0
  490. mem_erealloc_amount => 0
  491. mem_efree_count => 0
  492. mem_efree_amount => 0
  493. mem_malloc_count => 0
  494. mem_malloc_amount => 0
  495. mem_calloc_count => 0
  496. mem_calloc_amount => 0
  497. mem_realloc_count => 0
  498. mem_realloc_amount => 0
  499. mem_free_count => 0
  500. mem_free_amount => 0
  501. mem_estrndup_count => 0
  502. mem_strndup_count => 0
  503. mem_estndup_count => 0
  504. mem_strdup_count => 0
  505. proto_text_fetched_null => 0
  506. proto_text_fetched_bit => 0
  507. proto_text_fetched_tinyint => 0
  508. proto_text_fetched_short => 0
  509. proto_text_fetched_int24 => 0
  510. proto_text_fetched_int => 0
  511. proto_text_fetched_bigint => 0
  512. proto_text_fetched_decimal => 0
  513. proto_text_fetched_float => 0
  514. proto_text_fetched_double => 0
  515. proto_text_fetched_date => 0
  516. proto_text_fetched_year => 0
  517. proto_text_fetched_time => 0
  518. proto_text_fetched_datetime => 0
  519. proto_text_fetched_timestamp => 0
  520. proto_text_fetched_string => 0
  521. proto_text_fetched_blob => 0
  522. proto_text_fetched_enum => 0
  523. proto_text_fetched_set => 0
  524. proto_text_fetched_geometry => 0
  525. proto_text_fetched_other => 0
  526. proto_binary_fetched_null => 0
  527. proto_binary_fetched_bit => 0
  528. proto_binary_fetched_tinyint => 0
  529. proto_binary_fetched_short => 0
  530. proto_binary_fetched_int24 => 0
  531. proto_binary_fetched_int => 0
  532. proto_binary_fetched_bigint => 0
  533. proto_binary_fetched_decimal => 0
  534. proto_binary_fetched_float => 0
  535. proto_binary_fetched_double => 0
  536. proto_binary_fetched_date => 0
  537. proto_binary_fetched_year => 0
  538. proto_binary_fetched_time => 0
  539. proto_binary_fetched_datetime => 0
  540. proto_binary_fetched_timestamp => 0
  541. proto_binary_fetched_string => 0
  542. proto_binary_fetched_json => 0
  543. proto_binary_fetched_blob => 0
  544. proto_binary_fetched_enum => 0
  545. proto_binary_fetched_set => 0
  546. proto_binary_fetched_geometry => 0
  547. proto_binary_fetched_other => 0
  548. init_command_executed_count => 0
  549. init_command_failed_count => 0
  550. com_quit => 0
  551. com_init_db => 0
  552. com_query => 0
  553. com_field_list => 0
  554. com_create_db => 0
  555. com_drop_db => 0
  556. com_refresh => 0
  557. com_shutdown => 0
  558. com_statistics => 0
  559. com_process_info => 0
  560. com_connect => 0
  561. com_process_kill => 0
  562. com_debug => 0
  563. com_ping => 0
  564. com_time => 0
  565. com_delayed_insert => 0
  566. com_change_user => 0
  567. com_binlog_dump => 0
  568. com_table_dump => 0
  569. com_connect_out => 0
  570. com_register_slave => 0
  571. com_stmt_prepare => 0
  572. com_stmt_execute => 0
  573. com_stmt_send_long_data => 0
  574. com_stmt_close => 0
  575. com_stmt_reset => 0
  576. com_stmt_set_option => 0
  577. com_stmt_fetch => 0
  578. com_deamon => 0
  579. bytes_received_real_data_normal => 0
  580. bytes_received_real_data_ps => 0
  581.  
  582. odbc
  583.  
  584. ODBC Support => enabled
  585. Active Persistent Links => 0
  586. Active Links => 0
  587. ODBC library => unixODBC
  588. ODBC_INCLUDE => -I/usr/local/opt/unixodbc/include
  589. ODBC_LFLAGS => -L/usr/local/opt/unixodbc/lib
  590. ODBC_LIBS => -lodbc
  591.  
  592. Directive => Local Value => Master Value
  593. odbc.allow_persistent => On => On
  594. odbc.check_persistent => On => On
  595. odbc.default_cursortype => Static cursor => Static cursor
  596. odbc.default_db => no value => no value
  597. odbc.default_pw => no value => no value
  598. odbc.default_user => no value => no value
  599. odbc.defaultbinmode => return as is => return as is
  600. odbc.defaultlrl => return up to 4096 bytes => return up to 4096 bytes
  601. odbc.max_links => Unlimited => Unlimited
  602. odbc.max_persistent => Unlimited => Unlimited
  603.  
  604. openssl
  605.  
  606. OpenSSL support => enabled
  607. OpenSSL Library Version => OpenSSL 1.0.2h 3 May 2016
  608. OpenSSL Header Version => OpenSSL 1.0.2g 1 Mar 2016
  609. Openssl default config => /usr/local/etc/openssl/openssl.cnf
  610.  
  611. Directive => Local Value => Master Value
  612. openssl.cafile => no value => no value
  613. openssl.capath => no value => no value
  614.  
  615. pcntl
  616.  
  617. pcntl support => enabled
  618.  
  619. pcre
  620.  
  621. PCRE (Perl Compatible Regular Expressions) Support => enabled
  622. PCRE Library Version => 8.38 2015-11-23
  623.  
  624. Directive => Local Value => Master Value
  625. pcre.backtrack_limit => 1000000 => 1000000
  626. pcre.recursion_limit => 100000 => 100000
  627.  
  628. PDO
  629.  
  630. PDO support => enabled
  631. PDO drivers => mysql, odbc, sqlite, oci
  632.  
  633. pdo_mysql
  634.  
  635. PDO Driver for MySQL => enabled
  636. Client API version => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
  637.  
  638. Directive => Local Value => Master Value
  639. pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
  640.  
  641. PDO_OCI
  642.  
  643. PDO Driver for OCI 8 and later => enabled
  644.  
  645. PDO_ODBC
  646.  
  647. PDO Driver for ODBC (unixODBC) => enabled
  648. ODBC Connection Pooling => Enabled, strict matching
  649.  
  650. pdo_sqlite
  651.  
  652. PDO Driver for SQLite 3.x => enabled
  653. SQLite Library => 3.8.10.2
  654.  
  655. Phar
  656.  
  657. Phar: PHP Archive support => enabled
  658. Phar EXT version => 2.0.2
  659. Phar API version => 1.1.1
  660. SVN revision => $Id: 14b80e175ed4d5bf11c890e1f30ea8225935b16c $
  661. Phar-based phar archives => enabled
  662. Tar-based phar archives => enabled
  663. ZIP-based phar archives => enabled
  664. gzip compression => enabled
  665. bzip2 compression => enabled
  666. OpenSSL support => enabled
  667.  
  668.  
  669. Phar based on pear/PHP_Archive, original concept by Davey Shafik.
  670. Phar fully realized by Gregory Beaver and Marcus Boerger.
  671. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
  672. Directive => Local Value => Master Value
  673. phar.cache_list => no value => no value
  674. phar.readonly => On => On
  675. phar.require_hash => On => On
  676.  
  677. posix
  678.  
  679. Revision => $Id: 5f4acc20904b1406142f2a0ede068db048c77e77 $
  680.  
  681. readline
  682.  
  683. Readline Support => enabled
  684. Readline library => EditLine wrapper
  685.  
  686. Directive => Local Value => Master Value
  687. cli.pager => no value => no value
  688. cli.prompt => \b \> => \b \>
  689.  
  690. Reflection
  691.  
  692. Reflection => enabled
  693. Version => $Id: fbcf7a77ca8e3d4cd7501de8025235b947b8240f $
  694.  
  695. session
  696.  
  697. Session Support => enabled
  698. Registered save handlers => files user
  699. Registered serializer handlers => php_serialize php php_binary wddx
  700.  
  701. Directive => Local Value => Master Value
  702. session.auto_start => Off => Off
  703. session.cache_expire => 180 => 180
  704. session.cache_limiter => nocache => nocache
  705. session.cookie_domain => no value => no value
  706. session.cookie_httponly => Off => Off
  707. session.cookie_lifetime => 0 => 0
  708. session.cookie_path => / => /
  709. session.cookie_secure => Off => Off
  710. session.entropy_file => /dev/urandom => /dev/urandom
  711. session.entropy_length => 32 => 32
  712. session.gc_divisor => 1000 => 1000
  713. session.gc_maxlifetime => 1440 => 1440
  714. session.gc_probability => 1 => 1
  715. session.hash_bits_per_character => 5 => 5
  716. session.hash_function => 0 => 0
  717. session.name => PHPSESSID => PHPSESSID
  718. session.referer_check => no value => no value
  719. session.save_handler => files => files
  720. session.save_path => no value => no value
  721. session.serialize_handler => php => php
  722. session.upload_progress.cleanup => On => On
  723. session.upload_progress.enabled => On => On
  724. session.upload_progress.freq => 1% => 1%
  725. session.upload_progress.min_freq => 1 => 1
  726. session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
  727. session.upload_progress.prefix => upload_progress_ => upload_progress_
  728. session.use_cookies => On => On
  729. session.use_only_cookies => On => On
  730. session.use_strict_mode => Off => Off
  731. session.use_trans_sid => 0 => 0
  732.  
  733. shmop
  734.  
  735. shmop support => enabled
  736.  
  737. SimpleXML
  738.  
  739. Simplexml support => enabled
  740. Revision => $Id: 07fc6546e896094aed794aea4691f0151774d955 $
  741. Schema support => enabled
  742.  
  743. soap
  744.  
  745. Soap Client => enabled
  746. Soap Server => enabled
  747.  
  748. Directive => Local Value => Master Value
  749. soap.wsdl_cache => 1 => 1
  750. soap.wsdl_cache_dir => /tmp => /tmp
  751. soap.wsdl_cache_enabled => 1 => 1
  752. soap.wsdl_cache_limit => 5 => 5
  753. soap.wsdl_cache_ttl => 86400 => 86400
  754.  
  755. sockets
  756.  
  757. Sockets Support => enabled
  758.  
  759. SPL
  760.  
  761. SPL support => enabled
  762. Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
  763. 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
  764.  
  765. sqlite3
  766.  
  767. SQLite3 support => enabled
  768. SQLite3 module version => 0.7-dev
  769. SQLite Library => 3.8.10.2
  770.  
  771. Directive => Local Value => Master Value
  772. sqlite3.extension_dir => no value => no value
  773.  
  774. standard
  775.  
  776. Dynamic Library Support => enabled
  777. Path to sendmail => /usr/sbin/sendmail -t -i
  778.  
  779. Directive => Local Value => Master Value
  780. assert.active => 1 => 1
  781. assert.bail => 0 => 0
  782. assert.callback => no value => no value
  783. assert.quiet_eval => 0 => 0
  784. assert.warning => 1 => 1
  785. auto_detect_line_endings => 0 => 0
  786. default_socket_timeout => 60 => 60
  787. from => no value => no value
  788. url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
  789. user_agent => no value => no value
  790.  
  791. sysvmsg
  792.  
  793. sysvmsg support => enabled
  794. Revision => $Id: 58590192720bc56939152fde3645d808b348bb9b $
  795.  
  796. tokenizer
  797.  
  798. Tokenizer Support => enabled
  799.  
  800. wddx
  801.  
  802. WDDX Support => enabled
  803. WDDX Session Serializer => enabled
  804.  
  805. xml
  806.  
  807. XML Support => active
  808. XML Namespace Support => active
  809. libxml2 Version => 2.9.3
  810.  
  811. xmlreader
  812.  
  813. XMLReader => enabled
  814.  
  815. xmlrpc
  816.  
  817. core library version => xmlrpc-epi v. 0.51
  818. php extension version => 0.51
  819. author => Dan Libby
  820. homepage => http://xmlrpc-epi.sourceforge.net
  821. open sourced by => Epinions.com
  822.  
  823. xmlwriter
  824.  
  825. XMLWriter => enabled
  826.  
  827. xsl
  828.  
  829. XSL => enabled
  830. libxslt Version => 1.1.28
  831. libxslt compiled against libxml Version => 2.9.2
  832. EXSLT => enabled
  833. libexslt Version => 1.1.28
  834.  
  835. zip
  836.  
  837. Zip => enabled
  838. Zip version => 1.12.5
  839. Libzip version => 0.11.2
  840.  
  841. zlib
  842.  
  843. ZLib Support => enabled
  844. Stream Wrapper => compress.zlib://
  845. Stream Filter => zlib.inflate, zlib.deflate
  846. Compiled Version => 1.2.5
  847. Linked Version => 1.2.5
  848.  
  849. Directive => Local Value => Master Value
  850. zlib.output_compression => Off => Off
  851. zlib.output_compression_level => -1 => -1
  852. zlib.output_handler => no value => no value
  853.  
  854. Additional Modules
  855.  
  856. Module Name
  857. sysvsem
  858. sysvshm
  859.  
  860. Environment
  861.  
  862. Variable => Value
  863. VIRTUALENVWRAPPER_SCRIPT => /usr/local/bin/virtualenvwrapper.sh
  864. VIRTUALENVWRAPPER_PROJECT_FILENAME => .project
  865. TERM_PROGRAM => Apple_Terminal
  866. SHELL => /bin/bash
  867. TERM => xterm-256color
  868. TMPDIR => /var/folders/m8/02gwngzn2m9cxjbzlzf23vgw0000gn/T/
  869. Apple_PubSub_Socket_Render => /private/tmp/com.apple.launchd.8zaQM8tbBB/Render
  870. TERM_PROGRAM_VERSION => 361.1
  871. TERM_SESSION_ID => 9EBBD3E9-7693-4581-BC81-F866179938A7
  872. USER => tom
  873. SSH_AUTH_SOCK => /private/tmp/com.apple.launchd.cvm8m6KCHS/Listeners
  874. __CF_USER_TEXT_ENCODING => 0x1F5:0x0:0x0
  875. WORKON_HOME => /Users/tom/.virtualenvs
  876. VIRTUALENVWRAPPER_PYTHON => /usr/local/bin/python3/
  877. PATH => /Users/tom/pear/share/pear/:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
  878. VIRTUALENVWRAPPER_HOOK_DIR => /Users/tom/.virtualenvs
  879. PWD => /tmp/PDO_OCI-1.0
  880. LANG => en_US.UTF-8
  881. XPC_FLAGS => 0x0
  882. VIRTUALENVWRAPPER_VIRTUALENV => /usr/local/bin/virtualenv
  883. XPC_SERVICE_NAME => 0
  884. SHLVL => 1
  885. HOME => /Users/tom
  886. LOGNAME => tom
  887. VIRTUALENVWRAPPER_VIRTUALENV_ARGS => --no-site-packages
  888. VIRTUALENVWRAPPER_WORKON_CD => 1
  889. SECURITYSESSIONID => 186a9
  890. _ => /usr/local/bin/php
  891. OLDPWD => /tmp/PDO_OCI-1.0/modules
  892. ORACLE_HOME => /usr/local/lib
  893.  
  894. PHP Variables
  895.  
  896. Variable => Value
  897. _SERVER["VIRTUALENVWRAPPER_SCRIPT"] => /usr/local/bin/virtualenvwrapper.sh
  898. _SERVER["VIRTUALENVWRAPPER_PROJECT_FILENAME"] => .project
  899. _SERVER["TERM_PROGRAM"] => Apple_Terminal
  900. _SERVER["SHELL"] => /bin/bash
  901. _SERVER["TERM"] => xterm-256color
  902. _SERVER["TMPDIR"] => /var/folders/m8/02gwngzn2m9cxjbzlzf23vgw0000gn/T/
  903. _SERVER["Apple_PubSub_Socket_Render"] => /private/tmp/com.apple.launchd.8zaQM8tbBB/Render
  904. _SERVER["TERM_PROGRAM_VERSION"] => 361.1
  905. _SERVER["TERM_SESSION_ID"] => 9EBBD3E9-7693-4581-BC81-F866179938A7
  906. _SERVER["USER"] => tom
  907. _SERVER["SSH_AUTH_SOCK"] => /private/tmp/com.apple.launchd.cvm8m6KCHS/Listeners
  908. _SERVER["__CF_USER_TEXT_ENCODING"] => 0x1F5:0x0:0x0
  909. _SERVER["WORKON_HOME"] => /Users/tom/.virtualenvs
  910. _SERVER["VIRTUALENVWRAPPER_PYTHON"] => /usr/local/bin/python3/
  911. _SERVER["PATH"] => /Users/tom/pear/share/pear/:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
  912. _SERVER["VIRTUALENVWRAPPER_HOOK_DIR"] => /Users/tom/.virtualenvs
  913. _SERVER["PWD"] => /tmp/PDO_OCI-1.0
  914. _SERVER["LANG"] => en_US.UTF-8
  915. _SERVER["XPC_FLAGS"] => 0x0
  916. _SERVER["VIRTUALENVWRAPPER_VIRTUALENV"] => /usr/local/bin/virtualenv
  917. _SERVER["XPC_SERVICE_NAME"] => 0
  918. _SERVER["SHLVL"] => 1
  919. _SERVER["HOME"] => /Users/tom
  920. _SERVER["LOGNAME"] => tom
  921. _SERVER["VIRTUALENVWRAPPER_VIRTUALENV_ARGS"] => --no-site-packages
  922. _SERVER["VIRTUALENVWRAPPER_WORKON_CD"] => 1
  923. _SERVER["SECURITYSESSIONID"] => 186a9
  924. _SERVER["_"] => /usr/local/bin/php
  925. _SERVER["OLDPWD"] => /tmp/PDO_OCI-1.0/modules
  926. _SERVER["ORACLE_HOME"] => /usr/local/lib
  927. _SERVER["PHP_SELF"] =>
  928. _SERVER["SCRIPT_NAME"] =>
  929. _SERVER["SCRIPT_FILENAME"] =>
  930. _SERVER["PATH_TRANSLATED"] =>
  931. _SERVER["DOCUMENT_ROOT"] =>
  932. _SERVER["REQUEST_TIME_FLOAT"] => 1478114494.2135
  933. _SERVER["REQUEST_TIME"] => 1478114494
  934. _SERVER["argv"] => Array
  935. (
  936. )
  937.  
  938. _SERVER["argc"] => 0
  939.  
  940. PHP License
  941. This program is free software; you can redistribute it and/or modify
  942. it under the terms of the PHP License as published by the PHP Group
  943. and included in the distribution in the file: LICENSE
  944.  
  945. This program is distributed in the hope that it will be useful,
  946. but WITHOUT ANY WARRANTY; without even the implied warranty of
  947. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  948.  
  949. If you did not receive a copy of the PHP license, or have any
  950. questions about PHP licensing, please contact license@php.net.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement