Dinesh_Raja

php -i o/p

Aug 24th, 2013
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.20 KB | None | 0 0
  1. phpinfo()
  2. PHP Version => 5.4.17
  3.  
  4. System => Linux dineshpc 3.8.11-1-ARCH #1 SMP PREEMPT Thu May 2 17:52:13 CEST 2013 i686
  5. Build Date => Jul 3 2013 21:08:33
  6. Configure Command => './configure' '--srcdir=../php-5.4.17' '--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' '--disable-cgi' '--with-readline' '--enable-pcntl' '--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-phar=shared' '--enable-posix=shared' '--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-fpm-systemd' '--with-freetype-dir=/usr' '--with-gd=shared' '--with-gdbm' '--with-gettext=shared' '--with-gmp=shared' '--with-iconv=shared' '--with-icu-dir=/usr' '--with-imap-ssl' '--with-imap=shared' '--with-jpeg-dir=/usr' '--with-vpx-dir=/usr' '--with-ldap=shared' '--with-ldap-sasl' '--with-mcrypt=shared' '--with-mhash' '--with-mssql=shared' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-mysql=shared,mysqlnd' '--with-mysqli=shared,mysqlnd' '--with-openssl=shared' '--with-pcre-regex=/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-png-dir=/usr' '--with-pspell=shared' '--with-snmp=shared' '--with-sqlite3=shared,/usr' '--with-tidy=shared' '--with-unixODBC=shared,/usr' '--with-xmlrpc=shared' '--with-xsl=shared' '--with-zlib'
  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 => (none)
  13. PHP API => 20100412
  14. PHP Extension => 20100525
  15. Zend Extension => 220100525
  16. Zend Extension Build => API220100525,NTS
  17. PHP Extension Build => API20100525,NTS
  18. Debug Build => no
  19. Thread Safety => disabled
  20. Zend Signal Handling => disabled
  21. Zend Memory Manager => enabled
  22. Zend Multibyte Support => provided by mbstring
  23. IPv6 Support => enabled
  24. DTrace Support => disabled
  25.  
  26. Registered PHP Streams => compress.zlib, php, file, glob, data, http, ftp, https, ftps, zip
  27. Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
  28. Registered Stream Filters => zlib.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, convert.iconv.*, mcrypt.*, mdecrypt.*
  29.  
  30. This program makes use of the Zend Scripting Language Engine:
  31. Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
  32.  
  33.  
  34. _______________________________________________________________________
  35.  
  36.  
  37. Configuration
  38.  
  39. Core
  40.  
  41. PHP Version => 5.4.17
  42.  
  43. Directive => Local Value => Master Value
  44. allow_url_fopen => On => On
  45. allow_url_include => Off => Off
  46. always_populate_raw_post_data => Off => Off
  47. arg_separator.input => & => &
  48. arg_separator.output => & => &
  49. asp_tags => Off => Off
  50. auto_append_file => no value => no value
  51. auto_globals_jit => On => On
  52. auto_prepend_file => no value => no value
  53. browscap => no value => no value
  54. default_charset => no value => no value
  55. default_mimetype => text/html => text/html
  56. disable_classes => no value => no value
  57. disable_functions => no value => no value
  58. display_errors => Off => Off
  59. display_startup_errors => Off => Off
  60. doc_root => no value => no value
  61. docref_ext => no value => no value
  62. docref_root => no value => no value
  63. enable_dl => Off => Off
  64. enable_post_data_reading => On => On
  65. error_append_string => no value => no value
  66. error_log => no value => no value
  67. error_prepend_string => no value => no value
  68. error_reporting => 22527 => 22527
  69. exit_on_timeout => Off => Off
  70. expose_php => On => On
  71. extension_dir => /usr/lib/php/modules/ => /usr/lib/php/modules/
  72. file_uploads => On => On
  73. highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
  74. highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
  75. highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
  76. highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
  77. highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
  78. html_errors => Off => Off
  79. ignore_repeated_errors => Off => Off
  80. ignore_repeated_source => Off => Off
  81. ignore_user_abort => Off => Off
  82. implicit_flush => On => On
  83. include_path => .:/usr/share/pear => .:/usr/share/pear
  84. log_errors => On => On
  85. log_errors_max_len => 1024 => 1024
  86. mail.add_x_header => On => On
  87. mail.force_extra_parameters => no value => no value
  88. mail.log => no value => no value
  89. max_execution_time => 0 => 0
  90. max_file_uploads => 20 => 20
  91. max_input_nesting_level => 64 => 64
  92. max_input_time => -1 => -1
  93. max_input_vars => 1000 => 1000
  94. memory_limit => 128M => 128M
  95. open_basedir => /srv/http/:/home/:/tmp/:/usr/share/pear/:/srv/ => /srv/http/:/home/:/tmp/:/usr/share/pear/:/srv/
  96. output_buffering => 0 => 0
  97. output_handler => no value => no value
  98. post_max_size => 8M => 8M
  99. precision => 14 => 14
  100. realpath_cache_size => 16K => 16K
  101. realpath_cache_ttl => 120 => 120
  102. register_argc_argv => On => On
  103. report_memleaks => On => On
  104. report_zend_debug => Off => Off
  105. request_order => GP => GP
  106. sendmail_from => no value => no value
  107. sendmail_path => /usr/bin/sendmail -t -i => /usr/bin/sendmail -t -i
  108. serialize_precision => 17 => 17
  109. short_open_tag => Off => Off
  110. SMTP => localhost => localhost
  111. smtp_port => 25 => 25
  112. sql.safe_mode => Off => Off
  113. track_errors => Off => Off
  114. unserialize_callback_func => no value => no value
  115. upload_max_filesize => 2M => 2M
  116. upload_tmp_dir => no value => no value
  117. user_dir => no value => no value
  118. user_ini.cache_ttl => 300 => 300
  119. user_ini.filename => .user.ini => .user.ini
  120. variables_order => GPCS => GPCS
  121. xmlrpc_error_number => 0 => 0
  122. xmlrpc_errors => Off => Off
  123. zend.detect_unicode => On => On
  124. zend.enable_gc => On => On
  125. zend.multibyte => Off => Off
  126. zend.script_encoding => no value => no value
  127.  
  128. ctype
  129.  
  130. ctype functions => enabled
  131.  
  132. curl
  133.  
  134. cURL support => enabled
  135. cURL Information => 7.30.0
  136. Age => 3
  137. Features
  138. AsynchDNS => Yes
  139. Debug => No
  140. GSS-Negotiate => No
  141. IDN => No
  142. IPv6 => Yes
  143. Largefile => Yes
  144. NTLM => Yes
  145. SPNEGO => No
  146. SSL => Yes
  147. SSPI => No
  148. krb4 => No
  149. libz => Yes
  150. CharConv => No
  151. Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp
  152. Host => i686-pc-linux-gnu
  153. SSL Version => OpenSSL/1.0.1e
  154. ZLib Version => 1.2.8
  155. libSSH Version => libssh2/1.4.3
  156.  
  157. date
  158.  
  159. date/time support => enabled
  160. "Olson" Timezone Database Version => 2013.3
  161. Timezone Database => internal
  162. Default timezone => UTC
  163.  
  164. Directive => Local Value => Master Value
  165. date.default_latitude => 31.7667 => 31.7667
  166. date.default_longitude => 35.2333 => 35.2333
  167. date.sunrise_zenith => 90.583333 => 90.583333
  168. date.sunset_zenith => 90.583333 => 90.583333
  169. date.timezone => no value => no value
  170.  
  171. dom
  172.  
  173. DOM/XML => enabled
  174. DOM/XML API Version => 20031129
  175. libxml Version => 2.9.1
  176. HTML Support => enabled
  177. XPath Support => enabled
  178. XPointer Support => enabled
  179. Schema Support => enabled
  180. RelaxNG Support => enabled
  181.  
  182. ereg
  183.  
  184. Regex Library => Bundled library enabled
  185.  
  186. fileinfo
  187.  
  188. fileinfo support => enabled
  189. version => 1.0.5
  190.  
  191. filter
  192.  
  193. Input Validation and Filtering => enabled
  194. Revision => $Id: 2aa8dd57d9c0c655cd45e6e5872bb95fa5ad76cf $
  195.  
  196. Directive => Local Value => Master Value
  197. filter.default => unsafe_raw => unsafe_raw
  198. filter.default_flags => no value => no value
  199.  
  200. gettext
  201.  
  202. GetText Support => enabled
  203.  
  204. hash
  205.  
  206. hash support => enabled
  207. 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 adler32 crc32 crc32b fnv132 fnv164 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
  208.  
  209. iconv
  210.  
  211. iconv support => enabled
  212. iconv implementation => glibc
  213. iconv library version => 2.17
  214.  
  215. Directive => Local Value => Master Value
  216. iconv.input_encoding => ISO-8859-1 => ISO-8859-1
  217. iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
  218. iconv.output_encoding => ISO-8859-1 => ISO-8859-1
  219.  
  220. intl
  221.  
  222. Internationalization support => enabled
  223. version => 1.1.0
  224. ICU version => 51.2
  225. ICU Data version => 51.2
  226.  
  227. Directive => Local Value => Master Value
  228. intl.default_locale => no value => no value
  229. intl.error_level => 0 => 0
  230.  
  231. json
  232.  
  233. json support => enabled
  234. json version => 1.2.1
  235.  
  236. libxml
  237.  
  238. libXML support => active
  239. libXML Compiled Version => 2.9.1
  240. libXML Loaded Version => 20901
  241. libXML streams => enabled
  242.  
  243. mbstring
  244.  
  245. Multibyte Support => enabled
  246. Multibyte string engine => libmbfl
  247. HTTP input encoding translation => disabled
  248. libmbfl version => 1.3.2
  249.  
  250. mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
  251.  
  252. Multibyte (japanese) regex support => enabled
  253. Multibyte regex (oniguruma) backtrack check => On
  254. Multibyte regex (oniguruma) version => 4.7.1
  255.  
  256. Directive => Local Value => Master Value
  257. mbstring.detect_order => no value => no value
  258. mbstring.encoding_translation => Off => Off
  259. mbstring.func_overload => 0 => 0
  260. mbstring.http_input => pass => pass
  261. mbstring.http_output => pass => pass
  262. mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
  263. mbstring.internal_encoding => no value => no value
  264. mbstring.language => neutral => neutral
  265. mbstring.strict_detection => Off => Off
  266. mbstring.substitute_character => no value => no value
  267.  
  268. mcrypt
  269.  
  270. mcrypt support => enabled
  271. mcrypt_filter support => enabled
  272. Version => 2.5.8
  273. Api No => 20021217
  274. 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
  275. Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
  276.  
  277. Directive => Local Value => Master Value
  278. mcrypt.algorithms_dir => no value => no value
  279. mcrypt.modes_dir => no value => no value
  280.  
  281. mhash
  282.  
  283. MHASH support => Enabled
  284. MHASH API Version => Emulated Support
  285.  
  286. mysql
  287.  
  288. MySQL Support => enabled
  289. Active Persistent Links => 0
  290. Active Links => 0
  291. Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
  292.  
  293. Directive => Local Value => Master Value
  294. mysql.allow_local_infile => On => On
  295. mysql.allow_persistent => On => On
  296. mysql.connect_timeout => 60 => 60
  297. mysql.default_host => no value => no value
  298. mysql.default_password => no value => no value
  299. mysql.default_port => no value => no value
  300. mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
  301. mysql.default_user => no value => no value
  302. mysql.max_links => Unlimited => Unlimited
  303. mysql.max_persistent => Unlimited => Unlimited
  304. mysql.trace_mode => Off => Off
  305.  
  306. mysqli
  307.  
  308. MysqlI Support => enabled
  309. Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
  310. Active Persistent Links => 0
  311. Inactive Persistent Links => 0
  312. Active Links => 0
  313.  
  314. Directive => Local Value => Master Value
  315. mysqli.allow_local_infile => On => On
  316. mysqli.allow_persistent => On => On
  317. mysqli.default_host => no value => no value
  318. mysqli.default_port => 3306 => 3306
  319. mysqli.default_pw => no value => no value
  320. mysqli.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
  321. mysqli.default_user => no value => no value
  322. mysqli.max_links => Unlimited => Unlimited
  323. mysqli.max_persistent => Unlimited => Unlimited
  324. mysqli.reconnect => Off => Off
  325.  
  326. mysqlnd
  327.  
  328. mysqlnd => enabled
  329. Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
  330. Compression => supported
  331. SSL => supported
  332. Command buffer size => 4096
  333. Read buffer size => 32768
  334. Read timeout => 31536000
  335. Collecting statistics => Yes
  336. Collecting memory statistics => No
  337. Tracing => n/a
  338. Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
  339. API Extensions => mysqli,mysql
  340.  
  341. mysqlnd statistics =>
  342. bytes_sent => 0
  343. bytes_received => 0
  344. packets_sent => 0
  345. packets_received => 0
  346. protocol_overhead_in => 0
  347. protocol_overhead_out => 0
  348. bytes_received_ok_packet => 0
  349. bytes_received_eof_packet => 0
  350. bytes_received_rset_header_packet => 0
  351. bytes_received_rset_field_meta_packet => 0
  352. bytes_received_rset_row_packet => 0
  353. bytes_received_prepare_response_packet => 0
  354. bytes_received_change_user_packet => 0
  355. packets_sent_command => 0
  356. packets_received_ok => 0
  357. packets_received_eof => 0
  358. packets_received_rset_header => 0
  359. packets_received_rset_field_meta => 0
  360. packets_received_rset_row => 0
  361. packets_received_prepare_response => 0
  362. packets_received_change_user => 0
  363. result_set_queries => 0
  364. non_result_set_queries => 0
  365. no_index_used => 0
  366. bad_index_used => 0
  367. slow_queries => 0
  368. buffered_sets => 0
  369. unbuffered_sets => 0
  370. ps_buffered_sets => 0
  371. ps_unbuffered_sets => 0
  372. flushed_normal_sets => 0
  373. flushed_ps_sets => 0
  374. ps_prepared_never_executed => 0
  375. ps_prepared_once_executed => 0
  376. rows_fetched_from_server_normal => 0
  377. rows_fetched_from_server_ps => 0
  378. rows_buffered_from_client_normal => 0
  379. rows_buffered_from_client_ps => 0
  380. rows_fetched_from_client_normal_buffered => 0
  381. rows_fetched_from_client_normal_unbuffered => 0
  382. rows_fetched_from_client_ps_buffered => 0
  383. rows_fetched_from_client_ps_unbuffered => 0
  384. rows_fetched_from_client_ps_cursor => 0
  385. rows_affected_normal => 0
  386. rows_affected_ps => 0
  387. rows_skipped_normal => 0
  388. rows_skipped_ps => 0
  389. copy_on_write_saved => 0
  390. copy_on_write_performed => 0
  391. command_buffer_too_small => 0
  392. connect_success => 0
  393. connect_failure => 0
  394. connection_reused => 0
  395. reconnect => 0
  396. pconnect_success => 0
  397. active_connections => 0
  398. active_persistent_connections => 0
  399. explicit_close => 0
  400. implicit_close => 0
  401. disconnect_close => 0
  402. in_middle_of_command_close => 0
  403. explicit_free_result => 0
  404. implicit_free_result => 0
  405. explicit_stmt_close => 0
  406. implicit_stmt_close => 0
  407. mem_emalloc_count => 0
  408. mem_emalloc_amount => 0
  409. mem_ecalloc_count => 0
  410. mem_ecalloc_amount => 0
  411. mem_erealloc_count => 0
  412. mem_erealloc_amount => 0
  413. mem_efree_count => 0
  414. mem_efree_amount => 0
  415. mem_malloc_count => 0
  416. mem_malloc_amount => 0
  417. mem_calloc_count => 0
  418. mem_calloc_amount => 0
  419. mem_realloc_count => 0
  420. mem_realloc_amount => 0
  421. mem_free_count => 0
  422. mem_free_amount => 0
  423. mem_estrndup_count => 0
  424. mem_strndup_count => 0
  425. mem_estndup_count => 0
  426. mem_strdup_count => 0
  427. proto_text_fetched_null => 0
  428. proto_text_fetched_bit => 0
  429. proto_text_fetched_tinyint => 0
  430. proto_text_fetched_short => 0
  431. proto_text_fetched_int24 => 0
  432. proto_text_fetched_int => 0
  433. proto_text_fetched_bigint => 0
  434. proto_text_fetched_decimal => 0
  435. proto_text_fetched_float => 0
  436. proto_text_fetched_double => 0
  437. proto_text_fetched_date => 0
  438. proto_text_fetched_year => 0
  439. proto_text_fetched_time => 0
  440. proto_text_fetched_datetime => 0
  441. proto_text_fetched_timestamp => 0
  442. proto_text_fetched_string => 0
  443. proto_text_fetched_blob => 0
  444. proto_text_fetched_enum => 0
  445. proto_text_fetched_set => 0
  446. proto_text_fetched_geometry => 0
  447. proto_text_fetched_other => 0
  448. proto_binary_fetched_null => 0
  449. proto_binary_fetched_bit => 0
  450. proto_binary_fetched_tinyint => 0
  451. proto_binary_fetched_short => 0
  452. proto_binary_fetched_int24 => 0
  453. proto_binary_fetched_int => 0
  454. proto_binary_fetched_bigint => 0
  455. proto_binary_fetched_decimal => 0
  456. proto_binary_fetched_float => 0
  457. proto_binary_fetched_double => 0
  458. proto_binary_fetched_date => 0
  459. proto_binary_fetched_year => 0
  460. proto_binary_fetched_time => 0
  461. proto_binary_fetched_datetime => 0
  462. proto_binary_fetched_timestamp => 0
  463. proto_binary_fetched_string => 0
  464. proto_binary_fetched_blob => 0
  465. proto_binary_fetched_enum => 0
  466. proto_binary_fetched_set => 0
  467. proto_binary_fetched_geometry => 0
  468. proto_binary_fetched_other => 0
  469. init_command_executed_count => 0
  470. init_command_failed_count => 0
  471. com_quit => 0
  472. com_init_db => 0
  473. com_query => 0
  474. com_field_list => 0
  475. com_create_db => 0
  476. com_drop_db => 0
  477. com_refresh => 0
  478. com_shutdown => 0
  479. com_statistics => 0
  480. com_process_info => 0
  481. com_connect => 0
  482. com_process_kill => 0
  483. com_debug => 0
  484. com_ping => 0
  485. com_time => 0
  486. com_delayed_insert => 0
  487. com_change_user => 0
  488. com_binlog_dump => 0
  489. com_table_dump => 0
  490. com_connect_out => 0
  491. com_register_slave => 0
  492. com_stmt_prepare => 0
  493. com_stmt_execute => 0
  494. com_stmt_send_long_data => 0
  495. com_stmt_close => 0
  496. com_stmt_reset => 0
  497. com_stmt_set_option => 0
  498. com_stmt_fetch => 0
  499. com_deamon => 0
  500. bytes_received_real_data_normal => 0
  501. bytes_received_real_data_ps => 0
  502.  
  503. example statistics =>
  504. stat1 => 0
  505. stat2 => 0
  506.  
  507. openssl
  508.  
  509. OpenSSL support => enabled
  510. OpenSSL Library Version => OpenSSL 1.0.1e 11 Feb 2013
  511. OpenSSL Header Version => OpenSSL 1.0.1e 11 Feb 2013
  512.  
  513. pcntl
  514.  
  515. pcntl support => enabled
  516.  
  517. pcre
  518.  
  519. PCRE (Perl Compatible Regular Expressions) Support => enabled
  520. PCRE Library Version => 8.32 2012-11-30
  521.  
  522. Directive => Local Value => Master Value
  523. pcre.backtrack_limit => 1000000 => 1000000
  524. pcre.recursion_limit => 100000 => 100000
  525.  
  526. PDO
  527.  
  528. PDO support => enabled
  529. PDO drivers =>
  530.  
  531. readline
  532.  
  533. Readline Support => enabled
  534. Readline library => 6.2
  535.  
  536. Directive => Local Value => Master Value
  537. cli.pager => no value => no value
  538. cli.prompt => \b \> => \b \>
  539.  
  540. Reflection
  541.  
  542. Reflection => enabled
  543. Version => $Id: 6c4d8062369898a397e4b128348042f5c01b4427 $
  544.  
  545. session
  546.  
  547. Session Support => enabled
  548. Registered save handlers => files user
  549. Registered serializer handlers => php php_binary
  550.  
  551. Directive => Local Value => Master Value
  552. session.auto_start => Off => Off
  553. session.cache_expire => 180 => 180
  554. session.cache_limiter => nocache => nocache
  555. session.cookie_domain => no value => no value
  556. session.cookie_httponly => Off => Off
  557. session.cookie_lifetime => 0 => 0
  558. session.cookie_path => / => /
  559. session.cookie_secure => Off => Off
  560. session.entropy_file => /dev/urandom => /dev/urandom
  561. session.entropy_length => 32 => 32
  562. session.gc_divisor => 1000 => 1000
  563. session.gc_maxlifetime => 1440 => 1440
  564. session.gc_probability => 1 => 1
  565. session.hash_bits_per_character => 5 => 5
  566. session.hash_function => 0 => 0
  567. session.name => PHPSESSID => PHPSESSID
  568. session.referer_check => no value => no value
  569. session.save_handler => files => files
  570. session.save_path => no value => no value
  571. session.serialize_handler => php => php
  572. session.upload_progress.cleanup => On => On
  573. session.upload_progress.enabled => On => On
  574. session.upload_progress.freq => 1% => 1%
  575. session.upload_progress.min_freq => 1 => 1
  576. session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
  577. session.upload_progress.prefix => upload_progress_ => upload_progress_
  578. session.use_cookies => On => On
  579. session.use_only_cookies => On => On
  580. session.use_trans_sid => 0 => 0
  581.  
  582. SimpleXML
  583.  
  584. Simplexml support => enabled
  585. Revision => $Id: 692516840b2d7d6e7aedb0bedded1f53b764a99f $
  586. Schema support => enabled
  587.  
  588. soap
  589.  
  590. Soap Client => enabled
  591. Soap Server => enabled
  592.  
  593. Directive => Local Value => Master Value
  594. soap.wsdl_cache => 1 => 1
  595. soap.wsdl_cache_dir => /tmp => /tmp
  596. soap.wsdl_cache_enabled => 1 => 1
  597. soap.wsdl_cache_limit => 5 => 5
  598. soap.wsdl_cache_ttl => 86400 => 86400
  599.  
  600. SPL
  601.  
  602. SPL support => enabled
  603. Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
  604. 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
  605.  
  606. standard
  607.  
  608. Dynamic Library Support => enabled
  609. Path to sendmail => /usr/bin/sendmail -t -i
  610.  
  611. Directive => Local Value => Master Value
  612. assert.active => 1 => 1
  613. assert.bail => 0 => 0
  614. assert.callback => no value => no value
  615. assert.quiet_eval => 0 => 0
  616. assert.warning => 1 => 1
  617. auto_detect_line_endings => 0 => 0
  618. default_socket_timeout => 60 => 60
  619. from => no value => no value
  620. url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
  621. user_agent => no value => no value
  622.  
  623. tokenizer
  624.  
  625. Tokenizer Support => enabled
  626.  
  627. xml
  628.  
  629. XML Support => active
  630. XML Namespace Support => active
  631. libxml2 Version => 2.9.1
  632.  
  633. xmlreader
  634.  
  635. XMLReader => enabled
  636.  
  637. xmlrpc
  638.  
  639. core library version => xmlrpc-epi v. 0.51
  640. php extension version => 0.51
  641. author => Dan Libby
  642. homepage => http://xmlrpc-epi.sourceforge.net
  643. open sourced by => Epinions.com
  644.  
  645. xmlwriter
  646.  
  647. XMLWriter => enabled
  648.  
  649. zip
  650.  
  651. Zip => enabled
  652. Extension Version => $Id: 0c033d4e4613d577409950ed7bf8da4b68286d15 $
  653. Zip version => 1.11.0
  654. Libzip version => 0.10.1
  655.  
  656. zlib
  657.  
  658. ZLib Support => enabled
  659. Stream Wrapper => compress.zlib://
  660. Stream Filter => zlib.inflate, zlib.deflate
  661. Compiled Version => 1.2.8
  662. Linked Version => 1.2.8
  663.  
  664. Directive => Local Value => Master Value
  665. zlib.output_compression => Off => Off
  666. zlib.output_compression_level => -1 => -1
  667. zlib.output_handler => no value => no value
  668.  
  669. Additional Modules
  670.  
  671. Module Name
  672.  
  673. Environment
  674.  
  675. Variable => Value
  676. XDG_VTNR => 1
  677. SSH_AGENT_PID => 518
  678. XDG_SESSION_ID => 1
  679. GIO_LAUNCHED_DESKTOP_FILE_PID => 763
  680. GPG_AGENT_INFO => /run/user/1000/keyring-fJd4Tu/gpg:0:1
  681. GLADE_PIXMAP_PATH => :
  682. TERM => xterm
  683. SHELL => /bin/bash
  684. XDG_MENU_PREFIX => xfce-
  685. WINDOWID => 65011716
  686. GNOME_KEYRING_CONTROL => /run/user/1000/keyring-fJd4Tu
  687. GTK_MODULES => canberra-gtk-module
  688. USER => dinesh
  689. GLADE_MODULE_PATH => :
  690. SSH_AUTH_SOCK => /run/user/1000/keyring-fJd4Tu/ssh
  691. USERNAME => dinesh
  692. SESSION_MANAGER => local/dineshpc:@/tmp/.ICE-unix/524,unix/dineshpc:/tmp/.ICE-unix/524
  693. GIO_LAUNCHED_DESKTOP_FILE => /usr/share/applications/xfce4-terminal.desktop
  694. MOZ_PLUGIN_PATH => /usr/lib/mozilla/plugins
  695. XDG_CONFIG_DIRS => /etc/xdg
  696. PATH => /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl
  697. MAIL => /var/spool/mail/dinesh
  698. DESKTOP_SESSION => xfce
  699. LC_COLLATE => C
  700. PWD => /home/dinesh
  701. JAVA_HOME => /usr/lib/jvm/java-7-openjdk
  702. GNOME_KEYRING_PID => 497
  703. LANG => en_US.utf8
  704. GDMSESSION => xfce
  705. KRB5CCNAME => DIR:/run/user/1000/krb5cc_20c9619c3c97a7f2045a49ff521885df
  706. XDG_SEAT => seat0
  707. HOME => /home/dinesh
  708. SHLVL => 2
  709. LOGNAME => dinesh
  710. XDG_DATA_DIRS => /usr/local/share:/usr/share
  711. DBUS_SESSION_BUS_ADDRESS => unix:abstract=/tmp/dbus-dTAwkfj8z0,guid=88093843bb399bfa5000480b521885f5
  712. WINDOWPATH => 1
  713. XDG_RUNTIME_DIR => /run/user/1000
  714. DISPLAY => :0.0
  715. GLADE_CATALOG_PATH => :
  716. COLORTERM => xfce4-terminal
  717. XAUTHORITY => /var/run/gdm/auth-for-dinesh-LBXGkD/database
  718. _ => /usr/bin/php
  719.  
  720. PHP Variables
  721.  
  722. Variable => Value
  723. _SERVER["XDG_VTNR"] => 1
  724. _SERVER["SSH_AGENT_PID"] => 518
  725. _SERVER["XDG_SESSION_ID"] => 1
  726. _SERVER["GIO_LAUNCHED_DESKTOP_FILE_PID"] => 763
  727. _SERVER["GPG_AGENT_INFO"] => /run/user/1000/keyring-fJd4Tu/gpg:0:1
  728. _SERVER["GLADE_PIXMAP_PATH"] => :
  729. _SERVER["TERM"] => xterm
  730. _SERVER["SHELL"] => /bin/bash
  731. _SERVER["XDG_MENU_PREFIX"] => xfce-
  732. _SERVER["WINDOWID"] => 65011716
  733. _SERVER["GNOME_KEYRING_CONTROL"] => /run/user/1000/keyring-fJd4Tu
  734. _SERVER["GTK_MODULES"] => canberra-gtk-module
  735. _SERVER["USER"] => dinesh
  736. _SERVER["GLADE_MODULE_PATH"] => :
  737. _SERVER["SSH_AUTH_SOCK"] => /run/user/1000/keyring-fJd4Tu/ssh
  738. _SERVER["USERNAME"] => dinesh
  739. _SERVER["SESSION_MANAGER"] => local/dineshpc:@/tmp/.ICE-unix/524,unix/dineshpc:/tmp/.ICE-unix/524
  740. _SERVER["GIO_LAUNCHED_DESKTOP_FILE"] => /usr/share/applications/xfce4-terminal.desktop
  741. _SERVER["MOZ_PLUGIN_PATH"] => /usr/lib/mozilla/plugins
  742. _SERVER["XDG_CONFIG_DIRS"] => /etc/xdg
  743. _SERVER["PATH"] => /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl
  744. _SERVER["MAIL"] => /var/spool/mail/dinesh
  745. _SERVER["DESKTOP_SESSION"] => xfce
  746. _SERVER["LC_COLLATE"] => C
  747. _SERVER["PWD"] => /home/dinesh
  748. _SERVER["JAVA_HOME"] => /usr/lib/jvm/java-7-openjdk
  749. _SERVER["GNOME_KEYRING_PID"] => 497
  750. _SERVER["LANG"] => en_US.utf8
  751. _SERVER["GDMSESSION"] => xfce
  752. _SERVER["KRB5CCNAME"] => DIR:/run/user/1000/krb5cc_20c9619c3c97a7f2045a49ff521885df
  753. _SERVER["XDG_SEAT"] => seat0
  754. _SERVER["HOME"] => /home/dinesh
  755. _SERVER["SHLVL"] => 2
  756. _SERVER["LOGNAME"] => dinesh
  757. _SERVER["XDG_DATA_DIRS"] => /usr/local/share:/usr/share
  758. _SERVER["DBUS_SESSION_BUS_ADDRESS"] => unix:abstract=/tmp/dbus-dTAwkfj8z0,guid=88093843bb399bfa5000480b521885f5
  759. _SERVER["WINDOWPATH"] => 1
  760. _SERVER["XDG_RUNTIME_DIR"] => /run/user/1000
  761. _SERVER["DISPLAY"] => :0.0
  762. _SERVER["GLADE_CATALOG_PATH"] => :
  763. _SERVER["COLORTERM"] => xfce4-terminal
  764. _SERVER["XAUTHORITY"] => /var/run/gdm/auth-for-dinesh-LBXGkD/database
  765. _SERVER["_"] => /usr/bin/php
  766. _SERVER["PHP_SELF"] =>
  767. _SERVER["SCRIPT_NAME"] =>
  768. _SERVER["SCRIPT_FILENAME"] =>
  769. _SERVER["PATH_TRANSLATED"] =>
  770. _SERVER["DOCUMENT_ROOT"] =>
  771. _SERVER["REQUEST_TIME_FLOAT"] => 1377344571.2271
  772. _SERVER["REQUEST_TIME"] => 1377344571
  773. _SERVER["argv"] => Array
  774. (
  775. )
  776.  
  777. _SERVER["argc"] => 0
  778.  
  779. PHP License
  780. This program is free software; you can redistribute it and/or modify
  781. it under the terms of the PHP License as published by the PHP Group
  782. and included in the distribution in the file: LICENSE
  783.  
  784. This program is distributed in the hope that it will be useful,
  785. but WITHOUT ANY WARRANTY; without even the implied warranty of
  786. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  787.  
  788. If you did not receive a copy of the PHP license, or have any
  789. questions about PHP licensing, please contact [email protected].
Advertisement
Add Comment
Please, Sign In to add comment