Test: /ext/phar/tests/phpinfo_001.phpt - Version 5.4.23    

There are 12 different diffs reported by users for this test.

Count Diff
1 (8%)
001+ phpinfo()
002+
003+ bz2
004+
005+ BZip2 Support => Enabled
006+ Stream Wrapper support => compress.bzip2://
007+ Stream Filter support => bzip2.decompress, bzip2.compress
008+ BZip2 Version => 1.0.6, 6-Sept-2010
009+
010+ Core
011+
012+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
014+ Directive => Local Value => Master Value
015+ allow_url_fopen => On => On
016+ allow_url_include => Off => Off
017+ always_populate_raw_post_data => Off => Off
018+ arg_separator.input => & => &
019+ arg_separator.output => & => &
020+ asp_tags => Off => Off
021+ auto_append_file => no value => no value
022+ auto_globals_jit => On => On
023+ auto_prepend_file => no value => no value
024+ browscap => no value => no value
025+ default_charset => no value => no value
026+ default_mimetype => text/html => text/html
027+ disable_classes => no value => no value
028+ disable_functions => no value => no value
029+ display_errors => STDOUT => STDOUT
030+ display_startup_errors => On => On
031+ doc_root => no value => no value
032+ docref_ext => .html => .html
033+ docref_root => no value => no value
034+ enable_dl => Off => Off
035+ enable_post_data_reading => On => On
036+ error_append_string => no value => no value
037+ error_log => syslog => syslog
038+ error_prepend_string => no value => no value
039+ error_reporting => 32767 => 32767
040+ exit_on_timeout => Off => Off
041+ expose_php => Off => Off
042+ extension_dir => /usr/src/php-5.4.23/modules/ => /usr/src/php-5.4.23/modules/
043+ file_uploads => On => On
044+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
045+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
046+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
047+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
048+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
049+ html_errors => Off => Off
050+ ignore_repeated_errors => Off => Off
051+ ignore_repeated_source => Off => Off
052+ ignore_user_abort => Off => Off
053+ implicit_flush => On => On
054+ include_path => .:/usr/lib/php => .:/usr/lib/php
055+ log_errors => Off => Off
056+ log_errors_max_len => 1024 => 1024
057+ mail.add_x_header => On => On
058+ mail.force_extra_parameters => no value => no value
059+ mail.log => no value => no value
060+ max_execution_time => 0 => 0
061+ max_file_uploads => 20 => 20
062+ max_input_nesting_level => 64 => 64
063+ max_input_time => -1 => -1
064+ max_input_vars => 1000 => 1000
065+ memory_limit => 128M => 128M
066+ open_basedir => no value => no value
067+ output_buffering => no value => no value
068+ output_handler => no value => no value
069+ post_max_size => 1024M => 1024M
070+ precision => 14 => 14
071+ realpath_cache_size => 16K => 16K
072+ realpath_cache_ttl => 120 => 120
073+ register_argc_argv => On => On
074+ report_memleaks => On => On
075+ report_zend_debug => Off => Off
076+ request_order => GP => GP
077+ sendmail_from => no value => no value
078+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
079+ serialize_precision => 17 => 17
080+ short_open_tag => On => On
081+ SMTP => localhost => localhost
082+ smtp_port => 25 => 25
083+ sql.safe_mode => Off => Off
084+ track_errors => On => On
085+ unserialize_callback_func => no value => no value
086+ upload_max_filesize => 512M => 512M
087+ upload_tmp_dir => no value => no value
088+ user_dir => no value => no value
089+ user_ini.cache_ttl => 300 => 300
090+ user_ini.filename => .user.ini => .user.ini
091+ variables_order => GPCS => GPCS
092+ xmlrpc_error_number => 0 => 0
093+ xmlrpc_errors => Off => Off
094+ zend.detect_unicode => On => On
095+ zend.enable_gc => On => On
096+ zend.multibyte => Off => Off
097+ zend.script_encoding => no value => no value
098+
099+ ctype
100+
101+ ctype functions => enabled
102+
103+ curl
104+
105+ cURL support => enabled
106+ cURL Information => 7.26.0
107+ Age => 3
108+ Features
109+ AsynchDNS => No
110+ Debug => Yes
111+ GSS-Negotiate => Yes
112+ IDN => Yes
113+ IPv6 => Yes
114+ Largefile => Yes
115+ NTLM => Yes
116+ SPNEGO => No
117+ SSL => Yes
118+ SSPI => No
119+ krb4 => No
120+ libz => Yes
121+ CharConv => No
122+ Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtmp, rtsp, scp, sftp, smtp, smtps, telnet, tftp
123+ Host => x86_64-pc-linux-gnu
124+ SSL Version => OpenSSL/1.0.1e
125+ ZLib Version => 1.2.7
126+ libSSH Version => libssh2/1.4.2
127+
128+ date
129+
130+ date/time support => enabled
131+ "Olson" Timezone Database Version => 2013.8
132+ Timezone Database => internal
133+ Default timezone => PRC
134+
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
023- Phar
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
136+ date.default_latitude => 31.7667 => 31.7667
137+ date.default_longitude => 35.2333 => 35.2333
138+ date.sunrise_zenith => 90.583333 => 90.583333
139+ date.sunset_zenith => 90.583333 => 90.583333
140+ date.timezone => PRC => PRC
141+
144+ DOM/XML => enabled
145+ DOM/XML API Version => 20031129
146+ libxml Version => 2.8.0
147+ HTML Support => enabled
148+ XPath Support => enabled
149+ XPointer Support => enabled
150+ Schema Support => enabled
151+ RelaxNG Support => enabled
152+
153+ ereg
154+
155+ Regex Library => Bundled library enabled
156+
157+ exif
158+
159+ EXIF Support => enabled
160+ EXIF Version => 1.4 $Id$
161+ Supported EXIF Version => 0220
162+ Supported filetypes => JPEG,TIFF
164+ Directive => Local Value => Master Value
165+ exif.decode_jis_intel => JIS => JIS
166+ exif.decode_jis_motorola => JIS => JIS
167+ exif.decode_unicode_intel => UCS-2LE => UCS-2LE
168+ exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
169+ exif.encode_jis => no value => no value
170+ exif.encode_unicode => ISO-8859-15 => ISO-8859-15
172+ fileinfo
173+
174+ fileinfo support => enabled
175+ version => 1.0.5
176+
177+ filter
178+
179+ Input Validation and Filtering => enabled
180+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
181+
183+ filter.default => unsafe_raw => unsafe_raw
184+ filter.default_flags => no value => no value
185+
186+ ftp
187+
188+ FTP support => enabled
189+
190+ gd
191+
192+ GD Support => enabled
193+ GD Version => bundled (2.1.0 compatible)
194+ FreeType Support => enabled
195+ FreeType Linkage => with freetype
196+ FreeType Version => 2.4.9
197+ GIF Read Support => enabled
198+ GIF Create Support => enabled
199+ JPEG Support => enabled
200+ libJPEG Version => 8
201+ PNG Support => enabled
202+ libPNG Version => 1.2.49
203+ WBMP Support => enabled
204+ XBM Support => enabled
205+
206+ Directive => Local Value => Master Value
207+ gd.jpeg_ignore_warning => 0 => 0
208+
209+ hash
210+
211+ hash support => enabled
212+ 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
213+
214+ iconv
215+
216+ iconv support => enabled
217+ iconv implementation => glibc
218+ iconv library version => 2.13
219+
220+ Directive => Local Value => Master Value
221+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
222+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
223+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
224+
225+ json
226+
227+ json support => enabled
228+ json version => 1.2.1
229+
230+ libxml
231+
232+ libXML support => active
233+ libXML Compiled Version => 2.8.0
234+ libXML Loaded Version => 20800
235+ libXML streams => enabled
236+
237+ mbstring
238+
239+ Multibyte Support => enabled
240+ Multibyte string engine => libmbfl
241+ HTTP input encoding translation => disabled
242+ libmbfl version => 1.3.2
243+
244+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
245+
246+ Multibyte (japanese) regex support => enabled
247+ Multibyte regex (oniguruma) backtrack check => On
248+ Multibyte regex (oniguruma) version => 4.7.1
249+
250+ Directive => Local Value => Master Value
251+ mbstring.detect_order => no value => no value
252+ mbstring.encoding_translation => Off => Off
253+ mbstring.func_overload => 0 => 0
254+ mbstring.http_input => pass => pass
255+ mbstring.http_output => pass => pass
256+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
257+ mbstring.internal_encoding => no value => no value
258+ mbstring.language => neutral => neutral
259+ mbstring.strict_detection => Off => Off
260+ mbstring.substitute_character => no value => no value
261+
262+ mcrypt
263+
264+ mcrypt support => enabled
265+ mcrypt_filter support => enabled
266+ Version => 2.5.8
267+ Api No => 20021217
268+ 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
269+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
270+
271+ Directive => Local Value => Master Value
272+ mcrypt.algorithms_dir => no value => no value
273+ mcrypt.modes_dir => no value => no value
274+
275+ mhash
276+
277+ MHASH support => Enabled
278+ MHASH API Version => Emulated Support
279+
280+ mysql
281+
282+ MySQL Support => enabled
283+ Active Persistent Links => 0
284+ Active Links => 0
285+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
286+
287+ Directive => Local Value => Master Value
288+ mysql.allow_local_infile => On => On
289+ mysql.allow_persistent => On => On
290+ mysql.connect_timeout => 60 => 60
291+ mysql.default_host => no value => no value
292+ mysql.default_password => no value => no value
293+ mysql.default_port => no value => no value
294+ mysql.default_socket => /dev/shm/mysqld.sock => /dev/shm/mysqld.sock
295+ mysql.default_user => no value => no value
296+ mysql.max_links => Unlimited => Unlimited
297+ mysql.max_persistent => Unlimited => Unlimited
298+ mysql.trace_mode => Off => Off
299+
300+ mysqli
301+
302+ MysqlI Support => enabled
303+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
304+ Active Persistent Links => 0
305+ Inactive Persistent Links => 0
306+ Active Links => 0
307+
308+ Directive => Local Value => Master Value
309+ mysqli.allow_local_infile => On => On
310+ mysqli.allow_persistent => On => On
311+ mysqli.default_host => no value => no value
312+ mysqli.default_port => 3306 => 3306
313+ mysqli.default_pw => no value => no value
314+ mysqli.default_socket => /dev/shm/mysqld.sock => /dev/shm/mysqld.sock
315+ mysqli.default_user => no value => no value
316+ mysqli.max_links => Unlimited => Unlimited
317+ mysqli.max_persistent => Unlimited => Unlimited
318+ mysqli.reconnect => Off => Off
319+
320+ mysqlnd
321+
322+ mysqlnd => enabled
323+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
324+ Compression => supported
325+ SSL => supported
326+ Command buffer size => 4096
327+ Read buffer size => 32768
328+ Read timeout => 31536000
329+ Collecting statistics => Yes
330+ Collecting memory statistics => No
331+ Tracing => n/a
332+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
333+ API Extensions => mysqli,pdo_mysql,mysql
334+
335+ mysqlnd statistics =>
336+ bytes_sent => 0
337+ bytes_received => 0
338+ packets_sent => 0
339+ packets_received => 0
340+ protocol_overhead_in => 0
341+ protocol_overhead_out => 0
342+ bytes_received_ok_packet => 0
343+ bytes_received_eof_packet => 0
344+ bytes_received_rset_header_packet => 0
345+ bytes_received_rset_field_meta_packet => 0
346+ bytes_received_rset_row_packet => 0
347+ bytes_received_prepare_response_packet => 0
348+ bytes_received_change_user_packet => 0
349+ packets_sent_command => 0
350+ packets_received_ok => 0
351+ packets_received_eof => 0
352+ packets_received_rset_header => 0
353+ packets_received_rset_field_meta => 0
354+ packets_received_rset_row => 0
355+ packets_received_prepare_response => 0
356+ packets_received_change_user => 0
357+ result_set_queries => 0
358+ non_result_set_queries => 0
359+ no_index_used => 0
360+ bad_index_used => 0
361+ slow_queries => 0
362+ buffered_sets => 0
363+ unbuffered_sets => 0
364+ ps_buffered_sets => 0
365+ ps_unbuffered_sets => 0
366+ flushed_normal_sets => 0
367+ flushed_ps_sets => 0
368+ ps_prepared_never_executed => 0
369+ ps_prepared_once_executed => 0
370+ rows_fetched_from_server_normal => 0
371+ rows_fetched_from_server_ps => 0
372+ rows_buffered_from_client_normal => 0
373+ rows_buffered_from_client_ps => 0
374+ rows_fetched_from_client_normal_buffered => 0
375+ rows_fetched_from_client_normal_unbuffered => 0
376+ rows_fetched_from_client_ps_buffered => 0
377+ rows_fetched_from_client_ps_unbuffered => 0
378+ rows_fetched_from_client_ps_cursor => 0
379+ rows_affected_normal => 0
380+ rows_affected_ps => 0
381+ rows_skipped_normal => 0
382+ rows_skipped_ps => 0
383+ copy_on_write_saved => 0
384+ copy_on_write_performed => 0
385+ command_buffer_too_small => 0
386+ connect_success => 0
387+ connect_failure => 0
388+ connection_reused => 0
389+ reconnect => 0
390+ pconnect_success => 0
391+ active_connections => 0
392+ active_persistent_connections => 0
393+ explicit_close => 0
394+ implicit_close => 0
395+ disconnect_close => 0
396+ in_middle_of_command_close => 0
397+ explicit_free_result => 0
398+ implicit_free_result => 0
399+ explicit_stmt_close => 0
400+ implicit_stmt_close => 0
401+ mem_emalloc_count => 0
402+ mem_emalloc_amount => 0
403+ mem_ecalloc_count => 0
404+ mem_ecalloc_amount => 0
405+ mem_erealloc_count => 0
406+ mem_erealloc_amount => 0
407+ mem_efree_count => 0
408+ mem_efree_amount => 0
409+ mem_malloc_count => 0
410+ mem_malloc_amount => 0
411+ mem_calloc_count => 0
412+ mem_calloc_amount => 0
413+ mem_realloc_count => 0
414+ mem_realloc_amount => 0
415+ mem_free_count => 0
416+ mem_free_amount => 0
417+ mem_estrndup_count => 0
418+ mem_strndup_count => 0
419+ mem_estndup_count => 0
420+ mem_strdup_count => 0
421+ proto_text_fetched_null => 0
422+ proto_text_fetched_bit => 0
423+ proto_text_fetched_tinyint => 0
424+ proto_text_fetched_short => 0
425+ proto_text_fetched_int24 => 0
426+ proto_text_fetched_int => 0
427+ proto_text_fetched_bigint => 0
428+ proto_text_fetched_decimal => 0
429+ proto_text_fetched_float => 0
430+ proto_text_fetched_double => 0
431+ proto_text_fetched_date => 0
432+ proto_text_fetched_year => 0
433+ proto_text_fetched_time => 0
434+ proto_text_fetched_datetime => 0
435+ proto_text_fetched_timestamp => 0
436+ proto_text_fetched_string => 0
437+ proto_text_fetched_blob => 0
438+ proto_text_fetched_enum => 0
439+ proto_text_fetched_set => 0
440+ proto_text_fetched_geometry => 0
441+ proto_text_fetched_other => 0
442+ proto_binary_fetched_null => 0
443+ proto_binary_fetched_bit => 0
444+ proto_binary_fetched_tinyint => 0
445+ proto_binary_fetched_short => 0
446+ proto_binary_fetched_int24 => 0
447+ proto_binary_fetched_int => 0
448+ proto_binary_fetched_bigint => 0
449+ proto_binary_fetched_decimal => 0
450+ proto_binary_fetched_float => 0
451+ proto_binary_fetched_double => 0
452+ proto_binary_fetched_date => 0
453+ proto_binary_fetched_year => 0
454+ proto_binary_fetched_time => 0
455+ proto_binary_fetched_datetime => 0
456+ proto_binary_fetched_timestamp => 0
457+ proto_binary_fetched_string => 0
458+ proto_binary_fetched_blob => 0
459+ proto_binary_fetched_enum => 0
460+ proto_binary_fetched_set => 0
461+ proto_binary_fetched_geometry => 0
462+ proto_binary_fetched_other => 0
463+ init_command_executed_count => 0
464+ init_command_failed_count => 0
465+ com_quit => 0
466+ com_init_db => 0
467+ com_query => 0
468+ com_field_list => 0
469+ com_create_db => 0
470+ com_drop_db => 0
471+ com_refresh => 0
472+ com_shutdown => 0
473+ com_statistics => 0
474+ com_process_info => 0
475+ com_connect => 0
476+ com_process_kill => 0
477+ com_debug => 0
478+ com_ping => 0
479+ com_time => 0
480+ com_delayed_insert => 0
481+ com_change_user => 0
482+ com_binlog_dump => 0
483+ com_table_dump => 0
484+ com_connect_out => 0
485+ com_register_slave => 0
486+ com_stmt_prepare => 0
487+ com_stmt_execute => 0
488+ com_stmt_send_long_data => 0
489+ com_stmt_close => 0
490+ com_stmt_reset => 0
491+ com_stmt_set_option => 0
492+ com_stmt_fetch => 0
493+ com_deamon => 0
494+ bytes_received_real_data_normal => 0
495+ bytes_received_real_data_ps => 0
496+
497+ example statistics =>
498+ stat1 => 0
499+ stat2 => 0
500+
501+ pcre
502+
503+ PCRE (Perl Compatible Regular Expressions) Support => enabled
504+ PCRE Library Version => 8.32 2012-11-30
505+
506+ Directive => Local Value => Master Value
507+ pcre.backtrack_limit => 1000000 => 1000000
508+ pcre.recursion_limit => 100000 => 100000
509+
510+ PDO
511+
512+ PDO support => enabled
513+ PDO drivers => mysql
514+
515+ pdo_mysql
516+
517+ PDO Driver for MySQL => enabled
518+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
519+
520+ Directive => Local Value => Master Value
521+ pdo_mysql.default_socket => /dev/shm/mysqld.sock => /dev/shm/mysqld.sock
522+
523+ Phar
524+
525+ Phar: PHP Archive support => enabled
526+ Phar EXT version => 2.0.1
527+ Phar API version => 1.1.1
528+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
529+ Phar-based phar archives => enabled
530+ Tar-based phar archives => enabled
531+ ZIP-based phar archives => enabled
532+ gzip compression => enabled
533+ bzip2 compression => enabled
534+ OpenSSL support => disabled (install ext/openssl)
535+
536+
537+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
538+ Phar fully realized by Gregory Beaver and Marcus Boerger.
539+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
540+ Directive => Local Value => Master Value
542+ phar.readonly => Off => Off
543+ phar.require_hash => Off => Off
544+
545+ posix
546+
547+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
548+
549+ Reflection
550+
551+ Reflection => enabled
552+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
553+
554+ session
555+
556+ Session Support => enabled
557+ Registered save handlers => files user
558+ Registered serializer handlers => php php_binary
559+
560+ Directive => Local Value => Master Value
561+ session.auto_start => Off => Off
562+ session.cache_expire => 180 => 180
563+ session.cache_limiter => nocache => nocache
564+ session.cookie_domain => no value => no value
565+ session.cookie_httponly => On => On
566+ session.cookie_lifetime => 0 => 0
567+ session.cookie_path => / => /
568+ session.cookie_secure => Off => Off
569+ session.entropy_file => /dev/urandom => /dev/urandom
570+ session.entropy_length => 32 => 32
571+ session.gc_divisor => 1000 => 1000
572+ session.gc_maxlifetime => 1440 => 1440
573+ session.gc_probability => 0 => 0
574+ session.hash_bits_per_character => 5 => 5
575+ session.hash_function => 0 => 0
576+ session.name => PHPSESSID => PHPSESSID
577+ session.referer_check => no value => no value
578+ session.save_handler => files => files
579+ session.save_path => /dev/shm/phpsession => /dev/shm/phpsession
580+ session.serialize_handler => php => php
581+ session.upload_progress.cleanup => On => On
582+ session.upload_progress.enabled => On => On
583+ session.upload_progress.freq => 1% => 1%
584+ session.upload_progress.min_freq => 1 => 1
585+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
586+ session.upload_progress.prefix => upload_progress_ => upload_progress_
587+ session.use_cookies => On => On
588+ session.use_only_cookies => On => On
589+ session.use_trans_sid => 0 => 0
590+
591+ SimpleXML
592+
593+ Simplexml support => enabled
594+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
595+ Schema support => enabled
596+
597+ soap
598+
599+ Soap Client => enabled
600+ Soap Server => enabled
601+
602+ Directive => Local Value => Master Value
603+ soap.wsdl_cache => 1 => 1
604+ soap.wsdl_cache_dir => /tmp => /tmp
605+ soap.wsdl_cache_enabled => 1 => 1
606+ soap.wsdl_cache_limit => 5 => 5
607+ soap.wsdl_cache_ttl => 86400 => 86400
608+
609+ sockets
610+
611+ Sockets Support => enabled
612+
613+ SPL
614+
615+ SPL support => enabled
616+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
617+ 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
618+
619+ standard
620+
621+ Dynamic Library Support => enabled
622+ Path to sendmail => /usr/sbin/sendmail -t -i
623+
624+ Directive => Local Value => Master Value
625+ assert.active => 1 => 1
626+ assert.bail => 0 => 0
627+ assert.callback => no value => no value
628+ assert.quiet_eval => 0 => 0
629+ assert.warning => 1 => 1
630+ auto_detect_line_endings => 0 => 0
631+ default_socket_timeout => 60 => 60
632+ from => no value => no value
633+ url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
634+ user_agent => no value => no value
635+
636+ tokenizer
637+
638+ Tokenizer Support => enabled
639+
640+ xml
641+
642+ XML Support => active
643+ XML Namespace Support => active
644+ libxml2 Version => 2.8.0
645+
646+ xmlreader
647+
648+ XMLReader => enabled
649+
650+ xmlwriter
651+
652+ XMLWriter => enabled
653+
654+ zip
655+
656+ Zip => enabled
657+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
658+ Zip version => 1.11.0
659+ Libzip version => 0.10.1
660+
661+ zlib
662+
663+ ZLib Support => enabled
664+ Stream Wrapper => compress.zlib://
665+ Stream Filter => zlib.inflate, zlib.deflate
666+ Compiled Version => 1.2.7
667+ Linked Version => 1.2.7
668+
669+ Directive => Local Value => Master Value
670+ zlib.output_compression => Off => Off
671+ zlib.output_compression_level => 1 => 1
672+ zlib.output_handler => no value => no value
673+
674+ Additional Modules
675+
676+ Module Name
677+ sysvsem
678+ sysvshm
679+ phpinfo()
680+
681+ bz2
682+
683+ BZip2 Support => Enabled
684+ Stream Wrapper support => compress.bzip2://
685+ Stream Filter support => bzip2.decompress, bzip2.compress
686+ BZip2 Version => 1.0.6, 6-Sept-2010
687+
688+ Core
689+
690+ PHP Version => 5.4.23
691+
692+ Directive => Local Value => Master Value
693+ allow_url_fopen => On => On
694+ allow_url_include => Off => Off
695+ always_populate_raw_post_data => Off => Off
696+ arg_separator.input => & => &
697+ arg_separator.output => & => &
698+ asp_tags => Off => Off
699+ auto_append_file => no value => no value
700+ auto_globals_jit => On => On
701+ auto_prepend_file => no value => no value
702+ browscap => no value => no value
703+ default_charset => no value => no value
704+ default_mimetype => text/html => text/html
705+ disable_classes => no value => no value
706+ disable_functions => no value => no value
707+ display_errors => STDOUT => STDOUT
708+ display_startup_errors => On => On
709+ doc_root => no value => no value
710+ docref_ext => .html => .html
711+ docref_root => no value => no value
712+ enable_dl => Off => Off
713+ enable_post_data_reading => On => On
714+ error_append_string => no value => no value
715+ error_log => syslog => syslog
716+ error_prepend_string => no value => no value
717+ error_reporting => 32767 => 32767
718+ exit_on_timeout => Off => Off
719+ expose_php => Off => Off
720+ extension_dir => /usr/src/php-5.4.23/modules/ => /usr/src/php-5.4.23/modules/
721+ file_uploads => On => On
722+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
723+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
724+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
725+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
726+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
727+ html_errors => Off => Off
728+ ignore_repeated_errors => Off => Off
729+ ignore_repeated_source => Off => Off
730+ ignore_user_abort => Off => Off
731+ implicit_flush => On => On
732+ include_path => .:/usr/lib/php => .:/usr/lib/php
733+ log_errors => Off => Off
734+ log_errors_max_len => 1024 => 1024
735+ mail.add_x_header => On => On
736+ mail.force_extra_parameters => no value => no value
737+ mail.log => no value => no value
738+ max_execution_time => 0 => 0
739+ max_file_uploads => 20 => 20
740+ max_input_nesting_level => 64 => 64
741+ max_input_time => -1 => -1
742+ max_input_vars => 1000 => 1000
743+ memory_limit => 128M => 128M
744+ open_basedir => no value => no value
745+ output_buffering => no value => no value
746+ output_handler => no value => no value
747+ post_max_size => 1024M => 1024M
748+ precision => 14 => 14
749+ realpath_cache_size => 16K => 16K
750+ realpath_cache_ttl => 120 => 120
751+ register_argc_argv => On => On
752+ report_memleaks => On => On
753+ report_zend_debug => Off => Off
754+ request_order => GP => GP
755+ sendmail_from => no value => no value
756+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
757+ serialize_precision => 17 => 17
758+ short_open_tag => On => On
759+ SMTP => localhost => localhost
760+ smtp_port => 25 => 25
761+ sql.safe_mode => Off => Off
762+ track_errors => On => On
763+ unserialize_callback_func => no value => no value
764+ upload_max_filesize => 512M => 512M
765+ upload_tmp_dir => no value => no value
766+ user_dir => no value => no value
767+ user_ini.cache_ttl => 300 => 300
768+ user_ini.filename => .user.ini => .user.ini
769+ variables_order => GPCS => GPCS
770+ xmlrpc_error_number => 0 => 0
771+ xmlrpc_errors => Off => Off
772+ zend.detect_unicode => On => On
773+ zend.enable_gc => On => On
774+ zend.multibyte => Off => Off
775+ zend.script_encoding => no value => no value
776+
777+ ctype
778+
779+ ctype functions => enabled
780+
781+ curl
782+
783+ cURL support => enabled
784+ cURL Information => 7.26.0
785+ Age => 3
786+ Features
787+ AsynchDNS => No
788+ Debug => Yes
789+ GSS-Negotiate => Yes
790+ IDN => Yes
791+ IPv6 => Yes
792+ Largefile => Yes
793+ NTLM => Yes
794+ SPNEGO => No
795+ SSL => Yes
796+ SSPI => No
797+ krb4 => No
798+ libz => Yes
799+ CharConv => No
800+ Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtmp, rtsp, scp, sftp, smtp, smtps, telnet, tftp
801+ Host => x86_64-pc-linux-gnu
802+ SSL Version => OpenSSL/1.0.1e
803+ ZLib Version => 1.2.7
804+ libSSH Version => libssh2/1.4.2
805+
806+ date
807+
808+ date/time support => enabled
809+ "Olson" Timezone Database Version => 2013.8
810+ Timezone Database => internal
811+ Default timezone => PRC
812+
813+ Directive => Local Value => Master Value
814+ date.default_latitude => 31.7667 => 31.7667
815+ date.default_longitude => 35.2333 => 35.2333
816+ date.sunrise_zenith => 90.583333 => 90.583333
817+ date.sunset_zenith => 90.583333 => 90.583333
818+ date.timezone => PRC => PRC
819+
820+ dom
821+
822+ DOM/XML => enabled
823+ DOM/XML API Version => 20031129
824+ libxml Version => 2.8.0
825+ HTML Support => enabled
826+ XPath Support => enabled
827+ XPointer Support => enabled
828+ Schema Support => enabled
829+ RelaxNG Support => enabled
830+
831+ ereg
832+
833+ Regex Library => Bundled library enabled
834+
835+ exif
836+
837+ EXIF Support => enabled
838+ EXIF Version => 1.4 $Id$
839+ Supported EXIF Version => 0220
840+ Supported filetypes => JPEG,TIFF
841+
842+ Directive => Local Value => Master Value
843+ exif.decode_jis_intel => JIS => JIS
844+ exif.decode_jis_motorola => JIS => JIS
845+ exif.decode_unicode_intel => UCS-2LE => UCS-2LE
846+ exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
847+ exif.encode_jis => no value => no value
848+ exif.encode_unicode => ISO-8859-15 => ISO-8859-15
849+
850+ fileinfo
851+
852+ fileinfo support => enabled
853+ version => 1.0.5
854+
855+ filter
856+
857+ Input Validation and Filtering => enabled
858+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
859+
860+ Directive => Local Value => Master Value
861+ filter.default => unsafe_raw => unsafe_raw
862+ filter.default_flags => no value => no value
863+
864+ ftp
865+
866+ FTP support => enabled
867+
868+ gd
869+
870+ GD Support => enabled
871+ GD Version => bundled (2.1.0 compatible)
872+ FreeType Support => enabled
873+ FreeType Linkage => with freetype
874+ FreeType Version => 2.4.9
875+ GIF Read Support => enabled
876+ GIF Create Support => enabled
877+ JPEG Support => enabled
878+ libJPEG Version => 8
879+ PNG Support => enabled
880+ libPNG Version => 1.2.49
881+ WBMP Support => enabled
882+ XBM Support => enabled
883+
884+ Directive => Local Value => Master Value
885+ gd.jpeg_ignore_warning => 0 => 0
886+
887+ hash
888+
889+ hash support => enabled
890+ 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
891+
892+ iconv
893+
894+ iconv support => enabled
895+ iconv implementation => glibc
896+ iconv library version => 2.13
897+
898+ Directive => Local Value => Master Value
899+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
900+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
901+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
902+
903+ json
904+
905+ json support => enabled
906+ json version => 1.2.1
907+
908+ libxml
909+
910+ libXML support => active
911+ libXML Compiled Version => 2.8.0
912+ libXML Loaded Version => 20800
913+ libXML streams => enabled
914+
915+ mbstring
916+
917+ Multibyte Support => enabled
918+ Multibyte string engine => libmbfl
919+ HTTP input encoding translation => disabled
920+ libmbfl version => 1.3.2
921+
922+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
923+
924+ Multibyte (japanese) regex support => enabled
925+ Multibyte regex (oniguruma) backtrack check => On
926+ Multibyte regex (oniguruma) version => 4.7.1
927+
928+ Directive => Local Value => Master Value
929+ mbstring.detect_order => no value => no value
930+ mbstring.encoding_translation => Off => Off
931+ mbstring.func_overload => 0 => 0
932+ mbstring.http_input => pass => pass
933+ mbstring.http_output => pass => pass
934+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
935+ mbstring.internal_encoding => no value => no value
936+ mbstring.language => neutral => neutral
937+ mbstring.strict_detection => Off => Off
938+ mbstring.substitute_character => no value => no value
939+
940+ mcrypt
941+
942+ mcrypt support => enabled
943+ mcrypt_filter support => enabled
944+ Version => 2.5.8
945+ Api No => 20021217
946+ 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
947+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
948+
949+ Directive => Local Value => Master Value
950+ mcrypt.algorithms_dir => no value => no value
951+ mcrypt.modes_dir => no value => no value
952+
953+ mhash
954+
955+ MHASH support => Enabled
956+ MHASH API Version => Emulated Support
957+
958+ mysql
959+
960+ MySQL Support => enabled
961+ Active Persistent Links => 0
962+ Active Links => 0
963+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
964+
965+ Directive => Local Value => Master Value
966+ mysql.allow_local_infile => On => On
967+ mysql.allow_persistent => On => On
968+ mysql.connect_timeout => 60 => 60
969+ mysql.default_host => no value => no value
970+ mysql.default_password => no value => no value
971+ mysql.default_port => no value => no value
972+ mysql.default_socket => /dev/shm/mysqld.sock => /dev/shm/mysqld.sock
973+ mysql.default_user => no value => no value
974+ mysql.max_links => Unlimited => Unlimited
975+ mysql.max_persistent => Unlimited => Unlimited
976+ mysql.trace_mode => Off => Off
977+
978+ mysqli
979+
980+ MysqlI Support => enabled
981+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
982+ Active Persistent Links => 0
983+ Inactive Persistent Links => 0
984+ Active Links => 0
985+
986+ Directive => Local Value => Master Value
987+ mysqli.allow_local_infile => On => On
988+ mysqli.allow_persistent => On => On
989+ mysqli.default_host => no value => no value
990+ mysqli.default_port => 3306 => 3306
991+ mysqli.default_pw => no value => no value
992+ mysqli.default_socket => /dev/shm/mysqld.sock => /dev/shm/mysqld.sock
993+ mysqli.default_user => no value => no value
994+ mysqli.max_links => Unlimited => Unlimited
995+ mysqli.max_persistent => Unlimited => Unlimited
996+ mysqli.reconnect => Off => Off
997+
998+ mysqlnd
999+
1000+ mysqlnd => enabled
1001+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1002+ Compression => supported
1003+ SSL => supported
1004+ Command buffer size => 4096
1005+ Read buffer size => 32768
1006+ Read timeout => 31536000
1007+ Collecting statistics => Yes
1008+ Collecting memory statistics => No
1009+ Tracing => n/a
1010+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
1011+ API Extensions => mysqli,pdo_mysql,mysql
1012+
1013+ mysqlnd statistics =>
1014+ bytes_sent => 0
1015+ bytes_received => 0
1016+ packets_sent => 0
1017+ packets_received => 0
1018+ protocol_overhead_in => 0
1019+ protocol_overhead_out => 0
1020+ bytes_received_ok_packet => 0
1021+ bytes_received_eof_packet => 0
1022+ bytes_received_rset_header_packet => 0
1023+ bytes_received_rset_field_meta_packet => 0
1024+ bytes_received_rset_row_packet => 0
1025+ bytes_received_prepare_response_packet => 0
1026+ bytes_received_change_user_packet => 0
1027+ packets_sent_command => 0
1028+ packets_received_ok => 0
1029+ packets_received_eof => 0
1030+ packets_received_rset_header => 0
1031+ packets_received_rset_field_meta => 0
1032+ packets_received_rset_row => 0
1033+ packets_received_prepare_response => 0
1034+ packets_received_change_user => 0
1035+ result_set_queries => 0
1036+ non_result_set_queries => 0
1037+ no_index_used => 0
1038+ bad_index_used => 0
1039+ slow_queries => 0
1040+ buffered_sets => 0
1041+ unbuffered_sets => 0
1042+ ps_buffered_sets => 0
1043+ ps_unbuffered_sets => 0
1044+ flushed_normal_sets => 0
1045+ flushed_ps_sets => 0
1046+ ps_prepared_never_executed => 0
1047+ ps_prepared_once_executed => 0
1048+ rows_fetched_from_server_normal => 0
1049+ rows_fetched_from_server_ps => 0
1050+ rows_buffered_from_client_normal => 0
1051+ rows_buffered_from_client_ps => 0
1052+ rows_fetched_from_client_normal_buffered => 0
1053+ rows_fetched_from_client_normal_unbuffered => 0
1054+ rows_fetched_from_client_ps_buffered => 0
1055+ rows_fetched_from_client_ps_unbuffered => 0
1056+ rows_fetched_from_client_ps_cursor => 0
1057+ rows_affected_normal => 0
1058+ rows_affected_ps => 0
1059+ rows_skipped_normal => 0
1060+ rows_skipped_ps => 0
1061+ copy_on_write_saved => 0
1062+ copy_on_write_performed => 0
1063+ command_buffer_too_small => 0
1064+ connect_success => 0
1065+ connect_failure => 0
1066+ connection_reused => 0
1067+ reconnect => 0
1068+ pconnect_success => 0
1069+ active_connections => 0
1070+ active_persistent_connections => 0
1071+ explicit_close => 0
1072+ implicit_close => 0
1073+ disconnect_close => 0
1074+ in_middle_of_command_close => 0
1075+ explicit_free_result => 0
1076+ implicit_free_result => 0
1077+ explicit_stmt_close => 0
1078+ implicit_stmt_close => 0
1079+ mem_emalloc_count => 0
1080+ mem_emalloc_amount => 0
1081+ mem_ecalloc_count => 0
1082+ mem_ecalloc_amount => 0
1083+ mem_erealloc_count => 0
1084+ mem_erealloc_amount => 0
1085+ mem_efree_count => 0
1086+ mem_efree_amount => 0
1087+ mem_malloc_count => 0
1088+ mem_malloc_amount => 0
1089+ mem_calloc_count => 0
1090+ mem_calloc_amount => 0
1091+ mem_realloc_count => 0
1092+ mem_realloc_amount => 0
1093+ mem_free_count => 0
1094+ mem_free_amount => 0
1095+ mem_estrndup_count => 0
1096+ mem_strndup_count => 0
1097+ mem_estndup_count => 0
1098+ mem_strdup_count => 0
1099+ proto_text_fetched_null => 0
1100+ proto_text_fetched_bit => 0
1101+ proto_text_fetched_tinyint => 0
1102+ proto_text_fetched_short => 0
1103+ proto_text_fetched_int24 => 0
1104+ proto_text_fetched_int => 0
1105+ proto_text_fetched_bigint => 0
1106+ proto_text_fetched_decimal => 0
1107+ proto_text_fetched_float => 0
1108+ proto_text_fetched_double => 0
1109+ proto_text_fetched_date => 0
1110+ proto_text_fetched_year => 0
1111+ proto_text_fetched_time => 0
1112+ proto_text_fetched_datetime => 0
1113+ proto_text_fetched_timestamp => 0
1114+ proto_text_fetched_string => 0
1115+ proto_text_fetched_blob => 0
1116+ proto_text_fetched_enum => 0
1117+ proto_text_fetched_set => 0
1118+ proto_text_fetched_geometry => 0
1119+ proto_text_fetched_other => 0
1120+ proto_binary_fetched_null => 0
1121+ proto_binary_fetched_bit => 0
1122+ proto_binary_fetched_tinyint => 0
1123+ proto_binary_fetched_short => 0
1124+ proto_binary_fetched_int24 => 0
1125+ proto_binary_fetched_int => 0
1126+ proto_binary_fetched_bigint => 0
1127+ proto_binary_fetched_decimal => 0
1128+ proto_binary_fetched_float => 0
1129+ proto_binary_fetched_double => 0
1130+ proto_binary_fetched_date => 0
1131+ proto_binary_fetched_year => 0
1132+ proto_binary_fetched_time => 0
1133+ proto_binary_fetched_datetime => 0
1134+ proto_binary_fetched_timestamp => 0
1135+ proto_binary_fetched_string => 0
1136+ proto_binary_fetched_blob => 0
1137+ proto_binary_fetched_enum => 0
1138+ proto_binary_fetched_set => 0
1139+ proto_binary_fetched_geometry => 0
1140+ proto_binary_fetched_other => 0
1141+ init_command_executed_count => 0
1142+ init_command_failed_count => 0
1143+ com_quit => 0
1144+ com_init_db => 0
1145+ com_query => 0
1146+ com_field_list => 0
1147+ com_create_db => 0
1148+ com_drop_db => 0
1149+ com_refresh => 0
1150+ com_shutdown => 0
1151+ com_statistics => 0
1152+ com_process_info => 0
1153+ com_connect => 0
1154+ com_process_kill => 0
1155+ com_debug => 0
1156+ com_ping => 0
1157+ com_time => 0
1158+ com_delayed_insert => 0
1159+ com_change_user => 0
1160+ com_binlog_dump => 0
1161+ com_table_dump => 0
1162+ com_connect_out => 0
1163+ com_register_slave => 0
1164+ com_stmt_prepare => 0
1165+ com_stmt_execute => 0
1166+ com_stmt_send_long_data => 0
1167+ com_stmt_close => 0
1168+ com_stmt_reset => 0
1169+ com_stmt_set_option => 0
1170+ com_stmt_fetch => 0
1171+ com_deamon => 0
1172+ bytes_received_real_data_normal => 0
1173+ bytes_received_real_data_ps => 0
1174+
1175+ example statistics =>
1176+ stat1 => 0
1177+ stat2 => 0
1178+
1179+ pcre
1180+
1181+ PCRE (Perl Compatible Regular Expressions) Support => enabled
1182+ PCRE Library Version => 8.32 2012-11-30
1183+
1184+ Directive => Local Value => Master Value
1185+ pcre.backtrack_limit => 1000000 => 1000000
1186+ pcre.recursion_limit => 100000 => 100000
1187+
1188+ PDO
1189+
1190+ PDO support => enabled
1191+ PDO drivers => mysql
1192+
1193+ pdo_mysql
1194+
1195+ PDO Driver for MySQL => enabled
1196+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1197+
1198+ Directive => Local Value => Master Value
1199+ pdo_mysql.default_socket => /dev/shm/mysqld.sock => /dev/shm/mysqld.sock
1200+
1201+ Phar
1202+
1203+ Phar: PHP Archive support => enabled
1204+ Phar EXT version => 2.0.1
1205+ Phar API version => 1.1.1
1206+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
1207+ Phar-based phar archives => enabled
1208+ Tar-based phar archives => enabled
1209+ ZIP-based phar archives => enabled
1210+ gzip compression => enabled
1211+ bzip2 compression => enabled
1212+ OpenSSL support => disabled (install ext/openssl)
1213+
1214+
1215+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
1216+ Phar fully realized by Gregory Beaver and Marcus Boerger.
1217+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
1218+ Directive => Local Value => Master Value
1219+ phar.cache_list => no value => no value
1222+
1224+
1225+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
1226+
1227+ Reflection
1228+
1229+ Reflection => enabled
1230+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
1231+
1232+ session
1233+
1234+ Session Support => enabled
1235+ Registered save handlers => files user
1236+ Registered serializer handlers => php php_binary
1237+
1238+ Directive => Local Value => Master Value
1239+ session.auto_start => Off => Off
1240+ session.cache_expire => 180 => 180
1241+ session.cache_limiter => nocache => nocache
1242+ session.cookie_domain => no value => no value
1243+ session.cookie_httponly => On => On
1244+ session.cookie_lifetime => 0 => 0
1245+ session.cookie_path => / => /
1246+ session.cookie_secure => Off => Off
1247+ session.entropy_file => /dev/urandom => /dev/urandom
1248+ session.entropy_length => 32 => 32
1249+ session.gc_divisor => 1000 => 1000
1250+ session.gc_maxlifetime => 1440 => 1440
1251+ session.gc_probability => 0 => 0
1252+ session.hash_bits_per_character => 5 => 5
1253+ session.hash_function => 0 => 0
1254+ session.name => PHPSESSID => PHPSESSID
1255+ session.referer_check => no value => no value
1256+ session.save_handler => files => files
1257+ session.save_path => /dev/shm/phpsession => /dev/shm/phpsession
1258+ session.serialize_handler => php => php
1259+ session.upload_progress.cleanup => On => On
1260+ session.upload_progress.enabled => On => On
1261+ session.upload_progress.freq => 1% => 1%
1262+ session.upload_progress.min_freq => 1 => 1
1263+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
1264+ session.upload_progress.prefix => upload_progress_ => upload_progress_
1265+ session.use_cookies => On => On
1266+ session.use_only_cookies => On => On
1267+ session.use_trans_sid => 0 => 0
1268+
1269+ SimpleXML
1270+
1271+ Simplexml support => enabled
1272+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
1273+ Schema support => enabled
1274+
1275+ soap
1276+
1277+ Soap Client => enabled
1278+ Soap Server => enabled
1279+
1280+ Directive => Local Value => Master Value
1281+ soap.wsdl_cache => 1 => 1
1282+ soap.wsdl_cache_dir => /tmp => /tmp
1283+ soap.wsdl_cache_enabled => 1 => 1
1284+ soap.wsdl_cache_limit => 5 => 5
1285+ soap.wsdl_cache_ttl => 86400 => 86400
1286+
1287+ sockets
1288+
1289+ Sockets Support => enabled
1290+
1291+ SPL
1292+
1293+ SPL support => enabled
1294+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
1295+ 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
1296+
1297+ standard
1298+
1299+ Dynamic Library Support => enabled
1300+ Path to sendmail => /usr/sbin/sendmail -t -i
1301+
1302+ Directive => Local Value => Master Value
1303+ assert.active => 1 => 1
1304+ assert.bail => 0 => 0
1305+ assert.callback => no value => no value
1306+ assert.quiet_eval => 0 => 0
1307+ assert.warning => 1 => 1
1308+ auto_detect_line_endings => 0 => 0
1309+ default_socket_timeout => 60 => 60
1310+ from => no value => no value
1311+ url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
1312+ user_agent => no value => no value
1313+
1314+ tokenizer
1315+
1316+ Tokenizer Support => enabled
1317+
1318+ xml
1319+
1320+ XML Support => active
1321+ XML Namespace Support => active
1322+ libxml2 Version => 2.8.0
1323+
1324+ xmlreader
1325+
1326+ XMLReader => enabled
1327+
1328+ xmlwriter
1329+
1330+ XMLWriter => enabled
1331+
1332+ zip
1333+
1334+ Zip => enabled
1335+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
1336+ Zip version => 1.11.0
1337+ Libzip version => 0.10.1
1338+
1339+ zlib
1340+
1341+ ZLib Support => enabled
1342+ Stream Wrapper => compress.zlib://
1343+ Stream Filter => zlib.inflate, zlib.deflate
1344+ Compiled Version => 1.2.7
1345+ Linked Version => 1.2.7
1346+
1347+ Directive => Local Value => Master Value
1348+ zlib.output_compression => Off => Off
1349+ zlib.output_compression_level => 1 => 1
1350+ zlib.output_handler => no value => no value
1351+
1352+ Additional Modules
1353+
1354+ Module Name
1355+ sysvsem
1356+ sysvshm
1357+ ===DONE===
1 (8%)
001+ phpinfo()
002+
003+ bz2
004+
005+ BZip2 Support => Enabled
006+ Stream Wrapper support => compress.bzip2://
007+ Stream Filter support => bzip2.decompress, bzip2.compress
008+ BZip2 Version => 1.0.6, 6-Sept-2010
009+
010+ Core
011+
012+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
014+ Directive => Local Value => Master Value
015+ allow_url_fopen => On => On
016+ allow_url_include => Off => Off
017+ always_populate_raw_post_data => Off => Off
018+ arg_separator.input => & => &
019+ arg_separator.output => & => &
020+ asp_tags => Off => Off
021+ auto_append_file => no value => no value
022+ auto_globals_jit => On => On
023+ auto_prepend_file => no value => no value
024+ browscap => no value => no value
025+ default_charset => no value => no value
026+ default_mimetype => text/html => text/html
027+ disable_classes => no value => no value
028+ disable_functions => no value => no value
029+ display_errors => STDOUT => STDOUT
030+ display_startup_errors => On => On
031+ doc_root => no value => no value
032+ docref_ext => .html => .html
033+ docref_root => no value => no value
034+ enable_dl => Off => Off
035+ enable_post_data_reading => On => On
036+ error_append_string => no value => no value
037+ error_log => no value => no value
038+ error_prepend_string => no value => no value
039+ error_reporting => 32767 => 32767
040+ exit_on_timeout => Off => Off
041+ expose_php => On => On
042+ extension_dir => /home/mariusz/php-5.4.23/modules/ => /home/mariusz/php-5.4.23/modules/
043+ file_uploads => On => On
044+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
045+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
046+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
047+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
048+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
049+ html_errors => Off => Off
050+ ignore_repeated_errors => Off => Off
051+ ignore_repeated_source => Off => Off
052+ ignore_user_abort => Off => Off
053+ implicit_flush => On => On
054+ include_path => .:/etc/php5/php => .:/etc/php5/php
055+ log_errors => Off => Off
056+ log_errors_max_len => 1024 => 1024
057+ mail.add_x_header => On => On
058+ mail.force_extra_parameters => no value => no value
059+ mail.log => no value => no value
060+ max_execution_time => 0 => 0
061+ max_file_uploads => 20 => 20
062+ max_input_nesting_level => 64 => 64
063+ max_input_time => -1 => -1
064+ max_input_vars => 1000 => 1000
065+ memory_limit => 128M => 128M
066+ open_basedir => no value => no value
067+ output_buffering => no value => no value
068+ output_handler => no value => no value
069+ post_max_size => 8M => 8M
070+ precision => 14 => 14
071+ realpath_cache_size => 16K => 16K
072+ realpath_cache_ttl => 120 => 120
073+ register_argc_argv => On => On
074+ report_memleaks => On => On
075+ report_zend_debug => Off => Off
076+ request_order => GP => GP
077+ sendmail_from => no value => no value
078+ sendmail_path => -t -i => -t -i
079+ serialize_precision => 17 => 17
080+ short_open_tag => Off => Off
081+ SMTP => localhost => localhost
082+ smtp_port => 25 => 25
083+ sql.safe_mode => Off => Off
084+ track_errors => On => On
085+ unserialize_callback_func => no value => no value
086+ upload_max_filesize => 2M => 2M
087+ upload_tmp_dir => no value => no value
088+ user_dir => no value => no value
089+ user_ini.cache_ttl => 300 => 300
090+ user_ini.filename => .user.ini => .user.ini
091+ variables_order => GPCS => GPCS
092+ xmlrpc_error_number => 0 => 0
093+ xmlrpc_errors => Off => Off
094+ zend.detect_unicode => On => On
095+ zend.enable_gc => On => On
096+ zend.multibyte => Off => Off
097+ zend.script_encoding => no value => no value
098+
099+ ctype
100+
101+ ctype functions => enabled
102+
103+ curl
104+
105+ cURL support => enabled
106+ cURL Information => 7.26.0
107+ Age => 3
108+ Features
109+ AsynchDNS => No
110+ Debug => Yes
111+ GSS-Negotiate => Yes
112+ IDN => Yes
113+ IPv6 => Yes
114+ Largefile => Yes
115+ NTLM => Yes
116+ SPNEGO => No
117+ SSL => Yes
118+ SSPI => No
119+ krb4 => No
120+ libz => Yes
121+ CharConv => No
122+ Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtmp, rtsp, scp, sftp, smtp, smtps, telnet, tftp
123+ Host => arm-unknown-linux-gnueabihf
124+ SSL Version => GnuTLS/2.12.20
125+ ZLib Version => 1.2.7
126+ libSSH Version => libssh2/1.4.2
127+
128+ date
129+
130+ date/time support => enabled
131+ "Olson" Timezone Database Version => 2013.8
132+ Timezone Database => internal
133+
134+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 2
135+ Default timezone => UTC
136+
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
023- Phar
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
138+ date.default_latitude => 31.7667 => 31.7667
139+ date.default_longitude => 35.2333 => 35.2333
140+ date.sunrise_zenith => 90.583333 => 90.583333
141+ date.sunset_zenith => 90.583333 => 90.583333
142+ date.timezone => no value => no value
143+
146+ DOM/XML => enabled
147+ DOM/XML API Version => 20031129
148+ libxml Version => 2.8.0
149+ HTML Support => enabled
150+ XPath Support => enabled
151+ XPointer Support => enabled
152+ Schema Support => enabled
153+ RelaxNG Support => enabled
154+
155+ ereg
156+
157+ Regex Library => Bundled library enabled
158+
159+ exif
160+
161+ EXIF Support => enabled
162+ EXIF Version => 1.4 $Id$
163+ Supported EXIF Version => 0220
164+ Supported filetypes => JPEG,TIFF
166+ Directive => Local Value => Master Value
167+ exif.decode_jis_intel => JIS => JIS
168+ exif.decode_jis_motorola => JIS => JIS
169+ exif.decode_unicode_intel => UCS-2LE => UCS-2LE
170+ exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
171+ exif.encode_jis => no value => no value
172+ exif.encode_unicode => ISO-8859-15 => ISO-8859-15
174+ fileinfo
175+
176+ fileinfo support => enabled
177+ version => 1.0.5
178+
179+ filter
180+
181+ Input Validation and Filtering => enabled
182+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
183+
185+ filter.default => unsafe_raw => unsafe_raw
186+ filter.default_flags => no value => no value
187+
188+ gd
189+
190+ GD Support => enabled
191+ GD Version => bundled (2.1.0 compatible)
192+ FreeType Support => enabled
193+ FreeType Linkage => with freetype
194+ FreeType Version => 2.4.9
195+ GIF Read Support => enabled
196+ GIF Create Support => enabled
197+ JPEG Support => enabled
198+ libJPEG Version => 6b
199+ PNG Support => enabled
200+ libPNG Version => 1.2.49
201+ WBMP Support => enabled
202+ XBM Support => enabled
203+
204+ Directive => Local Value => Master Value
205+ gd.jpeg_ignore_warning => 0 => 0
206+
207+ gettext
208+
209+ GetText Support => enabled
210+
211+ hash
212+
213+ hash support => enabled
214+ 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
215+
216+ iconv
217+
218+ iconv support => enabled
219+ iconv implementation => glibc
220+ iconv library version => 2.13
221+
222+ Directive => Local Value => Master Value
223+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
224+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
225+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
226+
227+ json
228+
229+ json support => enabled
230+ json version => 1.2.1
231+
232+ libxml
233+
234+ libXML support => active
235+ libXML Compiled Version => 2.8.0
236+ libXML Loaded Version => 20800
237+ libXML streams => enabled
238+
239+ mbstring
240+
241+ Multibyte Support => enabled
242+ Multibyte string engine => libmbfl
243+ HTTP input encoding translation => disabled
244+ libmbfl version => 1.3.2
245+
246+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
247+
248+ Multibyte (japanese) regex support => enabled
249+ Multibyte regex (oniguruma) backtrack check => On
250+ Multibyte regex (oniguruma) version => 4.7.1
251+
252+ Directive => Local Value => Master Value
253+ mbstring.detect_order => no value => no value
254+ mbstring.encoding_translation => Off => Off
255+ mbstring.func_overload => 0 => 0
256+ mbstring.http_input => pass => pass
257+ mbstring.http_output => pass => pass
258+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
259+ mbstring.internal_encoding => no value => no value
260+ mbstring.language => neutral => neutral
261+ mbstring.strict_detection => Off => Off
262+ mbstring.substitute_character => no value => no value
263+
264+ mcrypt
265+
266+ mcrypt support => enabled
267+ mcrypt_filter support => enabled
268+ Version => 2.5.8
269+ Api No => 20021217
270+ 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
271+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
272+
273+ Directive => Local Value => Master Value
274+ mcrypt.algorithms_dir => no value => no value
275+ mcrypt.modes_dir => no value => no value
276+
277+ mysql
278+
279+ MySQL Support => enabled
280+ Active Persistent Links => 0
281+ Active Links => 0
282+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
283+
284+ Directive => Local Value => Master Value
285+ mysql.allow_local_infile => On => On
286+ mysql.allow_persistent => On => On
287+ mysql.connect_timeout => 60 => 60
288+ mysql.default_host => no value => no value
289+ mysql.default_password => no value => no value
290+ mysql.default_port => no value => no value
291+ mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
292+ mysql.default_user => no value => no value
293+ mysql.max_links => Unlimited => Unlimited
294+ mysql.max_persistent => Unlimited => Unlimited
295+ mysql.trace_mode => Off => Off
296+
297+ mysqli
298+
299+ MysqlI Support => enabled
300+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
301+ Active Persistent Links => 0
302+ Inactive Persistent Links => 0
303+ Active Links => 0
304+
305+ Directive => Local Value => Master Value
306+ mysqli.allow_local_infile => On => On
307+ mysqli.allow_persistent => On => On
308+ mysqli.default_host => no value => no value
309+ mysqli.default_port => 3306 => 3306
310+ mysqli.default_pw => no value => no value
311+ mysqli.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
312+ mysqli.default_user => no value => no value
313+ mysqli.max_links => Unlimited => Unlimited
314+ mysqli.max_persistent => Unlimited => Unlimited
315+ mysqli.reconnect => Off => Off
316+
317+ mysqlnd
318+
319+ mysqlnd => enabled
320+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
321+ Compression => supported
322+ SSL => supported
323+ Command buffer size => 4096
324+ Read buffer size => 32768
325+ Read timeout => 31536000
326+ Collecting statistics => Yes
327+ Collecting memory statistics => No
328+ Tracing => n/a
329+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
330+ API Extensions => mysqli,pdo_mysql,mysql
331+
332+ mysqlnd statistics =>
333+ bytes_sent => 0
334+ bytes_received => 0
335+ packets_sent => 0
336+ packets_received => 0
337+ protocol_overhead_in => 0
338+ protocol_overhead_out => 0
339+ bytes_received_ok_packet => 0
340+ bytes_received_eof_packet => 0
341+ bytes_received_rset_header_packet => 0
342+ bytes_received_rset_field_meta_packet => 0
343+ bytes_received_rset_row_packet => 0
344+ bytes_received_prepare_response_packet => 0
345+ bytes_received_change_user_packet => 0
346+ packets_sent_command => 0
347+ packets_received_ok => 0
348+ packets_received_eof => 0
349+ packets_received_rset_header => 0
350+ packets_received_rset_field_meta => 0
351+ packets_received_rset_row => 0
352+ packets_received_prepare_response => 0
353+ packets_received_change_user => 0
354+ result_set_queries => 0
355+ non_result_set_queries => 0
356+ no_index_used => 0
357+ bad_index_used => 0
358+ slow_queries => 0
359+ buffered_sets => 0
360+ unbuffered_sets => 0
361+ ps_buffered_sets => 0
362+ ps_unbuffered_sets => 0
363+ flushed_normal_sets => 0
364+ flushed_ps_sets => 0
365+ ps_prepared_never_executed => 0
366+ ps_prepared_once_executed => 0
367+ rows_fetched_from_server_normal => 0
368+ rows_fetched_from_server_ps => 0
369+ rows_buffered_from_client_normal => 0
370+ rows_buffered_from_client_ps => 0
371+ rows_fetched_from_client_normal_buffered => 0
372+ rows_fetched_from_client_normal_unbuffered => 0
373+ rows_fetched_from_client_ps_buffered => 0
374+ rows_fetched_from_client_ps_unbuffered => 0
375+ rows_fetched_from_client_ps_cursor => 0
376+ rows_affected_normal => 0
377+ rows_affected_ps => 0
378+ rows_skipped_normal => 0
379+ rows_skipped_ps => 0
380+ copy_on_write_saved => 0
381+ copy_on_write_performed => 0
382+ command_buffer_too_small => 0
383+ connect_success => 0
384+ connect_failure => 0
385+ connection_reused => 0
386+ reconnect => 0
387+ pconnect_success => 0
388+ active_connections => 0
389+ active_persistent_connections => 0
390+ explicit_close => 0
391+ implicit_close => 0
392+ disconnect_close => 0
393+ in_middle_of_command_close => 0
394+ explicit_free_result => 0
395+ implicit_free_result => 0
396+ explicit_stmt_close => 0
397+ implicit_stmt_close => 0
398+ mem_emalloc_count => 0
399+ mem_emalloc_amount => 0
400+ mem_ecalloc_count => 0
401+ mem_ecalloc_amount => 0
402+ mem_erealloc_count => 0
403+ mem_erealloc_amount => 0
404+ mem_efree_count => 0
405+ mem_efree_amount => 0
406+ mem_malloc_count => 0
407+ mem_malloc_amount => 0
408+ mem_calloc_count => 0
409+ mem_calloc_amount => 0
410+ mem_realloc_count => 0
411+ mem_realloc_amount => 0
412+ mem_free_count => 0
413+ mem_free_amount => 0
414+ mem_estrndup_count => 0
415+ mem_strndup_count => 0
416+ mem_estndup_count => 0
417+ mem_strdup_count => 0
418+ proto_text_fetched_null => 0
419+ proto_text_fetched_bit => 0
420+ proto_text_fetched_tinyint => 0
421+ proto_text_fetched_short => 0
422+ proto_text_fetched_int24 => 0
423+ proto_text_fetched_int => 0
424+ proto_text_fetched_bigint => 0
425+ proto_text_fetched_decimal => 0
426+ proto_text_fetched_float => 0
427+ proto_text_fetched_double => 0
428+ proto_text_fetched_date => 0
429+ proto_text_fetched_year => 0
430+ proto_text_fetched_time => 0
431+ proto_text_fetched_datetime => 0
432+ proto_text_fetched_timestamp => 0
433+ proto_text_fetched_string => 0
434+ proto_text_fetched_blob => 0
435+ proto_text_fetched_enum => 0
436+ proto_text_fetched_set => 0
437+ proto_text_fetched_geometry => 0
438+ proto_text_fetched_other => 0
439+ proto_binary_fetched_null => 0
440+ proto_binary_fetched_bit => 0
441+ proto_binary_fetched_tinyint => 0
442+ proto_binary_fetched_short => 0
443+ proto_binary_fetched_int24 => 0
444+ proto_binary_fetched_int => 0
445+ proto_binary_fetched_bigint => 0
446+ proto_binary_fetched_decimal => 0
447+ proto_binary_fetched_float => 0
448+ proto_binary_fetched_double => 0
449+ proto_binary_fetched_date => 0
450+ proto_binary_fetched_year => 0
451+ proto_binary_fetched_time => 0
452+ proto_binary_fetched_datetime => 0
453+ proto_binary_fetched_timestamp => 0
454+ proto_binary_fetched_string => 0
455+ proto_binary_fetched_blob => 0
456+ proto_binary_fetched_enum => 0
457+ proto_binary_fetched_set => 0
458+ proto_binary_fetched_geometry => 0
459+ proto_binary_fetched_other => 0
460+ init_command_executed_count => 0
461+ init_command_failed_count => 0
462+ com_quit => 0
463+ com_init_db => 0
464+ com_query => 0
465+ com_field_list => 0
466+ com_create_db => 0
467+ com_drop_db => 0
468+ com_refresh => 0
469+ com_shutdown => 0
470+ com_statistics => 0
471+ com_process_info => 0
472+ com_connect => 0
473+ com_process_kill => 0
474+ com_debug => 0
475+ com_ping => 0
476+ com_time => 0
477+ com_delayed_insert => 0
478+ com_change_user => 0
479+ com_binlog_dump => 0
480+ com_table_dump => 0
481+ com_connect_out => 0
482+ com_register_slave => 0
483+ com_stmt_prepare => 0
484+ com_stmt_execute => 0
485+ com_stmt_send_long_data => 0
486+ com_stmt_close => 0
487+ com_stmt_reset => 0
488+ com_stmt_set_option => 0
489+ com_stmt_fetch => 0
490+ com_deamon => 0
491+ bytes_received_real_data_normal => 0
492+ bytes_received_real_data_ps => 0
493+
494+ example statistics =>
495+ stat1 => 0
496+ stat2 => 0
497+
498+ pcntl
499+
500+ pcntl support => enabled
501+
502+ pcre
503+
504+ PCRE (Perl Compatible Regular Expressions) Support => enabled
505+ PCRE Library Version => 8.32 2012-11-30
506+
507+ Directive => Local Value => Master Value
508+ pcre.backtrack_limit => 1000000 => 1000000
509+ pcre.recursion_limit => 100000 => 100000
510+
511+ PDO
512+
513+ PDO support => enabled
514+ PDO drivers => sqlite, mysql
515+
516+ pdo_mysql
517+
518+ PDO Driver for MySQL => enabled
519+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
520+
521+ Directive => Local Value => Master Value
522+ pdo_mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
523+
524+ pdo_sqlite
525+
526+ PDO Driver for SQLite 3.x => enabled
527+ SQLite Library => 3.7.7.1
528+
529+ Phar
530+
531+ Phar: PHP Archive support => enabled
532+ Phar EXT version => 2.0.1
533+ Phar API version => 1.1.1
534+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
535+ Phar-based phar archives => enabled
536+ Tar-based phar archives => enabled
537+ ZIP-based phar archives => enabled
538+ gzip compression => enabled
539+ bzip2 compression => enabled
540+ OpenSSL support => disabled (install ext/openssl)
541+
542+
543+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
544+ Phar fully realized by Gregory Beaver and Marcus Boerger.
545+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
546+ Directive => Local Value => Master Value
548+ phar.readonly => Off => Off
549+ phar.require_hash => Off => Off
550+
551+ posix
552+
553+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
554+
555+ Reflection
556+
557+ Reflection => enabled
558+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
559+
560+ session
561+
562+ Session Support => enabled
563+ Registered save handlers => files user
564+ Registered serializer handlers => php php_binary
565+
566+ Directive => Local Value => Master Value
567+ session.auto_start => Off => Off
568+ session.cache_expire => 180 => 180
569+ session.cache_limiter => nocache => nocache
570+ session.cookie_domain => no value => no value
571+ session.cookie_httponly => Off => Off
572+ session.cookie_lifetime => 0 => 0
573+ session.cookie_path => / => /
574+ session.cookie_secure => Off => Off
575+ session.entropy_file => /dev/urandom => /dev/urandom
576+ session.entropy_length => 32 => 32
577+ session.gc_divisor => 1000 => 1000
578+ session.gc_maxlifetime => 1440 => 1440
579+ session.gc_probability => 1 => 1
580+ session.hash_bits_per_character => 5 => 5
581+ session.hash_function => 0 => 0
582+ session.name => PHPSESSID => PHPSESSID
583+ session.referer_check => no value => no value
584+ session.save_handler => files => files
585+ session.save_path => no value => no value
586+ session.serialize_handler => php => php
587+ session.upload_progress.cleanup => On => On
588+ session.upload_progress.enabled => On => On
589+ session.upload_progress.freq => 1% => 1%
590+ session.upload_progress.min_freq => 1 => 1
591+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
592+ session.upload_progress.prefix => upload_progress_ => upload_progress_
593+ session.use_cookies => On => On
594+ session.use_only_cookies => On => On
595+ session.use_trans_sid => 0 => 0
596+
597+ shmop
598+
599+ shmop support => enabled
600+
601+ SimpleXML
602+
603+ Simplexml support => enabled
604+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
605+ Schema support => enabled
606+
607+ soap
608+
609+ Soap Client => enabled
610+ Soap Server => enabled
611+
612+ Directive => Local Value => Master Value
613+ soap.wsdl_cache => 1 => 1
614+ soap.wsdl_cache_dir => /tmp => /tmp
615+ soap.wsdl_cache_enabled => 1 => 1
616+ soap.wsdl_cache_limit => 5 => 5
617+ soap.wsdl_cache_ttl => 86400 => 86400
618+
619+ sockets
620+
621+ Sockets Support => enabled
622+
623+ SPL
624+
625+ SPL support => enabled
626+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
627+ 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
628+
629+ sqlite3
630+
631+ SQLite3 support => enabled
632+ SQLite3 module version => 0.7
633+ SQLite Library => 3.7.7.1
634+
635+ Directive => Local Value => Master Value
636+ sqlite3.extension_dir => no value => no value
637+
638+ standard
639+
640+ Dynamic Library Support => enabled
641+ Path to sendmail => -t -i
642+
643+ Directive => Local Value => Master Value
644+ assert.active => 1 => 1
645+ assert.bail => 0 => 0
646+ assert.callback => no value => no value
647+ assert.quiet_eval => 0 => 0
648+ assert.warning => 1 => 1
649+ auto_detect_line_endings => 0 => 0
650+ default_socket_timeout => 60 => 60
651+ from => no value => no value
652+ url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
653+ user_agent => no value => no value
654+
655+ tidy
656+
657+ Tidy support => enabled
658+ libTidy Release => 25 March 2009
659+ Extension Version => 2.0 ($Id$)
660+
661+ Directive => Local Value => Master Value
662+ tidy.clean_output => 0 => 0
663+ tidy.default_config => no value => no value
664+
665+ tokenizer
666+
667+ Tokenizer Support => enabled
668+
669+ xml
670+
671+ XML Support => active
672+ XML Namespace Support => active
673+ libxml2 Version => 2.8.0
674+
675+ xmlreader
676+
677+ XMLReader => enabled
678+
679+ xmlwriter
680+
681+ XMLWriter => enabled
682+
683+ xsl
684+
685+ XSL => enabled
686+ libxslt Version => 1.1.26
687+ libxslt compiled against libxml Version => 2.8.0
688+ EXSLT => enabled
689+ libexslt Version => 1.1.26
690+
691+ zlib
692+
693+ ZLib Support => enabled
694+ Stream Wrapper => compress.zlib://
695+ Stream Filter => zlib.inflate, zlib.deflate
696+ Compiled Version => 1.2.7
697+ Linked Version => 1.2.7
698+
699+ Directive => Local Value => Master Value
700+ zlib.output_compression => Off => Off
701+ zlib.output_compression_level => -1 => -1
702+ zlib.output_handler => no value => no value
703+
704+ Additional Modules
705+
706+ Module Name
707+ phpinfo()
708+
709+ bz2
710+
711+ BZip2 Support => Enabled
712+ Stream Wrapper support => compress.bzip2://
713+ Stream Filter support => bzip2.decompress, bzip2.compress
714+ BZip2 Version => 1.0.6, 6-Sept-2010
715+
716+ Core
717+
718+ PHP Version => 5.4.23
719+
720+ Directive => Local Value => Master Value
721+ allow_url_fopen => On => On
722+ allow_url_include => Off => Off
723+ always_populate_raw_post_data => Off => Off
724+ arg_separator.input => & => &
725+ arg_separator.output => & => &
726+ asp_tags => Off => Off
727+ auto_append_file => no value => no value
728+ auto_globals_jit => On => On
729+ auto_prepend_file => no value => no value
730+ browscap => no value => no value
731+ default_charset => no value => no value
732+ default_mimetype => text/html => text/html
733+ disable_classes => no value => no value
734+ disable_functions => no value => no value
735+ display_errors => STDOUT => STDOUT
736+ display_startup_errors => On => On
737+ doc_root => no value => no value
738+ docref_ext => .html => .html
739+ docref_root => no value => no value
740+ enable_dl => Off => Off
741+ enable_post_data_reading => On => On
742+ error_append_string => no value => no value
743+ error_log => no value => no value
744+ error_prepend_string => no value => no value
745+ error_reporting => 32767 => 32767
746+ exit_on_timeout => Off => Off
747+ expose_php => On => On
748+ extension_dir => /home/mariusz/php-5.4.23/modules/ => /home/mariusz/php-5.4.23/modules/
749+ file_uploads => On => On
750+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
751+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
752+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
753+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
754+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
755+ html_errors => Off => Off
756+ ignore_repeated_errors => Off => Off
757+ ignore_repeated_source => Off => Off
758+ ignore_user_abort => Off => Off
759+ implicit_flush => On => On
760+ include_path => .:/etc/php5/php => .:/etc/php5/php
761+ log_errors => Off => Off
762+ log_errors_max_len => 1024 => 1024
763+ mail.add_x_header => On => On
764+ mail.force_extra_parameters => no value => no value
765+ mail.log => no value => no value
766+ max_execution_time => 0 => 0
767+ max_file_uploads => 20 => 20
768+ max_input_nesting_level => 64 => 64
769+ max_input_time => -1 => -1
770+ max_input_vars => 1000 => 1000
771+ memory_limit => 128M => 128M
772+ open_basedir => no value => no value
773+ output_buffering => no value => no value
774+ output_handler => no value => no value
775+ post_max_size => 8M => 8M
776+ precision => 14 => 14
777+ realpath_cache_size => 16K => 16K
778+ realpath_cache_ttl => 120 => 120
779+ register_argc_argv => On => On
780+ report_memleaks => On => On
781+ report_zend_debug => Off => Off
782+ request_order => GP => GP
783+ sendmail_from => no value => no value
784+ sendmail_path => -t -i => -t -i
785+ serialize_precision => 17 => 17
786+ short_open_tag => Off => Off
787+ SMTP => localhost => localhost
788+ smtp_port => 25 => 25
789+ sql.safe_mode => Off => Off
790+ track_errors => On => On
791+ unserialize_callback_func => no value => no value
792+ upload_max_filesize => 2M => 2M
793+ upload_tmp_dir => no value => no value
794+ user_dir => no value => no value
795+ user_ini.cache_ttl => 300 => 300
796+ user_ini.filename => .user.ini => .user.ini
797+ variables_order => GPCS => GPCS
798+ xmlrpc_error_number => 0 => 0
799+ xmlrpc_errors => Off => Off
800+ zend.detect_unicode => On => On
801+ zend.enable_gc => On => On
802+ zend.multibyte => Off => Off
803+ zend.script_encoding => no value => no value
804+
805+ ctype
806+
807+ ctype functions => enabled
808+
809+ curl
810+
811+ cURL support => enabled
812+ cURL Information => 7.26.0
813+ Age => 3
814+ Features
815+ AsynchDNS => No
816+ Debug => Yes
817+ GSS-Negotiate => Yes
818+ IDN => Yes
819+ IPv6 => Yes
820+ Largefile => Yes
821+ NTLM => Yes
822+ SPNEGO => No
823+ SSL => Yes
824+ SSPI => No
825+ krb4 => No
826+ libz => Yes
827+ CharConv => No
828+ Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtmp, rtsp, scp, sftp, smtp, smtps, telnet, tftp
829+ Host => arm-unknown-linux-gnueabihf
830+ SSL Version => GnuTLS/2.12.20
831+ ZLib Version => 1.2.7
832+ libSSH Version => libssh2/1.4.2
833+
834+ date
835+
836+ date/time support => enabled
837+ "Olson" Timezone Database Version => 2013.8
838+ Timezone Database => internal
839+
840+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 5
841+ Default timezone => UTC
842+
843+ Directive => Local Value => Master Value
844+ date.default_latitude => 31.7667 => 31.7667
845+ date.default_longitude => 35.2333 => 35.2333
846+ date.sunrise_zenith => 90.583333 => 90.583333
847+ date.sunset_zenith => 90.583333 => 90.583333
848+ date.timezone => no value => no value
849+
850+ dom
851+
852+ DOM/XML => enabled
853+ DOM/XML API Version => 20031129
854+ libxml Version => 2.8.0
855+ HTML Support => enabled
856+ XPath Support => enabled
857+ XPointer Support => enabled
858+ Schema Support => enabled
859+ RelaxNG Support => enabled
860+
861+ ereg
862+
863+ Regex Library => Bundled library enabled
864+
865+ exif
866+
867+ EXIF Support => enabled
868+ EXIF Version => 1.4 $Id$
869+ Supported EXIF Version => 0220
870+ Supported filetypes => JPEG,TIFF
871+
872+ Directive => Local Value => Master Value
873+ exif.decode_jis_intel => JIS => JIS
874+ exif.decode_jis_motorola => JIS => JIS
875+ exif.decode_unicode_intel => UCS-2LE => UCS-2LE
876+ exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
877+ exif.encode_jis => no value => no value
878+ exif.encode_unicode => ISO-8859-15 => ISO-8859-15
879+
880+ fileinfo
881+
882+ fileinfo support => enabled
883+ version => 1.0.5
884+
885+ filter
886+
887+ Input Validation and Filtering => enabled
888+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
889+
890+ Directive => Local Value => Master Value
891+ filter.default => unsafe_raw => unsafe_raw
892+ filter.default_flags => no value => no value
893+
894+ gd
895+
896+ GD Support => enabled
897+ GD Version => bundled (2.1.0 compatible)
898+ FreeType Support => enabled
899+ FreeType Linkage => with freetype
900+ FreeType Version => 2.4.9
901+ GIF Read Support => enabled
902+ GIF Create Support => enabled
903+ JPEG Support => enabled
904+ libJPEG Version => 6b
905+ PNG Support => enabled
906+ libPNG Version => 1.2.49
907+ WBMP Support => enabled
908+ XBM Support => enabled
909+
910+ Directive => Local Value => Master Value
911+ gd.jpeg_ignore_warning => 0 => 0
912+
913+ gettext
914+
915+ GetText Support => enabled
916+
917+ hash
918+
919+ hash support => enabled
920+ 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
921+
922+ iconv
923+
924+ iconv support => enabled
925+ iconv implementation => glibc
926+ iconv library version => 2.13
927+
928+ Directive => Local Value => Master Value
929+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
930+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
931+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
932+
933+ json
934+
935+ json support => enabled
936+ json version => 1.2.1
937+
938+ libxml
939+
940+ libXML support => active
941+ libXML Compiled Version => 2.8.0
942+ libXML Loaded Version => 20800
943+ libXML streams => enabled
944+
945+ mbstring
946+
947+ Multibyte Support => enabled
948+ Multibyte string engine => libmbfl
949+ HTTP input encoding translation => disabled
950+ libmbfl version => 1.3.2
951+
952+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
953+
954+ Multibyte (japanese) regex support => enabled
955+ Multibyte regex (oniguruma) backtrack check => On
956+ Multibyte regex (oniguruma) version => 4.7.1
957+
958+ Directive => Local Value => Master Value
959+ mbstring.detect_order => no value => no value
960+ mbstring.encoding_translation => Off => Off
961+ mbstring.func_overload => 0 => 0
962+ mbstring.http_input => pass => pass
963+ mbstring.http_output => pass => pass
964+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
965+ mbstring.internal_encoding => no value => no value
966+ mbstring.language => neutral => neutral
967+ mbstring.strict_detection => Off => Off
968+ mbstring.substitute_character => no value => no value
969+
970+ mcrypt
971+
972+ mcrypt support => enabled
973+ mcrypt_filter support => enabled
974+ Version => 2.5.8
975+ Api No => 20021217
976+ 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
977+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
978+
979+ Directive => Local Value => Master Value
980+ mcrypt.algorithms_dir => no value => no value
981+ mcrypt.modes_dir => no value => no value
982+
983+ mysql
984+
985+ MySQL Support => enabled
986+ Active Persistent Links => 0
987+ Active Links => 0
988+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
989+
990+ Directive => Local Value => Master Value
991+ mysql.allow_local_infile => On => On
992+ mysql.allow_persistent => On => On
993+ mysql.connect_timeout => 60 => 60
994+ mysql.default_host => no value => no value
995+ mysql.default_password => no value => no value
996+ mysql.default_port => no value => no value
997+ mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
998+ mysql.default_user => no value => no value
999+ mysql.max_links => Unlimited => Unlimited
1000+ mysql.max_persistent => Unlimited => Unlimited
1001+ mysql.trace_mode => Off => Off
1002+
1003+ mysqli
1004+
1005+ MysqlI Support => enabled
1006+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1007+ Active Persistent Links => 0
1008+ Inactive Persistent Links => 0
1009+ Active Links => 0
1010+
1011+ Directive => Local Value => Master Value
1012+ mysqli.allow_local_infile => On => On
1013+ mysqli.allow_persistent => On => On
1014+ mysqli.default_host => no value => no value
1015+ mysqli.default_port => 3306 => 3306
1016+ mysqli.default_pw => no value => no value
1017+ mysqli.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
1018+ mysqli.default_user => no value => no value
1019+ mysqli.max_links => Unlimited => Unlimited
1020+ mysqli.max_persistent => Unlimited => Unlimited
1021+ mysqli.reconnect => Off => Off
1022+
1023+ mysqlnd
1024+
1025+ mysqlnd => enabled
1026+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1027+ Compression => supported
1028+ SSL => supported
1029+ Command buffer size => 4096
1030+ Read buffer size => 32768
1031+ Read timeout => 31536000
1032+ Collecting statistics => Yes
1033+ Collecting memory statistics => No
1034+ Tracing => n/a
1035+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
1036+ API Extensions => mysqli,pdo_mysql,mysql
1037+
1038+ mysqlnd statistics =>
1039+ bytes_sent => 0
1040+ bytes_received => 0
1041+ packets_sent => 0
1042+ packets_received => 0
1043+ protocol_overhead_in => 0
1044+ protocol_overhead_out => 0
1045+ bytes_received_ok_packet => 0
1046+ bytes_received_eof_packet => 0
1047+ bytes_received_rset_header_packet => 0
1048+ bytes_received_rset_field_meta_packet => 0
1049+ bytes_received_rset_row_packet => 0
1050+ bytes_received_prepare_response_packet => 0
1051+ bytes_received_change_user_packet => 0
1052+ packets_sent_command => 0
1053+ packets_received_ok => 0
1054+ packets_received_eof => 0
1055+ packets_received_rset_header => 0
1056+ packets_received_rset_field_meta => 0
1057+ packets_received_rset_row => 0
1058+ packets_received_prepare_response => 0
1059+ packets_received_change_user => 0
1060+ result_set_queries => 0
1061+ non_result_set_queries => 0
1062+ no_index_used => 0
1063+ bad_index_used => 0
1064+ slow_queries => 0
1065+ buffered_sets => 0
1066+ unbuffered_sets => 0
1067+ ps_buffered_sets => 0
1068+ ps_unbuffered_sets => 0
1069+ flushed_normal_sets => 0
1070+ flushed_ps_sets => 0
1071+ ps_prepared_never_executed => 0
1072+ ps_prepared_once_executed => 0
1073+ rows_fetched_from_server_normal => 0
1074+ rows_fetched_from_server_ps => 0
1075+ rows_buffered_from_client_normal => 0
1076+ rows_buffered_from_client_ps => 0
1077+ rows_fetched_from_client_normal_buffered => 0
1078+ rows_fetched_from_client_normal_unbuffered => 0
1079+ rows_fetched_from_client_ps_buffered => 0
1080+ rows_fetched_from_client_ps_unbuffered => 0
1081+ rows_fetched_from_client_ps_cursor => 0
1082+ rows_affected_normal => 0
1083+ rows_affected_ps => 0
1084+ rows_skipped_normal => 0
1085+ rows_skipped_ps => 0
1086+ copy_on_write_saved => 0
1087+ copy_on_write_performed => 0
1088+ command_buffer_too_small => 0
1089+ connect_success => 0
1090+ connect_failure => 0
1091+ connection_reused => 0
1092+ reconnect => 0
1093+ pconnect_success => 0
1094+ active_connections => 0
1095+ active_persistent_connections => 0
1096+ explicit_close => 0
1097+ implicit_close => 0
1098+ disconnect_close => 0
1099+ in_middle_of_command_close => 0
1100+ explicit_free_result => 0
1101+ implicit_free_result => 0
1102+ explicit_stmt_close => 0
1103+ implicit_stmt_close => 0
1104+ mem_emalloc_count => 0
1105+ mem_emalloc_amount => 0
1106+ mem_ecalloc_count => 0
1107+ mem_ecalloc_amount => 0
1108+ mem_erealloc_count => 0
1109+ mem_erealloc_amount => 0
1110+ mem_efree_count => 0
1111+ mem_efree_amount => 0
1112+ mem_malloc_count => 0
1113+ mem_malloc_amount => 0
1114+ mem_calloc_count => 0
1115+ mem_calloc_amount => 0
1116+ mem_realloc_count => 0
1117+ mem_realloc_amount => 0
1118+ mem_free_count => 0
1119+ mem_free_amount => 0
1120+ mem_estrndup_count => 0
1121+ mem_strndup_count => 0
1122+ mem_estndup_count => 0
1123+ mem_strdup_count => 0
1124+ proto_text_fetched_null => 0
1125+ proto_text_fetched_bit => 0
1126+ proto_text_fetched_tinyint => 0
1127+ proto_text_fetched_short => 0
1128+ proto_text_fetched_int24 => 0
1129+ proto_text_fetched_int => 0
1130+ proto_text_fetched_bigint => 0
1131+ proto_text_fetched_decimal => 0
1132+ proto_text_fetched_float => 0
1133+ proto_text_fetched_double => 0
1134+ proto_text_fetched_date => 0
1135+ proto_text_fetched_year => 0
1136+ proto_text_fetched_time => 0
1137+ proto_text_fetched_datetime => 0
1138+ proto_text_fetched_timestamp => 0
1139+ proto_text_fetched_string => 0
1140+ proto_text_fetched_blob => 0
1141+ proto_text_fetched_enum => 0
1142+ proto_text_fetched_set => 0
1143+ proto_text_fetched_geometry => 0
1144+ proto_text_fetched_other => 0
1145+ proto_binary_fetched_null => 0
1146+ proto_binary_fetched_bit => 0
1147+ proto_binary_fetched_tinyint => 0
1148+ proto_binary_fetched_short => 0
1149+ proto_binary_fetched_int24 => 0
1150+ proto_binary_fetched_int => 0
1151+ proto_binary_fetched_bigint => 0
1152+ proto_binary_fetched_decimal => 0
1153+ proto_binary_fetched_float => 0
1154+ proto_binary_fetched_double => 0
1155+ proto_binary_fetched_date => 0
1156+ proto_binary_fetched_year => 0
1157+ proto_binary_fetched_time => 0
1158+ proto_binary_fetched_datetime => 0
1159+ proto_binary_fetched_timestamp => 0
1160+ proto_binary_fetched_string => 0
1161+ proto_binary_fetched_blob => 0
1162+ proto_binary_fetched_enum => 0
1163+ proto_binary_fetched_set => 0
1164+ proto_binary_fetched_geometry => 0
1165+ proto_binary_fetched_other => 0
1166+ init_command_executed_count => 0
1167+ init_command_failed_count => 0
1168+ com_quit => 0
1169+ com_init_db => 0
1170+ com_query => 0
1171+ com_field_list => 0
1172+ com_create_db => 0
1173+ com_drop_db => 0
1174+ com_refresh => 0
1175+ com_shutdown => 0
1176+ com_statistics => 0
1177+ com_process_info => 0
1178+ com_connect => 0
1179+ com_process_kill => 0
1180+ com_debug => 0
1181+ com_ping => 0
1182+ com_time => 0
1183+ com_delayed_insert => 0
1184+ com_change_user => 0
1185+ com_binlog_dump => 0
1186+ com_table_dump => 0
1187+ com_connect_out => 0
1188+ com_register_slave => 0
1189+ com_stmt_prepare => 0
1190+ com_stmt_execute => 0
1191+ com_stmt_send_long_data => 0
1192+ com_stmt_close => 0
1193+ com_stmt_reset => 0
1194+ com_stmt_set_option => 0
1195+ com_stmt_fetch => 0
1196+ com_deamon => 0
1197+ bytes_received_real_data_normal => 0
1198+ bytes_received_real_data_ps => 0
1199+
1200+ example statistics =>
1201+ stat1 => 0
1202+ stat2 => 0
1203+
1204+ pcntl
1205+
1206+ pcntl support => enabled
1207+
1208+ pcre
1209+
1210+ PCRE (Perl Compatible Regular Expressions) Support => enabled
1211+ PCRE Library Version => 8.32 2012-11-30
1212+
1213+ Directive => Local Value => Master Value
1214+ pcre.backtrack_limit => 1000000 => 1000000
1215+ pcre.recursion_limit => 100000 => 100000
1216+
1217+ PDO
1218+
1219+ PDO support => enabled
1220+ PDO drivers => sqlite, mysql
1221+
1222+ pdo_mysql
1223+
1224+ PDO Driver for MySQL => enabled
1225+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1226+
1227+ Directive => Local Value => Master Value
1228+ pdo_mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
1229+
1230+ pdo_sqlite
1231+
1232+ PDO Driver for SQLite 3.x => enabled
1233+ SQLite Library => 3.7.7.1
1234+
1235+ Phar
1236+
1237+ Phar: PHP Archive support => enabled
1238+ Phar EXT version => 2.0.1
1239+ Phar API version => 1.1.1
1240+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
1241+ Phar-based phar archives => enabled
1242+ Tar-based phar archives => enabled
1243+ ZIP-based phar archives => enabled
1244+ gzip compression => enabled
1245+ bzip2 compression => enabled
1246+ OpenSSL support => disabled (install ext/openssl)
1247+
1248+
1249+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
1250+ Phar fully realized by Gregory Beaver and Marcus Boerger.
1251+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
1252+ Directive => Local Value => Master Value
1253+ phar.cache_list => no value => no value
1256+
1258+
1259+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
1260+
1261+ Reflection
1262+
1263+ Reflection => enabled
1264+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
1265+
1266+ session
1267+
1268+ Session Support => enabled
1269+ Registered save handlers => files user
1270+ Registered serializer handlers => php php_binary
1271+
1272+ Directive => Local Value => Master Value
1273+ session.auto_start => Off => Off
1274+ session.cache_expire => 180 => 180
1275+ session.cache_limiter => nocache => nocache
1276+ session.cookie_domain => no value => no value
1277+ session.cookie_httponly => Off => Off
1278+ session.cookie_lifetime => 0 => 0
1279+ session.cookie_path => / => /
1280+ session.cookie_secure => Off => Off
1281+ session.entropy_file => /dev/urandom => /dev/urandom
1282+ session.entropy_length => 32 => 32
1283+ session.gc_divisor => 1000 => 1000
1284+ session.gc_maxlifetime => 1440 => 1440
1285+ session.gc_probability => 1 => 1
1286+ session.hash_bits_per_character => 5 => 5
1287+ session.hash_function => 0 => 0
1288+ session.name => PHPSESSID => PHPSESSID
1289+ session.referer_check => no value => no value
1290+ session.save_handler => files => files
1291+ session.save_path => no value => no value
1292+ session.serialize_handler => php => php
1293+ session.upload_progress.cleanup => On => On
1294+ session.upload_progress.enabled => On => On
1295+ session.upload_progress.freq => 1% => 1%
1296+ session.upload_progress.min_freq => 1 => 1
1297+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
1298+ session.upload_progress.prefix => upload_progress_ => upload_progress_
1299+ session.use_cookies => On => On
1300+ session.use_only_cookies => On => On
1301+ session.use_trans_sid => 0 => 0
1302+
1303+ shmop
1304+
1305+ shmop support => enabled
1306+
1307+ SimpleXML
1308+
1309+ Simplexml support => enabled
1310+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
1311+ Schema support => enabled
1312+
1313+ soap
1314+
1315+ Soap Client => enabled
1316+ Soap Server => enabled
1317+
1318+ Directive => Local Value => Master Value
1319+ soap.wsdl_cache => 1 => 1
1320+ soap.wsdl_cache_dir => /tmp => /tmp
1321+ soap.wsdl_cache_enabled => 1 => 1
1322+ soap.wsdl_cache_limit => 5 => 5
1323+ soap.wsdl_cache_ttl => 86400 => 86400
1324+
1325+ sockets
1326+
1327+ Sockets Support => enabled
1328+
1329+ SPL
1330+
1331+ SPL support => enabled
1332+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
1333+ 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
1334+
1335+ sqlite3
1336+
1337+ SQLite3 support => enabled
1338+ SQLite3 module version => 0.7
1339+ SQLite Library => 3.7.7.1
1340+
1341+ Directive => Local Value => Master Value
1342+ sqlite3.extension_dir => no value => no value
1343+
1344+ standard
1345+
1346+ Dynamic Library Support => enabled
1347+ Path to sendmail => -t -i
1348+
1349+ Directive => Local Value => Master Value
1350+ assert.active => 1 => 1
1351+ assert.bail => 0 => 0
1352+ assert.callback => no value => no value
1353+ assert.quiet_eval => 0 => 0
1354+ assert.warning => 1 => 1
1355+ auto_detect_line_endings => 0 => 0
1356+ default_socket_timeout => 60 => 60
1357+ from => no value => no value
1358+ url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
1359+ user_agent => no value => no value
1360+
1361+ tidy
1362+
1363+ Tidy support => enabled
1364+ libTidy Release => 25 March 2009
1365+ Extension Version => 2.0 ($Id$)
1366+
1367+ Directive => Local Value => Master Value
1368+ tidy.clean_output => 0 => 0
1369+ tidy.default_config => no value => no value
1370+
1371+ tokenizer
1372+
1373+ Tokenizer Support => enabled
1374+
1375+ xml
1376+
1377+ XML Support => active
1378+ XML Namespace Support => active
1379+ libxml2 Version => 2.8.0
1380+
1381+ xmlreader
1382+
1383+ XMLReader => enabled
1384+
1385+ xmlwriter
1386+
1387+ XMLWriter => enabled
1388+
1389+ xsl
1390+
1391+ XSL => enabled
1392+ libxslt Version => 1.1.26
1393+ libxslt compiled against libxml Version => 2.8.0
1394+ EXSLT => enabled
1395+ libexslt Version => 1.1.26
1396+
1397+ zlib
1398+
1399+ ZLib Support => enabled
1400+ Stream Wrapper => compress.zlib://
1401+ Stream Filter => zlib.inflate, zlib.deflate
1402+ Compiled Version => 1.2.7
1403+ Linked Version => 1.2.7
1404+
1405+ Directive => Local Value => Master Value
1406+ zlib.output_compression => Off => Off
1407+ zlib.output_compression_level => -1 => -1
1408+ zlib.output_handler => no value => no value
1409+
1410+ Additional Modules
1411+
1412+ Module Name
1413+ ===DONE===
1 (8%)
001+ phpinfo()
002+
003+ bz2
004+
005+ BZip2 Support => Enabled
006+ Stream Wrapper support => compress.bzip2://
007+ Stream Filter support => bzip2.decompress, bzip2.compress
008+ BZip2 Version => 1.0.5, 10-Dec-2007
009+
010+ calendar
011+
012+ Calendar support => enabled
013+
014+ Core
015+
016+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
018+ Directive => Local Value => Master Value
019+ allow_url_fopen => On => On
020+ allow_url_include => Off => Off
021+ always_populate_raw_post_data => Off => Off
022+ arg_separator.input => & => &
023+ arg_separator.output => & => &
024+ asp_tags => Off => Off
025+ auto_append_file => no value => no value
026+ auto_globals_jit => On => On
027+ auto_prepend_file => no value => no value
028+ browscap => no value => no value
029+ default_charset => no value => no value
030+ default_mimetype => text/html => text/html
031+ disable_classes => no value => no value
032+ disable_functions => no value => no value
033+ display_errors => STDOUT => STDOUT
034+ display_startup_errors => On => On
035+ doc_root => no value => no value
036+ docref_ext => .html => .html
037+ docref_root => no value => no value
038+ enable_dl => On => On
039+ enable_post_data_reading => On => On
040+ error_append_string => no value => no value
041+ error_log => no value => no value
042+ error_prepend_string => no value => no value
043+ error_reporting => 32767 => 32767
044+ exit_on_timeout => Off => Off
045+ expose_php => On => On
046+ extension_dir => /usr/local/src/lnmp-0.3/php-5.4.23/modules/ => /usr/local/src/lnmp-0.3/php-5.4.23/modules/
047+ file_uploads => On => On
048+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
049+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
050+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
051+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
052+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
053+ html_errors => Off => Off
054+ ignore_repeated_errors => Off => Off
055+ ignore_repeated_source => Off => Off
056+ ignore_user_abort => Off => Off
057+ implicit_flush => On => On
058+ include_path => .:/usr/local/php/lib/php => .:/usr/local/php/lib/php
059+ log_errors => Off => Off
060+ log_errors_max_len => 1024 => 1024
061+ mail.add_x_header => Off => Off
062+ mail.force_extra_parameters => no value => no value
063+ mail.log => no value => no value
064+ max_execution_time => 0 => 0
065+ max_file_uploads => 20 => 20
066+ max_input_nesting_level => 64 => 64
067+ max_input_time => -1 => -1
068+ max_input_vars => 1000 => 1000
069+ memory_limit => 128M => 128M
070+ open_basedir => no value => no value
071+ output_buffering => no value => no value
072+ output_handler => no value => no value
073+ post_max_size => 8M => 8M
074+ precision => 14 => 14
075+ realpath_cache_size => 16K => 16K
076+ realpath_cache_ttl => 120 => 120
077+ register_argc_argv => On => On
078+ report_memleaks => On => On
079+ report_zend_debug => Off => Off
080+ request_order => no value => no value
081+ sendmail_from => no value => no value
082+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
083+ serialize_precision => 17 => 17
084+ short_open_tag => On => On
085+ SMTP => localhost => localhost
086+ smtp_port => 25 => 25
087+ sql.safe_mode => Off => Off
088+ track_errors => On => On
089+ unserialize_callback_func => no value => no value
090+ upload_max_filesize => 2M => 2M
091+ upload_tmp_dir => no value => no value
092+ user_dir => no value => no value
093+ user_ini.cache_ttl => 300 => 300
094+ user_ini.filename => .user.ini => .user.ini
095+ variables_order => EGPCS => EGPCS
096+ xmlrpc_error_number => 0 => 0
097+ xmlrpc_errors => Off => Off
098+ zend.detect_unicode => On => On
099+ zend.enable_gc => On => On
100+ zend.multibyte => Off => Off
101+ zend.script_encoding => no value => no value
102+
103+ ctype
104+
105+ ctype functions => enabled
106+
107+ curl
108+
109+ cURL support => enabled
110+ cURL Information => 7.19.7
111+ Age => 3
112+ Features
113+ AsynchDNS => No
114+ Debug => No
115+ GSS-Negotiate => Yes
116+ IDN => Yes
117+ IPv6 => Yes
118+ Largefile => Yes
119+ NTLM => Yes
120+ SPNEGO => No
121+ SSL => Yes
122+ SSPI => No
123+ krb4 => No
124+ libz => Yes
125+ CharConv => No
126+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
127+ Host => x86_64-redhat-linux-gnu
128+ SSL Version => NSS/3.19.1 Basic ECC
129+ ZLib Version => 1.2.3
130+ libSSH Version => libssh2/1.4.2
131+
132+ date
133+
134+ date/time support => enabled
135+ "Olson" Timezone Database Version => 2013.8
136+ Timezone Database => internal
137+
138+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 2
139+ Default timezone => UTC
140+
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
023- Phar
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
142+ date.default_latitude => 31.7667 => 31.7667
143+ date.default_longitude => 35.2333 => 35.2333
144+ date.sunrise_zenith => 90.583333 => 90.583333
145+ date.sunset_zenith => 90.583333 => 90.583333
146+ date.timezone => no value => no value
147+
150+ DOM/XML => enabled
151+ DOM/XML API Version => 20031129
152+ libxml Version => 2.7.6
153+ HTML Support => enabled
154+ XPath Support => enabled
155+ XPointer Support => enabled
156+ Schema Support => enabled
157+ RelaxNG Support => enabled
158+
159+ ereg
160+
161+ Regex Library => Bundled library enabled
162+
163+ fileinfo
164+
165+ fileinfo support => enabled
166+ version => 1.0.5
168+ filter
170+ Input Validation and Filtering => enabled
171+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
172+
174+ filter.default => unsafe_raw => unsafe_raw
175+ filter.default_flags => no value => no value
176+
177+ ftp
178+
179+ FTP support => enabled
180+
181+ gd
182+
183+ GD Support => enabled
184+ GD Version => bundled (2.1.0 compatible)
185+ FreeType Support => enabled
186+ FreeType Linkage => with freetype
187+ FreeType Version => 2.3.11
188+ GIF Read Support => enabled
189+ GIF Create Support => enabled
190+ JPEG Support => enabled
191+ libJPEG Version => 6b
192+ PNG Support => enabled
193+ libPNG Version => 1.2.49
194+ WBMP Support => enabled
195+ XBM Support => enabled
196+
197+ Directive => Local Value => Master Value
198+ gd.jpeg_ignore_warning => 0 => 0
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.12
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+ json
221+
222+ json support => enabled
223+ json version => 1.2.1
224+
225+ libxml
226+
227+ libXML support => active
228+ libXML Compiled Version => 2.7.6
229+ libXML Loaded Version => 20706
230+ libXML streams => enabled
231+
232+ mbstring
233+
234+ Multibyte Support => enabled
235+ Multibyte string engine => libmbfl
236+ HTTP input encoding translation => disabled
237+ libmbfl version => 1.3.2
238+
239+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
240+
241+ Multibyte (japanese) regex support => enabled
242+ Multibyte regex (oniguruma) backtrack check => On
243+ Multibyte regex (oniguruma) version => 4.7.1
244+
245+ Directive => Local Value => Master Value
246+ mbstring.detect_order => no value => no value
247+ mbstring.encoding_translation => Off => Off
248+ mbstring.func_overload => 0 => 0
249+ mbstring.http_input => pass => pass
250+ mbstring.http_output => pass => pass
251+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
252+ mbstring.internal_encoding => no value => no value
253+ mbstring.language => neutral => neutral
254+ mbstring.strict_detection => Off => Off
255+ mbstring.substitute_character => no value => no value
256+
257+ mysql
258+
259+ MySQL Support => enabled
260+ Active Persistent Links => 0
261+ Active Links => 0
262+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
263+
264+ Directive => Local Value => Master Value
265+ mysql.allow_local_infile => On => On
266+ mysql.allow_persistent => On => On
267+ mysql.connect_timeout => 60 => 60
268+ mysql.default_host => no value => no value
269+ mysql.default_password => no value => no value
270+ mysql.default_port => no value => no value
271+ mysql.default_socket => no value => no value
272+ mysql.default_user => no value => no value
273+ mysql.max_links => Unlimited => Unlimited
274+ mysql.max_persistent => Unlimited => Unlimited
275+ mysql.trace_mode => Off => Off
276+
277+ mysqli
278+
279+ MysqlI Support => enabled
280+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
281+ Active Persistent Links => 0
282+ Inactive Persistent Links => 0
283+ Active Links => 0
284+
285+ Directive => Local Value => Master Value
286+ mysqli.allow_local_infile => On => On
287+ mysqli.allow_persistent => On => On
288+ mysqli.default_host => no value => no value
289+ mysqli.default_port => 3306 => 3306
290+ mysqli.default_pw => no value => no value
291+ mysqli.default_socket => no value => no value
292+ mysqli.default_user => no value => no value
293+ mysqli.max_links => Unlimited => Unlimited
294+ mysqli.max_persistent => Unlimited => Unlimited
295+ mysqli.reconnect => Off => Off
296+
297+ mysqlnd
298+
299+ mysqlnd => enabled
300+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
301+ Compression => supported
302+ SSL => supported
303+ Command buffer size => 4096
304+ Read buffer size => 32768
305+ Read timeout => 31536000
306+ Collecting statistics => Yes
307+ Collecting memory statistics => No
308+ Tracing => n/a
309+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
310+ API Extensions => pdo_mysql,mysqli,mysql
311+
312+ mysqlnd statistics =>
313+ bytes_sent => 0
314+ bytes_received => 0
315+ packets_sent => 0
316+ packets_received => 0
317+ protocol_overhead_in => 0
318+ protocol_overhead_out => 0
319+ bytes_received_ok_packet => 0
320+ bytes_received_eof_packet => 0
321+ bytes_received_rset_header_packet => 0
322+ bytes_received_rset_field_meta_packet => 0
323+ bytes_received_rset_row_packet => 0
324+ bytes_received_prepare_response_packet => 0
325+ bytes_received_change_user_packet => 0
326+ packets_sent_command => 0
327+ packets_received_ok => 0
328+ packets_received_eof => 0
329+ packets_received_rset_header => 0
330+ packets_received_rset_field_meta => 0
331+ packets_received_rset_row => 0
332+ packets_received_prepare_response => 0
333+ packets_received_change_user => 0
334+ result_set_queries => 0
335+ non_result_set_queries => 0
336+ no_index_used => 0
337+ bad_index_used => 0
338+ slow_queries => 0
339+ buffered_sets => 0
340+ unbuffered_sets => 0
341+ ps_buffered_sets => 0
342+ ps_unbuffered_sets => 0
343+ flushed_normal_sets => 0
344+ flushed_ps_sets => 0
345+ ps_prepared_never_executed => 0
346+ ps_prepared_once_executed => 0
347+ rows_fetched_from_server_normal => 0
348+ rows_fetched_from_server_ps => 0
349+ rows_buffered_from_client_normal => 0
350+ rows_buffered_from_client_ps => 0
351+ rows_fetched_from_client_normal_buffered => 0
352+ rows_fetched_from_client_normal_unbuffered => 0
353+ rows_fetched_from_client_ps_buffered => 0
354+ rows_fetched_from_client_ps_unbuffered => 0
355+ rows_fetched_from_client_ps_cursor => 0
356+ rows_affected_normal => 0
357+ rows_affected_ps => 0
358+ rows_skipped_normal => 0
359+ rows_skipped_ps => 0
360+ copy_on_write_saved => 0
361+ copy_on_write_performed => 0
362+ command_buffer_too_small => 0
363+ connect_success => 0
364+ connect_failure => 0
365+ connection_reused => 0
366+ reconnect => 0
367+ pconnect_success => 0
368+ active_connections => 0
369+ active_persistent_connections => 0
370+ explicit_close => 0
371+ implicit_close => 0
372+ disconnect_close => 0
373+ in_middle_of_command_close => 0
374+ explicit_free_result => 0
375+ implicit_free_result => 0
376+ explicit_stmt_close => 0
377+ implicit_stmt_close => 0
378+ mem_emalloc_count => 0
379+ mem_emalloc_amount => 0
380+ mem_ecalloc_count => 0
381+ mem_ecalloc_amount => 0
382+ mem_erealloc_count => 0
383+ mem_erealloc_amount => 0
384+ mem_efree_count => 0
385+ mem_efree_amount => 0
386+ mem_malloc_count => 0
387+ mem_malloc_amount => 0
388+ mem_calloc_count => 0
389+ mem_calloc_amount => 0
390+ mem_realloc_count => 0
391+ mem_realloc_amount => 0
392+ mem_free_count => 0
393+ mem_free_amount => 0
394+ mem_estrndup_count => 0
395+ mem_strndup_count => 0
396+ mem_estndup_count => 0
397+ mem_strdup_count => 0
398+ proto_text_fetched_null => 0
399+ proto_text_fetched_bit => 0
400+ proto_text_fetched_tinyint => 0
401+ proto_text_fetched_short => 0
402+ proto_text_fetched_int24 => 0
403+ proto_text_fetched_int => 0
404+ proto_text_fetched_bigint => 0
405+ proto_text_fetched_decimal => 0
406+ proto_text_fetched_float => 0
407+ proto_text_fetched_double => 0
408+ proto_text_fetched_date => 0
409+ proto_text_fetched_year => 0
410+ proto_text_fetched_time => 0
411+ proto_text_fetched_datetime => 0
412+ proto_text_fetched_timestamp => 0
413+ proto_text_fetched_string => 0
414+ proto_text_fetched_blob => 0
415+ proto_text_fetched_enum => 0
416+ proto_text_fetched_set => 0
417+ proto_text_fetched_geometry => 0
418+ proto_text_fetched_other => 0
419+ proto_binary_fetched_null => 0
420+ proto_binary_fetched_bit => 0
421+ proto_binary_fetched_tinyint => 0
422+ proto_binary_fetched_short => 0
423+ proto_binary_fetched_int24 => 0
424+ proto_binary_fetched_int => 0
425+ proto_binary_fetched_bigint => 0
426+ proto_binary_fetched_decimal => 0
427+ proto_binary_fetched_float => 0
428+ proto_binary_fetched_double => 0
429+ proto_binary_fetched_date => 0
430+ proto_binary_fetched_year => 0
431+ proto_binary_fetched_time => 0
432+ proto_binary_fetched_datetime => 0
433+ proto_binary_fetched_timestamp => 0
434+ proto_binary_fetched_string => 0
435+ proto_binary_fetched_blob => 0
436+ proto_binary_fetched_enum => 0
437+ proto_binary_fetched_set => 0
438+ proto_binary_fetched_geometry => 0
439+ proto_binary_fetched_other => 0
440+ init_command_executed_count => 0
441+ init_command_failed_count => 0
442+ com_quit => 0
443+ com_init_db => 0
444+ com_query => 0
445+ com_field_list => 0
446+ com_create_db => 0
447+ com_drop_db => 0
448+ com_refresh => 0
449+ com_shutdown => 0
450+ com_statistics => 0
451+ com_process_info => 0
452+ com_connect => 0
453+ com_process_kill => 0
454+ com_debug => 0
455+ com_ping => 0
456+ com_time => 0
457+ com_delayed_insert => 0
458+ com_change_user => 0
459+ com_binlog_dump => 0
460+ com_table_dump => 0
461+ com_connect_out => 0
462+ com_register_slave => 0
463+ com_stmt_prepare => 0
464+ com_stmt_execute => 0
465+ com_stmt_send_long_data => 0
466+ com_stmt_close => 0
467+ com_stmt_reset => 0
468+ com_stmt_set_option => 0
469+ com_stmt_fetch => 0
470+ com_deamon => 0
471+ bytes_received_real_data_normal => 0
472+ bytes_received_real_data_ps => 0
473+
474+ example statistics =>
475+ stat1 => 0
476+ stat2 => 0
477+
478+ pcre
479+
480+ PCRE (Perl Compatible Regular Expressions) Support => enabled
481+ PCRE Library Version => 8.32 2012-11-30
482+
483+ Directive => Local Value => Master Value
484+ pcre.backtrack_limit => 1000000 => 1000000
485+ pcre.recursion_limit => 100000 => 100000
486+
487+ PDO
488+
489+ PDO support => enabled
490+ PDO drivers => mysql, sqlite
491+
492+ pdo_mysql
493+
494+ PDO Driver for MySQL => enabled
495+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
496+
497+ Directive => Local Value => Master Value
498+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
499+
500+ pdo_sqlite
501+
502+ PDO Driver for SQLite 3.x => enabled
503+ SQLite Library => 3.7.7.1
504+
505+ Phar
506+
507+ Phar: PHP Archive support => enabled
508+ Phar EXT version => 2.0.1
509+ Phar API version => 1.1.1
510+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
511+ Phar-based phar archives => enabled
512+ Tar-based phar archives => enabled
513+ ZIP-based phar archives => enabled
514+ gzip compression => enabled
515+ bzip2 compression => enabled
516+ OpenSSL support => disabled (install ext/openssl)
517+
518+
519+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
520+ Phar fully realized by Gregory Beaver and Marcus Boerger.
521+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
522+ Directive => Local Value => Master Value
524+ phar.readonly => Off => Off
525+ phar.require_hash => Off => Off
526+
527+ posix
528+
529+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
530+
531+ Reflection
532+
533+ Reflection => enabled
534+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
535+
536+ session
537+
538+ Session Support => enabled
539+ Registered save handlers => files user
540+ Registered serializer handlers => php php_binary
541+
542+ Directive => Local Value => Master Value
543+ session.auto_start => Off => Off
544+ session.cache_expire => 180 => 180
545+ session.cache_limiter => nocache => nocache
546+ session.cookie_domain => no value => no value
547+ session.cookie_httponly => Off => Off
548+ session.cookie_lifetime => 0 => 0
549+ session.cookie_path => / => /
550+ session.cookie_secure => Off => Off
551+ session.entropy_file => /dev/urandom => /dev/urandom
552+ session.entropy_length => 32 => 32
553+ session.gc_divisor => 100 => 100
554+ session.gc_maxlifetime => 1440 => 1440
555+ session.gc_probability => 1 => 1
556+ session.hash_bits_per_character => 4 => 4
557+ session.hash_function => 0 => 0
558+ session.name => PHPSESSID => PHPSESSID
559+ session.referer_check => no value => no value
560+ session.save_handler => files => files
561+ session.save_path => no value => no value
562+ session.serialize_handler => php => php
563+ session.upload_progress.cleanup => On => On
564+ session.upload_progress.enabled => On => On
565+ session.upload_progress.freq => 1% => 1%
566+ session.upload_progress.min_freq => 1 => 1
567+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
568+ session.upload_progress.prefix => upload_progress_ => upload_progress_
569+ session.use_cookies => On => On
570+ session.use_only_cookies => On => On
571+ session.use_trans_sid => 0 => 0
572+
573+ SimpleXML
574+
575+ Simplexml support => enabled
576+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
577+ Schema support => enabled
578+
579+ sockets
580+
581+ Sockets Support => enabled
582+
583+ SPL
584+
585+ SPL support => enabled
586+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
587+ 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
588+
589+ sqlite3
590+
591+ SQLite3 support => enabled
592+ SQLite3 module version => 0.7
593+ SQLite Library => 3.7.7.1
594+
595+ Directive => Local Value => Master Value
596+ sqlite3.extension_dir => no value => no value
597+
598+ standard
599+
600+ Dynamic Library Support => enabled
601+ Path to sendmail => /usr/sbin/sendmail -t -i
602+
603+ Directive => Local Value => Master Value
604+ assert.active => 1 => 1
605+ assert.bail => 0 => 0
606+ assert.callback => no value => no value
607+ assert.quiet_eval => 0 => 0
608+ assert.warning => 1 => 1
609+ auto_detect_line_endings => 0 => 0
610+ default_socket_timeout => 60 => 60
611+ from => no value => no value
612+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
613+ user_agent => no value => no value
614+
615+ tokenizer
616+
617+ Tokenizer Support => enabled
618+
619+ xml
620+
621+ XML Support => active
622+ XML Namespace Support => active
623+ libxml2 Version => 2.7.6
624+
625+ xmlreader
626+
627+ XMLReader => enabled
628+
629+ xmlwriter
630+
631+ XMLWriter => enabled
632+
633+ zlib
634+
635+ ZLib Support => enabled
636+ Stream Wrapper => compress.zlib://
637+ Stream Filter => zlib.inflate, zlib.deflate
638+ Compiled Version => 1.2.3
639+ Linked Version => 1.2.3
640+
641+ Directive => Local Value => Master Value
642+ zlib.output_compression => Off => Off
643+ zlib.output_compression_level => -1 => -1
644+ zlib.output_handler => no value => no value
645+
646+ Additional Modules
647+
648+ Module Name
649+ phpinfo()
650+
651+ bz2
652+
653+ BZip2 Support => Enabled
654+ Stream Wrapper support => compress.bzip2://
655+ Stream Filter support => bzip2.decompress, bzip2.compress
656+ BZip2 Version => 1.0.5, 10-Dec-2007
657+
658+ calendar
659+
660+ Calendar support => enabled
661+
662+ Core
663+
664+ PHP Version => 5.4.23
665+
666+ Directive => Local Value => Master Value
667+ allow_url_fopen => On => On
668+ allow_url_include => Off => Off
669+ always_populate_raw_post_data => Off => Off
670+ arg_separator.input => & => &
671+ arg_separator.output => & => &
672+ asp_tags => Off => Off
673+ auto_append_file => no value => no value
674+ auto_globals_jit => On => On
675+ auto_prepend_file => no value => no value
676+ browscap => no value => no value
677+ default_charset => no value => no value
678+ default_mimetype => text/html => text/html
679+ disable_classes => no value => no value
680+ disable_functions => no value => no value
681+ display_errors => STDOUT => STDOUT
682+ display_startup_errors => On => On
683+ doc_root => no value => no value
684+ docref_ext => .html => .html
685+ docref_root => no value => no value
686+ enable_dl => On => On
687+ enable_post_data_reading => On => On
688+ error_append_string => no value => no value
689+ error_log => no value => no value
690+ error_prepend_string => no value => no value
691+ error_reporting => 32767 => 32767
692+ exit_on_timeout => Off => Off
693+ expose_php => On => On
694+ extension_dir => /usr/local/src/lnmp-0.3/php-5.4.23/modules/ => /usr/local/src/lnmp-0.3/php-5.4.23/modules/
695+ file_uploads => On => On
696+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
697+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
698+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
699+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
700+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
701+ html_errors => Off => Off
702+ ignore_repeated_errors => Off => Off
703+ ignore_repeated_source => Off => Off
704+ ignore_user_abort => Off => Off
705+ implicit_flush => On => On
706+ include_path => .:/usr/local/php/lib/php => .:/usr/local/php/lib/php
707+ log_errors => Off => Off
708+ log_errors_max_len => 1024 => 1024
709+ mail.add_x_header => Off => Off
710+ mail.force_extra_parameters => no value => no value
711+ mail.log => no value => no value
712+ max_execution_time => 0 => 0
713+ max_file_uploads => 20 => 20
714+ max_input_nesting_level => 64 => 64
715+ max_input_time => -1 => -1
716+ max_input_vars => 1000 => 1000
717+ memory_limit => 128M => 128M
718+ open_basedir => no value => no value
719+ output_buffering => no value => no value
720+ output_handler => no value => no value
721+ post_max_size => 8M => 8M
722+ precision => 14 => 14
723+ realpath_cache_size => 16K => 16K
724+ realpath_cache_ttl => 120 => 120
725+ register_argc_argv => On => On
726+ report_memleaks => On => On
727+ report_zend_debug => Off => Off
728+ request_order => no value => no value
729+ sendmail_from => no value => no value
730+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
731+ serialize_precision => 17 => 17
732+ short_open_tag => On => On
733+ SMTP => localhost => localhost
734+ smtp_port => 25 => 25
735+ sql.safe_mode => Off => Off
736+ track_errors => On => On
737+ unserialize_callback_func => no value => no value
738+ upload_max_filesize => 2M => 2M
739+ upload_tmp_dir => no value => no value
740+ user_dir => no value => no value
741+ user_ini.cache_ttl => 300 => 300
742+ user_ini.filename => .user.ini => .user.ini
743+ variables_order => EGPCS => EGPCS
744+ xmlrpc_error_number => 0 => 0
745+ xmlrpc_errors => Off => Off
746+ zend.detect_unicode => On => On
747+ zend.enable_gc => On => On
748+ zend.multibyte => Off => Off
749+ zend.script_encoding => no value => no value
750+
751+ ctype
752+
753+ ctype functions => enabled
754+
755+ curl
756+
757+ cURL support => enabled
758+ cURL Information => 7.19.7
759+ Age => 3
760+ Features
761+ AsynchDNS => No
762+ Debug => No
763+ GSS-Negotiate => Yes
764+ IDN => Yes
765+ IPv6 => Yes
766+ Largefile => Yes
767+ NTLM => Yes
768+ SPNEGO => No
769+ SSL => Yes
770+ SSPI => No
771+ krb4 => No
772+ libz => Yes
773+ CharConv => No
774+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
775+ Host => x86_64-redhat-linux-gnu
776+ SSL Version => NSS/3.19.1 Basic ECC
777+ ZLib Version => 1.2.3
778+ libSSH Version => libssh2/1.4.2
779+
780+ date
781+
782+ date/time support => enabled
783+ "Olson" Timezone Database Version => 2013.8
784+ Timezone Database => internal
785+
786+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 5
787+ Default timezone => UTC
788+
789+ Directive => Local Value => Master Value
790+ date.default_latitude => 31.7667 => 31.7667
791+ date.default_longitude => 35.2333 => 35.2333
792+ date.sunrise_zenith => 90.583333 => 90.583333
793+ date.sunset_zenith => 90.583333 => 90.583333
794+ date.timezone => no value => no value
795+
796+ dom
797+
798+ DOM/XML => enabled
799+ DOM/XML API Version => 20031129
800+ libxml Version => 2.7.6
801+ HTML Support => enabled
802+ XPath Support => enabled
803+ XPointer Support => enabled
804+ Schema Support => enabled
805+ RelaxNG Support => enabled
806+
807+ ereg
808+
809+ Regex Library => Bundled library enabled
810+
811+ fileinfo
812+
813+ fileinfo support => enabled
814+ version => 1.0.5
815+
816+ filter
817+
818+ Input Validation and Filtering => enabled
819+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
820+
821+ Directive => Local Value => Master Value
822+ filter.default => unsafe_raw => unsafe_raw
823+ filter.default_flags => no value => no value
824+
825+ ftp
826+
827+ FTP support => enabled
828+
829+ gd
830+
831+ GD Support => enabled
832+ GD Version => bundled (2.1.0 compatible)
833+ FreeType Support => enabled
834+ FreeType Linkage => with freetype
835+ FreeType Version => 2.3.11
836+ GIF Read Support => enabled
837+ GIF Create Support => enabled
838+ JPEG Support => enabled
839+ libJPEG Version => 6b
840+ PNG Support => enabled
841+ libPNG Version => 1.2.49
842+ WBMP Support => enabled
843+ XBM Support => enabled
844+
845+ Directive => Local Value => Master Value
846+ gd.jpeg_ignore_warning => 0 => 0
847+
848+ gettext
849+
850+ GetText Support => enabled
851+
852+ hash
853+
854+ hash support => enabled
855+ 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
856+
857+ iconv
858+
859+ iconv support => enabled
860+ iconv implementation => glibc
861+ iconv library version => 2.12
862+
863+ Directive => Local Value => Master Value
864+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
865+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
866+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
867+
868+ json
869+
870+ json support => enabled
871+ json version => 1.2.1
872+
873+ libxml
874+
875+ libXML support => active
876+ libXML Compiled Version => 2.7.6
877+ libXML Loaded Version => 20706
878+ libXML streams => enabled
879+
880+ mbstring
881+
882+ Multibyte Support => enabled
883+ Multibyte string engine => libmbfl
884+ HTTP input encoding translation => disabled
885+ libmbfl version => 1.3.2
886+
887+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
888+
889+ Multibyte (japanese) regex support => enabled
890+ Multibyte regex (oniguruma) backtrack check => On
891+ Multibyte regex (oniguruma) version => 4.7.1
892+
893+ Directive => Local Value => Master Value
894+ mbstring.detect_order => no value => no value
895+ mbstring.encoding_translation => Off => Off
896+ mbstring.func_overload => 0 => 0
897+ mbstring.http_input => pass => pass
898+ mbstring.http_output => pass => pass
899+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
900+ mbstring.internal_encoding => no value => no value
901+ mbstring.language => neutral => neutral
902+ mbstring.strict_detection => Off => Off
903+ mbstring.substitute_character => no value => no value
904+
905+ mysql
906+
907+ MySQL Support => enabled
908+ Active Persistent Links => 0
909+ Active Links => 0
910+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
911+
912+ Directive => Local Value => Master Value
913+ mysql.allow_local_infile => On => On
914+ mysql.allow_persistent => On => On
915+ mysql.connect_timeout => 60 => 60
916+ mysql.default_host => no value => no value
917+ mysql.default_password => no value => no value
918+ mysql.default_port => no value => no value
919+ mysql.default_socket => no value => no value
920+ mysql.default_user => no value => no value
921+ mysql.max_links => Unlimited => Unlimited
922+ mysql.max_persistent => Unlimited => Unlimited
923+ mysql.trace_mode => Off => Off
924+
925+ mysqli
926+
927+ MysqlI Support => enabled
928+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
929+ Active Persistent Links => 0
930+ Inactive Persistent Links => 0
931+ Active Links => 0
932+
933+ Directive => Local Value => Master Value
934+ mysqli.allow_local_infile => On => On
935+ mysqli.allow_persistent => On => On
936+ mysqli.default_host => no value => no value
937+ mysqli.default_port => 3306 => 3306
938+ mysqli.default_pw => no value => no value
939+ mysqli.default_socket => no value => no value
940+ mysqli.default_user => no value => no value
941+ mysqli.max_links => Unlimited => Unlimited
942+ mysqli.max_persistent => Unlimited => Unlimited
943+ mysqli.reconnect => Off => Off
944+
945+ mysqlnd
946+
947+ mysqlnd => enabled
948+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
949+ Compression => supported
950+ SSL => supported
951+ Command buffer size => 4096
952+ Read buffer size => 32768
953+ Read timeout => 31536000
954+ Collecting statistics => Yes
955+ Collecting memory statistics => No
956+ Tracing => n/a
957+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
958+ API Extensions => pdo_mysql,mysqli,mysql
959+
960+ mysqlnd statistics =>
961+ bytes_sent => 0
962+ bytes_received => 0
963+ packets_sent => 0
964+ packets_received => 0
965+ protocol_overhead_in => 0
966+ protocol_overhead_out => 0
967+ bytes_received_ok_packet => 0
968+ bytes_received_eof_packet => 0
969+ bytes_received_rset_header_packet => 0
970+ bytes_received_rset_field_meta_packet => 0
971+ bytes_received_rset_row_packet => 0
972+ bytes_received_prepare_response_packet => 0
973+ bytes_received_change_user_packet => 0
974+ packets_sent_command => 0
975+ packets_received_ok => 0
976+ packets_received_eof => 0
977+ packets_received_rset_header => 0
978+ packets_received_rset_field_meta => 0
979+ packets_received_rset_row => 0
980+ packets_received_prepare_response => 0
981+ packets_received_change_user => 0
982+ result_set_queries => 0
983+ non_result_set_queries => 0
984+ no_index_used => 0
985+ bad_index_used => 0
986+ slow_queries => 0
987+ buffered_sets => 0
988+ unbuffered_sets => 0
989+ ps_buffered_sets => 0
990+ ps_unbuffered_sets => 0
991+ flushed_normal_sets => 0
992+ flushed_ps_sets => 0
993+ ps_prepared_never_executed => 0
994+ ps_prepared_once_executed => 0
995+ rows_fetched_from_server_normal => 0
996+ rows_fetched_from_server_ps => 0
997+ rows_buffered_from_client_normal => 0
998+ rows_buffered_from_client_ps => 0
999+ rows_fetched_from_client_normal_buffered => 0
1000+ rows_fetched_from_client_normal_unbuffered => 0
1001+ rows_fetched_from_client_ps_buffered => 0
1002+ rows_fetched_from_client_ps_unbuffered => 0
1003+ rows_fetched_from_client_ps_cursor => 0
1004+ rows_affected_normal => 0
1005+ rows_affected_ps => 0
1006+ rows_skipped_normal => 0
1007+ rows_skipped_ps => 0
1008+ copy_on_write_saved => 0
1009+ copy_on_write_performed => 0
1010+ command_buffer_too_small => 0
1011+ connect_success => 0
1012+ connect_failure => 0
1013+ connection_reused => 0
1014+ reconnect => 0
1015+ pconnect_success => 0
1016+ active_connections => 0
1017+ active_persistent_connections => 0
1018+ explicit_close => 0
1019+ implicit_close => 0
1020+ disconnect_close => 0
1021+ in_middle_of_command_close => 0
1022+ explicit_free_result => 0
1023+ implicit_free_result => 0
1024+ explicit_stmt_close => 0
1025+ implicit_stmt_close => 0
1026+ mem_emalloc_count => 0
1027+ mem_emalloc_amount => 0
1028+ mem_ecalloc_count => 0
1029+ mem_ecalloc_amount => 0
1030+ mem_erealloc_count => 0
1031+ mem_erealloc_amount => 0
1032+ mem_efree_count => 0
1033+ mem_efree_amount => 0
1034+ mem_malloc_count => 0
1035+ mem_malloc_amount => 0
1036+ mem_calloc_count => 0
1037+ mem_calloc_amount => 0
1038+ mem_realloc_count => 0
1039+ mem_realloc_amount => 0
1040+ mem_free_count => 0
1041+ mem_free_amount => 0
1042+ mem_estrndup_count => 0
1043+ mem_strndup_count => 0
1044+ mem_estndup_count => 0
1045+ mem_strdup_count => 0
1046+ proto_text_fetched_null => 0
1047+ proto_text_fetched_bit => 0
1048+ proto_text_fetched_tinyint => 0
1049+ proto_text_fetched_short => 0
1050+ proto_text_fetched_int24 => 0
1051+ proto_text_fetched_int => 0
1052+ proto_text_fetched_bigint => 0
1053+ proto_text_fetched_decimal => 0
1054+ proto_text_fetched_float => 0
1055+ proto_text_fetched_double => 0
1056+ proto_text_fetched_date => 0
1057+ proto_text_fetched_year => 0
1058+ proto_text_fetched_time => 0
1059+ proto_text_fetched_datetime => 0
1060+ proto_text_fetched_timestamp => 0
1061+ proto_text_fetched_string => 0
1062+ proto_text_fetched_blob => 0
1063+ proto_text_fetched_enum => 0
1064+ proto_text_fetched_set => 0
1065+ proto_text_fetched_geometry => 0
1066+ proto_text_fetched_other => 0
1067+ proto_binary_fetched_null => 0
1068+ proto_binary_fetched_bit => 0
1069+ proto_binary_fetched_tinyint => 0
1070+ proto_binary_fetched_short => 0
1071+ proto_binary_fetched_int24 => 0
1072+ proto_binary_fetched_int => 0
1073+ proto_binary_fetched_bigint => 0
1074+ proto_binary_fetched_decimal => 0
1075+ proto_binary_fetched_float => 0
1076+ proto_binary_fetched_double => 0
1077+ proto_binary_fetched_date => 0
1078+ proto_binary_fetched_year => 0
1079+ proto_binary_fetched_time => 0
1080+ proto_binary_fetched_datetime => 0
1081+ proto_binary_fetched_timestamp => 0
1082+ proto_binary_fetched_string => 0
1083+ proto_binary_fetched_blob => 0
1084+ proto_binary_fetched_enum => 0
1085+ proto_binary_fetched_set => 0
1086+ proto_binary_fetched_geometry => 0
1087+ proto_binary_fetched_other => 0
1088+ init_command_executed_count => 0
1089+ init_command_failed_count => 0
1090+ com_quit => 0
1091+ com_init_db => 0
1092+ com_query => 0
1093+ com_field_list => 0
1094+ com_create_db => 0
1095+ com_drop_db => 0
1096+ com_refresh => 0
1097+ com_shutdown => 0
1098+ com_statistics => 0
1099+ com_process_info => 0
1100+ com_connect => 0
1101+ com_process_kill => 0
1102+ com_debug => 0
1103+ com_ping => 0
1104+ com_time => 0
1105+ com_delayed_insert => 0
1106+ com_change_user => 0
1107+ com_binlog_dump => 0
1108+ com_table_dump => 0
1109+ com_connect_out => 0
1110+ com_register_slave => 0
1111+ com_stmt_prepare => 0
1112+ com_stmt_execute => 0
1113+ com_stmt_send_long_data => 0
1114+ com_stmt_close => 0
1115+ com_stmt_reset => 0
1116+ com_stmt_set_option => 0
1117+ com_stmt_fetch => 0
1118+ com_deamon => 0
1119+ bytes_received_real_data_normal => 0
1120+ bytes_received_real_data_ps => 0
1121+
1122+ example statistics =>
1123+ stat1 => 0
1124+ stat2 => 0
1125+
1126+ pcre
1127+
1128+ PCRE (Perl Compatible Regular Expressions) Support => enabled
1129+ PCRE Library Version => 8.32 2012-11-30
1130+
1131+ Directive => Local Value => Master Value
1132+ pcre.backtrack_limit => 1000000 => 1000000
1133+ pcre.recursion_limit => 100000 => 100000
1134+
1135+ PDO
1136+
1137+ PDO support => enabled
1138+ PDO drivers => mysql, sqlite
1139+
1140+ pdo_mysql
1141+
1142+ PDO Driver for MySQL => enabled
1143+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1144+
1145+ Directive => Local Value => Master Value
1146+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
1147+
1148+ pdo_sqlite
1149+
1150+ PDO Driver for SQLite 3.x => enabled
1151+ SQLite Library => 3.7.7.1
1152+
1153+ Phar
1154+
1155+ Phar: PHP Archive support => enabled
1156+ Phar EXT version => 2.0.1
1157+ Phar API version => 1.1.1
1158+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
1159+ Phar-based phar archives => enabled
1160+ Tar-based phar archives => enabled
1161+ ZIP-based phar archives => enabled
1162+ gzip compression => enabled
1163+ bzip2 compression => enabled
1164+ OpenSSL support => disabled (install ext/openssl)
1165+
1166+
1167+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
1168+ Phar fully realized by Gregory Beaver and Marcus Boerger.
1169+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
1170+ Directive => Local Value => Master Value
1171+ phar.cache_list => no value => no value
1174+
1176+
1177+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
1178+
1179+ Reflection
1180+
1181+ Reflection => enabled
1182+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
1183+
1184+ session
1185+
1186+ Session Support => enabled
1187+ Registered save handlers => files user
1188+ Registered serializer handlers => php php_binary
1189+
1190+ Directive => Local Value => Master Value
1191+ session.auto_start => Off => Off
1192+ session.cache_expire => 180 => 180
1193+ session.cache_limiter => nocache => nocache
1194+ session.cookie_domain => no value => no value
1195+ session.cookie_httponly => Off => Off
1196+ session.cookie_lifetime => 0 => 0
1197+ session.cookie_path => / => /
1198+ session.cookie_secure => Off => Off
1199+ session.entropy_file => /dev/urandom => /dev/urandom
1200+ session.entropy_length => 32 => 32
1201+ session.gc_divisor => 100 => 100
1202+ session.gc_maxlifetime => 1440 => 1440
1203+ session.gc_probability => 1 => 1
1204+ session.hash_bits_per_character => 4 => 4
1205+ session.hash_function => 0 => 0
1206+ session.name => PHPSESSID => PHPSESSID
1207+ session.referer_check => no value => no value
1208+ session.save_handler => files => files
1209+ session.save_path => no value => no value
1210+ session.serialize_handler => php => php
1211+ session.upload_progress.cleanup => On => On
1212+ session.upload_progress.enabled => On => On
1213+ session.upload_progress.freq => 1% => 1%
1214+ session.upload_progress.min_freq => 1 => 1
1215+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
1216+ session.upload_progress.prefix => upload_progress_ => upload_progress_
1217+ session.use_cookies => On => On
1218+ session.use_only_cookies => On => On
1219+ session.use_trans_sid => 0 => 0
1220+
1221+ SimpleXML
1222+
1223+ Simplexml support => enabled
1224+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
1225+ Schema support => enabled
1226+
1227+ sockets
1228+
1229+ Sockets Support => enabled
1230+
1231+ SPL
1232+
1233+ SPL support => enabled
1234+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
1235+ 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
1236+
1237+ sqlite3
1238+
1239+ SQLite3 support => enabled
1240+ SQLite3 module version => 0.7
1241+ SQLite Library => 3.7.7.1
1242+
1243+ Directive => Local Value => Master Value
1244+ sqlite3.extension_dir => no value => no value
1245+
1246+ standard
1247+
1248+ Dynamic Library Support => enabled
1249+ Path to sendmail => /usr/sbin/sendmail -t -i
1250+
1251+ Directive => Local Value => Master Value
1252+ assert.active => 1 => 1
1253+ assert.bail => 0 => 0
1254+ assert.callback => no value => no value
1255+ assert.quiet_eval => 0 => 0
1256+ assert.warning => 1 => 1
1257+ auto_detect_line_endings => 0 => 0
1258+ default_socket_timeout => 60 => 60
1259+ from => no value => no value
1260+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
1261+ user_agent => no value => no value
1262+
1263+ tokenizer
1264+
1265+ Tokenizer Support => enabled
1266+
1267+ xml
1268+
1269+ XML Support => active
1270+ XML Namespace Support => active
1271+ libxml2 Version => 2.7.6
1272+
1273+ xmlreader
1274+
1275+ XMLReader => enabled
1276+
1277+ xmlwriter
1278+
1279+ XMLWriter => enabled
1280+
1281+ zlib
1282+
1283+ ZLib Support => enabled
1284+ Stream Wrapper => compress.zlib://
1285+ Stream Filter => zlib.inflate, zlib.deflate
1286+ Compiled Version => 1.2.3
1287+ Linked Version => 1.2.3
1288+
1289+ Directive => Local Value => Master Value
1290+ zlib.output_compression => Off => Off
1291+ zlib.output_compression_level => -1 => -1
1292+ zlib.output_handler => no value => no value
1293+
1294+ Additional Modules
1295+
1296+ Module Name
1297+ ===DONE===
1 (8%)
001+ phpinfo()
002+
003+ bz2
004+
005+ BZip2 Support => Enabled
006+ Stream Wrapper support => compress.bzip2://
007+ Stream Filter support => bzip2.decompress, bzip2.compress
008+ BZip2 Version => 1.0.5, 10-Dec-2007
009+
010+ calendar
011+
012+ Calendar support => enabled
013+
014+ Core
015+
016+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
018+ Directive => Local Value => Master Value
019+ allow_url_fopen => On => On
020+ allow_url_include => Off => Off
021+ always_populate_raw_post_data => Off => Off
022+ arg_separator.input => & => &
023+ arg_separator.output => & => &
024+ asp_tags => Off => Off
025+ auto_append_file => no value => no value
026+ auto_globals_jit => On => On
027+ auto_prepend_file => no value => no value
028+ browscap => no value => no value
029+ default_charset => no value => no value
030+ default_mimetype => text/html => text/html
031+ disable_classes => no value => no value
032+ disable_functions => no value => no value
033+ display_errors => STDOUT => STDOUT
034+ display_startup_errors => On => On
035+ doc_root => no value => no value
036+ docref_ext => .html => .html
037+ docref_root => no value => no value
038+ enable_dl => On => On
039+ enable_post_data_reading => On => On
040+ error_append_string => no value => no value
041+ error_log => no value => no value
042+ error_prepend_string => no value => no value
043+ error_reporting => 32767 => 32767
044+ exit_on_timeout => Off => Off
045+ expose_php => On => On
046+ extension_dir => /home/terakin/php-5.4.23/modules/ => /home/terakin/php-5.4.23/modules/
047+ file_uploads => On => On
048+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
049+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
050+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
051+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
052+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
053+ html_errors => Off => Off
054+ ignore_repeated_errors => Off => Off
055+ ignore_repeated_source => Off => Off
056+ ignore_user_abort => Off => Off
057+ implicit_flush => On => On
058+ include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
059+ log_errors => Off => Off
060+ log_errors_max_len => 1024 => 1024
061+ mail.add_x_header => Off => Off
062+ mail.force_extra_parameters => no value => no value
063+ mail.log => no value => no value
064+ max_execution_time => 0 => 0
065+ max_file_uploads => 20 => 20
066+ max_input_nesting_level => 64 => 64
067+ max_input_time => -1 => -1
068+ max_input_vars => 1000 => 1000
069+ memory_limit => 128M => 128M
070+ open_basedir => no value => no value
071+ output_buffering => no value => no value
072+ output_handler => no value => no value
073+ post_max_size => 8M => 8M
074+ precision => 14 => 14
075+ realpath_cache_size => 16K => 16K
076+ realpath_cache_ttl => 120 => 120
077+ register_argc_argv => On => On
078+ report_memleaks => On => On
079+ report_zend_debug => Off => Off
080+ request_order => no value => no value
081+ sendmail_from => no value => no value
082+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
083+ serialize_precision => 17 => 17
084+ short_open_tag => On => On
085+ SMTP => localhost => localhost
086+ smtp_port => 25 => 25
087+ sql.safe_mode => Off => Off
088+ track_errors => On => On
089+ unserialize_callback_func => no value => no value
090+ upload_max_filesize => 2M => 2M
091+ upload_tmp_dir => no value => no value
092+ user_dir => no value => no value
093+ user_ini.cache_ttl => 300 => 300
094+ user_ini.filename => .user.ini => .user.ini
095+ variables_order => EGPCS => EGPCS
096+ xmlrpc_error_number => 0 => 0
097+ xmlrpc_errors => Off => Off
098+ zend.detect_unicode => On => On
099+ zend.enable_gc => On => On
100+ zend.multibyte => Off => Off
101+ zend.script_encoding => no value => no value
102+
103+ ctype
104+
105+ ctype functions => enabled
106+
107+ date
108+
109+ date/time support => enabled
110+ "Olson" Timezone Database Version => 2013.8
111+ Timezone Database => internal
112+
113+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 2
114+ Default timezone => UTC
115+
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
023- Phar
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
117+ date.default_latitude => 31.7667 => 31.7667
118+ date.default_longitude => 35.2333 => 35.2333
119+ date.sunrise_zenith => 90.583333 => 90.583333
120+ date.sunset_zenith => 90.583333 => 90.583333
121+ date.timezone => no value => no value
122+
125+ DOM/XML => enabled
126+ DOM/XML API Version => 20031129
127+ libxml Version => 2.7.6
128+ HTML Support => enabled
129+ XPath Support => enabled
130+ XPointer Support => enabled
131+ Schema Support => enabled
132+ RelaxNG Support => enabled
133+
134+ ereg
135+
136+ Regex Library => Bundled library enabled
137+
138+ fileinfo
139+
140+ fileinfo support => enabled
141+ version => 1.0.5
143+ filter
145+ Input Validation and Filtering => enabled
146+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
147+
149+ filter.default => unsafe_raw => unsafe_raw
150+ filter.default_flags => no value => no value
151+
152+ gd
153+
154+ GD Support => enabled
155+ GD Version => bundled (2.1.0 compatible)
156+ FreeType Support => enabled
157+ FreeType Linkage => with freetype
158+ FreeType Version => 2.3.11
159+ GIF Read Support => enabled
160+ GIF Create Support => enabled
161+ JPEG Support => enabled
162+ libJPEG Version => 6b
163+ PNG Support => enabled
164+ libPNG Version => 1.2.49
165+ WBMP Support => enabled
166+ XBM Support => enabled
167+
168+ Directive => Local Value => Master Value
169+ gd.jpeg_ignore_warning => 0 => 0
170+
171+ gettext
172+
173+ GetText Support => enabled
174+
175+ hash
176+
177+ hash support => enabled
178+ 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
179+
180+ iconv
181+
182+ iconv support => enabled
183+ iconv implementation => glibc
184+ iconv library version => 2.12
185+
186+ Directive => Local Value => Master Value
187+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
188+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
189+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
190+
191+ json
192+
193+ json support => enabled
194+ json version => 1.2.1
195+
196+ libxml
197+
198+ libXML support => active
199+ libXML Compiled Version => 2.7.6
200+ libXML Loaded Version => 20706
201+ libXML streams => enabled
202+
203+ mbstring
204+
205+ Multibyte Support => enabled
206+ Multibyte string engine => libmbfl
207+ HTTP input encoding translation => disabled
208+ libmbfl version => 1.3.2
209+
210+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
211+
212+ Multibyte (japanese) regex support => enabled
213+ Multibyte regex (oniguruma) backtrack check => On
214+ Multibyte regex (oniguruma) version => 4.7.1
215+
216+ Directive => Local Value => Master Value
217+ mbstring.detect_order => no value => no value
218+ mbstring.encoding_translation => Off => Off
219+ mbstring.func_overload => 0 => 0
220+ mbstring.http_input => pass => pass
221+ mbstring.http_output => pass => pass
222+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
223+ mbstring.internal_encoding => no value => no value
224+ mbstring.language => neutral => neutral
225+ mbstring.strict_detection => Off => Off
226+ mbstring.substitute_character => no value => no value
227+
228+ mysql
229+
230+ MySQL Support => enabled
231+ Active Persistent Links => 0
232+ Active Links => 0
233+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
234+
235+ Directive => Local Value => Master Value
236+ mysql.allow_local_infile => On => On
237+ mysql.allow_persistent => On => On
238+ mysql.connect_timeout => 60 => 60
239+ mysql.default_host => no value => no value
240+ mysql.default_password => no value => no value
241+ mysql.default_port => no value => no value
242+ mysql.default_socket => /var/lib/mysql/mysql.sock => /var/lib/mysql/mysql.sock
243+ mysql.default_user => no value => no value
244+ mysql.max_links => Unlimited => Unlimited
245+ mysql.max_persistent => Unlimited => Unlimited
246+ mysql.trace_mode => Off => Off
247+
248+ mysqlnd
249+
250+ mysqlnd => enabled
251+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
252+ Compression => supported
253+ SSL => supported
254+ Command buffer size => 4096
255+ Read buffer size => 32768
256+ Read timeout => 31536000
257+ Collecting statistics => Yes
258+ Collecting memory statistics => No
259+ Tracing => n/a
260+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
261+ API Extensions => mysql
262+
263+ mysqlnd statistics =>
264+ bytes_sent => 0
265+ bytes_received => 0
266+ packets_sent => 0
267+ packets_received => 0
268+ protocol_overhead_in => 0
269+ protocol_overhead_out => 0
270+ bytes_received_ok_packet => 0
271+ bytes_received_eof_packet => 0
272+ bytes_received_rset_header_packet => 0
273+ bytes_received_rset_field_meta_packet => 0
274+ bytes_received_rset_row_packet => 0
275+ bytes_received_prepare_response_packet => 0
276+ bytes_received_change_user_packet => 0
277+ packets_sent_command => 0
278+ packets_received_ok => 0
279+ packets_received_eof => 0
280+ packets_received_rset_header => 0
281+ packets_received_rset_field_meta => 0
282+ packets_received_rset_row => 0
283+ packets_received_prepare_response => 0
284+ packets_received_change_user => 0
285+ result_set_queries => 0
286+ non_result_set_queries => 0
287+ no_index_used => 0
288+ bad_index_used => 0
289+ slow_queries => 0
290+ buffered_sets => 0
291+ unbuffered_sets => 0
292+ ps_buffered_sets => 0
293+ ps_unbuffered_sets => 0
294+ flushed_normal_sets => 0
295+ flushed_ps_sets => 0
296+ ps_prepared_never_executed => 0
297+ ps_prepared_once_executed => 0
298+ rows_fetched_from_server_normal => 0
299+ rows_fetched_from_server_ps => 0
300+ rows_buffered_from_client_normal => 0
301+ rows_buffered_from_client_ps => 0
302+ rows_fetched_from_client_normal_buffered => 0
303+ rows_fetched_from_client_normal_unbuffered => 0
304+ rows_fetched_from_client_ps_buffered => 0
305+ rows_fetched_from_client_ps_unbuffered => 0
306+ rows_fetched_from_client_ps_cursor => 0
307+ rows_affected_normal => 0
308+ rows_affected_ps => 0
309+ rows_skipped_normal => 0
310+ rows_skipped_ps => 0
311+ copy_on_write_saved => 0
312+ copy_on_write_performed => 0
313+ command_buffer_too_small => 0
314+ connect_success => 0
315+ connect_failure => 0
316+ connection_reused => 0
317+ reconnect => 0
318+ pconnect_success => 0
319+ active_connections => 0
320+ active_persistent_connections => 0
321+ explicit_close => 0
322+ implicit_close => 0
323+ disconnect_close => 0
324+ in_middle_of_command_close => 0
325+ explicit_free_result => 0
326+ implicit_free_result => 0
327+ explicit_stmt_close => 0
328+ implicit_stmt_close => 0
329+ mem_emalloc_count => 0
330+ mem_emalloc_amount => 0
331+ mem_ecalloc_count => 0
332+ mem_ecalloc_amount => 0
333+ mem_erealloc_count => 0
334+ mem_erealloc_amount => 0
335+ mem_efree_count => 0
336+ mem_efree_amount => 0
337+ mem_malloc_count => 0
338+ mem_malloc_amount => 0
339+ mem_calloc_count => 0
340+ mem_calloc_amount => 0
341+ mem_realloc_count => 0
342+ mem_realloc_amount => 0
343+ mem_free_count => 0
344+ mem_free_amount => 0
345+ mem_estrndup_count => 0
346+ mem_strndup_count => 0
347+ mem_estndup_count => 0
348+ mem_strdup_count => 0
349+ proto_text_fetched_null => 0
350+ proto_text_fetched_bit => 0
351+ proto_text_fetched_tinyint => 0
352+ proto_text_fetched_short => 0
353+ proto_text_fetched_int24 => 0
354+ proto_text_fetched_int => 0
355+ proto_text_fetched_bigint => 0
356+ proto_text_fetched_decimal => 0
357+ proto_text_fetched_float => 0
358+ proto_text_fetched_double => 0
359+ proto_text_fetched_date => 0
360+ proto_text_fetched_year => 0
361+ proto_text_fetched_time => 0
362+ proto_text_fetched_datetime => 0
363+ proto_text_fetched_timestamp => 0
364+ proto_text_fetched_string => 0
365+ proto_text_fetched_blob => 0
366+ proto_text_fetched_enum => 0
367+ proto_text_fetched_set => 0
368+ proto_text_fetched_geometry => 0
369+ proto_text_fetched_other => 0
370+ proto_binary_fetched_null => 0
371+ proto_binary_fetched_bit => 0
372+ proto_binary_fetched_tinyint => 0
373+ proto_binary_fetched_short => 0
374+ proto_binary_fetched_int24 => 0
375+ proto_binary_fetched_int => 0
376+ proto_binary_fetched_bigint => 0
377+ proto_binary_fetched_decimal => 0
378+ proto_binary_fetched_float => 0
379+ proto_binary_fetched_double => 0
380+ proto_binary_fetched_date => 0
381+ proto_binary_fetched_year => 0
382+ proto_binary_fetched_time => 0
383+ proto_binary_fetched_datetime => 0
384+ proto_binary_fetched_timestamp => 0
385+ proto_binary_fetched_string => 0
386+ proto_binary_fetched_blob => 0
387+ proto_binary_fetched_enum => 0
388+ proto_binary_fetched_set => 0
389+ proto_binary_fetched_geometry => 0
390+ proto_binary_fetched_other => 0
391+ init_command_executed_count => 0
392+ init_command_failed_count => 0
393+ com_quit => 0
394+ com_init_db => 0
395+ com_query => 0
396+ com_field_list => 0
397+ com_create_db => 0
398+ com_drop_db => 0
399+ com_refresh => 0
400+ com_shutdown => 0
401+ com_statistics => 0
402+ com_process_info => 0
403+ com_connect => 0
404+ com_process_kill => 0
405+ com_debug => 0
406+ com_ping => 0
407+ com_time => 0
408+ com_delayed_insert => 0
409+ com_change_user => 0
410+ com_binlog_dump => 0
411+ com_table_dump => 0
412+ com_connect_out => 0
413+ com_register_slave => 0
414+ com_stmt_prepare => 0
415+ com_stmt_execute => 0
416+ com_stmt_send_long_data => 0
417+ com_stmt_close => 0
418+ com_stmt_reset => 0
419+ com_stmt_set_option => 0
420+ com_stmt_fetch => 0
421+ com_deamon => 0
422+ bytes_received_real_data_normal => 0
423+ bytes_received_real_data_ps => 0
424+
425+ example statistics =>
426+ stat1 => 0
427+ stat2 => 0
428+
429+ pcre
430+
431+ PCRE (Perl Compatible Regular Expressions) Support => enabled
432+ PCRE Library Version => 8.32 2012-11-30
433+
434+ Directive => Local Value => Master Value
435+ pcre.backtrack_limit => 1000000 => 1000000
436+ pcre.recursion_limit => 100000 => 100000
437+
438+ PDO
439+
440+ PDO support => enabled
441+ PDO drivers => sqlite
442+
443+ pdo_sqlite
444+
445+ PDO Driver for SQLite 3.x => enabled
446+ SQLite Library => 3.7.7.1
447+
448+ pgsql
449+
450+ PostgreSQL Support => enabled
451+ PostgreSQL(libpq) Version => 8.4.18
452+ PostgreSQL(libpq) => PostgreSQL 8.4.18 on x86_64-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3), 64-bit
453+ Multibyte character support => enabled
454+ SSL support => enabled
455+ Active Persistent Links => 0
456+ Active Links => 0
457+
458+ Directive => Local Value => Master Value
459+ pgsql.allow_persistent => On => On
460+ pgsql.auto_reset_persistent => Off => Off
461+ pgsql.ignore_notice => Off => Off
462+ pgsql.log_notice => Off => Off
463+ pgsql.max_links => Unlimited => Unlimited
464+ pgsql.max_persistent => Unlimited => Unlimited
465+
466+ Phar
467+
468+ Phar: PHP Archive support => enabled
469+ Phar EXT version => 2.0.1
470+ Phar API version => 1.1.1
471+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
472+ Phar-based phar archives => enabled
473+ Tar-based phar archives => enabled
474+ ZIP-based phar archives => enabled
475+ gzip compression => enabled
476+ bzip2 compression => enabled
477+ OpenSSL support => disabled (install ext/openssl)
478+
479+
480+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
481+ Phar fully realized by Gregory Beaver and Marcus Boerger.
482+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
483+ Directive => Local Value => Master Value
485+ phar.readonly => Off => Off
486+ phar.require_hash => Off => Off
487+
488+ posix
489+
490+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
491+
492+ Reflection
493+
494+ Reflection => enabled
495+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
496+
497+ session
498+
499+ Session Support => enabled
500+ Registered save handlers => files user
501+ Registered serializer handlers => php php_binary
502+
503+ Directive => Local Value => Master Value
504+ session.auto_start => Off => Off
505+ session.cache_expire => 180 => 180
506+ session.cache_limiter => nocache => nocache
507+ session.cookie_domain => no value => no value
508+ session.cookie_httponly => Off => Off
509+ session.cookie_lifetime => 0 => 0
510+ session.cookie_path => / => /
511+ session.cookie_secure => Off => Off
512+ session.entropy_file => /dev/urandom => /dev/urandom
513+ session.entropy_length => 32 => 32
514+ session.gc_divisor => 100 => 100
515+ session.gc_maxlifetime => 1440 => 1440
516+ session.gc_probability => 1 => 1
517+ session.hash_bits_per_character => 4 => 4
518+ session.hash_function => 0 => 0
519+ session.name => PHPSESSID => PHPSESSID
520+ session.referer_check => no value => no value
521+ session.save_handler => files => files
522+ session.save_path => no value => no value
523+ session.serialize_handler => php => php
524+ session.upload_progress.cleanup => On => On
525+ session.upload_progress.enabled => On => On
526+ session.upload_progress.freq => 1% => 1%
527+ session.upload_progress.min_freq => 1 => 1
528+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
529+ session.upload_progress.prefix => upload_progress_ => upload_progress_
530+ session.use_cookies => On => On
531+ session.use_only_cookies => On => On
532+ session.use_trans_sid => 0 => 0
533+
534+ SimpleXML
535+
536+ Simplexml support => enabled
537+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
538+ Schema support => enabled
539+
540+ sockets
541+
542+ Sockets Support => enabled
543+
544+ SPL
545+
546+ SPL support => enabled
547+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
548+ 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
549+
550+ sqlite3
551+
552+ SQLite3 support => enabled
553+ SQLite3 module version => 0.7
554+ SQLite Library => 3.7.7.1
555+
556+ Directive => Local Value => Master Value
557+ sqlite3.extension_dir => no value => no value
558+
559+ standard
560+
561+ Dynamic Library Support => enabled
562+ Path to sendmail => /usr/sbin/sendmail -t -i
563+
564+ Directive => Local Value => Master Value
565+ assert.active => 1 => 1
566+ assert.bail => 0 => 0
567+ assert.callback => no value => no value
568+ assert.quiet_eval => 0 => 0
569+ assert.warning => 1 => 1
570+ auto_detect_line_endings => 0 => 0
571+ default_socket_timeout => 60 => 60
572+ from => no value => no value
573+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
574+ user_agent => no value => no value
575+
576+ tokenizer
577+
578+ Tokenizer Support => enabled
579+
580+ xml
581+
582+ XML Support => active
583+ XML Namespace Support => active
584+ libxml2 Version => 2.7.6
585+
586+ xmlreader
587+
588+ XMLReader => enabled
589+
590+ xmlwriter
591+
592+ XMLWriter => enabled
593+
594+ zip
595+
596+ Zip => enabled
597+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
598+ Zip version => 1.11.0
599+ Libzip version => 0.10.1
600+
601+ zlib
602+
603+ ZLib Support => enabled
604+ Stream Wrapper => compress.zlib://
605+ Stream Filter => zlib.inflate, zlib.deflate
606+ Compiled Version => 1.2.3
607+ Linked Version => 1.2.3
608+
609+ Directive => Local Value => Master Value
610+ zlib.output_compression => Off => Off
611+ zlib.output_compression_level => -1 => -1
612+ zlib.output_handler => no value => no value
613+
614+ Additional Modules
615+
616+ Module Name
617+ phpinfo()
618+
619+ bz2
620+
621+ BZip2 Support => Enabled
622+ Stream Wrapper support => compress.bzip2://
623+ Stream Filter support => bzip2.decompress, bzip2.compress
624+ BZip2 Version => 1.0.5, 10-Dec-2007
625+
626+ calendar
627+
628+ Calendar support => enabled
629+
630+ Core
631+
632+ PHP Version => 5.4.23
633+
634+ Directive => Local Value => Master Value
635+ allow_url_fopen => On => On
636+ allow_url_include => Off => Off
637+ always_populate_raw_post_data => Off => Off
638+ arg_separator.input => & => &
639+ arg_separator.output => & => &
640+ asp_tags => Off => Off
641+ auto_append_file => no value => no value
642+ auto_globals_jit => On => On
643+ auto_prepend_file => no value => no value
644+ browscap => no value => no value
645+ default_charset => no value => no value
646+ default_mimetype => text/html => text/html
647+ disable_classes => no value => no value
648+ disable_functions => no value => no value
649+ display_errors => STDOUT => STDOUT
650+ display_startup_errors => On => On
651+ doc_root => no value => no value
652+ docref_ext => .html => .html
653+ docref_root => no value => no value
654+ enable_dl => On => On
655+ enable_post_data_reading => On => On
656+ error_append_string => no value => no value
657+ error_log => no value => no value
658+ error_prepend_string => no value => no value
659+ error_reporting => 32767 => 32767
660+ exit_on_timeout => Off => Off
661+ expose_php => On => On
662+ extension_dir => /home/terakin/php-5.4.23/modules/ => /home/terakin/php-5.4.23/modules/
663+ file_uploads => On => On
664+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
665+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
666+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
667+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
668+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
669+ html_errors => Off => Off
670+ ignore_repeated_errors => Off => Off
671+ ignore_repeated_source => Off => Off
672+ ignore_user_abort => Off => Off
673+ implicit_flush => On => On
674+ include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
675+ log_errors => Off => Off
676+ log_errors_max_len => 1024 => 1024
677+ mail.add_x_header => Off => Off
678+ mail.force_extra_parameters => no value => no value
679+ mail.log => no value => no value
680+ max_execution_time => 0 => 0
681+ max_file_uploads => 20 => 20
682+ max_input_nesting_level => 64 => 64
683+ max_input_time => -1 => -1
684+ max_input_vars => 1000 => 1000
685+ memory_limit => 128M => 128M
686+ open_basedir => no value => no value
687+ output_buffering => no value => no value
688+ output_handler => no value => no value
689+ post_max_size => 8M => 8M
690+ precision => 14 => 14
691+ realpath_cache_size => 16K => 16K
692+ realpath_cache_ttl => 120 => 120
693+ register_argc_argv => On => On
694+ report_memleaks => On => On
695+ report_zend_debug => Off => Off
696+ request_order => no value => no value
697+ sendmail_from => no value => no value
698+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
699+ serialize_precision => 17 => 17
700+ short_open_tag => On => On
701+ SMTP => localhost => localhost
702+ smtp_port => 25 => 25
703+ sql.safe_mode => Off => Off
704+ track_errors => On => On
705+ unserialize_callback_func => no value => no value
706+ upload_max_filesize => 2M => 2M
707+ upload_tmp_dir => no value => no value
708+ user_dir => no value => no value
709+ user_ini.cache_ttl => 300 => 300
710+ user_ini.filename => .user.ini => .user.ini
711+ variables_order => EGPCS => EGPCS
712+ xmlrpc_error_number => 0 => 0
713+ xmlrpc_errors => Off => Off
714+ zend.detect_unicode => On => On
715+ zend.enable_gc => On => On
716+ zend.multibyte => Off => Off
717+ zend.script_encoding => no value => no value
718+
719+ ctype
720+
721+ ctype functions => enabled
722+
723+ date
724+
725+ date/time support => enabled
726+ "Olson" Timezone Database Version => 2013.8
727+ Timezone Database => internal
728+
729+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 5
730+ Default timezone => UTC
731+
732+ Directive => Local Value => Master Value
733+ date.default_latitude => 31.7667 => 31.7667
734+ date.default_longitude => 35.2333 => 35.2333
735+ date.sunrise_zenith => 90.583333 => 90.583333
736+ date.sunset_zenith => 90.583333 => 90.583333
737+ date.timezone => no value => no value
738+
739+ dom
740+
741+ DOM/XML => enabled
742+ DOM/XML API Version => 20031129
743+ libxml Version => 2.7.6
744+ HTML Support => enabled
745+ XPath Support => enabled
746+ XPointer Support => enabled
747+ Schema Support => enabled
748+ RelaxNG Support => enabled
749+
750+ ereg
751+
752+ Regex Library => Bundled library enabled
753+
754+ fileinfo
755+
756+ fileinfo support => enabled
757+ version => 1.0.5
758+
759+ filter
760+
761+ Input Validation and Filtering => enabled
762+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
763+
764+ Directive => Local Value => Master Value
765+ filter.default => unsafe_raw => unsafe_raw
766+ filter.default_flags => no value => no value
767+
768+ gd
769+
770+ GD Support => enabled
771+ GD Version => bundled (2.1.0 compatible)
772+ FreeType Support => enabled
773+ FreeType Linkage => with freetype
774+ FreeType Version => 2.3.11
775+ GIF Read Support => enabled
776+ GIF Create Support => enabled
777+ JPEG Support => enabled
778+ libJPEG Version => 6b
779+ PNG Support => enabled
780+ libPNG Version => 1.2.49
781+ WBMP Support => enabled
782+ XBM Support => enabled
783+
784+ Directive => Local Value => Master Value
785+ gd.jpeg_ignore_warning => 0 => 0
786+
787+ gettext
788+
789+ GetText Support => enabled
790+
791+ hash
792+
793+ hash support => enabled
794+ 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
795+
796+ iconv
797+
798+ iconv support => enabled
799+ iconv implementation => glibc
800+ iconv library version => 2.12
801+
802+ Directive => Local Value => Master Value
803+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
804+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
805+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
806+
807+ json
808+
809+ json support => enabled
810+ json version => 1.2.1
811+
812+ libxml
813+
814+ libXML support => active
815+ libXML Compiled Version => 2.7.6
816+ libXML Loaded Version => 20706
817+ libXML streams => enabled
818+
819+ mbstring
820+
821+ Multibyte Support => enabled
822+ Multibyte string engine => libmbfl
823+ HTTP input encoding translation => disabled
824+ libmbfl version => 1.3.2
825+
826+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
827+
828+ Multibyte (japanese) regex support => enabled
829+ Multibyte regex (oniguruma) backtrack check => On
830+ Multibyte regex (oniguruma) version => 4.7.1
831+
832+ Directive => Local Value => Master Value
833+ mbstring.detect_order => no value => no value
834+ mbstring.encoding_translation => Off => Off
835+ mbstring.func_overload => 0 => 0
836+ mbstring.http_input => pass => pass
837+ mbstring.http_output => pass => pass
838+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
839+ mbstring.internal_encoding => no value => no value
840+ mbstring.language => neutral => neutral
841+ mbstring.strict_detection => Off => Off
842+ mbstring.substitute_character => no value => no value
843+
844+ mysql
845+
846+ MySQL Support => enabled
847+ Active Persistent Links => 0
848+ Active Links => 0
849+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
850+
851+ Directive => Local Value => Master Value
852+ mysql.allow_local_infile => On => On
853+ mysql.allow_persistent => On => On
854+ mysql.connect_timeout => 60 => 60
855+ mysql.default_host => no value => no value
856+ mysql.default_password => no value => no value
857+ mysql.default_port => no value => no value
858+ mysql.default_socket => /var/lib/mysql/mysql.sock => /var/lib/mysql/mysql.sock
859+ mysql.default_user => no value => no value
860+ mysql.max_links => Unlimited => Unlimited
861+ mysql.max_persistent => Unlimited => Unlimited
862+ mysql.trace_mode => Off => Off
863+
864+ mysqlnd
865+
866+ mysqlnd => enabled
867+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
868+ Compression => supported
869+ SSL => supported
870+ Command buffer size => 4096
871+ Read buffer size => 32768
872+ Read timeout => 31536000
873+ Collecting statistics => Yes
874+ Collecting memory statistics => No
875+ Tracing => n/a
876+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
877+ API Extensions => mysql
878+
879+ mysqlnd statistics =>
880+ bytes_sent => 0
881+ bytes_received => 0
882+ packets_sent => 0
883+ packets_received => 0
884+ protocol_overhead_in => 0
885+ protocol_overhead_out => 0
886+ bytes_received_ok_packet => 0
887+ bytes_received_eof_packet => 0
888+ bytes_received_rset_header_packet => 0
889+ bytes_received_rset_field_meta_packet => 0
890+ bytes_received_rset_row_packet => 0
891+ bytes_received_prepare_response_packet => 0
892+ bytes_received_change_user_packet => 0
893+ packets_sent_command => 0
894+ packets_received_ok => 0
895+ packets_received_eof => 0
896+ packets_received_rset_header => 0
897+ packets_received_rset_field_meta => 0
898+ packets_received_rset_row => 0
899+ packets_received_prepare_response => 0
900+ packets_received_change_user => 0
901+ result_set_queries => 0
902+ non_result_set_queries => 0
903+ no_index_used => 0
904+ bad_index_used => 0
905+ slow_queries => 0
906+ buffered_sets => 0
907+ unbuffered_sets => 0
908+ ps_buffered_sets => 0
909+ ps_unbuffered_sets => 0
910+ flushed_normal_sets => 0
911+ flushed_ps_sets => 0
912+ ps_prepared_never_executed => 0
913+ ps_prepared_once_executed => 0
914+ rows_fetched_from_server_normal => 0
915+ rows_fetched_from_server_ps => 0
916+ rows_buffered_from_client_normal => 0
917+ rows_buffered_from_client_ps => 0
918+ rows_fetched_from_client_normal_buffered => 0
919+ rows_fetched_from_client_normal_unbuffered => 0
920+ rows_fetched_from_client_ps_buffered => 0
921+ rows_fetched_from_client_ps_unbuffered => 0
922+ rows_fetched_from_client_ps_cursor => 0
923+ rows_affected_normal => 0
924+ rows_affected_ps => 0
925+ rows_skipped_normal => 0
926+ rows_skipped_ps => 0
927+ copy_on_write_saved => 0
928+ copy_on_write_performed => 0
929+ command_buffer_too_small => 0
930+ connect_success => 0
931+ connect_failure => 0
932+ connection_reused => 0
933+ reconnect => 0
934+ pconnect_success => 0
935+ active_connections => 0
936+ active_persistent_connections => 0
937+ explicit_close => 0
938+ implicit_close => 0
939+ disconnect_close => 0
940+ in_middle_of_command_close => 0
941+ explicit_free_result => 0
942+ implicit_free_result => 0
943+ explicit_stmt_close => 0
944+ implicit_stmt_close => 0
945+ mem_emalloc_count => 0
946+ mem_emalloc_amount => 0
947+ mem_ecalloc_count => 0
948+ mem_ecalloc_amount => 0
949+ mem_erealloc_count => 0
950+ mem_erealloc_amount => 0
951+ mem_efree_count => 0
952+ mem_efree_amount => 0
953+ mem_malloc_count => 0
954+ mem_malloc_amount => 0
955+ mem_calloc_count => 0
956+ mem_calloc_amount => 0
957+ mem_realloc_count => 0
958+ mem_realloc_amount => 0
959+ mem_free_count => 0
960+ mem_free_amount => 0
961+ mem_estrndup_count => 0
962+ mem_strndup_count => 0
963+ mem_estndup_count => 0
964+ mem_strdup_count => 0
965+ proto_text_fetched_null => 0
966+ proto_text_fetched_bit => 0
967+ proto_text_fetched_tinyint => 0
968+ proto_text_fetched_short => 0
969+ proto_text_fetched_int24 => 0
970+ proto_text_fetched_int => 0
971+ proto_text_fetched_bigint => 0
972+ proto_text_fetched_decimal => 0
973+ proto_text_fetched_float => 0
974+ proto_text_fetched_double => 0
975+ proto_text_fetched_date => 0
976+ proto_text_fetched_year => 0
977+ proto_text_fetched_time => 0
978+ proto_text_fetched_datetime => 0
979+ proto_text_fetched_timestamp => 0
980+ proto_text_fetched_string => 0
981+ proto_text_fetched_blob => 0
982+ proto_text_fetched_enum => 0
983+ proto_text_fetched_set => 0
984+ proto_text_fetched_geometry => 0
985+ proto_text_fetched_other => 0
986+ proto_binary_fetched_null => 0
987+ proto_binary_fetched_bit => 0
988+ proto_binary_fetched_tinyint => 0
989+ proto_binary_fetched_short => 0
990+ proto_binary_fetched_int24 => 0
991+ proto_binary_fetched_int => 0
992+ proto_binary_fetched_bigint => 0
993+ proto_binary_fetched_decimal => 0
994+ proto_binary_fetched_float => 0
995+ proto_binary_fetched_double => 0
996+ proto_binary_fetched_date => 0
997+ proto_binary_fetched_year => 0
998+ proto_binary_fetched_time => 0
999+ proto_binary_fetched_datetime => 0
1000+ proto_binary_fetched_timestamp => 0
1001+ proto_binary_fetched_string => 0
1002+ proto_binary_fetched_blob => 0
1003+ proto_binary_fetched_enum => 0
1004+ proto_binary_fetched_set => 0
1005+ proto_binary_fetched_geometry => 0
1006+ proto_binary_fetched_other => 0
1007+ init_command_executed_count => 0
1008+ init_command_failed_count => 0
1009+ com_quit => 0
1010+ com_init_db => 0
1011+ com_query => 0
1012+ com_field_list => 0
1013+ com_create_db => 0
1014+ com_drop_db => 0
1015+ com_refresh => 0
1016+ com_shutdown => 0
1017+ com_statistics => 0
1018+ com_process_info => 0
1019+ com_connect => 0
1020+ com_process_kill => 0
1021+ com_debug => 0
1022+ com_ping => 0
1023+ com_time => 0
1024+ com_delayed_insert => 0
1025+ com_change_user => 0
1026+ com_binlog_dump => 0
1027+ com_table_dump => 0
1028+ com_connect_out => 0
1029+ com_register_slave => 0
1030+ com_stmt_prepare => 0
1031+ com_stmt_execute => 0
1032+ com_stmt_send_long_data => 0
1033+ com_stmt_close => 0
1034+ com_stmt_reset => 0
1035+ com_stmt_set_option => 0
1036+ com_stmt_fetch => 0
1037+ com_deamon => 0
1038+ bytes_received_real_data_normal => 0
1039+ bytes_received_real_data_ps => 0
1040+
1041+ example statistics =>
1042+ stat1 => 0
1043+ stat2 => 0
1044+
1045+ pcre
1046+
1047+ PCRE (Perl Compatible Regular Expressions) Support => enabled
1048+ PCRE Library Version => 8.32 2012-11-30
1049+
1050+ Directive => Local Value => Master Value
1051+ pcre.backtrack_limit => 1000000 => 1000000
1052+ pcre.recursion_limit => 100000 => 100000
1053+
1054+ PDO
1055+
1056+ PDO support => enabled
1057+ PDO drivers => sqlite
1058+
1059+ pdo_sqlite
1060+
1061+ PDO Driver for SQLite 3.x => enabled
1062+ SQLite Library => 3.7.7.1
1063+
1064+ pgsql
1065+
1066+ PostgreSQL Support => enabled
1067+ PostgreSQL(libpq) Version => 8.4.18
1068+ PostgreSQL(libpq) => PostgreSQL 8.4.18 on x86_64-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3), 64-bit
1069+ Multibyte character support => enabled
1070+ SSL support => enabled
1071+ Active Persistent Links => 0
1072+ Active Links => 0
1073+
1074+ Directive => Local Value => Master Value
1075+ pgsql.allow_persistent => On => On
1076+ pgsql.auto_reset_persistent => Off => Off
1077+ pgsql.ignore_notice => Off => Off
1078+ pgsql.log_notice => Off => Off
1079+ pgsql.max_links => Unlimited => Unlimited
1080+ pgsql.max_persistent => Unlimited => Unlimited
1081+
1082+ Phar
1083+
1084+ Phar: PHP Archive support => enabled
1085+ Phar EXT version => 2.0.1
1086+ Phar API version => 1.1.1
1087+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
1088+ Phar-based phar archives => enabled
1089+ Tar-based phar archives => enabled
1090+ ZIP-based phar archives => enabled
1091+ gzip compression => enabled
1092+ bzip2 compression => enabled
1093+ OpenSSL support => disabled (install ext/openssl)
1094+
1095+
1096+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
1097+ Phar fully realized by Gregory Beaver and Marcus Boerger.
1098+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
1099+ Directive => Local Value => Master Value
1100+ phar.cache_list => no value => no value
1103+
1105+
1106+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
1107+
1108+ Reflection
1109+
1110+ Reflection => enabled
1111+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
1112+
1113+ session
1114+
1115+ Session Support => enabled
1116+ Registered save handlers => files user
1117+ Registered serializer handlers => php php_binary
1118+
1119+ Directive => Local Value => Master Value
1120+ session.auto_start => Off => Off
1121+ session.cache_expire => 180 => 180
1122+ session.cache_limiter => nocache => nocache
1123+ session.cookie_domain => no value => no value
1124+ session.cookie_httponly => Off => Off
1125+ session.cookie_lifetime => 0 => 0
1126+ session.cookie_path => / => /
1127+ session.cookie_secure => Off => Off
1128+ session.entropy_file => /dev/urandom => /dev/urandom
1129+ session.entropy_length => 32 => 32
1130+ session.gc_divisor => 100 => 100
1131+ session.gc_maxlifetime => 1440 => 1440
1132+ session.gc_probability => 1 => 1
1133+ session.hash_bits_per_character => 4 => 4
1134+ session.hash_function => 0 => 0
1135+ session.name => PHPSESSID => PHPSESSID
1136+ session.referer_check => no value => no value
1137+ session.save_handler => files => files
1138+ session.save_path => no value => no value
1139+ session.serialize_handler => php => php
1140+ session.upload_progress.cleanup => On => On
1141+ session.upload_progress.enabled => On => On
1142+ session.upload_progress.freq => 1% => 1%
1143+ session.upload_progress.min_freq => 1 => 1
1144+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
1145+ session.upload_progress.prefix => upload_progress_ => upload_progress_
1146+ session.use_cookies => On => On
1147+ session.use_only_cookies => On => On
1148+ session.use_trans_sid => 0 => 0
1149+
1150+ SimpleXML
1151+
1152+ Simplexml support => enabled
1153+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
1154+ Schema support => enabled
1155+
1156+ sockets
1157+
1158+ Sockets Support => enabled
1159+
1160+ SPL
1161+
1162+ SPL support => enabled
1163+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
1164+ 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
1165+
1166+ sqlite3
1167+
1168+ SQLite3 support => enabled
1169+ SQLite3 module version => 0.7
1170+ SQLite Library => 3.7.7.1
1171+
1172+ Directive => Local Value => Master Value
1173+ sqlite3.extension_dir => no value => no value
1174+
1175+ standard
1176+
1177+ Dynamic Library Support => enabled
1178+ Path to sendmail => /usr/sbin/sendmail -t -i
1179+
1180+ Directive => Local Value => Master Value
1181+ assert.active => 1 => 1
1182+ assert.bail => 0 => 0
1183+ assert.callback => no value => no value
1184+ assert.quiet_eval => 0 => 0
1185+ assert.warning => 1 => 1
1186+ auto_detect_line_endings => 0 => 0
1187+ default_socket_timeout => 60 => 60
1188+ from => no value => no value
1189+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
1190+ user_agent => no value => no value
1191+
1192+ tokenizer
1193+
1194+ Tokenizer Support => enabled
1195+
1196+ xml
1197+
1198+ XML Support => active
1199+ XML Namespace Support => active
1200+ libxml2 Version => 2.7.6
1201+
1202+ xmlreader
1203+
1204+ XMLReader => enabled
1205+
1206+ xmlwriter
1207+
1208+ XMLWriter => enabled
1209+
1210+ zip
1211+
1212+ Zip => enabled
1213+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
1214+ Zip version => 1.11.0
1215+ Libzip version => 0.10.1
1216+
1217+ zlib
1218+
1219+ ZLib Support => enabled
1220+ Stream Wrapper => compress.zlib://
1221+ Stream Filter => zlib.inflate, zlib.deflate
1222+ Compiled Version => 1.2.3
1223+ Linked Version => 1.2.3
1224+
1225+ Directive => Local Value => Master Value
1226+ zlib.output_compression => Off => Off
1227+ zlib.output_compression_level => -1 => -1
1228+ zlib.output_handler => no value => no value
1229+
1230+ Additional Modules
1231+
1232+ Module Name
1233+ ===DONE===
1 (8%)
001+ phpinfo()
002+
003+ bz2
004+
005+ BZip2 Support => Enabled
006+ Stream Wrapper support => compress.bzip2://
007+ Stream Filter support => bzip2.decompress, bzip2.compress
008+ BZip2 Version => 1.0.5, 10-Dec-2007
009+
010+ calendar
011+
012+ Calendar support => enabled
013+
014+ Core
015+
016+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
018+ Directive => Local Value => Master Value
019+ allow_url_fopen => On => On
020+ allow_url_include => Off => Off
021+ always_populate_raw_post_data => Off => Off
022+ arg_separator.input => & => &
023+ arg_separator.output => & => &
024+ asp_tags => Off => Off
025+ auto_append_file => no value => no value
026+ auto_globals_jit => On => On
027+ auto_prepend_file => no value => no value
028+ browscap => no value => no value
029+ default_charset => no value => no value
030+ default_mimetype => text/html => text/html
031+ disable_classes => no value => no value
032+ disable_functions => no value => no value
033+ display_errors => STDOUT => STDOUT
034+ display_startup_errors => On => On
035+ doc_root => no value => no value
036+ docref_ext => .html => .html
037+ docref_root => no value => no value
038+ enable_dl => On => On
039+ enable_post_data_reading => On => On
040+ error_append_string => no value => no value
041+ error_log => no value => no value
042+ error_prepend_string => no value => no value
043+ error_reporting => 32767 => 32767
044+ exit_on_timeout => Off => Off
045+ expose_php => On => On
046+ extension_dir => /home/terakin/php-5.4.23/modules/ => /home/terakin/php-5.4.23/modules/
047+ file_uploads => On => On
048+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
049+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
050+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
051+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
052+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
053+ html_errors => Off => Off
054+ ignore_repeated_errors => Off => Off
055+ ignore_repeated_source => Off => Off
056+ ignore_user_abort => Off => Off
057+ implicit_flush => On => On
058+ include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
059+ log_errors => Off => Off
060+ log_errors_max_len => 1024 => 1024
061+ mail.add_x_header => Off => Off
062+ mail.force_extra_parameters => no value => no value
063+ mail.log => no value => no value
064+ max_execution_time => 0 => 0
065+ max_file_uploads => 20 => 20
066+ max_input_nesting_level => 64 => 64
067+ max_input_time => -1 => -1
068+ max_input_vars => 1000 => 1000
069+ memory_limit => 128M => 128M
070+ open_basedir => no value => no value
071+ output_buffering => no value => no value
072+ output_handler => no value => no value
073+ post_max_size => 8M => 8M
074+ precision => 14 => 14
075+ realpath_cache_size => 16K => 16K
076+ realpath_cache_ttl => 120 => 120
077+ register_argc_argv => On => On
078+ report_memleaks => On => On
079+ report_zend_debug => Off => Off
080+ request_order => no value => no value
081+ sendmail_from => no value => no value
082+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
083+ serialize_precision => 17 => 17
084+ short_open_tag => On => On
085+ SMTP => localhost => localhost
086+ smtp_port => 25 => 25
087+ sql.safe_mode => Off => Off
088+ track_errors => On => On
089+ unserialize_callback_func => no value => no value
090+ upload_max_filesize => 2M => 2M
091+ upload_tmp_dir => no value => no value
092+ user_dir => no value => no value
093+ user_ini.cache_ttl => 300 => 300
094+ user_ini.filename => .user.ini => .user.ini
095+ variables_order => EGPCS => EGPCS
096+ xmlrpc_error_number => 0 => 0
097+ xmlrpc_errors => Off => Off
098+ zend.detect_unicode => On => On
099+ zend.enable_gc => On => On
100+ zend.multibyte => Off => Off
101+ zend.script_encoding => no value => no value
102+
103+ ctype
104+
105+ ctype functions => enabled
106+
107+ date
108+
109+ date/time support => enabled
110+ "Olson" Timezone Database Version => 2013.8
111+ Timezone Database => internal
112+
113+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 2
114+ Default timezone => UTC
115+
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
023- Phar
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
117+ date.default_latitude => 31.7667 => 31.7667
118+ date.default_longitude => 35.2333 => 35.2333
119+ date.sunrise_zenith => 90.583333 => 90.583333
120+ date.sunset_zenith => 90.583333 => 90.583333
121+ date.timezone => no value => no value
122+
125+ DOM/XML => enabled
126+ DOM/XML API Version => 20031129
127+ libxml Version => 2.7.6
128+ HTML Support => enabled
129+ XPath Support => enabled
130+ XPointer Support => enabled
131+ Schema Support => enabled
132+ RelaxNG Support => enabled
133+
134+ ereg
135+
136+ Regex Library => Bundled library enabled
137+
138+ fileinfo
139+
140+ fileinfo support => enabled
141+ version => 1.0.5
143+ filter
145+ Input Validation and Filtering => enabled
146+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
147+
149+ filter.default => unsafe_raw => unsafe_raw
150+ filter.default_flags => no value => no value
151+
152+ gd
153+
154+ GD Support => enabled
155+ GD Version => bundled (2.1.0 compatible)
156+ FreeType Support => enabled
157+ FreeType Linkage => with freetype
158+ FreeType Version => 2.3.11
159+ GIF Read Support => enabled
160+ GIF Create Support => enabled
161+ JPEG Support => enabled
162+ libJPEG Version => 6b
163+ PNG Support => enabled
164+ libPNG Version => 1.2.49
165+ WBMP Support => enabled
166+ XBM Support => enabled
167+
168+ Directive => Local Value => Master Value
169+ gd.jpeg_ignore_warning => 0 => 0
170+
171+ gettext
172+
173+ GetText Support => enabled
174+
175+ hash
176+
177+ hash support => enabled
178+ 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
179+
180+ iconv
181+
182+ iconv support => enabled
183+ iconv implementation => glibc
184+ iconv library version => 2.12
185+
186+ Directive => Local Value => Master Value
187+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
188+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
189+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
190+
191+ json
192+
193+ json support => enabled
194+ json version => 1.2.1
195+
196+ libxml
197+
198+ libXML support => active
199+ libXML Compiled Version => 2.7.6
200+ libXML Loaded Version => 20706
201+ libXML streams => enabled
202+
203+ mbstring
204+
205+ Multibyte Support => enabled
206+ Multibyte string engine => libmbfl
207+ HTTP input encoding translation => disabled
208+ libmbfl version => 1.3.2
209+
210+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
211+
212+ Multibyte (japanese) regex support => enabled
213+ Multibyte regex (oniguruma) backtrack check => On
214+ Multibyte regex (oniguruma) version => 4.7.1
215+
216+ Directive => Local Value => Master Value
217+ mbstring.detect_order => no value => no value
218+ mbstring.encoding_translation => Off => Off
219+ mbstring.func_overload => 0 => 0
220+ mbstring.http_input => pass => pass
221+ mbstring.http_output => pass => pass
222+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
223+ mbstring.internal_encoding => no value => no value
224+ mbstring.language => neutral => neutral
225+ mbstring.strict_detection => Off => Off
226+ mbstring.substitute_character => no value => no value
227+
228+ mysql
229+
230+ MySQL Support => enabled
231+ Active Persistent Links => 0
232+ Active Links => 0
233+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
234+
235+ Directive => Local Value => Master Value
236+ mysql.allow_local_infile => On => On
237+ mysql.allow_persistent => On => On
238+ mysql.connect_timeout => 60 => 60
239+ mysql.default_host => no value => no value
240+ mysql.default_password => no value => no value
241+ mysql.default_port => no value => no value
242+ mysql.default_socket => /var/lib/mysql/mysql.sock => /var/lib/mysql/mysql.sock
243+ mysql.default_user => no value => no value
244+ mysql.max_links => Unlimited => Unlimited
245+ mysql.max_persistent => Unlimited => Unlimited
246+ mysql.trace_mode => Off => Off
247+
248+ mysqlnd
249+
250+ mysqlnd => enabled
251+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
252+ Compression => supported
253+ SSL => supported
254+ Command buffer size => 4096
255+ Read buffer size => 32768
256+ Read timeout => 31536000
257+ Collecting statistics => Yes
258+ Collecting memory statistics => No
259+ Tracing => n/a
260+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
261+ API Extensions => mysql
262+
263+ mysqlnd statistics =>
264+ bytes_sent => 0
265+ bytes_received => 0
266+ packets_sent => 0
267+ packets_received => 0
268+ protocol_overhead_in => 0
269+ protocol_overhead_out => 0
270+ bytes_received_ok_packet => 0
271+ bytes_received_eof_packet => 0
272+ bytes_received_rset_header_packet => 0
273+ bytes_received_rset_field_meta_packet => 0
274+ bytes_received_rset_row_packet => 0
275+ bytes_received_prepare_response_packet => 0
276+ bytes_received_change_user_packet => 0
277+ packets_sent_command => 0
278+ packets_received_ok => 0
279+ packets_received_eof => 0
280+ packets_received_rset_header => 0
281+ packets_received_rset_field_meta => 0
282+ packets_received_rset_row => 0
283+ packets_received_prepare_response => 0
284+ packets_received_change_user => 0
285+ result_set_queries => 0
286+ non_result_set_queries => 0
287+ no_index_used => 0
288+ bad_index_used => 0
289+ slow_queries => 0
290+ buffered_sets => 0
291+ unbuffered_sets => 0
292+ ps_buffered_sets => 0
293+ ps_unbuffered_sets => 0
294+ flushed_normal_sets => 0
295+ flushed_ps_sets => 0
296+ ps_prepared_never_executed => 0
297+ ps_prepared_once_executed => 0
298+ rows_fetched_from_server_normal => 0
299+ rows_fetched_from_server_ps => 0
300+ rows_buffered_from_client_normal => 0
301+ rows_buffered_from_client_ps => 0
302+ rows_fetched_from_client_normal_buffered => 0
303+ rows_fetched_from_client_normal_unbuffered => 0
304+ rows_fetched_from_client_ps_buffered => 0
305+ rows_fetched_from_client_ps_unbuffered => 0
306+ rows_fetched_from_client_ps_cursor => 0
307+ rows_affected_normal => 0
308+ rows_affected_ps => 0
309+ rows_skipped_normal => 0
310+ rows_skipped_ps => 0
311+ copy_on_write_saved => 0
312+ copy_on_write_performed => 0
313+ command_buffer_too_small => 0
314+ connect_success => 0
315+ connect_failure => 0
316+ connection_reused => 0
317+ reconnect => 0
318+ pconnect_success => 0
319+ active_connections => 0
320+ active_persistent_connections => 0
321+ explicit_close => 0
322+ implicit_close => 0
323+ disconnect_close => 0
324+ in_middle_of_command_close => 0
325+ explicit_free_result => 0
326+ implicit_free_result => 0
327+ explicit_stmt_close => 0
328+ implicit_stmt_close => 0
329+ mem_emalloc_count => 0
330+ mem_emalloc_amount => 0
331+ mem_ecalloc_count => 0
332+ mem_ecalloc_amount => 0
333+ mem_erealloc_count => 0
334+ mem_erealloc_amount => 0
335+ mem_efree_count => 0
336+ mem_efree_amount => 0
337+ mem_malloc_count => 0
338+ mem_malloc_amount => 0
339+ mem_calloc_count => 0
340+ mem_calloc_amount => 0
341+ mem_realloc_count => 0
342+ mem_realloc_amount => 0
343+ mem_free_count => 0
344+ mem_free_amount => 0
345+ mem_estrndup_count => 0
346+ mem_strndup_count => 0
347+ mem_estndup_count => 0
348+ mem_strdup_count => 0
349+ proto_text_fetched_null => 0
350+ proto_text_fetched_bit => 0
351+ proto_text_fetched_tinyint => 0
352+ proto_text_fetched_short => 0
353+ proto_text_fetched_int24 => 0
354+ proto_text_fetched_int => 0
355+ proto_text_fetched_bigint => 0
356+ proto_text_fetched_decimal => 0
357+ proto_text_fetched_float => 0
358+ proto_text_fetched_double => 0
359+ proto_text_fetched_date => 0
360+ proto_text_fetched_year => 0
361+ proto_text_fetched_time => 0
362+ proto_text_fetched_datetime => 0
363+ proto_text_fetched_timestamp => 0
364+ proto_text_fetched_string => 0
365+ proto_text_fetched_blob => 0
366+ proto_text_fetched_enum => 0
367+ proto_text_fetched_set => 0
368+ proto_text_fetched_geometry => 0
369+ proto_text_fetched_other => 0
370+ proto_binary_fetched_null => 0
371+ proto_binary_fetched_bit => 0
372+ proto_binary_fetched_tinyint => 0
373+ proto_binary_fetched_short => 0
374+ proto_binary_fetched_int24 => 0
375+ proto_binary_fetched_int => 0
376+ proto_binary_fetched_bigint => 0
377+ proto_binary_fetched_decimal => 0
378+ proto_binary_fetched_float => 0
379+ proto_binary_fetched_double => 0
380+ proto_binary_fetched_date => 0
381+ proto_binary_fetched_year => 0
382+ proto_binary_fetched_time => 0
383+ proto_binary_fetched_datetime => 0
384+ proto_binary_fetched_timestamp => 0
385+ proto_binary_fetched_string => 0
386+ proto_binary_fetched_blob => 0
387+ proto_binary_fetched_enum => 0
388+ proto_binary_fetched_set => 0
389+ proto_binary_fetched_geometry => 0
390+ proto_binary_fetched_other => 0
391+ init_command_executed_count => 0
392+ init_command_failed_count => 0
393+ com_quit => 0
394+ com_init_db => 0
395+ com_query => 0
396+ com_field_list => 0
397+ com_create_db => 0
398+ com_drop_db => 0
399+ com_refresh => 0
400+ com_shutdown => 0
401+ com_statistics => 0
402+ com_process_info => 0
403+ com_connect => 0
404+ com_process_kill => 0
405+ com_debug => 0
406+ com_ping => 0
407+ com_time => 0
408+ com_delayed_insert => 0
409+ com_change_user => 0
410+ com_binlog_dump => 0
411+ com_table_dump => 0
412+ com_connect_out => 0
413+ com_register_slave => 0
414+ com_stmt_prepare => 0
415+ com_stmt_execute => 0
416+ com_stmt_send_long_data => 0
417+ com_stmt_close => 0
418+ com_stmt_reset => 0
419+ com_stmt_set_option => 0
420+ com_stmt_fetch => 0
421+ com_deamon => 0
422+ bytes_received_real_data_normal => 0
423+ bytes_received_real_data_ps => 0
424+
425+ example statistics =>
426+ stat1 => 0
427+ stat2 => 0
428+
429+ pcre
430+
431+ PCRE (Perl Compatible Regular Expressions) Support => enabled
432+ PCRE Library Version => 8.32 2012-11-30
433+
434+ Directive => Local Value => Master Value
435+ pcre.backtrack_limit => 1000000 => 1000000
436+ pcre.recursion_limit => 100000 => 100000
437+
438+ PDO
439+
440+ PDO support => enabled
441+ PDO drivers => sqlite
442+
443+ pdo_sqlite
444+
445+ PDO Driver for SQLite 3.x => enabled
446+ SQLite Library => 3.7.7.1
447+
448+ pgsql
449+
450+ PostgreSQL Support => enabled
451+ PostgreSQL(libpq) Version => 8.4.18
452+ PostgreSQL(libpq) => PostgreSQL 8.4.18 on i386-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3), 32-bit
453+ Multibyte character support => enabled
454+ SSL support => enabled
455+ Active Persistent Links => 0
456+ Active Links => 0
457+
458+ Directive => Local Value => Master Value
459+ pgsql.allow_persistent => On => On
460+ pgsql.auto_reset_persistent => Off => Off
461+ pgsql.ignore_notice => Off => Off
462+ pgsql.log_notice => Off => Off
463+ pgsql.max_links => Unlimited => Unlimited
464+ pgsql.max_persistent => Unlimited => Unlimited
465+
466+ Phar
467+
468+ Phar: PHP Archive support => enabled
469+ Phar EXT version => 2.0.1
470+ Phar API version => 1.1.1
471+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
472+ Phar-based phar archives => enabled
473+ Tar-based phar archives => enabled
474+ ZIP-based phar archives => enabled
475+ gzip compression => enabled
476+ bzip2 compression => enabled
477+ OpenSSL support => disabled (install ext/openssl)
478+
479+
480+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
481+ Phar fully realized by Gregory Beaver and Marcus Boerger.
482+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
483+ Directive => Local Value => Master Value
485+ phar.readonly => Off => Off
486+ phar.require_hash => Off => Off
487+
488+ posix
489+
490+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
491+
492+ Reflection
493+
494+ Reflection => enabled
495+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
496+
497+ session
498+
499+ Session Support => enabled
500+ Registered save handlers => files user
501+ Registered serializer handlers => php php_binary
502+
503+ Directive => Local Value => Master Value
504+ session.auto_start => Off => Off
505+ session.cache_expire => 180 => 180
506+ session.cache_limiter => nocache => nocache
507+ session.cookie_domain => no value => no value
508+ session.cookie_httponly => Off => Off
509+ session.cookie_lifetime => 0 => 0
510+ session.cookie_path => / => /
511+ session.cookie_secure => Off => Off
512+ session.entropy_file => /dev/urandom => /dev/urandom
513+ session.entropy_length => 32 => 32
514+ session.gc_divisor => 100 => 100
515+ session.gc_maxlifetime => 1440 => 1440
516+ session.gc_probability => 1 => 1
517+ session.hash_bits_per_character => 4 => 4
518+ session.hash_function => 0 => 0
519+ session.name => PHPSESSID => PHPSESSID
520+ session.referer_check => no value => no value
521+ session.save_handler => files => files
522+ session.save_path => no value => no value
523+ session.serialize_handler => php => php
524+ session.upload_progress.cleanup => On => On
525+ session.upload_progress.enabled => On => On
526+ session.upload_progress.freq => 1% => 1%
527+ session.upload_progress.min_freq => 1 => 1
528+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
529+ session.upload_progress.prefix => upload_progress_ => upload_progress_
530+ session.use_cookies => On => On
531+ session.use_only_cookies => On => On
532+ session.use_trans_sid => 0 => 0
533+
534+ SimpleXML
535+
536+ Simplexml support => enabled
537+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
538+ Schema support => enabled
539+
540+ sockets
541+
542+ Sockets Support => enabled
543+
544+ SPL
545+
546+ SPL support => enabled
547+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
548+ 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
549+
550+ sqlite3
551+
552+ SQLite3 support => enabled
553+ SQLite3 module version => 0.7
554+ SQLite Library => 3.7.7.1
555+
556+ Directive => Local Value => Master Value
557+ sqlite3.extension_dir => no value => no value
558+
559+ standard
560+
561+ Dynamic Library Support => enabled
562+ Path to sendmail => /usr/sbin/sendmail -t -i
563+
564+ Directive => Local Value => Master Value
565+ assert.active => 1 => 1
566+ assert.bail => 0 => 0
567+ assert.callback => no value => no value
568+ assert.quiet_eval => 0 => 0
569+ assert.warning => 1 => 1
570+ auto_detect_line_endings => 0 => 0
571+ default_socket_timeout => 60 => 60
572+ from => no value => no value
573+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
574+ user_agent => no value => no value
575+
576+ tokenizer
577+
578+ Tokenizer Support => enabled
579+
580+ xml
581+
582+ XML Support => active
583+ XML Namespace Support => active
584+ libxml2 Version => 2.7.6
585+
586+ xmlreader
587+
588+ XMLReader => enabled
589+
590+ xmlwriter
591+
592+ XMLWriter => enabled
593+
594+ zip
595+
596+ Zip => enabled
597+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
598+ Zip version => 1.11.0
599+ Libzip version => 0.10.1
600+
601+ zlib
602+
603+ ZLib Support => enabled
604+ Stream Wrapper => compress.zlib://
605+ Stream Filter => zlib.inflate, zlib.deflate
606+ Compiled Version => 1.2.3
607+ Linked Version => 1.2.3
608+
609+ Directive => Local Value => Master Value
610+ zlib.output_compression => Off => Off
611+ zlib.output_compression_level => -1 => -1
612+ zlib.output_handler => no value => no value
613+
614+ Additional Modules
615+
616+ Module Name
617+ phpinfo()
618+
619+ bz2
620+
621+ BZip2 Support => Enabled
622+ Stream Wrapper support => compress.bzip2://
623+ Stream Filter support => bzip2.decompress, bzip2.compress
624+ BZip2 Version => 1.0.5, 10-Dec-2007
625+
626+ calendar
627+
628+ Calendar support => enabled
629+
630+ Core
631+
632+ PHP Version => 5.4.23
633+
634+ Directive => Local Value => Master Value
635+ allow_url_fopen => On => On
636+ allow_url_include => Off => Off
637+ always_populate_raw_post_data => Off => Off
638+ arg_separator.input => & => &
639+ arg_separator.output => & => &
640+ asp_tags => Off => Off
641+ auto_append_file => no value => no value
642+ auto_globals_jit => On => On
643+ auto_prepend_file => no value => no value
644+ browscap => no value => no value
645+ default_charset => no value => no value
646+ default_mimetype => text/html => text/html
647+ disable_classes => no value => no value
648+ disable_functions => no value => no value
649+ display_errors => STDOUT => STDOUT
650+ display_startup_errors => On => On
651+ doc_root => no value => no value
652+ docref_ext => .html => .html
653+ docref_root => no value => no value
654+ enable_dl => On => On
655+ enable_post_data_reading => On => On
656+ error_append_string => no value => no value
657+ error_log => no value => no value
658+ error_prepend_string => no value => no value
659+ error_reporting => 32767 => 32767
660+ exit_on_timeout => Off => Off
661+ expose_php => On => On
662+ extension_dir => /home/terakin/php-5.4.23/modules/ => /home/terakin/php-5.4.23/modules/
663+ file_uploads => On => On
664+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
665+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
666+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
667+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
668+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
669+ html_errors => Off => Off
670+ ignore_repeated_errors => Off => Off
671+ ignore_repeated_source => Off => Off
672+ ignore_user_abort => Off => Off
673+ implicit_flush => On => On
674+ include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
675+ log_errors => Off => Off
676+ log_errors_max_len => 1024 => 1024
677+ mail.add_x_header => Off => Off
678+ mail.force_extra_parameters => no value => no value
679+ mail.log => no value => no value
680+ max_execution_time => 0 => 0
681+ max_file_uploads => 20 => 20
682+ max_input_nesting_level => 64 => 64
683+ max_input_time => -1 => -1
684+ max_input_vars => 1000 => 1000
685+ memory_limit => 128M => 128M
686+ open_basedir => no value => no value
687+ output_buffering => no value => no value
688+ output_handler => no value => no value
689+ post_max_size => 8M => 8M
690+ precision => 14 => 14
691+ realpath_cache_size => 16K => 16K
692+ realpath_cache_ttl => 120 => 120
693+ register_argc_argv => On => On
694+ report_memleaks => On => On
695+ report_zend_debug => Off => Off
696+ request_order => no value => no value
697+ sendmail_from => no value => no value
698+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
699+ serialize_precision => 17 => 17
700+ short_open_tag => On => On
701+ SMTP => localhost => localhost
702+ smtp_port => 25 => 25
703+ sql.safe_mode => Off => Off
704+ track_errors => On => On
705+ unserialize_callback_func => no value => no value
706+ upload_max_filesize => 2M => 2M
707+ upload_tmp_dir => no value => no value
708+ user_dir => no value => no value
709+ user_ini.cache_ttl => 300 => 300
710+ user_ini.filename => .user.ini => .user.ini
711+ variables_order => EGPCS => EGPCS
712+ xmlrpc_error_number => 0 => 0
713+ xmlrpc_errors => Off => Off
714+ zend.detect_unicode => On => On
715+ zend.enable_gc => On => On
716+ zend.multibyte => Off => Off
717+ zend.script_encoding => no value => no value
718+
719+ ctype
720+
721+ ctype functions => enabled
722+
723+ date
724+
725+ date/time support => enabled
726+ "Olson" Timezone Database Version => 2013.8
727+ Timezone Database => internal
728+
729+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 5
730+ Default timezone => UTC
731+
732+ Directive => Local Value => Master Value
733+ date.default_latitude => 31.7667 => 31.7667
734+ date.default_longitude => 35.2333 => 35.2333
735+ date.sunrise_zenith => 90.583333 => 90.583333
736+ date.sunset_zenith => 90.583333 => 90.583333
737+ date.timezone => no value => no value
738+
739+ dom
740+
741+ DOM/XML => enabled
742+ DOM/XML API Version => 20031129
743+ libxml Version => 2.7.6
744+ HTML Support => enabled
745+ XPath Support => enabled
746+ XPointer Support => enabled
747+ Schema Support => enabled
748+ RelaxNG Support => enabled
749+
750+ ereg
751+
752+ Regex Library => Bundled library enabled
753+
754+ fileinfo
755+
756+ fileinfo support => enabled
757+ version => 1.0.5
758+
759+ filter
760+
761+ Input Validation and Filtering => enabled
762+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
763+
764+ Directive => Local Value => Master Value
765+ filter.default => unsafe_raw => unsafe_raw
766+ filter.default_flags => no value => no value
767+
768+ gd
769+
770+ GD Support => enabled
771+ GD Version => bundled (2.1.0 compatible)
772+ FreeType Support => enabled
773+ FreeType Linkage => with freetype
774+ FreeType Version => 2.3.11
775+ GIF Read Support => enabled
776+ GIF Create Support => enabled
777+ JPEG Support => enabled
778+ libJPEG Version => 6b
779+ PNG Support => enabled
780+ libPNG Version => 1.2.49
781+ WBMP Support => enabled
782+ XBM Support => enabled
783+
784+ Directive => Local Value => Master Value
785+ gd.jpeg_ignore_warning => 0 => 0
786+
787+ gettext
788+
789+ GetText Support => enabled
790+
791+ hash
792+
793+ hash support => enabled
794+ 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
795+
796+ iconv
797+
798+ iconv support => enabled
799+ iconv implementation => glibc
800+ iconv library version => 2.12
801+
802+ Directive => Local Value => Master Value
803+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
804+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
805+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
806+
807+ json
808+
809+ json support => enabled
810+ json version => 1.2.1
811+
812+ libxml
813+
814+ libXML support => active
815+ libXML Compiled Version => 2.7.6
816+ libXML Loaded Version => 20706
817+ libXML streams => enabled
818+
819+ mbstring
820+
821+ Multibyte Support => enabled
822+ Multibyte string engine => libmbfl
823+ HTTP input encoding translation => disabled
824+ libmbfl version => 1.3.2
825+
826+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
827+
828+ Multibyte (japanese) regex support => enabled
829+ Multibyte regex (oniguruma) backtrack check => On
830+ Multibyte regex (oniguruma) version => 4.7.1
831+
832+ Directive => Local Value => Master Value
833+ mbstring.detect_order => no value => no value
834+ mbstring.encoding_translation => Off => Off
835+ mbstring.func_overload => 0 => 0
836+ mbstring.http_input => pass => pass
837+ mbstring.http_output => pass => pass
838+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
839+ mbstring.internal_encoding => no value => no value
840+ mbstring.language => neutral => neutral
841+ mbstring.strict_detection => Off => Off
842+ mbstring.substitute_character => no value => no value
843+
844+ mysql
845+
846+ MySQL Support => enabled
847+ Active Persistent Links => 0
848+ Active Links => 0
849+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
850+
851+ Directive => Local Value => Master Value
852+ mysql.allow_local_infile => On => On
853+ mysql.allow_persistent => On => On
854+ mysql.connect_timeout => 60 => 60
855+ mysql.default_host => no value => no value
856+ mysql.default_password => no value => no value
857+ mysql.default_port => no value => no value
858+ mysql.default_socket => /var/lib/mysql/mysql.sock => /var/lib/mysql/mysql.sock
859+ mysql.default_user => no value => no value
860+ mysql.max_links => Unlimited => Unlimited
861+ mysql.max_persistent => Unlimited => Unlimited
862+ mysql.trace_mode => Off => Off
863+
864+ mysqlnd
865+
866+ mysqlnd => enabled
867+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
868+ Compression => supported
869+ SSL => supported
870+ Command buffer size => 4096
871+ Read buffer size => 32768
872+ Read timeout => 31536000
873+ Collecting statistics => Yes
874+ Collecting memory statistics => No
875+ Tracing => n/a
876+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
877+ API Extensions => mysql
878+
879+ mysqlnd statistics =>
880+ bytes_sent => 0
881+ bytes_received => 0
882+ packets_sent => 0
883+ packets_received => 0
884+ protocol_overhead_in => 0
885+ protocol_overhead_out => 0
886+ bytes_received_ok_packet => 0
887+ bytes_received_eof_packet => 0
888+ bytes_received_rset_header_packet => 0
889+ bytes_received_rset_field_meta_packet => 0
890+ bytes_received_rset_row_packet => 0
891+ bytes_received_prepare_response_packet => 0
892+ bytes_received_change_user_packet => 0
893+ packets_sent_command => 0
894+ packets_received_ok => 0
895+ packets_received_eof => 0
896+ packets_received_rset_header => 0
897+ packets_received_rset_field_meta => 0
898+ packets_received_rset_row => 0
899+ packets_received_prepare_response => 0
900+ packets_received_change_user => 0
901+ result_set_queries => 0
902+ non_result_set_queries => 0
903+ no_index_used => 0
904+ bad_index_used => 0
905+ slow_queries => 0
906+ buffered_sets => 0
907+ unbuffered_sets => 0
908+ ps_buffered_sets => 0
909+ ps_unbuffered_sets => 0
910+ flushed_normal_sets => 0
911+ flushed_ps_sets => 0
912+ ps_prepared_never_executed => 0
913+ ps_prepared_once_executed => 0
914+ rows_fetched_from_server_normal => 0
915+ rows_fetched_from_server_ps => 0
916+ rows_buffered_from_client_normal => 0
917+ rows_buffered_from_client_ps => 0
918+ rows_fetched_from_client_normal_buffered => 0
919+ rows_fetched_from_client_normal_unbuffered => 0
920+ rows_fetched_from_client_ps_buffered => 0
921+ rows_fetched_from_client_ps_unbuffered => 0
922+ rows_fetched_from_client_ps_cursor => 0
923+ rows_affected_normal => 0
924+ rows_affected_ps => 0
925+ rows_skipped_normal => 0
926+ rows_skipped_ps => 0
927+ copy_on_write_saved => 0
928+ copy_on_write_performed => 0
929+ command_buffer_too_small => 0
930+ connect_success => 0
931+ connect_failure => 0
932+ connection_reused => 0
933+ reconnect => 0
934+ pconnect_success => 0
935+ active_connections => 0
936+ active_persistent_connections => 0
937+ explicit_close => 0
938+ implicit_close => 0
939+ disconnect_close => 0
940+ in_middle_of_command_close => 0
941+ explicit_free_result => 0
942+ implicit_free_result => 0
943+ explicit_stmt_close => 0
944+ implicit_stmt_close => 0
945+ mem_emalloc_count => 0
946+ mem_emalloc_amount => 0
947+ mem_ecalloc_count => 0
948+ mem_ecalloc_amount => 0
949+ mem_erealloc_count => 0
950+ mem_erealloc_amount => 0
951+ mem_efree_count => 0
952+ mem_efree_amount => 0
953+ mem_malloc_count => 0
954+ mem_malloc_amount => 0
955+ mem_calloc_count => 0
956+ mem_calloc_amount => 0
957+ mem_realloc_count => 0
958+ mem_realloc_amount => 0
959+ mem_free_count => 0
960+ mem_free_amount => 0
961+ mem_estrndup_count => 0
962+ mem_strndup_count => 0
963+ mem_estndup_count => 0
964+ mem_strdup_count => 0
965+ proto_text_fetched_null => 0
966+ proto_text_fetched_bit => 0
967+ proto_text_fetched_tinyint => 0
968+ proto_text_fetched_short => 0
969+ proto_text_fetched_int24 => 0
970+ proto_text_fetched_int => 0
971+ proto_text_fetched_bigint => 0
972+ proto_text_fetched_decimal => 0
973+ proto_text_fetched_float => 0
974+ proto_text_fetched_double => 0
975+ proto_text_fetched_date => 0
976+ proto_text_fetched_year => 0
977+ proto_text_fetched_time => 0
978+ proto_text_fetched_datetime => 0
979+ proto_text_fetched_timestamp => 0
980+ proto_text_fetched_string => 0
981+ proto_text_fetched_blob => 0
982+ proto_text_fetched_enum => 0
983+ proto_text_fetched_set => 0
984+ proto_text_fetched_geometry => 0
985+ proto_text_fetched_other => 0
986+ proto_binary_fetched_null => 0
987+ proto_binary_fetched_bit => 0
988+ proto_binary_fetched_tinyint => 0
989+ proto_binary_fetched_short => 0
990+ proto_binary_fetched_int24 => 0
991+ proto_binary_fetched_int => 0
992+ proto_binary_fetched_bigint => 0
993+ proto_binary_fetched_decimal => 0
994+ proto_binary_fetched_float => 0
995+ proto_binary_fetched_double => 0
996+ proto_binary_fetched_date => 0
997+ proto_binary_fetched_year => 0
998+ proto_binary_fetched_time => 0
999+ proto_binary_fetched_datetime => 0
1000+ proto_binary_fetched_timestamp => 0
1001+ proto_binary_fetched_string => 0
1002+ proto_binary_fetched_blob => 0
1003+ proto_binary_fetched_enum => 0
1004+ proto_binary_fetched_set => 0
1005+ proto_binary_fetched_geometry => 0
1006+ proto_binary_fetched_other => 0
1007+ init_command_executed_count => 0
1008+ init_command_failed_count => 0
1009+ com_quit => 0
1010+ com_init_db => 0
1011+ com_query => 0
1012+ com_field_list => 0
1013+ com_create_db => 0
1014+ com_drop_db => 0
1015+ com_refresh => 0
1016+ com_shutdown => 0
1017+ com_statistics => 0
1018+ com_process_info => 0
1019+ com_connect => 0
1020+ com_process_kill => 0
1021+ com_debug => 0
1022+ com_ping => 0
1023+ com_time => 0
1024+ com_delayed_insert => 0
1025+ com_change_user => 0
1026+ com_binlog_dump => 0
1027+ com_table_dump => 0
1028+ com_connect_out => 0
1029+ com_register_slave => 0
1030+ com_stmt_prepare => 0
1031+ com_stmt_execute => 0
1032+ com_stmt_send_long_data => 0
1033+ com_stmt_close => 0
1034+ com_stmt_reset => 0
1035+ com_stmt_set_option => 0
1036+ com_stmt_fetch => 0
1037+ com_deamon => 0
1038+ bytes_received_real_data_normal => 0
1039+ bytes_received_real_data_ps => 0
1040+
1041+ example statistics =>
1042+ stat1 => 0
1043+ stat2 => 0
1044+
1045+ pcre
1046+
1047+ PCRE (Perl Compatible Regular Expressions) Support => enabled
1048+ PCRE Library Version => 8.32 2012-11-30
1049+
1050+ Directive => Local Value => Master Value
1051+ pcre.backtrack_limit => 1000000 => 1000000
1052+ pcre.recursion_limit => 100000 => 100000
1053+
1054+ PDO
1055+
1056+ PDO support => enabled
1057+ PDO drivers => sqlite
1058+
1059+ pdo_sqlite
1060+
1061+ PDO Driver for SQLite 3.x => enabled
1062+ SQLite Library => 3.7.7.1
1063+
1064+ pgsql
1065+
1066+ PostgreSQL Support => enabled
1067+ PostgreSQL(libpq) Version => 8.4.18
1068+ PostgreSQL(libpq) => PostgreSQL 8.4.18 on i386-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3), 32-bit
1069+ Multibyte character support => enabled
1070+ SSL support => enabled
1071+ Active Persistent Links => 0
1072+ Active Links => 0
1073+
1074+ Directive => Local Value => Master Value
1075+ pgsql.allow_persistent => On => On
1076+ pgsql.auto_reset_persistent => Off => Off
1077+ pgsql.ignore_notice => Off => Off
1078+ pgsql.log_notice => Off => Off
1079+ pgsql.max_links => Unlimited => Unlimited
1080+ pgsql.max_persistent => Unlimited => Unlimited
1081+
1082+ Phar
1083+
1084+ Phar: PHP Archive support => enabled
1085+ Phar EXT version => 2.0.1
1086+ Phar API version => 1.1.1
1087+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
1088+ Phar-based phar archives => enabled
1089+ Tar-based phar archives => enabled
1090+ ZIP-based phar archives => enabled
1091+ gzip compression => enabled
1092+ bzip2 compression => enabled
1093+ OpenSSL support => disabled (install ext/openssl)
1094+
1095+
1096+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
1097+ Phar fully realized by Gregory Beaver and Marcus Boerger.
1098+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
1099+ Directive => Local Value => Master Value
1100+ phar.cache_list => no value => no value
1103+
1105+
1106+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
1107+
1108+ Reflection
1109+
1110+ Reflection => enabled
1111+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
1112+
1113+ session
1114+
1115+ Session Support => enabled
1116+ Registered save handlers => files user
1117+ Registered serializer handlers => php php_binary
1118+
1119+ Directive => Local Value => Master Value
1120+ session.auto_start => Off => Off
1121+ session.cache_expire => 180 => 180
1122+ session.cache_limiter => nocache => nocache
1123+ session.cookie_domain => no value => no value
1124+ session.cookie_httponly => Off => Off
1125+ session.cookie_lifetime => 0 => 0
1126+ session.cookie_path => / => /
1127+ session.cookie_secure => Off => Off
1128+ session.entropy_file => /dev/urandom => /dev/urandom
1129+ session.entropy_length => 32 => 32
1130+ session.gc_divisor => 100 => 100
1131+ session.gc_maxlifetime => 1440 => 1440
1132+ session.gc_probability => 1 => 1
1133+ session.hash_bits_per_character => 4 => 4
1134+ session.hash_function => 0 => 0
1135+ session.name => PHPSESSID => PHPSESSID
1136+ session.referer_check => no value => no value
1137+ session.save_handler => files => files
1138+ session.save_path => no value => no value
1139+ session.serialize_handler => php => php
1140+ session.upload_progress.cleanup => On => On
1141+ session.upload_progress.enabled => On => On
1142+ session.upload_progress.freq => 1% => 1%
1143+ session.upload_progress.min_freq => 1 => 1
1144+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
1145+ session.upload_progress.prefix => upload_progress_ => upload_progress_
1146+ session.use_cookies => On => On
1147+ session.use_only_cookies => On => On
1148+ session.use_trans_sid => 0 => 0
1149+
1150+ SimpleXML
1151+
1152+ Simplexml support => enabled
1153+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
1154+ Schema support => enabled
1155+
1156+ sockets
1157+
1158+ Sockets Support => enabled
1159+
1160+ SPL
1161+
1162+ SPL support => enabled
1163+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
1164+ 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
1165+
1166+ sqlite3
1167+
1168+ SQLite3 support => enabled
1169+ SQLite3 module version => 0.7
1170+ SQLite Library => 3.7.7.1
1171+
1172+ Directive => Local Value => Master Value
1173+ sqlite3.extension_dir => no value => no value
1174+
1175+ standard
1176+
1177+ Dynamic Library Support => enabled
1178+ Path to sendmail => /usr/sbin/sendmail -t -i
1179+
1180+ Directive => Local Value => Master Value
1181+ assert.active => 1 => 1
1182+ assert.bail => 0 => 0
1183+ assert.callback => no value => no value
1184+ assert.quiet_eval => 0 => 0
1185+ assert.warning => 1 => 1
1186+ auto_detect_line_endings => 0 => 0
1187+ default_socket_timeout => 60 => 60
1188+ from => no value => no value
1189+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
1190+ user_agent => no value => no value
1191+
1192+ tokenizer
1193+
1194+ Tokenizer Support => enabled
1195+
1196+ xml
1197+
1198+ XML Support => active
1199+ XML Namespace Support => active
1200+ libxml2 Version => 2.7.6
1201+
1202+ xmlreader
1203+
1204+ XMLReader => enabled
1205+
1206+ xmlwriter
1207+
1208+ XMLWriter => enabled
1209+
1210+ zip
1211+
1212+ Zip => enabled
1213+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
1214+ Zip version => 1.11.0
1215+ Libzip version => 0.10.1
1216+
1217+ zlib
1218+
1219+ ZLib Support => enabled
1220+ Stream Wrapper => compress.zlib://
1221+ Stream Filter => zlib.inflate, zlib.deflate
1222+ Compiled Version => 1.2.3
1223+ Linked Version => 1.2.3
1224+
1225+ Directive => Local Value => Master Value
1226+ zlib.output_compression => Off => Off
1227+ zlib.output_compression_level => -1 => -1
1228+ zlib.output_handler => no value => no value
1229+
1230+ Additional Modules
1231+
1232+ Module Name
1233+ ===DONE===
1 (8%)
001+ phpinfo()
002+
003+ bz2
004+
005+ BZip2 Support => Enabled
006+ Stream Wrapper support => compress.bzip2://
007+ Stream Filter support => bzip2.decompress, bzip2.compress
008+ BZip2 Version => 1.0.5, 10-Dec-2007
009+
010+ Core
011+
012+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
014+ Directive => Local Value => Master Value
015+ allow_url_fopen => On => On
016+ allow_url_include => Off => Off
017+ always_populate_raw_post_data => Off => Off
018+ arg_separator.input => & => &
019+ arg_separator.output => & => &
020+ asp_tags => Off => Off
021+ auto_append_file => no value => no value
022+ auto_globals_jit => On => On
023+ auto_prepend_file => no value => no value
024+ browscap => no value => no value
025+ default_charset => no value => no value
026+ default_mimetype => text/html => text/html
027+ disable_classes => no value => no value
028+ disable_functions => no value => no value
029+ display_errors => STDOUT => STDOUT
030+ display_startup_errors => On => On
031+ doc_root => no value => no value
032+ docref_ext => .html => .html
033+ docref_root => no value => no value
034+ enable_dl => On => On
035+ enable_post_data_reading => On => On
036+ error_append_string => no value => no value
037+ error_log => no value => no value
038+ error_prepend_string => no value => no value
039+ error_reporting => 32767 => 32767
040+ exit_on_timeout => Off => Off
041+ expose_php => On => On
042+ extension_dir => /usr/local/src/php-5.4.23/modules/ => /usr/local/src/php-5.4.23/modules/
043+ file_uploads => On => On
044+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
045+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
046+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
047+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
048+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
049+ html_errors => Off => Off
050+ ignore_repeated_errors => Off => Off
051+ ignore_repeated_source => Off => Off
052+ ignore_user_abort => Off => Off
053+ implicit_flush => On => On
054+ include_path => .:/usr/local/php/lib/php => .:/usr/local/php/lib/php
055+ log_errors => Off => Off
056+ log_errors_max_len => 1024 => 1024
057+ mail.add_x_header => Off => Off
058+ mail.force_extra_parameters => no value => no value
059+ mail.log => no value => no value
060+ max_execution_time => 0 => 0
061+ max_file_uploads => 20 => 20
062+ max_input_nesting_level => 64 => 64
063+ max_input_time => -1 => -1
064+ max_input_vars => 1000 => 1000
065+ memory_limit => 128M => 128M
066+ open_basedir => no value => no value
067+ output_buffering => no value => no value
068+ output_handler => no value => no value
069+ post_max_size => 8M => 8M
070+ precision => 14 => 14
071+ realpath_cache_size => 16K => 16K
072+ realpath_cache_ttl => 120 => 120
073+ register_argc_argv => On => On
074+ report_memleaks => On => On
075+ report_zend_debug => Off => Off
076+ request_order => no value => no value
077+ sendmail_from => no value => no value
078+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
079+ serialize_precision => 17 => 17
080+ short_open_tag => On => On
081+ SMTP => localhost => localhost
082+ smtp_port => 25 => 25
083+ sql.safe_mode => Off => Off
084+ track_errors => On => On
085+ unserialize_callback_func => no value => no value
086+ upload_max_filesize => 2M => 2M
087+ upload_tmp_dir => no value => no value
088+ user_dir => no value => no value
089+ user_ini.cache_ttl => 300 => 300
090+ user_ini.filename => .user.ini => .user.ini
091+ variables_order => EGPCS => EGPCS
092+ xmlrpc_error_number => 0 => 0
093+ xmlrpc_errors => Off => Off
094+ zend.detect_unicode => On => On
095+ zend.enable_gc => On => On
096+ zend.multibyte => Off => Off
097+ zend.script_encoding => no value => no value
098+
099+ ctype
100+
101+ ctype functions => enabled
102+
103+ curl
104+
105+ cURL support => enabled
106+ cURL Information => 7.19.7
107+ Age => 3
108+ Features
109+ AsynchDNS => No
110+ Debug => No
111+ GSS-Negotiate => Yes
112+ IDN => Yes
113+ IPv6 => Yes
114+ Largefile => Yes
115+ NTLM => Yes
116+ SPNEGO => No
117+ SSL => Yes
118+ SSPI => No
119+ krb4 => No
120+ libz => Yes
121+ CharConv => No
122+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
123+ Host => x86_64-redhat-linux-gnu
124+ SSL Version => NSS/3.14.0.0
125+ ZLib Version => 1.2.3
126+ libSSH Version => libssh2/1.4.2
127+
128+ date
129+
130+ date/time support => enabled
131+ "Olson" Timezone Database Version => 2013.8
132+ Timezone Database => internal
133+
134+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 2
135+ Default timezone => UTC
136+
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
023- Phar
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
138+ date.default_latitude => 31.7667 => 31.7667
139+ date.default_longitude => 35.2333 => 35.2333
140+ date.sunrise_zenith => 90.583333 => 90.583333
141+ date.sunset_zenith => 90.583333 => 90.583333
142+ date.timezone => no value => no value
143+
146+ DOM/XML => enabled
147+ DOM/XML API Version => 20031129
148+ libxml Version => 2.7.6
149+ HTML Support => enabled
150+ XPath Support => enabled
151+ XPointer Support => enabled
152+ Schema Support => enabled
153+ RelaxNG Support => enabled
154+
155+ ereg
156+
157+ Regex Library => Bundled library enabled
158+
159+ fileinfo
160+
161+ fileinfo support => enabled
162+ version => 1.0.5
164+ filter
166+ Input Validation and Filtering => enabled
167+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
168+
170+ filter.default => unsafe_raw => unsafe_raw
171+ filter.default_flags => no value => no value
172+
173+ gd
174+
175+ GD Support => enabled
176+ GD Version => bundled (2.1.0 compatible)
177+ GIF Read Support => enabled
178+ GIF Create Support => enabled
179+ PNG Support => enabled
180+ libPNG Version => 1.2.49
181+ WBMP Support => enabled
182+ XBM Support => enabled
183+
184+ Directive => Local Value => Master Value
185+ gd.jpeg_ignore_warning => 0 => 0
186+
187+ hash
188+
189+ hash support => enabled
190+ 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
191+
192+ iconv
193+
194+ iconv support => enabled
195+ iconv implementation => glibc
196+ iconv library version => 2.12
197+
198+ Directive => Local Value => Master Value
199+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
200+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
201+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
202+
203+ json
204+
205+ json support => enabled
206+ json version => 1.2.1
207+
208+ libxml
209+
210+ libXML support => active
211+ libXML Compiled Version => 2.7.6
212+ libXML Loaded Version => 20706
213+ libXML streams => enabled
214+
215+ mbstring
216+
217+ Multibyte Support => enabled
218+ Multibyte string engine => libmbfl
219+ HTTP input encoding translation => disabled
220+ libmbfl version => 1.3.2
221+
222+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
223+
224+ Multibyte (japanese) regex support => enabled
225+ Multibyte regex (oniguruma) backtrack check => On
226+ Multibyte regex (oniguruma) version => 4.7.1
227+
228+ Directive => Local Value => Master Value
229+ mbstring.detect_order => no value => no value
230+ mbstring.encoding_translation => Off => Off
231+ mbstring.func_overload => 0 => 0
232+ mbstring.http_input => pass => pass
233+ mbstring.http_output => pass => pass
234+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
235+ mbstring.internal_encoding => no value => no value
236+ mbstring.language => neutral => neutral
237+ mbstring.strict_detection => Off => Off
238+ mbstring.substitute_character => no value => no value
239+
240+ mcrypt
241+
242+ mcrypt support => enabled
243+ mcrypt_filter support => enabled
244+ Version => 2.5.7
245+ Api No => 20021217
246+ 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
247+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
248+
249+ Directive => Local Value => Master Value
250+ mcrypt.algorithms_dir => no value => no value
251+ mcrypt.modes_dir => no value => no value
252+
253+ mhash
254+
255+ MHASH support => Enabled
256+ MHASH API Version => Emulated Support
257+
258+ mysql
259+
260+ MySQL Support => enabled
261+ Active Persistent Links => 0
262+ Active Links => 0
263+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
264+
265+ Directive => Local Value => Master Value
266+ mysql.allow_local_infile => On => On
267+ mysql.allow_persistent => On => On
268+ mysql.connect_timeout => 60 => 60
269+ mysql.default_host => no value => no value
270+ mysql.default_password => no value => no value
271+ mysql.default_port => no value => no value
272+ mysql.default_socket => no value => no value
273+ mysql.default_user => no value => no value
274+ mysql.max_links => Unlimited => Unlimited
275+ mysql.max_persistent => Unlimited => Unlimited
276+ mysql.trace_mode => Off => Off
277+
278+ mysqli
279+
280+ MysqlI Support => enabled
281+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
282+ Active Persistent Links => 0
283+ Inactive Persistent Links => 0
284+ Active Links => 0
285+
286+ Directive => Local Value => Master Value
287+ mysqli.allow_local_infile => On => On
288+ mysqli.allow_persistent => On => On
289+ mysqli.default_host => no value => no value
290+ mysqli.default_port => 3306 => 3306
291+ mysqli.default_pw => no value => no value
292+ mysqli.default_socket => no value => no value
293+ mysqli.default_user => no value => no value
294+ mysqli.max_links => Unlimited => Unlimited
295+ mysqli.max_persistent => Unlimited => Unlimited
296+ mysqli.reconnect => Off => Off
297+
298+ mysqlnd
299+
300+ mysqlnd => enabled
301+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
302+ Compression => supported
303+ SSL => supported
304+ Command buffer size => 4096
305+ Read buffer size => 32768
306+ Read timeout => 31536000
307+ Collecting statistics => Yes
308+ Collecting memory statistics => No
309+ Tracing => n/a
310+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
311+ API Extensions => mysqli,mysql
312+
313+ mysqlnd statistics =>
314+ bytes_sent => 0
315+ bytes_received => 0
316+ packets_sent => 0
317+ packets_received => 0
318+ protocol_overhead_in => 0
319+ protocol_overhead_out => 0
320+ bytes_received_ok_packet => 0
321+ bytes_received_eof_packet => 0
322+ bytes_received_rset_header_packet => 0
323+ bytes_received_rset_field_meta_packet => 0
324+ bytes_received_rset_row_packet => 0
325+ bytes_received_prepare_response_packet => 0
326+ bytes_received_change_user_packet => 0
327+ packets_sent_command => 0
328+ packets_received_ok => 0
329+ packets_received_eof => 0
330+ packets_received_rset_header => 0
331+ packets_received_rset_field_meta => 0
332+ packets_received_rset_row => 0
333+ packets_received_prepare_response => 0
334+ packets_received_change_user => 0
335+ result_set_queries => 0
336+ non_result_set_queries => 0
337+ no_index_used => 0
338+ bad_index_used => 0
339+ slow_queries => 0
340+ buffered_sets => 0
341+ unbuffered_sets => 0
342+ ps_buffered_sets => 0
343+ ps_unbuffered_sets => 0
344+ flushed_normal_sets => 0
345+ flushed_ps_sets => 0
346+ ps_prepared_never_executed => 0
347+ ps_prepared_once_executed => 0
348+ rows_fetched_from_server_normal => 0
349+ rows_fetched_from_server_ps => 0
350+ rows_buffered_from_client_normal => 0
351+ rows_buffered_from_client_ps => 0
352+ rows_fetched_from_client_normal_buffered => 0
353+ rows_fetched_from_client_normal_unbuffered => 0
354+ rows_fetched_from_client_ps_buffered => 0
355+ rows_fetched_from_client_ps_unbuffered => 0
356+ rows_fetched_from_client_ps_cursor => 0
357+ rows_affected_normal => 0
358+ rows_affected_ps => 0
359+ rows_skipped_normal => 0
360+ rows_skipped_ps => 0
361+ copy_on_write_saved => 0
362+ copy_on_write_performed => 0
363+ command_buffer_too_small => 0
364+ connect_success => 0
365+ connect_failure => 0
366+ connection_reused => 0
367+ reconnect => 0
368+ pconnect_success => 0
369+ active_connections => 0
370+ active_persistent_connections => 0
371+ explicit_close => 0
372+ implicit_close => 0
373+ disconnect_close => 0
374+ in_middle_of_command_close => 0
375+ explicit_free_result => 0
376+ implicit_free_result => 0
377+ explicit_stmt_close => 0
378+ implicit_stmt_close => 0
379+ mem_emalloc_count => 0
380+ mem_emalloc_amount => 0
381+ mem_ecalloc_count => 0
382+ mem_ecalloc_amount => 0
383+ mem_erealloc_count => 0
384+ mem_erealloc_amount => 0
385+ mem_efree_count => 0
386+ mem_efree_amount => 0
387+ mem_malloc_count => 0
388+ mem_malloc_amount => 0
389+ mem_calloc_count => 0
390+ mem_calloc_amount => 0
391+ mem_realloc_count => 0
392+ mem_realloc_amount => 0
393+ mem_free_count => 0
394+ mem_free_amount => 0
395+ mem_estrndup_count => 0
396+ mem_strndup_count => 0
397+ mem_estndup_count => 0
398+ mem_strdup_count => 0
399+ proto_text_fetched_null => 0
400+ proto_text_fetched_bit => 0
401+ proto_text_fetched_tinyint => 0
402+ proto_text_fetched_short => 0
403+ proto_text_fetched_int24 => 0
404+ proto_text_fetched_int => 0
405+ proto_text_fetched_bigint => 0
406+ proto_text_fetched_decimal => 0
407+ proto_text_fetched_float => 0
408+ proto_text_fetched_double => 0
409+ proto_text_fetched_date => 0
410+ proto_text_fetched_year => 0
411+ proto_text_fetched_time => 0
412+ proto_text_fetched_datetime => 0
413+ proto_text_fetched_timestamp => 0
414+ proto_text_fetched_string => 0
415+ proto_text_fetched_blob => 0
416+ proto_text_fetched_enum => 0
417+ proto_text_fetched_set => 0
418+ proto_text_fetched_geometry => 0
419+ proto_text_fetched_other => 0
420+ proto_binary_fetched_null => 0
421+ proto_binary_fetched_bit => 0
422+ proto_binary_fetched_tinyint => 0
423+ proto_binary_fetched_short => 0
424+ proto_binary_fetched_int24 => 0
425+ proto_binary_fetched_int => 0
426+ proto_binary_fetched_bigint => 0
427+ proto_binary_fetched_decimal => 0
428+ proto_binary_fetched_float => 0
429+ proto_binary_fetched_double => 0
430+ proto_binary_fetched_date => 0
431+ proto_binary_fetched_year => 0
432+ proto_binary_fetched_time => 0
433+ proto_binary_fetched_datetime => 0
434+ proto_binary_fetched_timestamp => 0
435+ proto_binary_fetched_string => 0
436+ proto_binary_fetched_blob => 0
437+ proto_binary_fetched_enum => 0
438+ proto_binary_fetched_set => 0
439+ proto_binary_fetched_geometry => 0
440+ proto_binary_fetched_other => 0
441+ init_command_executed_count => 0
442+ init_command_failed_count => 0
443+ com_quit => 0
444+ com_init_db => 0
445+ com_query => 0
446+ com_field_list => 0
447+ com_create_db => 0
448+ com_drop_db => 0
449+ com_refresh => 0
450+ com_shutdown => 0
451+ com_statistics => 0
452+ com_process_info => 0
453+ com_connect => 0
454+ com_process_kill => 0
455+ com_debug => 0
456+ com_ping => 0
457+ com_time => 0
458+ com_delayed_insert => 0
459+ com_change_user => 0
460+ com_binlog_dump => 0
461+ com_table_dump => 0
462+ com_connect_out => 0
463+ com_register_slave => 0
464+ com_stmt_prepare => 0
465+ com_stmt_execute => 0
466+ com_stmt_send_long_data => 0
467+ com_stmt_close => 0
468+ com_stmt_reset => 0
469+ com_stmt_set_option => 0
470+ com_stmt_fetch => 0
471+ com_deamon => 0
472+ bytes_received_real_data_normal => 0
473+ bytes_received_real_data_ps => 0
474+
475+ example statistics =>
476+ stat1 => 0
477+ stat2 => 0
478+
479+ pcre
480+
481+ PCRE (Perl Compatible Regular Expressions) Support => enabled
482+ PCRE Library Version => 8.32 2012-11-30
483+
484+ Directive => Local Value => Master Value
485+ pcre.backtrack_limit => 1000000 => 1000000
486+ pcre.recursion_limit => 100000 => 100000
487+
488+ Phar
489+
490+ Phar: PHP Archive support => enabled
491+ Phar EXT version => 2.0.1
492+ Phar API version => 1.1.1
493+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
494+ Phar-based phar archives => enabled
495+ Tar-based phar archives => enabled
496+ ZIP-based phar archives => enabled
497+ gzip compression => enabled
498+ bzip2 compression => enabled
499+ OpenSSL support => disabled (install ext/openssl)
500+
501+
502+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
503+ Phar fully realized by Gregory Beaver and Marcus Boerger.
504+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
505+ Directive => Local Value => Master Value
507+ phar.readonly => Off => Off
508+ phar.require_hash => Off => Off
509+
510+ posix
511+
512+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
513+
514+ Reflection
515+
516+ Reflection => enabled
517+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
518+
519+ session
520+
521+ Session Support => enabled
522+ Registered save handlers => files user
523+ Registered serializer handlers => php php_binary
524+
525+ Directive => Local Value => Master Value
526+ session.auto_start => Off => Off
527+ session.cache_expire => 180 => 180
528+ session.cache_limiter => nocache => nocache
529+ session.cookie_domain => no value => no value
530+ session.cookie_httponly => Off => Off
531+ session.cookie_lifetime => 0 => 0
532+ session.cookie_path => / => /
533+ session.cookie_secure => Off => Off
534+ session.entropy_file => /dev/urandom => /dev/urandom
535+ session.entropy_length => 32 => 32
536+ session.gc_divisor => 100 => 100
537+ session.gc_maxlifetime => 1440 => 1440
538+ session.gc_probability => 1 => 1
539+ session.hash_bits_per_character => 4 => 4
540+ session.hash_function => 0 => 0
541+ session.name => PHPSESSID => PHPSESSID
542+ session.referer_check => no value => no value
543+ session.save_handler => files => files
544+ session.save_path => no value => no value
545+ session.serialize_handler => php => php
546+ session.upload_progress.cleanup => On => On
547+ session.upload_progress.enabled => On => On
548+ session.upload_progress.freq => 1% => 1%
549+ session.upload_progress.min_freq => 1 => 1
550+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
551+ session.upload_progress.prefix => upload_progress_ => upload_progress_
552+ session.use_cookies => On => On
553+ session.use_only_cookies => On => On
554+ session.use_trans_sid => 0 => 0
555+
556+ SimpleXML
557+
558+ Simplexml support => enabled
559+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
560+ Schema support => enabled
561+
562+ soap
563+
564+ Soap Client => enabled
565+ Soap Server => enabled
566+
567+ Directive => Local Value => Master Value
568+ soap.wsdl_cache => 1 => 1
569+ soap.wsdl_cache_dir => /tmp => /tmp
570+ soap.wsdl_cache_enabled => 1 => 1
571+ soap.wsdl_cache_limit => 5 => 5
572+ soap.wsdl_cache_ttl => 86400 => 86400
573+
574+ sockets
575+
576+ Sockets Support => enabled
577+
578+ SPL
579+
580+ SPL support => enabled
581+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
582+ 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
583+
584+ sqlite3
585+
586+ SQLite3 support => enabled
587+ SQLite3 module version => 0.7
588+ SQLite Library => 3.7.7.1
589+
590+ Directive => Local Value => Master Value
591+ sqlite3.extension_dir => no value => no value
592+
593+ standard
594+
595+ Dynamic Library Support => enabled
596+ Path to sendmail => /usr/sbin/sendmail -t -i
597+
598+ Directive => Local Value => Master Value
599+ assert.active => 1 => 1
600+ assert.bail => 0 => 0
601+ assert.callback => no value => no value
602+ assert.quiet_eval => 0 => 0
603+ assert.warning => 1 => 1
604+ auto_detect_line_endings => 0 => 0
605+ default_socket_timeout => 60 => 60
606+ from => no value => no value
607+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
608+ user_agent => no value => no value
609+
610+ tokenizer
611+
612+ Tokenizer Support => enabled
613+
614+ xml
615+
616+ XML Support => active
617+ XML Namespace Support => active
618+ libxml2 Version => 2.7.6
619+
620+ xmlreader
621+
622+ XMLReader => enabled
623+
624+ xmlwriter
625+
626+ XMLWriter => enabled
627+
628+ zip
629+
630+ Zip => enabled
631+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
632+ Zip version => 1.11.0
633+ Libzip version => 0.10.1
634+
635+ zlib
636+
637+ ZLib Support => enabled
638+ Stream Wrapper => compress.zlib://
639+ Stream Filter => zlib.inflate, zlib.deflate
640+ Compiled Version => 1.2.3
641+ Linked Version => 1.2.3
642+
643+ Directive => Local Value => Master Value
644+ zlib.output_compression => Off => Off
645+ zlib.output_compression_level => -1 => -1
646+ zlib.output_handler => no value => no value
647+
648+ Additional Modules
649+
650+ Module Name
651+ phpinfo()
652+
653+ bz2
654+
655+ BZip2 Support => Enabled
656+ Stream Wrapper support => compress.bzip2://
657+ Stream Filter support => bzip2.decompress, bzip2.compress
658+ BZip2 Version => 1.0.5, 10-Dec-2007
659+
660+ Core
661+
662+ PHP Version => 5.4.23
663+
664+ Directive => Local Value => Master Value
665+ allow_url_fopen => On => On
666+ allow_url_include => Off => Off
667+ always_populate_raw_post_data => Off => Off
668+ arg_separator.input => & => &
669+ arg_separator.output => & => &
670+ asp_tags => Off => Off
671+ auto_append_file => no value => no value
672+ auto_globals_jit => On => On
673+ auto_prepend_file => no value => no value
674+ browscap => no value => no value
675+ default_charset => no value => no value
676+ default_mimetype => text/html => text/html
677+ disable_classes => no value => no value
678+ disable_functions => no value => no value
679+ display_errors => STDOUT => STDOUT
680+ display_startup_errors => On => On
681+ doc_root => no value => no value
682+ docref_ext => .html => .html
683+ docref_root => no value => no value
684+ enable_dl => On => On
685+ enable_post_data_reading => On => On
686+ error_append_string => no value => no value
687+ error_log => no value => no value
688+ error_prepend_string => no value => no value
689+ error_reporting => 32767 => 32767
690+ exit_on_timeout => Off => Off
691+ expose_php => On => On
692+ extension_dir => /usr/local/src/php-5.4.23/modules/ => /usr/local/src/php-5.4.23/modules/
693+ file_uploads => On => On
694+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
695+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
696+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
697+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
698+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
699+ html_errors => Off => Off
700+ ignore_repeated_errors => Off => Off
701+ ignore_repeated_source => Off => Off
702+ ignore_user_abort => Off => Off
703+ implicit_flush => On => On
704+ include_path => .:/usr/local/php/lib/php => .:/usr/local/php/lib/php
705+ log_errors => Off => Off
706+ log_errors_max_len => 1024 => 1024
707+ mail.add_x_header => Off => Off
708+ mail.force_extra_parameters => no value => no value
709+ mail.log => no value => no value
710+ max_execution_time => 0 => 0
711+ max_file_uploads => 20 => 20
712+ max_input_nesting_level => 64 => 64
713+ max_input_time => -1 => -1
714+ max_input_vars => 1000 => 1000
715+ memory_limit => 128M => 128M
716+ open_basedir => no value => no value
717+ output_buffering => no value => no value
718+ output_handler => no value => no value
719+ post_max_size => 8M => 8M
720+ precision => 14 => 14
721+ realpath_cache_size => 16K => 16K
722+ realpath_cache_ttl => 120 => 120
723+ register_argc_argv => On => On
724+ report_memleaks => On => On
725+ report_zend_debug => Off => Off
726+ request_order => no value => no value
727+ sendmail_from => no value => no value
728+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
729+ serialize_precision => 17 => 17
730+ short_open_tag => On => On
731+ SMTP => localhost => localhost
732+ smtp_port => 25 => 25
733+ sql.safe_mode => Off => Off
734+ track_errors => On => On
735+ unserialize_callback_func => no value => no value
736+ upload_max_filesize => 2M => 2M
737+ upload_tmp_dir => no value => no value
738+ user_dir => no value => no value
739+ user_ini.cache_ttl => 300 => 300
740+ user_ini.filename => .user.ini => .user.ini
741+ variables_order => EGPCS => EGPCS
742+ xmlrpc_error_number => 0 => 0
743+ xmlrpc_errors => Off => Off
744+ zend.detect_unicode => On => On
745+ zend.enable_gc => On => On
746+ zend.multibyte => Off => Off
747+ zend.script_encoding => no value => no value
748+
749+ ctype
750+
751+ ctype functions => enabled
752+
753+ curl
754+
755+ cURL support => enabled
756+ cURL Information => 7.19.7
757+ Age => 3
758+ Features
759+ AsynchDNS => No
760+ Debug => No
761+ GSS-Negotiate => Yes
762+ IDN => Yes
763+ IPv6 => Yes
764+ Largefile => Yes
765+ NTLM => Yes
766+ SPNEGO => No
767+ SSL => Yes
768+ SSPI => No
769+ krb4 => No
770+ libz => Yes
771+ CharConv => No
772+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
773+ Host => x86_64-redhat-linux-gnu
774+ SSL Version => NSS/3.14.0.0
775+ ZLib Version => 1.2.3
776+ libSSH Version => libssh2/1.4.2
777+
778+ date
779+
780+ date/time support => enabled
781+ "Olson" Timezone Database Version => 2013.8
782+ Timezone Database => internal
783+
784+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 5
785+ Default timezone => UTC
786+
787+ Directive => Local Value => Master Value
788+ date.default_latitude => 31.7667 => 31.7667
789+ date.default_longitude => 35.2333 => 35.2333
790+ date.sunrise_zenith => 90.583333 => 90.583333
791+ date.sunset_zenith => 90.583333 => 90.583333
792+ date.timezone => no value => no value
793+
794+ dom
795+
796+ DOM/XML => enabled
797+ DOM/XML API Version => 20031129
798+ libxml Version => 2.7.6
799+ HTML Support => enabled
800+ XPath Support => enabled
801+ XPointer Support => enabled
802+ Schema Support => enabled
803+ RelaxNG Support => enabled
804+
805+ ereg
806+
807+ Regex Library => Bundled library enabled
808+
809+ fileinfo
810+
811+ fileinfo support => enabled
812+ version => 1.0.5
813+
814+ filter
815+
816+ Input Validation and Filtering => enabled
817+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
818+
819+ Directive => Local Value => Master Value
820+ filter.default => unsafe_raw => unsafe_raw
821+ filter.default_flags => no value => no value
822+
823+ gd
824+
825+ GD Support => enabled
826+ GD Version => bundled (2.1.0 compatible)
827+ GIF Read Support => enabled
828+ GIF Create Support => enabled
829+ PNG Support => enabled
830+ libPNG Version => 1.2.49
831+ WBMP Support => enabled
832+ XBM Support => enabled
833+
834+ Directive => Local Value => Master Value
835+ gd.jpeg_ignore_warning => 0 => 0
836+
837+ hash
838+
839+ hash support => enabled
840+ 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
841+
842+ iconv
843+
844+ iconv support => enabled
845+ iconv implementation => glibc
846+ iconv library version => 2.12
847+
848+ Directive => Local Value => Master Value
849+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
850+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
851+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
852+
853+ json
854+
855+ json support => enabled
856+ json version => 1.2.1
857+
858+ libxml
859+
860+ libXML support => active
861+ libXML Compiled Version => 2.7.6
862+ libXML Loaded Version => 20706
863+ libXML streams => enabled
864+
865+ mbstring
866+
867+ Multibyte Support => enabled
868+ Multibyte string engine => libmbfl
869+ HTTP input encoding translation => disabled
870+ libmbfl version => 1.3.2
871+
872+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
873+
874+ Multibyte (japanese) regex support => enabled
875+ Multibyte regex (oniguruma) backtrack check => On
876+ Multibyte regex (oniguruma) version => 4.7.1
877+
878+ Directive => Local Value => Master Value
879+ mbstring.detect_order => no value => no value
880+ mbstring.encoding_translation => Off => Off
881+ mbstring.func_overload => 0 => 0
882+ mbstring.http_input => pass => pass
883+ mbstring.http_output => pass => pass
884+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
885+ mbstring.internal_encoding => no value => no value
886+ mbstring.language => neutral => neutral
887+ mbstring.strict_detection => Off => Off
888+ mbstring.substitute_character => no value => no value
889+
890+ mcrypt
891+
892+ mcrypt support => enabled
893+ mcrypt_filter support => enabled
894+ Version => 2.5.7
895+ Api No => 20021217
896+ 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
897+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
898+
899+ Directive => Local Value => Master Value
900+ mcrypt.algorithms_dir => no value => no value
901+ mcrypt.modes_dir => no value => no value
902+
903+ mhash
904+
905+ MHASH support => Enabled
906+ MHASH API Version => Emulated Support
907+
908+ mysql
909+
910+ MySQL Support => enabled
911+ Active Persistent Links => 0
912+ Active Links => 0
913+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
914+
915+ Directive => Local Value => Master Value
916+ mysql.allow_local_infile => On => On
917+ mysql.allow_persistent => On => On
918+ mysql.connect_timeout => 60 => 60
919+ mysql.default_host => no value => no value
920+ mysql.default_password => no value => no value
921+ mysql.default_port => no value => no value
922+ mysql.default_socket => no value => no value
923+ mysql.default_user => no value => no value
924+ mysql.max_links => Unlimited => Unlimited
925+ mysql.max_persistent => Unlimited => Unlimited
926+ mysql.trace_mode => Off => Off
927+
928+ mysqli
929+
930+ MysqlI Support => enabled
931+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
932+ Active Persistent Links => 0
933+ Inactive Persistent Links => 0
934+ Active Links => 0
935+
936+ Directive => Local Value => Master Value
937+ mysqli.allow_local_infile => On => On
938+ mysqli.allow_persistent => On => On
939+ mysqli.default_host => no value => no value
940+ mysqli.default_port => 3306 => 3306
941+ mysqli.default_pw => no value => no value
942+ mysqli.default_socket => no value => no value
943+ mysqli.default_user => no value => no value
944+ mysqli.max_links => Unlimited => Unlimited
945+ mysqli.max_persistent => Unlimited => Unlimited
946+ mysqli.reconnect => Off => Off
947+
948+ mysqlnd
949+
950+ mysqlnd => enabled
951+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
952+ Compression => supported
953+ SSL => supported
954+ Command buffer size => 4096
955+ Read buffer size => 32768
956+ Read timeout => 31536000
957+ Collecting statistics => Yes
958+ Collecting memory statistics => No
959+ Tracing => n/a
960+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
961+ API Extensions => mysqli,mysql
962+
963+ mysqlnd statistics =>
964+ bytes_sent => 0
965+ bytes_received => 0
966+ packets_sent => 0
967+ packets_received => 0
968+ protocol_overhead_in => 0
969+ protocol_overhead_out => 0
970+ bytes_received_ok_packet => 0
971+ bytes_received_eof_packet => 0
972+ bytes_received_rset_header_packet => 0
973+ bytes_received_rset_field_meta_packet => 0
974+ bytes_received_rset_row_packet => 0
975+ bytes_received_prepare_response_packet => 0
976+ bytes_received_change_user_packet => 0
977+ packets_sent_command => 0
978+ packets_received_ok => 0
979+ packets_received_eof => 0
980+ packets_received_rset_header => 0
981+ packets_received_rset_field_meta => 0
982+ packets_received_rset_row => 0
983+ packets_received_prepare_response => 0
984+ packets_received_change_user => 0
985+ result_set_queries => 0
986+ non_result_set_queries => 0
987+ no_index_used => 0
988+ bad_index_used => 0
989+ slow_queries => 0
990+ buffered_sets => 0
991+ unbuffered_sets => 0
992+ ps_buffered_sets => 0
993+ ps_unbuffered_sets => 0
994+ flushed_normal_sets => 0
995+ flushed_ps_sets => 0
996+ ps_prepared_never_executed => 0
997+ ps_prepared_once_executed => 0
998+ rows_fetched_from_server_normal => 0
999+ rows_fetched_from_server_ps => 0
1000+ rows_buffered_from_client_normal => 0
1001+ rows_buffered_from_client_ps => 0
1002+ rows_fetched_from_client_normal_buffered => 0
1003+ rows_fetched_from_client_normal_unbuffered => 0
1004+ rows_fetched_from_client_ps_buffered => 0
1005+ rows_fetched_from_client_ps_unbuffered => 0
1006+ rows_fetched_from_client_ps_cursor => 0
1007+ rows_affected_normal => 0
1008+ rows_affected_ps => 0
1009+ rows_skipped_normal => 0
1010+ rows_skipped_ps => 0
1011+ copy_on_write_saved => 0
1012+ copy_on_write_performed => 0
1013+ command_buffer_too_small => 0
1014+ connect_success => 0
1015+ connect_failure => 0
1016+ connection_reused => 0
1017+ reconnect => 0
1018+ pconnect_success => 0
1019+ active_connections => 0
1020+ active_persistent_connections => 0
1021+ explicit_close => 0
1022+ implicit_close => 0
1023+ disconnect_close => 0
1024+ in_middle_of_command_close => 0
1025+ explicit_free_result => 0
1026+ implicit_free_result => 0
1027+ explicit_stmt_close => 0
1028+ implicit_stmt_close => 0
1029+ mem_emalloc_count => 0
1030+ mem_emalloc_amount => 0
1031+ mem_ecalloc_count => 0
1032+ mem_ecalloc_amount => 0
1033+ mem_erealloc_count => 0
1034+ mem_erealloc_amount => 0
1035+ mem_efree_count => 0
1036+ mem_efree_amount => 0
1037+ mem_malloc_count => 0
1038+ mem_malloc_amount => 0
1039+ mem_calloc_count => 0
1040+ mem_calloc_amount => 0
1041+ mem_realloc_count => 0
1042+ mem_realloc_amount => 0
1043+ mem_free_count => 0
1044+ mem_free_amount => 0
1045+ mem_estrndup_count => 0
1046+ mem_strndup_count => 0
1047+ mem_estndup_count => 0
1048+ mem_strdup_count => 0
1049+ proto_text_fetched_null => 0
1050+ proto_text_fetched_bit => 0
1051+ proto_text_fetched_tinyint => 0
1052+ proto_text_fetched_short => 0
1053+ proto_text_fetched_int24 => 0
1054+ proto_text_fetched_int => 0
1055+ proto_text_fetched_bigint => 0
1056+ proto_text_fetched_decimal => 0
1057+ proto_text_fetched_float => 0
1058+ proto_text_fetched_double => 0
1059+ proto_text_fetched_date => 0
1060+ proto_text_fetched_year => 0
1061+ proto_text_fetched_time => 0
1062+ proto_text_fetched_datetime => 0
1063+ proto_text_fetched_timestamp => 0
1064+ proto_text_fetched_string => 0
1065+ proto_text_fetched_blob => 0
1066+ proto_text_fetched_enum => 0
1067+ proto_text_fetched_set => 0
1068+ proto_text_fetched_geometry => 0
1069+ proto_text_fetched_other => 0
1070+ proto_binary_fetched_null => 0
1071+ proto_binary_fetched_bit => 0
1072+ proto_binary_fetched_tinyint => 0
1073+ proto_binary_fetched_short => 0
1074+ proto_binary_fetched_int24 => 0
1075+ proto_binary_fetched_int => 0
1076+ proto_binary_fetched_bigint => 0
1077+ proto_binary_fetched_decimal => 0
1078+ proto_binary_fetched_float => 0
1079+ proto_binary_fetched_double => 0
1080+ proto_binary_fetched_date => 0
1081+ proto_binary_fetched_year => 0
1082+ proto_binary_fetched_time => 0
1083+ proto_binary_fetched_datetime => 0
1084+ proto_binary_fetched_timestamp => 0
1085+ proto_binary_fetched_string => 0
1086+ proto_binary_fetched_blob => 0
1087+ proto_binary_fetched_enum => 0
1088+ proto_binary_fetched_set => 0
1089+ proto_binary_fetched_geometry => 0
1090+ proto_binary_fetched_other => 0
1091+ init_command_executed_count => 0
1092+ init_command_failed_count => 0
1093+ com_quit => 0
1094+ com_init_db => 0
1095+ com_query => 0
1096+ com_field_list => 0
1097+ com_create_db => 0
1098+ com_drop_db => 0
1099+ com_refresh => 0
1100+ com_shutdown => 0
1101+ com_statistics => 0
1102+ com_process_info => 0
1103+ com_connect => 0
1104+ com_process_kill => 0
1105+ com_debug => 0
1106+ com_ping => 0
1107+ com_time => 0
1108+ com_delayed_insert => 0
1109+ com_change_user => 0
1110+ com_binlog_dump => 0
1111+ com_table_dump => 0
1112+ com_connect_out => 0
1113+ com_register_slave => 0
1114+ com_stmt_prepare => 0
1115+ com_stmt_execute => 0
1116+ com_stmt_send_long_data => 0
1117+ com_stmt_close => 0
1118+ com_stmt_reset => 0
1119+ com_stmt_set_option => 0
1120+ com_stmt_fetch => 0
1121+ com_deamon => 0
1122+ bytes_received_real_data_normal => 0
1123+ bytes_received_real_data_ps => 0
1124+
1125+ example statistics =>
1126+ stat1 => 0
1127+ stat2 => 0
1128+
1129+ pcre
1130+
1131+ PCRE (Perl Compatible Regular Expressions) Support => enabled
1132+ PCRE Library Version => 8.32 2012-11-30
1133+
1134+ Directive => Local Value => Master Value
1135+ pcre.backtrack_limit => 1000000 => 1000000
1136+ pcre.recursion_limit => 100000 => 100000
1137+
1138+ Phar
1139+
1140+ Phar: PHP Archive support => enabled
1141+ Phar EXT version => 2.0.1
1142+ Phar API version => 1.1.1
1143+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
1144+ Phar-based phar archives => enabled
1145+ Tar-based phar archives => enabled
1146+ ZIP-based phar archives => enabled
1147+ gzip compression => enabled
1148+ bzip2 compression => enabled
1149+ OpenSSL support => disabled (install ext/openssl)
1150+
1151+
1152+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
1153+ Phar fully realized by Gregory Beaver and Marcus Boerger.
1154+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
1155+ Directive => Local Value => Master Value
1156+ phar.cache_list => no value => no value
1159+
1161+
1162+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
1163+
1164+ Reflection
1165+
1166+ Reflection => enabled
1167+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
1168+
1169+ session
1170+
1171+ Session Support => enabled
1172+ Registered save handlers => files user
1173+ Registered serializer handlers => php php_binary
1174+
1175+ Directive => Local Value => Master Value
1176+ session.auto_start => Off => Off
1177+ session.cache_expire => 180 => 180
1178+ session.cache_limiter => nocache => nocache
1179+ session.cookie_domain => no value => no value
1180+ session.cookie_httponly => Off => Off
1181+ session.cookie_lifetime => 0 => 0
1182+ session.cookie_path => / => /
1183+ session.cookie_secure => Off => Off
1184+ session.entropy_file => /dev/urandom => /dev/urandom
1185+ session.entropy_length => 32 => 32
1186+ session.gc_divisor => 100 => 100
1187+ session.gc_maxlifetime => 1440 => 1440
1188+ session.gc_probability => 1 => 1
1189+ session.hash_bits_per_character => 4 => 4
1190+ session.hash_function => 0 => 0
1191+ session.name => PHPSESSID => PHPSESSID
1192+ session.referer_check => no value => no value
1193+ session.save_handler => files => files
1194+ session.save_path => no value => no value
1195+ session.serialize_handler => php => php
1196+ session.upload_progress.cleanup => On => On
1197+ session.upload_progress.enabled => On => On
1198+ session.upload_progress.freq => 1% => 1%
1199+ session.upload_progress.min_freq => 1 => 1
1200+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
1201+ session.upload_progress.prefix => upload_progress_ => upload_progress_
1202+ session.use_cookies => On => On
1203+ session.use_only_cookies => On => On
1204+ session.use_trans_sid => 0 => 0
1205+
1206+ SimpleXML
1207+
1208+ Simplexml support => enabled
1209+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
1210+ Schema support => enabled
1211+
1212+ soap
1213+
1214+ Soap Client => enabled
1215+ Soap Server => enabled
1216+
1217+ Directive => Local Value => Master Value
1218+ soap.wsdl_cache => 1 => 1
1219+ soap.wsdl_cache_dir => /tmp => /tmp
1220+ soap.wsdl_cache_enabled => 1 => 1
1221+ soap.wsdl_cache_limit => 5 => 5
1222+ soap.wsdl_cache_ttl => 86400 => 86400
1223+
1224+ sockets
1225+
1226+ Sockets Support => enabled
1227+
1228+ SPL
1229+
1230+ SPL support => enabled
1231+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
1232+ 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
1233+
1234+ sqlite3
1235+
1236+ SQLite3 support => enabled
1237+ SQLite3 module version => 0.7
1238+ SQLite Library => 3.7.7.1
1239+
1240+ Directive => Local Value => Master Value
1241+ sqlite3.extension_dir => no value => no value
1242+
1243+ standard
1244+
1245+ Dynamic Library Support => enabled
1246+ Path to sendmail => /usr/sbin/sendmail -t -i
1247+
1248+ Directive => Local Value => Master Value
1249+ assert.active => 1 => 1
1250+ assert.bail => 0 => 0
1251+ assert.callback => no value => no value
1252+ assert.quiet_eval => 0 => 0
1253+ assert.warning => 1 => 1
1254+ auto_detect_line_endings => 0 => 0
1255+ default_socket_timeout => 60 => 60
1256+ from => no value => no value
1257+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
1258+ user_agent => no value => no value
1259+
1260+ tokenizer
1261+
1262+ Tokenizer Support => enabled
1263+
1264+ xml
1265+
1266+ XML Support => active
1267+ XML Namespace Support => active
1268+ libxml2 Version => 2.7.6
1269+
1270+ xmlreader
1271+
1272+ XMLReader => enabled
1273+
1274+ xmlwriter
1275+
1276+ XMLWriter => enabled
1277+
1278+ zip
1279+
1280+ Zip => enabled
1281+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
1282+ Zip version => 1.11.0
1283+ Libzip version => 0.10.1
1284+
1285+ zlib
1286+
1287+ ZLib Support => enabled
1288+ Stream Wrapper => compress.zlib://
1289+ Stream Filter => zlib.inflate, zlib.deflate
1290+ Compiled Version => 1.2.3
1291+ Linked Version => 1.2.3
1292+
1293+ Directive => Local Value => Master Value
1294+ zlib.output_compression => Off => Off
1295+ zlib.output_compression_level => -1 => -1
1296+ zlib.output_handler => no value => no value
1297+
1298+ Additional Modules
1299+
1300+ Module Name
1301+ ===DONE===
1 (8%)
001+ phpinfo()
002+
003+ bz2
004+
005+ BZip2 Support => Enabled
006+ Stream Wrapper support => compress.bzip2://
007+ Stream Filter support => bzip2.decompress, bzip2.compress
008+ BZip2 Version => 1.0.5, 10-Dec-2007
009+
010+ Core
011+
012+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
014+ Directive => Local Value => Master Value
015+ allow_url_fopen => On => On
016+ allow_url_include => Off => Off
017+ always_populate_raw_post_data => Off => Off
018+ arg_separator.input => & => &
019+ arg_separator.output => & => &
020+ asp_tags => Off => Off
021+ auto_append_file => no value => no value
022+ auto_globals_jit => On => On
023+ auto_prepend_file => no value => no value
024+ browscap => no value => no value
025+ default_charset => no value => no value
026+ default_mimetype => text/html => text/html
027+ disable_classes => no value => no value
028+ disable_functions => no value => no value
029+ display_errors => STDOUT => STDOUT
030+ display_startup_errors => On => On
031+ doc_root => no value => no value
032+ docref_ext => .html => .html
033+ docref_root => no value => no value
034+ enable_dl => On => On
035+ enable_post_data_reading => On => On
036+ error_append_string => no value => no value
037+ error_log => no value => no value
038+ error_prepend_string => no value => no value
039+ error_reporting => 32767 => 32767
040+ exit_on_timeout => Off => Off
041+ expose_php => On => On
042+ extension_dir => /home/nginx/php-5.4.23/modules/ => /home/nginx/php-5.4.23/modules/
043+ file_uploads => On => On
044+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
045+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
046+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
047+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
048+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
049+ html_errors => Off => Off
050+ ignore_repeated_errors => Off => Off
051+ ignore_repeated_source => Off => Off
052+ ignore_user_abort => Off => Off
053+ implicit_flush => On => On
054+ include_path => .:/usr/local/php/lib/php => .:/usr/local/php/lib/php
055+ log_errors => Off => Off
056+ log_errors_max_len => 1024 => 1024
057+ mail.add_x_header => Off => Off
058+ mail.force_extra_parameters => no value => no value
059+ mail.log => no value => no value
060+ max_execution_time => 0 => 0
061+ max_file_uploads => 20 => 20
062+ max_input_nesting_level => 64 => 64
063+ max_input_time => -1 => -1
064+ max_input_vars => 1000 => 1000
065+ memory_limit => 128M => 128M
066+ open_basedir => no value => no value
067+ output_buffering => no value => no value
068+ output_handler => no value => no value
069+ post_max_size => 8M => 8M
070+ precision => 14 => 14
071+ realpath_cache_size => 16K => 16K
072+ realpath_cache_ttl => 120 => 120
073+ register_argc_argv => On => On
074+ report_memleaks => On => On
075+ report_zend_debug => Off => Off
076+ request_order => no value => no value
077+ sendmail_from => no value => no value
078+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
079+ serialize_precision => 17 => 17
080+ short_open_tag => On => On
081+ SMTP => localhost => localhost
082+ smtp_port => 25 => 25
083+ sql.safe_mode => Off => Off
084+ track_errors => On => On
085+ unserialize_callback_func => no value => no value
086+ upload_max_filesize => 2M => 2M
087+ upload_tmp_dir => no value => no value
088+ user_dir => no value => no value
089+ user_ini.cache_ttl => 300 => 300
090+ user_ini.filename => .user.ini => .user.ini
091+ variables_order => EGPCS => EGPCS
092+ xmlrpc_error_number => 0 => 0
093+ xmlrpc_errors => Off => Off
094+ zend.detect_unicode => On => On
095+ zend.enable_gc => On => On
096+ zend.multibyte => Off => Off
097+ zend.script_encoding => no value => no value
098+
099+ ctype
100+
101+ ctype functions => enabled
102+
103+ curl
104+
105+ cURL support => enabled
106+ cURL Information => 7.19.7
107+ Age => 3
108+ Features
109+ AsynchDNS => No
110+ Debug => No
111+ GSS-Negotiate => Yes
112+ IDN => Yes
113+ IPv6 => Yes
114+ Largefile => Yes
115+ NTLM => Yes
116+ SPNEGO => No
117+ SSL => Yes
118+ SSPI => No
119+ krb4 => No
120+ libz => Yes
121+ CharConv => No
122+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
123+ Host => x86_64-redhat-linux-gnu
124+ SSL Version => NSS/3.15.3
125+ ZLib Version => 1.2.3
126+ libSSH Version => libssh2/1.4.2
127+
128+ date
129+
130+ date/time support => enabled
131+ "Olson" Timezone Database Version => 2013.8
132+ Timezone Database => internal
133+
134+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 2
135+ Default timezone => UTC
136+
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
023- Phar
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
138+ date.default_latitude => 31.7667 => 31.7667
139+ date.default_longitude => 35.2333 => 35.2333
140+ date.sunrise_zenith => 90.583333 => 90.583333
141+ date.sunset_zenith => 90.583333 => 90.583333
142+ date.timezone => no value => no value
143+
146+ DOM/XML => enabled
147+ DOM/XML API Version => 20031129
148+ libxml Version => 2.7.6
149+ HTML Support => enabled
150+ XPath Support => enabled
151+ XPointer Support => enabled
152+ Schema Support => enabled
153+ RelaxNG Support => enabled
154+
155+ ereg
156+
157+ Regex Library => Bundled library enabled
158+
159+ fileinfo
160+
161+ fileinfo support => enabled
162+ version => 1.0.5
164+ filter
166+ Input Validation and Filtering => enabled
167+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
168+
170+ filter.default => unsafe_raw => unsafe_raw
171+ filter.default_flags => no value => no value
172+
173+ gd
174+
175+ GD Support => enabled
176+ GD Version => bundled (2.1.0 compatible)
177+ GIF Read Support => enabled
178+ GIF Create Support => enabled
179+ JPEG Support => enabled
180+ libJPEG Version => 6b
181+ PNG Support => enabled
182+ libPNG Version => 1.2.49
183+ WBMP Support => enabled
184+ XBM Support => enabled
185+
186+ Directive => Local Value => Master Value
187+ gd.jpeg_ignore_warning => 0 => 0
188+
189+ hash
190+
191+ hash support => enabled
192+ 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
193+
194+ iconv
195+
196+ iconv support => enabled
197+ iconv implementation => glibc
198+ iconv library version => 2.12
199+
200+ Directive => Local Value => Master Value
201+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
202+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
203+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
204+
205+ json
206+
207+ json support => enabled
208+ json version => 1.2.1
209+
210+ libxml
211+
212+ libXML support => active
213+ libXML Compiled Version => 2.7.6
214+ libXML Loaded Version => 20706
215+ libXML streams => enabled
216+
217+ mbstring
218+
219+ Multibyte Support => enabled
220+ Multibyte string engine => libmbfl
221+ HTTP input encoding translation => disabled
222+ libmbfl version => 1.3.2
223+
224+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
225+
226+ Multibyte (japanese) regex support => enabled
227+ Multibyte regex (oniguruma) backtrack check => On
228+ Multibyte regex (oniguruma) version => 4.7.1
229+
230+ Directive => Local Value => Master Value
231+ mbstring.detect_order => no value => no value
232+ mbstring.encoding_translation => Off => Off
233+ mbstring.func_overload => 0 => 0
234+ mbstring.http_input => pass => pass
235+ mbstring.http_output => pass => pass
236+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
237+ mbstring.internal_encoding => no value => no value
238+ mbstring.language => neutral => neutral
239+ mbstring.strict_detection => Off => Off
240+ mbstring.substitute_character => no value => no value
241+
242+ mcrypt
243+
244+ mcrypt support => enabled
245+ mcrypt_filter support => enabled
246+ Version => 2.5.7
247+ Api No => 20021217
248+ 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
249+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
250+
251+ Directive => Local Value => Master Value
252+ mcrypt.algorithms_dir => no value => no value
253+ mcrypt.modes_dir => no value => no value
254+
255+ mhash
256+
257+ MHASH support => Enabled
258+ MHASH API Version => Emulated Support
259+
260+ mysql
261+
262+ MySQL Support => enabled
263+ Active Persistent Links => 0
264+ Active Links => 0
265+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
266+
267+ Directive => Local Value => Master Value
268+ mysql.allow_local_infile => On => On
269+ mysql.allow_persistent => On => On
270+ mysql.connect_timeout => 60 => 60
271+ mysql.default_host => no value => no value
272+ mysql.default_password => no value => no value
273+ mysql.default_port => no value => no value
274+ mysql.default_socket => no value => no value
275+ mysql.default_user => no value => no value
276+ mysql.max_links => Unlimited => Unlimited
277+ mysql.max_persistent => Unlimited => Unlimited
278+ mysql.trace_mode => Off => Off
279+
280+ mysqli
281+
282+ MysqlI Support => enabled
283+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
284+ Active Persistent Links => 0
285+ Inactive Persistent Links => 0
286+ Active Links => 0
287+
288+ Directive => Local Value => Master Value
289+ mysqli.allow_local_infile => On => On
290+ mysqli.allow_persistent => On => On
291+ mysqli.default_host => no value => no value
292+ mysqli.default_port => 3306 => 3306
293+ mysqli.default_pw => no value => no value
294+ mysqli.default_socket => no value => no value
295+ mysqli.default_user => no value => no value
296+ mysqli.max_links => Unlimited => Unlimited
297+ mysqli.max_persistent => Unlimited => Unlimited
298+ mysqli.reconnect => Off => Off
299+
300+ mysqlnd
301+
302+ mysqlnd => enabled
303+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
304+ Compression => supported
305+ SSL => supported
306+ Command buffer size => 4096
307+ Read buffer size => 32768
308+ Read timeout => 31536000
309+ Collecting statistics => Yes
310+ Collecting memory statistics => No
311+ Tracing => n/a
312+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
313+ API Extensions => mysqli,mysql
314+
315+ mysqlnd statistics =>
316+ bytes_sent => 0
317+ bytes_received => 0
318+ packets_sent => 0
319+ packets_received => 0
320+ protocol_overhead_in => 0
321+ protocol_overhead_out => 0
322+ bytes_received_ok_packet => 0
323+ bytes_received_eof_packet => 0
324+ bytes_received_rset_header_packet => 0
325+ bytes_received_rset_field_meta_packet => 0
326+ bytes_received_rset_row_packet => 0
327+ bytes_received_prepare_response_packet => 0
328+ bytes_received_change_user_packet => 0
329+ packets_sent_command => 0
330+ packets_received_ok => 0
331+ packets_received_eof => 0
332+ packets_received_rset_header => 0
333+ packets_received_rset_field_meta => 0
334+ packets_received_rset_row => 0
335+ packets_received_prepare_response => 0
336+ packets_received_change_user => 0
337+ result_set_queries => 0
338+ non_result_set_queries => 0
339+ no_index_used => 0
340+ bad_index_used => 0
341+ slow_queries => 0
342+ buffered_sets => 0
343+ unbuffered_sets => 0
344+ ps_buffered_sets => 0
345+ ps_unbuffered_sets => 0
346+ flushed_normal_sets => 0
347+ flushed_ps_sets => 0
348+ ps_prepared_never_executed => 0
349+ ps_prepared_once_executed => 0
350+ rows_fetched_from_server_normal => 0
351+ rows_fetched_from_server_ps => 0
352+ rows_buffered_from_client_normal => 0
353+ rows_buffered_from_client_ps => 0
354+ rows_fetched_from_client_normal_buffered => 0
355+ rows_fetched_from_client_normal_unbuffered => 0
356+ rows_fetched_from_client_ps_buffered => 0
357+ rows_fetched_from_client_ps_unbuffered => 0
358+ rows_fetched_from_client_ps_cursor => 0
359+ rows_affected_normal => 0
360+ rows_affected_ps => 0
361+ rows_skipped_normal => 0
362+ rows_skipped_ps => 0
363+ copy_on_write_saved => 0
364+ copy_on_write_performed => 0
365+ command_buffer_too_small => 0
366+ connect_success => 0
367+ connect_failure => 0
368+ connection_reused => 0
369+ reconnect => 0
370+ pconnect_success => 0
371+ active_connections => 0
372+ active_persistent_connections => 0
373+ explicit_close => 0
374+ implicit_close => 0
375+ disconnect_close => 0
376+ in_middle_of_command_close => 0
377+ explicit_free_result => 0
378+ implicit_free_result => 0
379+ explicit_stmt_close => 0
380+ implicit_stmt_close => 0
381+ mem_emalloc_count => 0
382+ mem_emalloc_amount => 0
383+ mem_ecalloc_count => 0
384+ mem_ecalloc_amount => 0
385+ mem_erealloc_count => 0
386+ mem_erealloc_amount => 0
387+ mem_efree_count => 0
388+ mem_efree_amount => 0
389+ mem_malloc_count => 0
390+ mem_malloc_amount => 0
391+ mem_calloc_count => 0
392+ mem_calloc_amount => 0
393+ mem_realloc_count => 0
394+ mem_realloc_amount => 0
395+ mem_free_count => 0
396+ mem_free_amount => 0
397+ mem_estrndup_count => 0
398+ mem_strndup_count => 0
399+ mem_estndup_count => 0
400+ mem_strdup_count => 0
401+ proto_text_fetched_null => 0
402+ proto_text_fetched_bit => 0
403+ proto_text_fetched_tinyint => 0
404+ proto_text_fetched_short => 0
405+ proto_text_fetched_int24 => 0
406+ proto_text_fetched_int => 0
407+ proto_text_fetched_bigint => 0
408+ proto_text_fetched_decimal => 0
409+ proto_text_fetched_float => 0
410+ proto_text_fetched_double => 0
411+ proto_text_fetched_date => 0
412+ proto_text_fetched_year => 0
413+ proto_text_fetched_time => 0
414+ proto_text_fetched_datetime => 0
415+ proto_text_fetched_timestamp => 0
416+ proto_text_fetched_string => 0
417+ proto_text_fetched_blob => 0
418+ proto_text_fetched_enum => 0
419+ proto_text_fetched_set => 0
420+ proto_text_fetched_geometry => 0
421+ proto_text_fetched_other => 0
422+ proto_binary_fetched_null => 0
423+ proto_binary_fetched_bit => 0
424+ proto_binary_fetched_tinyint => 0
425+ proto_binary_fetched_short => 0
426+ proto_binary_fetched_int24 => 0
427+ proto_binary_fetched_int => 0
428+ proto_binary_fetched_bigint => 0
429+ proto_binary_fetched_decimal => 0
430+ proto_binary_fetched_float => 0
431+ proto_binary_fetched_double => 0
432+ proto_binary_fetched_date => 0
433+ proto_binary_fetched_year => 0
434+ proto_binary_fetched_time => 0
435+ proto_binary_fetched_datetime => 0
436+ proto_binary_fetched_timestamp => 0
437+ proto_binary_fetched_string => 0
438+ proto_binary_fetched_blob => 0
439+ proto_binary_fetched_enum => 0
440+ proto_binary_fetched_set => 0
441+ proto_binary_fetched_geometry => 0
442+ proto_binary_fetched_other => 0
443+ init_command_executed_count => 0
444+ init_command_failed_count => 0
445+ com_quit => 0
446+ com_init_db => 0
447+ com_query => 0
448+ com_field_list => 0
449+ com_create_db => 0
450+ com_drop_db => 0
451+ com_refresh => 0
452+ com_shutdown => 0
453+ com_statistics => 0
454+ com_process_info => 0
455+ com_connect => 0
456+ com_process_kill => 0
457+ com_debug => 0
458+ com_ping => 0
459+ com_time => 0
460+ com_delayed_insert => 0
461+ com_change_user => 0
462+ com_binlog_dump => 0
463+ com_table_dump => 0
464+ com_connect_out => 0
465+ com_register_slave => 0
466+ com_stmt_prepare => 0
467+ com_stmt_execute => 0
468+ com_stmt_send_long_data => 0
469+ com_stmt_close => 0
470+ com_stmt_reset => 0
471+ com_stmt_set_option => 0
472+ com_stmt_fetch => 0
473+ com_deamon => 0
474+ bytes_received_real_data_normal => 0
475+ bytes_received_real_data_ps => 0
476+
477+ example statistics =>
478+ stat1 => 0
479+ stat2 => 0
480+
481+ pcntl
482+
483+ pcntl support => enabled
484+
485+ pcre
486+
487+ PCRE (Perl Compatible Regular Expressions) Support => enabled
488+ PCRE Library Version => 8.32 2012-11-30
489+
490+ Directive => Local Value => Master Value
491+ pcre.backtrack_limit => 1000000 => 1000000
492+ pcre.recursion_limit => 100000 => 100000
493+
494+ PDO
495+
496+ PDO support => enabled
497+ PDO drivers => mysql, sqlite
498+
499+ pdo_mysql
500+
501+ PDO Driver for MySQL => enabled
502+ Client API version => 5.1.73
503+
504+ Directive => Local Value => Master Value
505+ pdo_mysql.default_socket => /var/lib/mysql/mysql.sock => /var/lib/mysql/mysql.sock
506+
507+ pdo_sqlite
508+
509+ PDO Driver for SQLite 3.x => enabled
510+ SQLite Library => 3.7.7.1
511+
512+ Phar
513+
514+ Phar: PHP Archive support => enabled
515+ Phar EXT version => 2.0.1
516+ Phar API version => 1.1.1
517+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
518+ Phar-based phar archives => enabled
519+ Tar-based phar archives => enabled
520+ ZIP-based phar archives => enabled
521+ gzip compression => enabled
522+ bzip2 compression => enabled
523+ OpenSSL support => disabled (install ext/openssl)
524+
525+
526+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
527+ Phar fully realized by Gregory Beaver and Marcus Boerger.
528+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
529+ Directive => Local Value => Master Value
531+ phar.readonly => Off => Off
532+ phar.require_hash => Off => Off
533+
534+ posix
535+
536+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
537+
538+ Reflection
539+
540+ Reflection => enabled
541+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
542+
543+ session
544+
545+ Session Support => enabled
546+ Registered save handlers => files user
547+ Registered serializer handlers => php php_binary
548+
549+ Directive => Local Value => Master Value
550+ session.auto_start => Off => Off
551+ session.cache_expire => 180 => 180
552+ session.cache_limiter => nocache => nocache
553+ session.cookie_domain => no value => no value
554+ session.cookie_httponly => Off => Off
555+ session.cookie_lifetime => 0 => 0
556+ session.cookie_path => / => /
557+ session.cookie_secure => Off => Off
558+ session.entropy_file => /dev/urandom => /dev/urandom
559+ session.entropy_length => 32 => 32
560+ session.gc_divisor => 100 => 100
561+ session.gc_maxlifetime => 1440 => 1440
562+ session.gc_probability => 1 => 1
563+ session.hash_bits_per_character => 4 => 4
564+ session.hash_function => 0 => 0
565+ session.name => PHPSESSID => PHPSESSID
566+ session.referer_check => no value => no value
567+ session.save_handler => files => files
568+ session.save_path => no value => no value
569+ session.serialize_handler => php => php
570+ session.upload_progress.cleanup => On => On
571+ session.upload_progress.enabled => On => On
572+ session.upload_progress.freq => 1% => 1%
573+ session.upload_progress.min_freq => 1 => 1
574+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
575+ session.upload_progress.prefix => upload_progress_ => upload_progress_
576+ session.use_cookies => On => On
577+ session.use_only_cookies => On => On
578+ session.use_trans_sid => 0 => 0
579+
580+ SimpleXML
581+
582+ Simplexml support => enabled
583+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
584+ Schema support => enabled
585+
586+ sockets
587+
588+ Sockets Support => enabled
589+
590+ SPL
591+
592+ SPL support => enabled
593+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
594+ 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
595+
596+ sqlite3
597+
598+ SQLite3 support => enabled
599+ SQLite3 module version => 0.7
600+ SQLite Library => 3.7.7.1
601+
602+ Directive => Local Value => Master Value
603+ sqlite3.extension_dir => no value => no value
604+
605+ standard
606+
607+ Dynamic Library Support => enabled
608+ Path to sendmail => /usr/sbin/sendmail -t -i
609+
610+ Directive => Local Value => Master Value
611+ assert.active => 1 => 1
612+ assert.bail => 0 => 0
613+ assert.callback => no value => no value
614+ assert.quiet_eval => 0 => 0
615+ assert.warning => 1 => 1
616+ auto_detect_line_endings => 0 => 0
617+ default_socket_timeout => 60 => 60
618+ from => no value => no value
619+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
620+ user_agent => no value => no value
621+
622+ tokenizer
623+
624+ Tokenizer Support => enabled
625+
626+ xml
627+
628+ XML Support => active
629+ XML Namespace Support => active
630+ libxml2 Version => 2.7.6
631+
632+ xmlreader
633+
634+ XMLReader => enabled
635+
636+ xmlwriter
637+
638+ XMLWriter => enabled
639+
640+ zip
641+
642+ Zip => enabled
643+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
644+ Zip version => 1.11.0
645+ Libzip version => 0.10.1
646+
647+ zlib
648+
649+ ZLib Support => enabled
650+ Stream Wrapper => compress.zlib://
651+ Stream Filter => zlib.inflate, zlib.deflate
652+ Compiled Version => 1.2.3
653+ Linked Version => 1.2.3
654+
655+ Directive => Local Value => Master Value
656+ zlib.output_compression => Off => Off
657+ zlib.output_compression_level => -1 => -1
658+ zlib.output_handler => no value => no value
659+
660+ Additional Modules
661+
662+ Module Name
663+ sysvsem
664+ sysvshm
665+ phpinfo()
666+
667+ bz2
668+
669+ BZip2 Support => Enabled
670+ Stream Wrapper support => compress.bzip2://
671+ Stream Filter support => bzip2.decompress, bzip2.compress
672+ BZip2 Version => 1.0.5, 10-Dec-2007
673+
674+ Core
675+
676+ PHP Version => 5.4.23
677+
678+ Directive => Local Value => Master Value
679+ allow_url_fopen => On => On
680+ allow_url_include => Off => Off
681+ always_populate_raw_post_data => Off => Off
682+ arg_separator.input => & => &
683+ arg_separator.output => & => &
684+ asp_tags => Off => Off
685+ auto_append_file => no value => no value
686+ auto_globals_jit => On => On
687+ auto_prepend_file => no value => no value
688+ browscap => no value => no value
689+ default_charset => no value => no value
690+ default_mimetype => text/html => text/html
691+ disable_classes => no value => no value
692+ disable_functions => no value => no value
693+ display_errors => STDOUT => STDOUT
694+ display_startup_errors => On => On
695+ doc_root => no value => no value
696+ docref_ext => .html => .html
697+ docref_root => no value => no value
698+ enable_dl => On => On
699+ enable_post_data_reading => On => On
700+ error_append_string => no value => no value
701+ error_log => no value => no value
702+ error_prepend_string => no value => no value
703+ error_reporting => 32767 => 32767
704+ exit_on_timeout => Off => Off
705+ expose_php => On => On
706+ extension_dir => /home/nginx/php-5.4.23/modules/ => /home/nginx/php-5.4.23/modules/
707+ file_uploads => On => On
708+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
709+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
710+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
711+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
712+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
713+ html_errors => Off => Off
714+ ignore_repeated_errors => Off => Off
715+ ignore_repeated_source => Off => Off
716+ ignore_user_abort => Off => Off
717+ implicit_flush => On => On
718+ include_path => .:/usr/local/php/lib/php => .:/usr/local/php/lib/php
719+ log_errors => Off => Off
720+ log_errors_max_len => 1024 => 1024
721+ mail.add_x_header => Off => Off
722+ mail.force_extra_parameters => no value => no value
723+ mail.log => no value => no value
724+ max_execution_time => 0 => 0
725+ max_file_uploads => 20 => 20
726+ max_input_nesting_level => 64 => 64
727+ max_input_time => -1 => -1
728+ max_input_vars => 1000 => 1000
729+ memory_limit => 128M => 128M
730+ open_basedir => no value => no value
731+ output_buffering => no value => no value
732+ output_handler => no value => no value
733+ post_max_size => 8M => 8M
734+ precision => 14 => 14
735+ realpath_cache_size => 16K => 16K
736+ realpath_cache_ttl => 120 => 120
737+ register_argc_argv => On => On
738+ report_memleaks => On => On
739+ report_zend_debug => Off => Off
740+ request_order => no value => no value
741+ sendmail_from => no value => no value
742+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
743+ serialize_precision => 17 => 17
744+ short_open_tag => On => On
745+ SMTP => localhost => localhost
746+ smtp_port => 25 => 25
747+ sql.safe_mode => Off => Off
748+ track_errors => On => On
749+ unserialize_callback_func => no value => no value
750+ upload_max_filesize => 2M => 2M
751+ upload_tmp_dir => no value => no value
752+ user_dir => no value => no value
753+ user_ini.cache_ttl => 300 => 300
754+ user_ini.filename => .user.ini => .user.ini
755+ variables_order => EGPCS => EGPCS
756+ xmlrpc_error_number => 0 => 0
757+ xmlrpc_errors => Off => Off
758+ zend.detect_unicode => On => On
759+ zend.enable_gc => On => On
760+ zend.multibyte => Off => Off
761+ zend.script_encoding => no value => no value
762+
763+ ctype
764+
765+ ctype functions => enabled
766+
767+ curl
768+
769+ cURL support => enabled
770+ cURL Information => 7.19.7
771+ Age => 3
772+ Features
773+ AsynchDNS => No
774+ Debug => No
775+ GSS-Negotiate => Yes
776+ IDN => Yes
777+ IPv6 => Yes
778+ Largefile => Yes
779+ NTLM => Yes
780+ SPNEGO => No
781+ SSL => Yes
782+ SSPI => No
783+ krb4 => No
784+ libz => Yes
785+ CharConv => No
786+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
787+ Host => x86_64-redhat-linux-gnu
788+ SSL Version => NSS/3.15.3
789+ ZLib Version => 1.2.3
790+ libSSH Version => libssh2/1.4.2
791+
792+ date
793+
794+ date/time support => enabled
795+ "Olson" Timezone Database Version => 2013.8
796+ Timezone Database => internal
797+
798+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 5
799+ Default timezone => UTC
800+
801+ Directive => Local Value => Master Value
802+ date.default_latitude => 31.7667 => 31.7667
803+ date.default_longitude => 35.2333 => 35.2333
804+ date.sunrise_zenith => 90.583333 => 90.583333
805+ date.sunset_zenith => 90.583333 => 90.583333
806+ date.timezone => no value => no value
807+
808+ dom
809+
810+ DOM/XML => enabled
811+ DOM/XML API Version => 20031129
812+ libxml Version => 2.7.6
813+ HTML Support => enabled
814+ XPath Support => enabled
815+ XPointer Support => enabled
816+ Schema Support => enabled
817+ RelaxNG Support => enabled
818+
819+ ereg
820+
821+ Regex Library => Bundled library enabled
822+
823+ fileinfo
824+
825+ fileinfo support => enabled
826+ version => 1.0.5
827+
828+ filter
829+
830+ Input Validation and Filtering => enabled
831+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
832+
833+ Directive => Local Value => Master Value
834+ filter.default => unsafe_raw => unsafe_raw
835+ filter.default_flags => no value => no value
836+
837+ gd
838+
839+ GD Support => enabled
840+ GD Version => bundled (2.1.0 compatible)
841+ GIF Read Support => enabled
842+ GIF Create Support => enabled
843+ JPEG Support => enabled
844+ libJPEG Version => 6b
845+ PNG Support => enabled
846+ libPNG Version => 1.2.49
847+ WBMP Support => enabled
848+ XBM Support => enabled
849+
850+ Directive => Local Value => Master Value
851+ gd.jpeg_ignore_warning => 0 => 0
852+
853+ hash
854+
855+ hash support => enabled
856+ 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
857+
858+ iconv
859+
860+ iconv support => enabled
861+ iconv implementation => glibc
862+ iconv library version => 2.12
863+
864+ Directive => Local Value => Master Value
865+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
866+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
867+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
868+
869+ json
870+
871+ json support => enabled
872+ json version => 1.2.1
873+
874+ libxml
875+
876+ libXML support => active
877+ libXML Compiled Version => 2.7.6
878+ libXML Loaded Version => 20706
879+ libXML streams => enabled
880+
881+ mbstring
882+
883+ Multibyte Support => enabled
884+ Multibyte string engine => libmbfl
885+ HTTP input encoding translation => disabled
886+ libmbfl version => 1.3.2
887+
888+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
889+
890+ Multibyte (japanese) regex support => enabled
891+ Multibyte regex (oniguruma) backtrack check => On
892+ Multibyte regex (oniguruma) version => 4.7.1
893+
894+ Directive => Local Value => Master Value
895+ mbstring.detect_order => no value => no value
896+ mbstring.encoding_translation => Off => Off
897+ mbstring.func_overload => 0 => 0
898+ mbstring.http_input => pass => pass
899+ mbstring.http_output => pass => pass
900+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
901+ mbstring.internal_encoding => no value => no value
902+ mbstring.language => neutral => neutral
903+ mbstring.strict_detection => Off => Off
904+ mbstring.substitute_character => no value => no value
905+
906+ mcrypt
907+
908+ mcrypt support => enabled
909+ mcrypt_filter support => enabled
910+ Version => 2.5.7
911+ Api No => 20021217
912+ 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
913+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
914+
915+ Directive => Local Value => Master Value
916+ mcrypt.algorithms_dir => no value => no value
917+ mcrypt.modes_dir => no value => no value
918+
919+ mhash
920+
921+ MHASH support => Enabled
922+ MHASH API Version => Emulated Support
923+
924+ mysql
925+
926+ MySQL Support => enabled
927+ Active Persistent Links => 0
928+ Active Links => 0
929+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
930+
931+ Directive => Local Value => Master Value
932+ mysql.allow_local_infile => On => On
933+ mysql.allow_persistent => On => On
934+ mysql.connect_timeout => 60 => 60
935+ mysql.default_host => no value => no value
936+ mysql.default_password => no value => no value
937+ mysql.default_port => no value => no value
938+ mysql.default_socket => no value => no value
939+ mysql.default_user => no value => no value
940+ mysql.max_links => Unlimited => Unlimited
941+ mysql.max_persistent => Unlimited => Unlimited
942+ mysql.trace_mode => Off => Off
943+
944+ mysqli
945+
946+ MysqlI Support => enabled
947+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
948+ Active Persistent Links => 0
949+ Inactive Persistent Links => 0
950+ Active Links => 0
951+
952+ Directive => Local Value => Master Value
953+ mysqli.allow_local_infile => On => On
954+ mysqli.allow_persistent => On => On
955+ mysqli.default_host => no value => no value
956+ mysqli.default_port => 3306 => 3306
957+ mysqli.default_pw => no value => no value
958+ mysqli.default_socket => no value => no value
959+ mysqli.default_user => no value => no value
960+ mysqli.max_links => Unlimited => Unlimited
961+ mysqli.max_persistent => Unlimited => Unlimited
962+ mysqli.reconnect => Off => Off
963+
964+ mysqlnd
965+
966+ mysqlnd => enabled
967+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
968+ Compression => supported
969+ SSL => supported
970+ Command buffer size => 4096
971+ Read buffer size => 32768
972+ Read timeout => 31536000
973+ Collecting statistics => Yes
974+ Collecting memory statistics => No
975+ Tracing => n/a
976+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
977+ API Extensions => mysqli,mysql
978+
979+ mysqlnd statistics =>
980+ bytes_sent => 0
981+ bytes_received => 0
982+ packets_sent => 0
983+ packets_received => 0
984+ protocol_overhead_in => 0
985+ protocol_overhead_out => 0
986+ bytes_received_ok_packet => 0
987+ bytes_received_eof_packet => 0
988+ bytes_received_rset_header_packet => 0
989+ bytes_received_rset_field_meta_packet => 0
990+ bytes_received_rset_row_packet => 0
991+ bytes_received_prepare_response_packet => 0
992+ bytes_received_change_user_packet => 0
993+ packets_sent_command => 0
994+ packets_received_ok => 0
995+ packets_received_eof => 0
996+ packets_received_rset_header => 0
997+ packets_received_rset_field_meta => 0
998+ packets_received_rset_row => 0
999+ packets_received_prepare_response => 0
1000+ packets_received_change_user => 0
1001+ result_set_queries => 0
1002+ non_result_set_queries => 0
1003+ no_index_used => 0
1004+ bad_index_used => 0
1005+ slow_queries => 0
1006+ buffered_sets => 0
1007+ unbuffered_sets => 0
1008+ ps_buffered_sets => 0
1009+ ps_unbuffered_sets => 0
1010+ flushed_normal_sets => 0
1011+ flushed_ps_sets => 0
1012+ ps_prepared_never_executed => 0
1013+ ps_prepared_once_executed => 0
1014+ rows_fetched_from_server_normal => 0
1015+ rows_fetched_from_server_ps => 0
1016+ rows_buffered_from_client_normal => 0
1017+ rows_buffered_from_client_ps => 0
1018+ rows_fetched_from_client_normal_buffered => 0
1019+ rows_fetched_from_client_normal_unbuffered => 0
1020+ rows_fetched_from_client_ps_buffered => 0
1021+ rows_fetched_from_client_ps_unbuffered => 0
1022+ rows_fetched_from_client_ps_cursor => 0
1023+ rows_affected_normal => 0
1024+ rows_affected_ps => 0
1025+ rows_skipped_normal => 0
1026+ rows_skipped_ps => 0
1027+ copy_on_write_saved => 0
1028+ copy_on_write_performed => 0
1029+ command_buffer_too_small => 0
1030+ connect_success => 0
1031+ connect_failure => 0
1032+ connection_reused => 0
1033+ reconnect => 0
1034+ pconnect_success => 0
1035+ active_connections => 0
1036+ active_persistent_connections => 0
1037+ explicit_close => 0
1038+ implicit_close => 0
1039+ disconnect_close => 0
1040+ in_middle_of_command_close => 0
1041+ explicit_free_result => 0
1042+ implicit_free_result => 0
1043+ explicit_stmt_close => 0
1044+ implicit_stmt_close => 0
1045+ mem_emalloc_count => 0
1046+ mem_emalloc_amount => 0
1047+ mem_ecalloc_count => 0
1048+ mem_ecalloc_amount => 0
1049+ mem_erealloc_count => 0
1050+ mem_erealloc_amount => 0
1051+ mem_efree_count => 0
1052+ mem_efree_amount => 0
1053+ mem_malloc_count => 0
1054+ mem_malloc_amount => 0
1055+ mem_calloc_count => 0
1056+ mem_calloc_amount => 0
1057+ mem_realloc_count => 0
1058+ mem_realloc_amount => 0
1059+ mem_free_count => 0
1060+ mem_free_amount => 0
1061+ mem_estrndup_count => 0
1062+ mem_strndup_count => 0
1063+ mem_estndup_count => 0
1064+ mem_strdup_count => 0
1065+ proto_text_fetched_null => 0
1066+ proto_text_fetched_bit => 0
1067+ proto_text_fetched_tinyint => 0
1068+ proto_text_fetched_short => 0
1069+ proto_text_fetched_int24 => 0
1070+ proto_text_fetched_int => 0
1071+ proto_text_fetched_bigint => 0
1072+ proto_text_fetched_decimal => 0
1073+ proto_text_fetched_float => 0
1074+ proto_text_fetched_double => 0
1075+ proto_text_fetched_date => 0
1076+ proto_text_fetched_year => 0
1077+ proto_text_fetched_time => 0
1078+ proto_text_fetched_datetime => 0
1079+ proto_text_fetched_timestamp => 0
1080+ proto_text_fetched_string => 0
1081+ proto_text_fetched_blob => 0
1082+ proto_text_fetched_enum => 0
1083+ proto_text_fetched_set => 0
1084+ proto_text_fetched_geometry => 0
1085+ proto_text_fetched_other => 0
1086+ proto_binary_fetched_null => 0
1087+ proto_binary_fetched_bit => 0
1088+ proto_binary_fetched_tinyint => 0
1089+ proto_binary_fetched_short => 0
1090+ proto_binary_fetched_int24 => 0
1091+ proto_binary_fetched_int => 0
1092+ proto_binary_fetched_bigint => 0
1093+ proto_binary_fetched_decimal => 0
1094+ proto_binary_fetched_float => 0
1095+ proto_binary_fetched_double => 0
1096+ proto_binary_fetched_date => 0
1097+ proto_binary_fetched_year => 0
1098+ proto_binary_fetched_time => 0
1099+ proto_binary_fetched_datetime => 0
1100+ proto_binary_fetched_timestamp => 0
1101+ proto_binary_fetched_string => 0
1102+ proto_binary_fetched_blob => 0
1103+ proto_binary_fetched_enum => 0
1104+ proto_binary_fetched_set => 0
1105+ proto_binary_fetched_geometry => 0
1106+ proto_binary_fetched_other => 0
1107+ init_command_executed_count => 0
1108+ init_command_failed_count => 0
1109+ com_quit => 0
1110+ com_init_db => 0
1111+ com_query => 0
1112+ com_field_list => 0
1113+ com_create_db => 0
1114+ com_drop_db => 0
1115+ com_refresh => 0
1116+ com_shutdown => 0
1117+ com_statistics => 0
1118+ com_process_info => 0
1119+ com_connect => 0
1120+ com_process_kill => 0
1121+ com_debug => 0
1122+ com_ping => 0
1123+ com_time => 0
1124+ com_delayed_insert => 0
1125+ com_change_user => 0
1126+ com_binlog_dump => 0
1127+ com_table_dump => 0
1128+ com_connect_out => 0
1129+ com_register_slave => 0
1130+ com_stmt_prepare => 0
1131+ com_stmt_execute => 0
1132+ com_stmt_send_long_data => 0
1133+ com_stmt_close => 0
1134+ com_stmt_reset => 0
1135+ com_stmt_set_option => 0
1136+ com_stmt_fetch => 0
1137+ com_deamon => 0
1138+ bytes_received_real_data_normal => 0
1139+ bytes_received_real_data_ps => 0
1140+
1141+ example statistics =>
1142+ stat1 => 0
1143+ stat2 => 0
1144+
1145+ pcntl
1146+
1147+ pcntl support => enabled
1148+
1149+ pcre
1150+
1151+ PCRE (Perl Compatible Regular Expressions) Support => enabled
1152+ PCRE Library Version => 8.32 2012-11-30
1153+
1154+ Directive => Local Value => Master Value
1155+ pcre.backtrack_limit => 1000000 => 1000000
1156+ pcre.recursion_limit => 100000 => 100000
1157+
1158+ PDO
1159+
1160+ PDO support => enabled
1161+ PDO drivers => mysql, sqlite
1162+
1163+ pdo_mysql
1164+
1165+ PDO Driver for MySQL => enabled
1166+ Client API version => 5.1.73
1167+
1168+ Directive => Local Value => Master Value
1169+ pdo_mysql.default_socket => /var/lib/mysql/mysql.sock => /var/lib/mysql/mysql.sock
1170+
1171+ pdo_sqlite
1172+
1173+ PDO Driver for SQLite 3.x => enabled
1174+ SQLite Library => 3.7.7.1
1175+
1176+ Phar
1177+
1178+ Phar: PHP Archive support => enabled
1179+ Phar EXT version => 2.0.1
1180+ Phar API version => 1.1.1
1181+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
1182+ Phar-based phar archives => enabled
1183+ Tar-based phar archives => enabled
1184+ ZIP-based phar archives => enabled
1185+ gzip compression => enabled
1186+ bzip2 compression => enabled
1187+ OpenSSL support => disabled (install ext/openssl)
1188+
1189+
1190+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
1191+ Phar fully realized by Gregory Beaver and Marcus Boerger.
1192+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
1193+ Directive => Local Value => Master Value
1194+ phar.cache_list => no value => no value
1197+
1199+
1200+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
1201+
1202+ Reflection
1203+
1204+ Reflection => enabled
1205+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
1206+
1207+ session
1208+
1209+ Session Support => enabled
1210+ Registered save handlers => files user
1211+ Registered serializer handlers => php php_binary
1212+
1213+ Directive => Local Value => Master Value
1214+ session.auto_start => Off => Off
1215+ session.cache_expire => 180 => 180
1216+ session.cache_limiter => nocache => nocache
1217+ session.cookie_domain => no value => no value
1218+ session.cookie_httponly => Off => Off
1219+ session.cookie_lifetime => 0 => 0
1220+ session.cookie_path => / => /
1221+ session.cookie_secure => Off => Off
1222+ session.entropy_file => /dev/urandom => /dev/urandom
1223+ session.entropy_length => 32 => 32
1224+ session.gc_divisor => 100 => 100
1225+ session.gc_maxlifetime => 1440 => 1440
1226+ session.gc_probability => 1 => 1
1227+ session.hash_bits_per_character => 4 => 4
1228+ session.hash_function => 0 => 0
1229+ session.name => PHPSESSID => PHPSESSID
1230+ session.referer_check => no value => no value
1231+ session.save_handler => files => files
1232+ session.save_path => no value => no value
1233+ session.serialize_handler => php => php
1234+ session.upload_progress.cleanup => On => On
1235+ session.upload_progress.enabled => On => On
1236+ session.upload_progress.freq => 1% => 1%
1237+ session.upload_progress.min_freq => 1 => 1
1238+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
1239+ session.upload_progress.prefix => upload_progress_ => upload_progress_
1240+ session.use_cookies => On => On
1241+ session.use_only_cookies => On => On
1242+ session.use_trans_sid => 0 => 0
1243+
1244+ SimpleXML
1245+
1246+ Simplexml support => enabled
1247+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
1248+ Schema support => enabled
1249+
1250+ sockets
1251+
1252+ Sockets Support => enabled
1253+
1254+ SPL
1255+
1256+ SPL support => enabled
1257+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
1258+ 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
1259+
1260+ sqlite3
1261+
1262+ SQLite3 support => enabled
1263+ SQLite3 module version => 0.7
1264+ SQLite Library => 3.7.7.1
1265+
1266+ Directive => Local Value => Master Value
1267+ sqlite3.extension_dir => no value => no value
1268+
1269+ standard
1270+
1271+ Dynamic Library Support => enabled
1272+ Path to sendmail => /usr/sbin/sendmail -t -i
1273+
1274+ Directive => Local Value => Master Value
1275+ assert.active => 1 => 1
1276+ assert.bail => 0 => 0
1277+ assert.callback => no value => no value
1278+ assert.quiet_eval => 0 => 0
1279+ assert.warning => 1 => 1
1280+ auto_detect_line_endings => 0 => 0
1281+ default_socket_timeout => 60 => 60
1282+ from => no value => no value
1283+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
1284+ user_agent => no value => no value
1285+
1286+ tokenizer
1287+
1288+ Tokenizer Support => enabled
1289+
1290+ xml
1291+
1292+ XML Support => active
1293+ XML Namespace Support => active
1294+ libxml2 Version => 2.7.6
1295+
1296+ xmlreader
1297+
1298+ XMLReader => enabled
1299+
1300+ xmlwriter
1301+
1302+ XMLWriter => enabled
1303+
1304+ zip
1305+
1306+ Zip => enabled
1307+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
1308+ Zip version => 1.11.0
1309+ Libzip version => 0.10.1
1310+
1311+ zlib
1312+
1313+ ZLib Support => enabled
1314+ Stream Wrapper => compress.zlib://
1315+ Stream Filter => zlib.inflate, zlib.deflate
1316+ Compiled Version => 1.2.3
1317+ Linked Version => 1.2.3
1318+
1319+ Directive => Local Value => Master Value
1320+ zlib.output_compression => Off => Off
1321+ zlib.output_compression_level => -1 => -1
1322+ zlib.output_handler => no value => no value
1323+
1324+ Additional Modules
1325+
1326+ Module Name
1327+ sysvsem
1328+ sysvshm
1329+ ===DONE===
1 (8%)
001+ phpinfo()
002+
003+ bcmath
004+
005+ BCMath support => enabled
006+
007+ Directive => Local Value => Master Value
008+ bcmath.scale => 0 => 0
009+
010+ bz2
011+
012+ BZip2 Support => Enabled
013+ Stream Wrapper support => compress.bzip2://
014+ Stream Filter support => bzip2.decompress, bzip2.compress
015+ BZip2 Version => 1.0.6, 6-Sept-2010
016+
017+ calendar
018+
019+ Calendar support => enabled
020+
021+ Core
022+
023+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
023- Phar
025+ Directive => Local Value => Master Value
026+ allow_url_fopen => On => On
027+ allow_url_include => Off => Off
028+ always_populate_raw_post_data => Off => Off
029+ arg_separator.input => & => &
030+ arg_separator.output => & => &
031+ asp_tags => Off => Off
032+ auto_append_file => no value => no value
033+ auto_globals_jit => On => On
034+ auto_prepend_file => no value => no value
035+ browscap => no value => no value
036+ default_charset => no value => no value
037+ default_mimetype => text/html => text/html
038+ disable_classes => no value => no value
039+ disable_functions => no value => no value
040+ display_errors => STDOUT => STDOUT
041+ display_startup_errors => On => On
042+ doc_root => no value => no value
043+ docref_ext => .html => .html
044+ docref_root => no value => no value
045+ enable_dl => Off => Off
046+ enable_post_data_reading => On => On
047+ error_append_string => no value => no value
048+ error_log => /var/log/php_errors.log => /var/log/php_errors.log
049+ error_prepend_string => no value => no value
050+ error_reporting => 32767 => 32767
051+ exit_on_timeout => Off => Off
052+ expose_php => On => On
053+ extension_dir => /Users/iwai/.phpbrew/build/php-5.4.23/modules/ => /Users/iwai/.phpbrew/build/php-5.4.23/modules/
054+ file_uploads => On => On
055+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
056+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
057+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
058+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
059+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
060+ html_errors => Off => Off
061+ ignore_repeated_errors => Off => Off
062+ ignore_repeated_source => Off => Off
063+ ignore_user_abort => Off => Off
064+ implicit_flush => On => On
065+ include_path => .:/Users/iwai/.phpbrew/php/php-5.4.23/lib/php => .:/Users/iwai/.phpbrew/php/php-5.4.23/lib/php
066+ log_errors => Off => Off
067+ log_errors_max_len => 1024 => 1024
068+ mail.add_x_header => On => On
069+ mail.force_extra_parameters => no value => no value
070+ mail.log => no value => no value
071+ max_execution_time => 0 => 0
072+ max_file_uploads => 20 => 20
073+ max_input_nesting_level => 64 => 64
074+ max_input_time => -1 => -1
075+ max_input_vars => 1000 => 1000
076+ memory_limit => 128M => 128M
077+ open_basedir => no value => no value
078+ output_buffering => no value => no value
079+ output_handler => no value => no value
080+ post_max_size => 8M => 8M
081+ precision => 14 => 14
082+ realpath_cache_size => 16K => 16K
083+ realpath_cache_ttl => 120 => 120
084+ register_argc_argv => On => On
085+ report_memleaks => On => On
086+ report_zend_debug => Off => Off
087+ request_order => GP => GP
088+ sendmail_from => no value => no value
089+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
090+ serialize_precision => 17 => 17
091+ short_open_tag => Off => Off
092+ SMTP => localhost => localhost
093+ smtp_port => 25 => 25
094+ sql.safe_mode => Off => Off
095+ track_errors => On => On
096+ unserialize_callback_func => no value => no value
097+ upload_max_filesize => 2M => 2M
098+ upload_tmp_dir => no value => no value
099+ user_dir => no value => no value
100+ user_ini.cache_ttl => 300 => 300
101+ user_ini.filename => .user.ini => .user.ini
102+ variables_order => GPCS => GPCS
103+ xmlrpc_error_number => 0 => 0
104+ xmlrpc_errors => Off => Off
105+ zend.detect_unicode => On => On
106+ zend.enable_gc => On => On
107+ zend.multibyte => Off => Off
108+ zend.script_encoding => no value => no value
109+
110+ ctype
111+
112+ ctype functions => enabled
113+
114+ curl
115+
116+ cURL support => enabled
117+ cURL Information => 7.34.0
118+ Age => 3
119+ Features
120+ AsynchDNS => No
121+ Debug => No
122+ GSS-Negotiate => No
123+ IDN => No
124+ IPv6 => Yes
125+ Largefile => Yes
126+ NTLM => Yes
127+ SPNEGO => No
128+ SSL => Yes
129+ SSPI => No
130+ krb4 => No
131+ libz => Yes
132+ CharConv => No
133+ Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp
134+ Host => x86_64-apple-darwin13.0.0
135+ SSL Version => OpenSSL/0.9.8z
136+ ZLib Version => 1.2.5
137+
138+ date
139+
140+ date/time support => enabled
141+ "Olson" Timezone Database Version => 2013.8
142+ Timezone Database => internal
143+ Default timezone => Asia/Tokyo
144+
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
146+ date.default_latitude => 31.7667 => 31.7667
147+ date.default_longitude => 35.2333 => 35.2333
148+ date.sunrise_zenith => 90.583333 => 90.583333
149+ date.sunset_zenith => 90.583333 => 90.583333
150+ date.timezone => Asia/Tokyo => Asia/Tokyo
151+
154+ DOM/XML => enabled
155+ DOM/XML API Version => 20031129
156+ libxml Version => 2.9.0
157+ HTML Support => enabled
158+ XPath Support => enabled
159+ XPointer Support => enabled
160+ Schema Support => enabled
161+ RelaxNG Support => enabled
162+
163+ ereg
164+
165+ Regex Library => Bundled library enabled
166+
167+ fileinfo
168+
169+ fileinfo support => enabled
170+ version => 1.0.5
172+ filter
174+ Input Validation and Filtering => enabled
175+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
176+
178+ filter.default => unsafe_raw => unsafe_raw
179+ filter.default_flags => no value => no value
180+
181+ hash
182+
183+ hash support => enabled
184+ 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
185+
186+ iconv
187+
188+ iconv support => enabled
189+ iconv implementation => libiconv
190+ iconv library version => 1.11
191+
192+ Directive => Local Value => Master Value
193+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
194+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
195+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
196+
197+ intl
198+
199+ Internationalization support => enabled
200+ version => 1.1.0
201+ ICU version => 54.1
202+ ICU Data version => 54.1
203+
204+ Directive => Local Value => Master Value
205+ intl.default_locale => no value => no value
206+ intl.error_level => 0 => 0
207+
208+ json
209+
210+ json support => enabled
211+ json version => 1.2.1
212+
213+ libxml
214+
215+ libXML support => active
216+ libXML Compiled Version => 2.9.0
217+ libXML Loaded Version => 20900
218+ libXML streams => enabled
219+
220+ mbstring
221+
222+ Multibyte Support => enabled
223+ Multibyte string engine => libmbfl
224+ HTTP input encoding translation => disabled
225+ libmbfl version => 1.3.2
226+
227+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
228+
229+ Multibyte (japanese) regex support => enabled
230+ Multibyte regex (oniguruma) backtrack check => On
231+ Multibyte regex (oniguruma) version => 4.7.1
232+
233+ Directive => Local Value => Master Value
234+ mbstring.detect_order => no value => no value
235+ mbstring.encoding_translation => Off => Off
236+ mbstring.func_overload => 0 => 0
237+ mbstring.http_input => pass => pass
238+ mbstring.http_output => pass => pass
239+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
240+ mbstring.internal_encoding => no value => no value
241+ mbstring.language => neutral => neutral
242+ mbstring.strict_detection => Off => Off
243+ mbstring.substitute_character => no value => no value
244+
245+ mcrypt
246+
247+ mcrypt support => enabled
248+ mcrypt_filter support => enabled
249+ Version => 2.5.8
250+ Api No => 20021217
251+ 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
252+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
253+
254+ Directive => Local Value => Master Value
255+ mcrypt.algorithms_dir => no value => no value
256+ mcrypt.modes_dir => no value => no value
257+
258+ mhash
259+
260+ MHASH support => Enabled
261+ MHASH API Version => Emulated Support
262+
263+ mysql
264+
265+ MySQL Support => enabled
266+ Active Persistent Links => 0
267+ Active Links => 0
268+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
269+
270+ Directive => Local Value => Master Value
271+ mysql.allow_local_infile => On => On
272+ mysql.allow_persistent => On => On
273+ mysql.connect_timeout => 60 => 60
274+ mysql.default_host => no value => no value
275+ mysql.default_password => no value => no value
276+ mysql.default_port => no value => no value
277+ mysql.default_socket => no value => no value
278+ mysql.default_user => no value => no value
279+ mysql.max_links => Unlimited => Unlimited
280+ mysql.max_persistent => Unlimited => Unlimited
281+ mysql.trace_mode => Off => Off
282+
283+ mysqli
284+
285+ MysqlI Support => enabled
286+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
287+ Active Persistent Links => 0
288+ Inactive Persistent Links => 0
289+ Active Links => 0
290+
291+ Directive => Local Value => Master Value
292+ mysqli.allow_local_infile => On => On
293+ mysqli.allow_persistent => On => On
294+ mysqli.default_host => no value => no value
295+ mysqli.default_port => 3306 => 3306
296+ mysqli.default_pw => no value => no value
297+ mysqli.default_socket => no value => no value
298+ mysqli.default_user => no value => no value
299+ mysqli.max_links => Unlimited => Unlimited
300+ mysqli.max_persistent => Unlimited => Unlimited
301+ mysqli.reconnect => Off => Off
302+
303+ mysqlnd
304+
305+ mysqlnd => enabled
306+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
307+ Compression => supported
308+ SSL => supported
309+ Command buffer size => 4096
310+ Read buffer size => 32768
311+ Read timeout => 31536000
312+ Collecting statistics => Yes
313+ Collecting memory statistics => Yes
314+ Tracing => n/a
315+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
316+ API Extensions => pdo_mysql,mysqli,mysql
317+
318+ mysqlnd statistics =>
319+ bytes_sent => 0
320+ bytes_received => 0
321+ packets_sent => 0
322+ packets_received => 0
323+ protocol_overhead_in => 0
324+ protocol_overhead_out => 0
325+ bytes_received_ok_packet => 0
326+ bytes_received_eof_packet => 0
327+ bytes_received_rset_header_packet => 0
328+ bytes_received_rset_field_meta_packet => 0
329+ bytes_received_rset_row_packet => 0
330+ bytes_received_prepare_response_packet => 0
331+ bytes_received_change_user_packet => 0
332+ packets_sent_command => 0
333+ packets_received_ok => 0
334+ packets_received_eof => 0
335+ packets_received_rset_header => 0
336+ packets_received_rset_field_meta => 0
337+ packets_received_rset_row => 0
338+ packets_received_prepare_response => 0
339+ packets_received_change_user => 0
340+ result_set_queries => 0
341+ non_result_set_queries => 0
342+ no_index_used => 0
343+ bad_index_used => 0
344+ slow_queries => 0
345+ buffered_sets => 0
346+ unbuffered_sets => 0
347+ ps_buffered_sets => 0
348+ ps_unbuffered_sets => 0
349+ flushed_normal_sets => 0
350+ flushed_ps_sets => 0
351+ ps_prepared_never_executed => 0
352+ ps_prepared_once_executed => 0
353+ rows_fetched_from_server_normal => 0
354+ rows_fetched_from_server_ps => 0
355+ rows_buffered_from_client_normal => 0
356+ rows_buffered_from_client_ps => 0
357+ rows_fetched_from_client_normal_buffered => 0
358+ rows_fetched_from_client_normal_unbuffered => 0
359+ rows_fetched_from_client_ps_buffered => 0
360+ rows_fetched_from_client_ps_unbuffered => 0
361+ rows_fetched_from_client_ps_cursor => 0
362+ rows_affected_normal => 0
363+ rows_affected_ps => 0
364+ rows_skipped_normal => 0
365+ rows_skipped_ps => 0
366+ copy_on_write_saved => 0
367+ copy_on_write_performed => 0
368+ command_buffer_too_small => 0
369+ connect_success => 0
370+ connect_failure => 0
371+ connection_reused => 0
372+ reconnect => 0
373+ pconnect_success => 0
374+ active_connections => 0
375+ active_persistent_connections => 0
376+ explicit_close => 0
377+ implicit_close => 0
378+ disconnect_close => 0
379+ in_middle_of_command_close => 0
380+ explicit_free_result => 0
381+ implicit_free_result => 0
382+ explicit_stmt_close => 0
383+ implicit_stmt_close => 0
384+ mem_emalloc_count => 0
385+ mem_emalloc_amount => 0
386+ mem_ecalloc_count => 0
387+ mem_ecalloc_amount => 0
388+ mem_erealloc_count => 0
389+ mem_erealloc_amount => 0
390+ mem_efree_count => 0
391+ mem_efree_amount => 0
392+ mem_malloc_count => 0
393+ mem_malloc_amount => 0
394+ mem_calloc_count => 0
395+ mem_calloc_amount => 0
396+ mem_realloc_count => 0
397+ mem_realloc_amount => 0
398+ mem_free_count => 0
399+ mem_free_amount => 0
400+ mem_estrndup_count => 0
401+ mem_strndup_count => 0
402+ mem_estndup_count => 0
403+ mem_strdup_count => 0
404+ proto_text_fetched_null => 0
405+ proto_text_fetched_bit => 0
406+ proto_text_fetched_tinyint => 0
407+ proto_text_fetched_short => 0
408+ proto_text_fetched_int24 => 0
409+ proto_text_fetched_int => 0
410+ proto_text_fetched_bigint => 0
411+ proto_text_fetched_decimal => 0
412+ proto_text_fetched_float => 0
413+ proto_text_fetched_double => 0
414+ proto_text_fetched_date => 0
415+ proto_text_fetched_year => 0
416+ proto_text_fetched_time => 0
417+ proto_text_fetched_datetime => 0
418+ proto_text_fetched_timestamp => 0
419+ proto_text_fetched_string => 0
420+ proto_text_fetched_blob => 0
421+ proto_text_fetched_enum => 0
422+ proto_text_fetched_set => 0
423+ proto_text_fetched_geometry => 0
424+ proto_text_fetched_other => 0
425+ proto_binary_fetched_null => 0
426+ proto_binary_fetched_bit => 0
427+ proto_binary_fetched_tinyint => 0
428+ proto_binary_fetched_short => 0
429+ proto_binary_fetched_int24 => 0
430+ proto_binary_fetched_int => 0
431+ proto_binary_fetched_bigint => 0
432+ proto_binary_fetched_decimal => 0
433+ proto_binary_fetched_float => 0
434+ proto_binary_fetched_double => 0
435+ proto_binary_fetched_date => 0
436+ proto_binary_fetched_year => 0
437+ proto_binary_fetched_time => 0
438+ proto_binary_fetched_datetime => 0
439+ proto_binary_fetched_timestamp => 0
440+ proto_binary_fetched_string => 0
441+ proto_binary_fetched_blob => 0
442+ proto_binary_fetched_enum => 0
443+ proto_binary_fetched_set => 0
444+ proto_binary_fetched_geometry => 0
445+ proto_binary_fetched_other => 0
446+ init_command_executed_count => 0
447+ init_command_failed_count => 0
448+ com_quit => 0
449+ com_init_db => 0
450+ com_query => 0
451+ com_field_list => 0
452+ com_create_db => 0
453+ com_drop_db => 0
454+ com_refresh => 0
455+ com_shutdown => 0
456+ com_statistics => 0
457+ com_process_info => 0
458+ com_connect => 0
459+ com_process_kill => 0
460+ com_debug => 0
461+ com_ping => 0
462+ com_time => 0
463+ com_delayed_insert => 0
464+ com_change_user => 0
465+ com_binlog_dump => 0
466+ com_table_dump => 0
467+ com_connect_out => 0
468+ com_register_slave => 0
469+ com_stmt_prepare => 0
470+ com_stmt_execute => 0
471+ com_stmt_send_long_data => 0
472+ com_stmt_close => 0
473+ com_stmt_reset => 0
474+ com_stmt_set_option => 0
475+ com_stmt_fetch => 0
476+ com_deamon => 0
477+ bytes_received_real_data_normal => 0
478+ bytes_received_real_data_ps => 0
479+
480+ example statistics =>
481+ stat1 => 0
482+ stat2 => 0
483+
484+ pcntl
485+
486+ pcntl support => enabled
487+
488+ pcre
489+
490+ PCRE (Perl Compatible Regular Expressions) Support => enabled
491+ PCRE Library Version => 8.35 2014-04-04
492+
493+ Directive => Local Value => Master Value
494+ pcre.backtrack_limit => 1000000 => 1000000
495+ pcre.recursion_limit => 100000 => 100000
496+
497+ PDO
498+
499+ PDO support => enabled
500+ PDO drivers => mysql
501+
502+ pdo_mysql
503+
504+ PDO Driver for MySQL => enabled
505+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
506+
507+ Directive => Local Value => Master Value
508+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
509+
510+ Phar
511+
512+ Phar: PHP Archive support => enabled
513+ Phar EXT version => 2.0.1
514+ Phar API version => 1.1.1
515+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
516+ Phar-based phar archives => enabled
517+ Tar-based phar archives => enabled
518+ ZIP-based phar archives => enabled
519+ gzip compression => enabled
520+ bzip2 compression => enabled
521+ OpenSSL support => disabled (install ext/openssl)
522+
523+
524+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
525+ Phar fully realized by Gregory Beaver and Marcus Boerger.
526+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
527+ Directive => Local Value => Master Value
529+ phar.readonly => Off => Off
530+ phar.require_hash => Off => Off
531+
532+ posix
533+
534+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
535+
536+ readline
537+
538+ Readline Support => enabled
539+ Readline library => EditLine wrapper
540+
541+ Directive => Local Value => Master Value
542+ cli.pager => no value => no value
543+ cli.prompt => \b \> => \b \>
544+
545+ Reflection
546+
547+ Reflection => enabled
548+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
549+
550+ session
551+
552+ Session Support => enabled
553+ Registered save handlers => files user
554+ Registered serializer handlers => php php_binary
555+
556+ Directive => Local Value => Master Value
557+ session.auto_start => Off => Off
558+ session.cache_expire => 180 => 180
559+ session.cache_limiter => nocache => nocache
560+ session.cookie_domain => no value => no value
561+ session.cookie_httponly => Off => Off
562+ session.cookie_lifetime => 0 => 0
563+ session.cookie_path => / => /
564+ session.cookie_secure => Off => Off
565+ session.entropy_file => /dev/urandom => /dev/urandom
566+ session.entropy_length => 32 => 32
567+ session.gc_divisor => 1000 => 1000
568+ session.gc_maxlifetime => 1440 => 1440
569+ session.gc_probability => 1 => 1
570+ session.hash_bits_per_character => 5 => 5
571+ session.hash_function => 0 => 0
572+ session.name => PHPSESSID => PHPSESSID
573+ session.referer_check => no value => no value
574+ session.save_handler => files => files
575+ session.save_path => no value => no value
576+ session.serialize_handler => php => php
577+ session.upload_progress.cleanup => On => On
578+ session.upload_progress.enabled => On => On
579+ session.upload_progress.freq => 1% => 1%
580+ session.upload_progress.min_freq => 1 => 1
581+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
582+ session.upload_progress.prefix => upload_progress_ => upload_progress_
583+ session.use_cookies => On => On
584+ session.use_only_cookies => On => On
585+ session.use_trans_sid => 0 => 0
586+
587+ shmop
588+
589+ shmop support => enabled
590+
591+ SimpleXML
592+
593+ Simplexml support => enabled
594+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
595+ Schema support => enabled
596+
597+ sockets
598+
599+ Sockets Support => enabled
600+
601+ SPL
602+
603+ SPL support => enabled
604+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
605+ 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
606+
607+ standard
608+
609+ Dynamic Library Support => enabled
610+ Path to sendmail => /usr/sbin/sendmail -t -i
611+
612+ Directive => Local Value => Master Value
613+ assert.active => 1 => 1
614+ assert.bail => 0 => 0
615+ assert.callback => no value => no value
616+ assert.quiet_eval => 0 => 0
617+ assert.warning => 1 => 1
618+ auto_detect_line_endings => 0 => 0
619+ default_socket_timeout => 60 => 60
620+ from => no value => no value
621+ url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
622+ user_agent => no value => no value
623+
624+ sysvmsg
625+
626+ sysvmsg support => enabled
627+ Revision => $Id: a57e25e6c32775fb53ad02fa294f63e934911815 $
628+
629+ tokenizer
630+
631+ Tokenizer Support => enabled
632+
633+ xml
634+
635+ XML Support => active
636+ XML Namespace Support => active
637+ libxml2 Version => 2.9.0
638+
639+ xmlreader
640+
641+ XMLReader => enabled
642+
643+ xmlwriter
644+
645+ XMLWriter => enabled
646+
647+ xsl
648+
649+ XSL => enabled
650+ libxslt Version => 1.1.28
651+ libxslt compiled against libxml Version => 2.9.0
652+ EXSLT => enabled
653+ libexslt Version => 1.1.28
654+
655+ zip
656+
657+ Zip => enabled
658+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
659+ Zip version => 1.11.0
660+ Libzip version => 0.10.1
661+
662+ zlib
663+
664+ ZLib Support => enabled
665+ Stream Wrapper => compress.zlib://
666+ Stream Filter => zlib.inflate, zlib.deflate
667+ Compiled Version => 1.2.8
668+ Linked Version => 1.2.8
669+
670+ Directive => Local Value => Master Value
671+ zlib.output_compression => Off => Off
672+ zlib.output_compression_level => -1 => -1
673+ zlib.output_handler => no value => no value
674+
675+ Additional Modules
676+
677+ Module Name
678+ sysvsem
679+ sysvshm
680+ phpinfo()
681+
682+ bcmath
683+
684+ BCMath support => enabled
685+
686+ Directive => Local Value => Master Value
687+ bcmath.scale => 0 => 0
688+
689+ bz2
690+
691+ BZip2 Support => Enabled
692+ Stream Wrapper support => compress.bzip2://
693+ Stream Filter support => bzip2.decompress, bzip2.compress
694+ BZip2 Version => 1.0.6, 6-Sept-2010
695+
696+ calendar
697+
698+ Calendar support => enabled
699+
700+ Core
701+
702+ PHP Version => 5.4.23
703+
704+ Directive => Local Value => Master Value
705+ allow_url_fopen => On => On
706+ allow_url_include => Off => Off
707+ always_populate_raw_post_data => Off => Off
708+ arg_separator.input => & => &
709+ arg_separator.output => & => &
710+ asp_tags => Off => Off
711+ auto_append_file => no value => no value
712+ auto_globals_jit => On => On
713+ auto_prepend_file => no value => no value
714+ browscap => no value => no value
715+ default_charset => no value => no value
716+ default_mimetype => text/html => text/html
717+ disable_classes => no value => no value
718+ disable_functions => no value => no value
719+ display_errors => STDOUT => STDOUT
720+ display_startup_errors => On => On
721+ doc_root => no value => no value
722+ docref_ext => .html => .html
723+ docref_root => no value => no value
724+ enable_dl => Off => Off
725+ enable_post_data_reading => On => On
726+ error_append_string => no value => no value
727+ error_log => /var/log/php_errors.log => /var/log/php_errors.log
728+ error_prepend_string => no value => no value
729+ error_reporting => 32767 => 32767
730+ exit_on_timeout => Off => Off
731+ expose_php => On => On
732+ extension_dir => /Users/iwai/.phpbrew/build/php-5.4.23/modules/ => /Users/iwai/.phpbrew/build/php-5.4.23/modules/
733+ file_uploads => On => On
734+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
735+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
736+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
737+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
738+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
739+ html_errors => Off => Off
740+ ignore_repeated_errors => Off => Off
741+ ignore_repeated_source => Off => Off
742+ ignore_user_abort => Off => Off
743+ implicit_flush => On => On
744+ include_path => .:/Users/iwai/.phpbrew/php/php-5.4.23/lib/php => .:/Users/iwai/.phpbrew/php/php-5.4.23/lib/php
745+ log_errors => Off => Off
746+ log_errors_max_len => 1024 => 1024
747+ mail.add_x_header => On => On
748+ mail.force_extra_parameters => no value => no value
749+ mail.log => no value => no value
750+ max_execution_time => 0 => 0
751+ max_file_uploads => 20 => 20
752+ max_input_nesting_level => 64 => 64
753+ max_input_time => -1 => -1
754+ max_input_vars => 1000 => 1000
755+ memory_limit => 128M => 128M
756+ open_basedir => no value => no value
757+ output_buffering => no value => no value
758+ output_handler => no value => no value
759+ post_max_size => 8M => 8M
760+ precision => 14 => 14
761+ realpath_cache_size => 16K => 16K
762+ realpath_cache_ttl => 120 => 120
763+ register_argc_argv => On => On
764+ report_memleaks => On => On
765+ report_zend_debug => Off => Off
766+ request_order => GP => GP
767+ sendmail_from => no value => no value
768+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
769+ serialize_precision => 17 => 17
770+ short_open_tag => Off => Off
771+ SMTP => localhost => localhost
772+ smtp_port => 25 => 25
773+ sql.safe_mode => Off => Off
774+ track_errors => On => On
775+ unserialize_callback_func => no value => no value
776+ upload_max_filesize => 2M => 2M
777+ upload_tmp_dir => no value => no value
778+ user_dir => no value => no value
779+ user_ini.cache_ttl => 300 => 300
780+ user_ini.filename => .user.ini => .user.ini
781+ variables_order => GPCS => GPCS
782+ xmlrpc_error_number => 0 => 0
783+ xmlrpc_errors => Off => Off
784+ zend.detect_unicode => On => On
785+ zend.enable_gc => On => On
786+ zend.multibyte => Off => Off
787+ zend.script_encoding => no value => no value
788+
789+ ctype
790+
791+ ctype functions => enabled
792+
793+ curl
794+
795+ cURL support => enabled
796+ cURL Information => 7.34.0
797+ Age => 3
798+ Features
799+ AsynchDNS => No
800+ Debug => No
801+ GSS-Negotiate => No
802+ IDN => No
803+ IPv6 => Yes
804+ Largefile => Yes
805+ NTLM => Yes
806+ SPNEGO => No
807+ SSL => Yes
808+ SSPI => No
809+ krb4 => No
810+ libz => Yes
811+ CharConv => No
812+ Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp
813+ Host => x86_64-apple-darwin13.0.0
814+ SSL Version => OpenSSL/0.9.8z
815+ ZLib Version => 1.2.5
816+
817+ date
818+
819+ date/time support => enabled
820+ "Olson" Timezone Database Version => 2013.8
821+ Timezone Database => internal
822+ Default timezone => Asia/Tokyo
823+
824+ Directive => Local Value => Master Value
825+ date.default_latitude => 31.7667 => 31.7667
826+ date.default_longitude => 35.2333 => 35.2333
827+ date.sunrise_zenith => 90.583333 => 90.583333
828+ date.sunset_zenith => 90.583333 => 90.583333
829+ date.timezone => Asia/Tokyo => Asia/Tokyo
830+
831+ dom
832+
833+ DOM/XML => enabled
834+ DOM/XML API Version => 20031129
835+ libxml Version => 2.9.0
836+ HTML Support => enabled
837+ XPath Support => enabled
838+ XPointer Support => enabled
839+ Schema Support => enabled
840+ RelaxNG Support => enabled
841+
842+ ereg
843+
844+ Regex Library => Bundled library enabled
845+
846+ fileinfo
847+
848+ fileinfo support => enabled
849+ version => 1.0.5
850+
851+ filter
852+
853+ Input Validation and Filtering => enabled
854+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
855+
856+ Directive => Local Value => Master Value
857+ filter.default => unsafe_raw => unsafe_raw
858+ filter.default_flags => no value => no value
859+
860+ hash
861+
862+ hash support => enabled
863+ 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
864+
865+ iconv
866+
867+ iconv support => enabled
868+ iconv implementation => libiconv
869+ iconv library version => 1.11
870+
871+ Directive => Local Value => Master Value
872+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
873+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
874+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
875+
876+ intl
877+
878+ Internationalization support => enabled
879+ version => 1.1.0
880+ ICU version => 54.1
881+ ICU Data version => 54.1
882+
883+ Directive => Local Value => Master Value
884+ intl.default_locale => no value => no value
885+ intl.error_level => 0 => 0
886+
887+ json
888+
889+ json support => enabled
890+ json version => 1.2.1
891+
892+ libxml
893+
894+ libXML support => active
895+ libXML Compiled Version => 2.9.0
896+ libXML Loaded Version => 20900
897+ libXML streams => enabled
898+
899+ mbstring
900+
901+ Multibyte Support => enabled
902+ Multibyte string engine => libmbfl
903+ HTTP input encoding translation => disabled
904+ libmbfl version => 1.3.2
905+
906+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
907+
908+ Multibyte (japanese) regex support => enabled
909+ Multibyte regex (oniguruma) backtrack check => On
910+ Multibyte regex (oniguruma) version => 4.7.1
911+
912+ Directive => Local Value => Master Value
913+ mbstring.detect_order => no value => no value
914+ mbstring.encoding_translation => Off => Off
915+ mbstring.func_overload => 0 => 0
916+ mbstring.http_input => pass => pass
917+ mbstring.http_output => pass => pass
918+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
919+ mbstring.internal_encoding => no value => no value
920+ mbstring.language => neutral => neutral
921+ mbstring.strict_detection => Off => Off
922+ mbstring.substitute_character => no value => no value
923+
924+ mcrypt
925+
926+ mcrypt support => enabled
927+ mcrypt_filter support => enabled
928+ Version => 2.5.8
929+ Api No => 20021217
930+ 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
931+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
932+
933+ Directive => Local Value => Master Value
934+ mcrypt.algorithms_dir => no value => no value
935+ mcrypt.modes_dir => no value => no value
936+
937+ mhash
938+
939+ MHASH support => Enabled
940+ MHASH API Version => Emulated Support
941+
942+ mysql
943+
944+ MySQL Support => enabled
945+ Active Persistent Links => 0
946+ Active Links => 0
947+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
948+
949+ Directive => Local Value => Master Value
950+ mysql.allow_local_infile => On => On
951+ mysql.allow_persistent => On => On
952+ mysql.connect_timeout => 60 => 60
953+ mysql.default_host => no value => no value
954+ mysql.default_password => no value => no value
955+ mysql.default_port => no value => no value
956+ mysql.default_socket => no value => no value
957+ mysql.default_user => no value => no value
958+ mysql.max_links => Unlimited => Unlimited
959+ mysql.max_persistent => Unlimited => Unlimited
960+ mysql.trace_mode => Off => Off
961+
962+ mysqli
963+
964+ MysqlI Support => enabled
965+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
966+ Active Persistent Links => 0
967+ Inactive Persistent Links => 0
968+ Active Links => 0
969+
970+ Directive => Local Value => Master Value
971+ mysqli.allow_local_infile => On => On
972+ mysqli.allow_persistent => On => On
973+ mysqli.default_host => no value => no value
974+ mysqli.default_port => 3306 => 3306
975+ mysqli.default_pw => no value => no value
976+ mysqli.default_socket => no value => no value
977+ mysqli.default_user => no value => no value
978+ mysqli.max_links => Unlimited => Unlimited
979+ mysqli.max_persistent => Unlimited => Unlimited
980+ mysqli.reconnect => Off => Off
981+
982+ mysqlnd
983+
984+ mysqlnd => enabled
985+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
986+ Compression => supported
987+ SSL => supported
988+ Command buffer size => 4096
989+ Read buffer size => 32768
990+ Read timeout => 31536000
991+ Collecting statistics => Yes
992+ Collecting memory statistics => Yes
993+ Tracing => n/a
994+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
995+ API Extensions => pdo_mysql,mysqli,mysql
996+
997+ mysqlnd statistics =>
998+ bytes_sent => 0
999+ bytes_received => 0
1000+ packets_sent => 0
1001+ packets_received => 0
1002+ protocol_overhead_in => 0
1003+ protocol_overhead_out => 0
1004+ bytes_received_ok_packet => 0
1005+ bytes_received_eof_packet => 0
1006+ bytes_received_rset_header_packet => 0
1007+ bytes_received_rset_field_meta_packet => 0
1008+ bytes_received_rset_row_packet => 0
1009+ bytes_received_prepare_response_packet => 0
1010+ bytes_received_change_user_packet => 0
1011+ packets_sent_command => 0
1012+ packets_received_ok => 0
1013+ packets_received_eof => 0
1014+ packets_received_rset_header => 0
1015+ packets_received_rset_field_meta => 0
1016+ packets_received_rset_row => 0
1017+ packets_received_prepare_response => 0
1018+ packets_received_change_user => 0
1019+ result_set_queries => 0
1020+ non_result_set_queries => 0
1021+ no_index_used => 0
1022+ bad_index_used => 0
1023+ slow_queries => 0
1024+ buffered_sets => 0
1025+ unbuffered_sets => 0
1026+ ps_buffered_sets => 0
1027+ ps_unbuffered_sets => 0
1028+ flushed_normal_sets => 0
1029+ flushed_ps_sets => 0
1030+ ps_prepared_never_executed => 0
1031+ ps_prepared_once_executed => 0
1032+ rows_fetched_from_server_normal => 0
1033+ rows_fetched_from_server_ps => 0
1034+ rows_buffered_from_client_normal => 0
1035+ rows_buffered_from_client_ps => 0
1036+ rows_fetched_from_client_normal_buffered => 0
1037+ rows_fetched_from_client_normal_unbuffered => 0
1038+ rows_fetched_from_client_ps_buffered => 0
1039+ rows_fetched_from_client_ps_unbuffered => 0
1040+ rows_fetched_from_client_ps_cursor => 0
1041+ rows_affected_normal => 0
1042+ rows_affected_ps => 0
1043+ rows_skipped_normal => 0
1044+ rows_skipped_ps => 0
1045+ copy_on_write_saved => 0
1046+ copy_on_write_performed => 0
1047+ command_buffer_too_small => 0
1048+ connect_success => 0
1049+ connect_failure => 0
1050+ connection_reused => 0
1051+ reconnect => 0
1052+ pconnect_success => 0
1053+ active_connections => 0
1054+ active_persistent_connections => 0
1055+ explicit_close => 0
1056+ implicit_close => 0
1057+ disconnect_close => 0
1058+ in_middle_of_command_close => 0
1059+ explicit_free_result => 0
1060+ implicit_free_result => 0
1061+ explicit_stmt_close => 0
1062+ implicit_stmt_close => 0
1063+ mem_emalloc_count => 0
1064+ mem_emalloc_amount => 0
1065+ mem_ecalloc_count => 0
1066+ mem_ecalloc_amount => 0
1067+ mem_erealloc_count => 0
1068+ mem_erealloc_amount => 0
1069+ mem_efree_count => 0
1070+ mem_efree_amount => 0
1071+ mem_malloc_count => 0
1072+ mem_malloc_amount => 0
1073+ mem_calloc_count => 0
1074+ mem_calloc_amount => 0
1075+ mem_realloc_count => 0
1076+ mem_realloc_amount => 0
1077+ mem_free_count => 0
1078+ mem_free_amount => 0
1079+ mem_estrndup_count => 0
1080+ mem_strndup_count => 0
1081+ mem_estndup_count => 0
1082+ mem_strdup_count => 0
1083+ proto_text_fetched_null => 0
1084+ proto_text_fetched_bit => 0
1085+ proto_text_fetched_tinyint => 0
1086+ proto_text_fetched_short => 0
1087+ proto_text_fetched_int24 => 0
1088+ proto_text_fetched_int => 0
1089+ proto_text_fetched_bigint => 0
1090+ proto_text_fetched_decimal => 0
1091+ proto_text_fetched_float => 0
1092+ proto_text_fetched_double => 0
1093+ proto_text_fetched_date => 0
1094+ proto_text_fetched_year => 0
1095+ proto_text_fetched_time => 0
1096+ proto_text_fetched_datetime => 0
1097+ proto_text_fetched_timestamp => 0
1098+ proto_text_fetched_string => 0
1099+ proto_text_fetched_blob => 0
1100+ proto_text_fetched_enum => 0
1101+ proto_text_fetched_set => 0
1102+ proto_text_fetched_geometry => 0
1103+ proto_text_fetched_other => 0
1104+ proto_binary_fetched_null => 0
1105+ proto_binary_fetched_bit => 0
1106+ proto_binary_fetched_tinyint => 0
1107+ proto_binary_fetched_short => 0
1108+ proto_binary_fetched_int24 => 0
1109+ proto_binary_fetched_int => 0
1110+ proto_binary_fetched_bigint => 0
1111+ proto_binary_fetched_decimal => 0
1112+ proto_binary_fetched_float => 0
1113+ proto_binary_fetched_double => 0
1114+ proto_binary_fetched_date => 0
1115+ proto_binary_fetched_year => 0
1116+ proto_binary_fetched_time => 0
1117+ proto_binary_fetched_datetime => 0
1118+ proto_binary_fetched_timestamp => 0
1119+ proto_binary_fetched_string => 0
1120+ proto_binary_fetched_blob => 0
1121+ proto_binary_fetched_enum => 0
1122+ proto_binary_fetched_set => 0
1123+ proto_binary_fetched_geometry => 0
1124+ proto_binary_fetched_other => 0
1125+ init_command_executed_count => 0
1126+ init_command_failed_count => 0
1127+ com_quit => 0
1128+ com_init_db => 0
1129+ com_query => 0
1130+ com_field_list => 0
1131+ com_create_db => 0
1132+ com_drop_db => 0
1133+ com_refresh => 0
1134+ com_shutdown => 0
1135+ com_statistics => 0
1136+ com_process_info => 0
1137+ com_connect => 0
1138+ com_process_kill => 0
1139+ com_debug => 0
1140+ com_ping => 0
1141+ com_time => 0
1142+ com_delayed_insert => 0
1143+ com_change_user => 0
1144+ com_binlog_dump => 0
1145+ com_table_dump => 0
1146+ com_connect_out => 0
1147+ com_register_slave => 0
1148+ com_stmt_prepare => 0
1149+ com_stmt_execute => 0
1150+ com_stmt_send_long_data => 0
1151+ com_stmt_close => 0
1152+ com_stmt_reset => 0
1153+ com_stmt_set_option => 0
1154+ com_stmt_fetch => 0
1155+ com_deamon => 0
1156+ bytes_received_real_data_normal => 0
1157+ bytes_received_real_data_ps => 0
1158+
1159+ example statistics =>
1160+ stat1 => 0
1161+ stat2 => 0
1162+
1163+ pcntl
1164+
1165+ pcntl support => enabled
1166+
1167+ pcre
1168+
1169+ PCRE (Perl Compatible Regular Expressions) Support => enabled
1170+ PCRE Library Version => 8.35 2014-04-04
1171+
1172+ Directive => Local Value => Master Value
1173+ pcre.backtrack_limit => 1000000 => 1000000
1174+ pcre.recursion_limit => 100000 => 100000
1175+
1176+ PDO
1177+
1178+ PDO support => enabled
1179+ PDO drivers => mysql
1180+
1181+ pdo_mysql
1182+
1183+ PDO Driver for MySQL => enabled
1184+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1185+
1186+ Directive => Local Value => Master Value
1187+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
1188+
1189+ Phar
1190+
1191+ Phar: PHP Archive support => enabled
1192+ Phar EXT version => 2.0.1
1193+ Phar API version => 1.1.1
1194+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
1195+ Phar-based phar archives => enabled
1196+ Tar-based phar archives => enabled
1197+ ZIP-based phar archives => enabled
1198+ gzip compression => enabled
1199+ bzip2 compression => enabled
1200+ OpenSSL support => disabled (install ext/openssl)
1201+
1202+
1203+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
1204+ Phar fully realized by Gregory Beaver and Marcus Boerger.
1205+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
1206+ Directive => Local Value => Master Value
1207+ phar.cache_list => no value => no value
1210+
1212+
1213+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
1214+
1215+ readline
1216+
1217+ Readline Support => enabled
1218+ Readline library => EditLine wrapper
1219+
1220+ Directive => Local Value => Master Value
1221+ cli.pager => no value => no value
1222+ cli.prompt => \b \> => \b \>
1223+
1224+ Reflection
1225+
1226+ Reflection => enabled
1227+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
1228+
1229+ session
1230+
1231+ Session Support => enabled
1232+ Registered save handlers => files user
1233+ Registered serializer handlers => php php_binary
1234+
1235+ Directive => Local Value => Master Value
1236+ session.auto_start => Off => Off
1237+ session.cache_expire => 180 => 180
1238+ session.cache_limiter => nocache => nocache
1239+ session.cookie_domain => no value => no value
1240+ session.cookie_httponly => Off => Off
1241+ session.cookie_lifetime => 0 => 0
1242+ session.cookie_path => / => /
1243+ session.cookie_secure => Off => Off
1244+ session.entropy_file => /dev/urandom => /dev/urandom
1245+ session.entropy_length => 32 => 32
1246+ session.gc_divisor => 1000 => 1000
1247+ session.gc_maxlifetime => 1440 => 1440
1248+ session.gc_probability => 1 => 1
1249+ session.hash_bits_per_character => 5 => 5
1250+ session.hash_function => 0 => 0
1251+ session.name => PHPSESSID => PHPSESSID
1252+ session.referer_check => no value => no value
1253+ session.save_handler => files => files
1254+ session.save_path => no value => no value
1255+ session.serialize_handler => php => php
1256+ session.upload_progress.cleanup => On => On
1257+ session.upload_progress.enabled => On => On
1258+ session.upload_progress.freq => 1% => 1%
1259+ session.upload_progress.min_freq => 1 => 1
1260+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
1261+ session.upload_progress.prefix => upload_progress_ => upload_progress_
1262+ session.use_cookies => On => On
1263+ session.use_only_cookies => On => On
1264+ session.use_trans_sid => 0 => 0
1265+
1266+ shmop
1267+
1268+ shmop support => enabled
1269+
1270+ SimpleXML
1271+
1272+ Simplexml support => enabled
1273+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
1274+ Schema support => enabled
1275+
1276+ sockets
1277+
1278+ Sockets Support => enabled
1279+
1280+ SPL
1281+
1282+ SPL support => enabled
1283+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
1284+ 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
1285+
1286+ standard
1287+
1288+ Dynamic Library Support => enabled
1289+ Path to sendmail => /usr/sbin/sendmail -t -i
1290+
1291+ Directive => Local Value => Master Value
1292+ assert.active => 1 => 1
1293+ assert.bail => 0 => 0
1294+ assert.callback => no value => no value
1295+ assert.quiet_eval => 0 => 0
1296+ assert.warning => 1 => 1
1297+ auto_detect_line_endings => 0 => 0
1298+ default_socket_timeout => 60 => 60
1299+ from => no value => no value
1300+ url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
1301+ user_agent => no value => no value
1302+
1303+ sysvmsg
1304+
1305+ sysvmsg support => enabled
1306+ Revision => $Id: a57e25e6c32775fb53ad02fa294f63e934911815 $
1307+
1308+ tokenizer
1309+
1310+ Tokenizer Support => enabled
1311+
1312+ xml
1313+
1314+ XML Support => active
1315+ XML Namespace Support => active
1316+ libxml2 Version => 2.9.0
1317+
1318+ xmlreader
1319+
1320+ XMLReader => enabled
1321+
1322+ xmlwriter
1323+
1324+ XMLWriter => enabled
1325+
1326+ xsl
1327+
1328+ XSL => enabled
1329+ libxslt Version => 1.1.28
1330+ libxslt compiled against libxml Version => 2.9.0
1331+ EXSLT => enabled
1332+ libexslt Version => 1.1.28
1333+
1334+ zip
1335+
1336+ Zip => enabled
1337+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
1338+ Zip version => 1.11.0
1339+ Libzip version => 0.10.1
1340+
1341+ zlib
1342+
1343+ ZLib Support => enabled
1344+ Stream Wrapper => compress.zlib://
1345+ Stream Filter => zlib.inflate, zlib.deflate
1346+ Compiled Version => 1.2.8
1347+ Linked Version => 1.2.8
1348+
1349+ Directive => Local Value => Master Value
1350+ zlib.output_compression => Off => Off
1351+ zlib.output_compression_level => -1 => -1
1352+ zlib.output_handler => no value => no value
1353+
1354+ Additional Modules
1355+
1356+ Module Name
1357+ sysvsem
1358+ sysvshm
1359+ ===DONE===
1 (8%)
001+ phpinfo()
002+
003+ bcmath
004+
005+ BCMath support => enabled
006+
007+ Directive => Local Value => Master Value
008+ bcmath.scale => 0 => 0
009+
010+ bz2
011+
012+ BZip2 Support => Enabled
013+ Stream Wrapper support => compress.bzip2://
014+ Stream Filter support => bzip2.decompress, bzip2.compress
015+ BZip2 Version => 1.0.5, 10-Dec-2007
016+
017+ calendar
018+
019+ Calendar support => enabled
020+
021+ Core
022+
023+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
023- Phar
025+ Directive => Local Value => Master Value
026+ allow_url_fopen => On => On
027+ allow_url_include => Off => Off
028+ always_populate_raw_post_data => Off => Off
029+ arg_separator.input => & => &
030+ arg_separator.output => & => &
031+ asp_tags => Off => Off
032+ auto_append_file => no value => no value
033+ auto_globals_jit => On => On
034+ auto_prepend_file => no value => no value
035+ browscap => no value => no value
036+ default_charset => no value => no value
037+ default_mimetype => text/html => text/html
038+ disable_classes => no value => no value
039+ disable_functions => no value => no value
040+ display_errors => STDOUT => STDOUT
041+ display_startup_errors => On => On
042+ doc_root => no value => no value
043+ docref_ext => .html => .html
044+ docref_root => no value => no value
045+ enable_dl => On => On
046+ enable_post_data_reading => On => On
047+ error_append_string => no value => no value
048+ error_log => no value => no value
049+ error_prepend_string => no value => no value
050+ error_reporting => 32767 => 32767
051+ exit_on_timeout => Off => Off
052+ expose_php => On => On
053+ extension_dir => /root/tar/php-5.4.23/modules/ => /root/tar/php-5.4.23/modules/
054+ file_uploads => On => On
055+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
056+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
057+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
058+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
059+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
060+ html_errors => Off => Off
061+ ignore_repeated_errors => Off => Off
062+ ignore_repeated_source => Off => Off
063+ ignore_user_abort => Off => Off
064+ implicit_flush => On => On
065+ include_path => .:/usr/local/php/lib/php => .:/usr/local/php/lib/php
066+ log_errors => Off => Off
067+ log_errors_max_len => 1024 => 1024
068+ mail.add_x_header => Off => Off
069+ mail.force_extra_parameters => no value => no value
070+ mail.log => no value => no value
071+ max_execution_time => 0 => 0
072+ max_file_uploads => 20 => 20
073+ max_input_nesting_level => 64 => 64
074+ max_input_time => -1 => -1
075+ max_input_vars => 1000 => 1000
076+ memory_limit => 128M => 128M
077+ open_basedir => no value => no value
078+ output_buffering => no value => no value
079+ output_handler => no value => no value
080+ post_max_size => 8M => 8M
081+ precision => 14 => 14
082+ realpath_cache_size => 16K => 16K
083+ realpath_cache_ttl => 120 => 120
084+ register_argc_argv => On => On
085+ report_memleaks => On => On
086+ report_zend_debug => Off => Off
087+ request_order => no value => no value
088+ sendmail_from => no value => no value
089+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
090+ serialize_precision => 17 => 17
091+ short_open_tag => On => On
092+ SMTP => localhost => localhost
093+ smtp_port => 25 => 25
094+ sql.safe_mode => Off => Off
095+ track_errors => On => On
096+ unserialize_callback_func => no value => no value
097+ upload_max_filesize => 2M => 2M
098+ upload_tmp_dir => no value => no value
099+ user_dir => no value => no value
100+ user_ini.cache_ttl => 300 => 300
101+ user_ini.filename => .user.ini => .user.ini
102+ variables_order => EGPCS => EGPCS
103+ xmlrpc_error_number => 0 => 0
104+ xmlrpc_errors => Off => Off
105+ zend.detect_unicode => On => On
106+ zend.enable_gc => On => On
107+ zend.multibyte => Off => Off
108+ zend.script_encoding => no value => no value
109+
110+ ctype
111+
112+ ctype functions => enabled
113+
114+ curl
115+
116+ cURL support => enabled
117+ cURL Information => 7.19.7
118+ Age => 3
119+ Features
120+ AsynchDNS => No
121+ Debug => No
122+ GSS-Negotiate => Yes
123+ IDN => Yes
124+ IPv6 => Yes
125+ Largefile => Yes
126+ NTLM => Yes
127+ SPNEGO => No
128+ SSL => Yes
129+ SSPI => No
130+ krb4 => No
131+ libz => Yes
132+ CharConv => No
133+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
134+ Host => x86_64-redhat-linux-gnu
135+ SSL Version => NSS/3.14.0.0
136+ ZLib Version => 1.2.3
137+ libSSH Version => libssh2/1.4.2
138+
139+ date
140+
141+ date/time support => enabled
142+ "Olson" Timezone Database Version => 2013.8
143+ Timezone Database => internal
144+
145+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 2
146+ Default timezone => UTC
147+
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
149+ date.default_latitude => 31.7667 => 31.7667
150+ date.default_longitude => 35.2333 => 35.2333
151+ date.sunrise_zenith => 90.583333 => 90.583333
152+ date.sunset_zenith => 90.583333 => 90.583333
153+ date.timezone => no value => no value
154+
157+ DOM/XML => enabled
158+ DOM/XML API Version => 20031129
159+ libxml Version => 2.7.6
160+ HTML Support => enabled
161+ XPath Support => enabled
162+ XPointer Support => enabled
163+ Schema Support => enabled
164+ RelaxNG Support => enabled
165+
166+ ereg
167+
168+ Regex Library => Bundled library enabled
169+
170+ fileinfo
171+
172+ fileinfo support => enabled
173+ version => 1.0.5
175+ filter
177+ Input Validation and Filtering => enabled
178+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
179+
181+ filter.default => unsafe_raw => unsafe_raw
182+ filter.default_flags => no value => no value
183+
184+ ftp
185+
186+ FTP support => enabled
187+
188+ gd
189+
190+ GD Support => enabled
191+ GD Version => bundled (2.1.0 compatible)
192+ FreeType Support => enabled
193+ FreeType Linkage => with freetype
194+ FreeType Version => 2.3.11
195+ GIF Read Support => enabled
196+ GIF Create Support => enabled
197+ JPEG Support => enabled
198+ libJPEG Version => 6b
199+ PNG Support => enabled
200+ libPNG Version => 1.2.49
201+ WBMP Support => enabled
202+ XBM Support => enabled
203+
204+ Directive => Local Value => Master Value
205+ gd.jpeg_ignore_warning => 0 => 0
206+
207+ gettext
208+
209+ GetText Support => enabled
210+
211+ hash
212+
213+ hash support => enabled
214+ 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
215+
216+ iconv
217+
218+ iconv support => enabled
219+ iconv implementation => glibc
220+ iconv library version => 2.12
221+
222+ Directive => Local Value => Master Value
223+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
224+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
225+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
226+
227+ json
228+
229+ json support => enabled
230+ json version => 1.2.1
231+
232+ libxml
233+
234+ libXML support => active
235+ libXML Compiled Version => 2.7.6
236+ libXML Loaded Version => 20706
237+ libXML streams => enabled
238+
239+ mbstring
240+
241+ Multibyte Support => enabled
242+ Multibyte string engine => libmbfl
243+ HTTP input encoding translation => disabled
244+ libmbfl version => 1.3.2
245+
246+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
247+
248+ Multibyte (japanese) regex support => enabled
249+ Multibyte regex (oniguruma) backtrack check => On
250+ Multibyte regex (oniguruma) version => 4.7.1
251+
252+ Directive => Local Value => Master Value
253+ mbstring.detect_order => no value => no value
254+ mbstring.encoding_translation => Off => Off
255+ mbstring.func_overload => 0 => 0
256+ mbstring.http_input => pass => pass
257+ mbstring.http_output => pass => pass
258+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
259+ mbstring.internal_encoding => no value => no value
260+ mbstring.language => neutral => neutral
261+ mbstring.strict_detection => Off => Off
262+ mbstring.substitute_character => no value => no value
263+
264+ mysql
265+
266+ MySQL Support => enabled
267+ Active Persistent Links => 0
268+ Active Links => 0
269+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
270+
271+ Directive => Local Value => Master Value
272+ mysql.allow_local_infile => On => On
273+ mysql.allow_persistent => On => On
274+ mysql.connect_timeout => 60 => 60
275+ mysql.default_host => no value => no value
276+ mysql.default_password => no value => no value
277+ mysql.default_port => no value => no value
278+ mysql.default_socket => no value => no value
279+ mysql.default_user => no value => no value
280+ mysql.max_links => Unlimited => Unlimited
281+ mysql.max_persistent => Unlimited => Unlimited
282+ mysql.trace_mode => Off => Off
283+
284+ mysqli
285+
286+ MysqlI Support => enabled
287+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
288+ Active Persistent Links => 0
289+ Inactive Persistent Links => 0
290+ Active Links => 0
291+
292+ Directive => Local Value => Master Value
293+ mysqli.allow_local_infile => On => On
294+ mysqli.allow_persistent => On => On
295+ mysqli.default_host => no value => no value
296+ mysqli.default_port => 3306 => 3306
297+ mysqli.default_pw => no value => no value
298+ mysqli.default_socket => no value => no value
299+ mysqli.default_user => no value => no value
300+ mysqli.max_links => Unlimited => Unlimited
301+ mysqli.max_persistent => Unlimited => Unlimited
302+ mysqli.reconnect => Off => Off
303+
304+ mysqlnd
305+
306+ mysqlnd => enabled
307+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
308+ Compression => supported
309+ SSL => supported
310+ Command buffer size => 4096
311+ Read buffer size => 32768
312+ Read timeout => 31536000
313+ Collecting statistics => Yes
314+ Collecting memory statistics => No
315+ Tracing => n/a
316+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
317+ API Extensions => pdo_mysql,mysqli,mysql
318+
319+ mysqlnd statistics =>
320+ bytes_sent => 0
321+ bytes_received => 0
322+ packets_sent => 0
323+ packets_received => 0
324+ protocol_overhead_in => 0
325+ protocol_overhead_out => 0
326+ bytes_received_ok_packet => 0
327+ bytes_received_eof_packet => 0
328+ bytes_received_rset_header_packet => 0
329+ bytes_received_rset_field_meta_packet => 0
330+ bytes_received_rset_row_packet => 0
331+ bytes_received_prepare_response_packet => 0
332+ bytes_received_change_user_packet => 0
333+ packets_sent_command => 0
334+ packets_received_ok => 0
335+ packets_received_eof => 0
336+ packets_received_rset_header => 0
337+ packets_received_rset_field_meta => 0
338+ packets_received_rset_row => 0
339+ packets_received_prepare_response => 0
340+ packets_received_change_user => 0
341+ result_set_queries => 0
342+ non_result_set_queries => 0
343+ no_index_used => 0
344+ bad_index_used => 0
345+ slow_queries => 0
346+ buffered_sets => 0
347+ unbuffered_sets => 0
348+ ps_buffered_sets => 0
349+ ps_unbuffered_sets => 0
350+ flushed_normal_sets => 0
351+ flushed_ps_sets => 0
352+ ps_prepared_never_executed => 0
353+ ps_prepared_once_executed => 0
354+ rows_fetched_from_server_normal => 0
355+ rows_fetched_from_server_ps => 0
356+ rows_buffered_from_client_normal => 0
357+ rows_buffered_from_client_ps => 0
358+ rows_fetched_from_client_normal_buffered => 0
359+ rows_fetched_from_client_normal_unbuffered => 0
360+ rows_fetched_from_client_ps_buffered => 0
361+ rows_fetched_from_client_ps_unbuffered => 0
362+ rows_fetched_from_client_ps_cursor => 0
363+ rows_affected_normal => 0
364+ rows_affected_ps => 0
365+ rows_skipped_normal => 0
366+ rows_skipped_ps => 0
367+ copy_on_write_saved => 0
368+ copy_on_write_performed => 0
369+ command_buffer_too_small => 0
370+ connect_success => 0
371+ connect_failure => 0
372+ connection_reused => 0
373+ reconnect => 0
374+ pconnect_success => 0
375+ active_connections => 0
376+ active_persistent_connections => 0
377+ explicit_close => 0
378+ implicit_close => 0
379+ disconnect_close => 0
380+ in_middle_of_command_close => 0
381+ explicit_free_result => 0
382+ implicit_free_result => 0
383+ explicit_stmt_close => 0
384+ implicit_stmt_close => 0
385+ mem_emalloc_count => 0
386+ mem_emalloc_amount => 0
387+ mem_ecalloc_count => 0
388+ mem_ecalloc_amount => 0
389+ mem_erealloc_count => 0
390+ mem_erealloc_amount => 0
391+ mem_efree_count => 0
392+ mem_efree_amount => 0
393+ mem_malloc_count => 0
394+ mem_malloc_amount => 0
395+ mem_calloc_count => 0
396+ mem_calloc_amount => 0
397+ mem_realloc_count => 0
398+ mem_realloc_amount => 0
399+ mem_free_count => 0
400+ mem_free_amount => 0
401+ mem_estrndup_count => 0
402+ mem_strndup_count => 0
403+ mem_estndup_count => 0
404+ mem_strdup_count => 0
405+ proto_text_fetched_null => 0
406+ proto_text_fetched_bit => 0
407+ proto_text_fetched_tinyint => 0
408+ proto_text_fetched_short => 0
409+ proto_text_fetched_int24 => 0
410+ proto_text_fetched_int => 0
411+ proto_text_fetched_bigint => 0
412+ proto_text_fetched_decimal => 0
413+ proto_text_fetched_float => 0
414+ proto_text_fetched_double => 0
415+ proto_text_fetched_date => 0
416+ proto_text_fetched_year => 0
417+ proto_text_fetched_time => 0
418+ proto_text_fetched_datetime => 0
419+ proto_text_fetched_timestamp => 0
420+ proto_text_fetched_string => 0
421+ proto_text_fetched_blob => 0
422+ proto_text_fetched_enum => 0
423+ proto_text_fetched_set => 0
424+ proto_text_fetched_geometry => 0
425+ proto_text_fetched_other => 0
426+ proto_binary_fetched_null => 0
427+ proto_binary_fetched_bit => 0
428+ proto_binary_fetched_tinyint => 0
429+ proto_binary_fetched_short => 0
430+ proto_binary_fetched_int24 => 0
431+ proto_binary_fetched_int => 0
432+ proto_binary_fetched_bigint => 0
433+ proto_binary_fetched_decimal => 0
434+ proto_binary_fetched_float => 0
435+ proto_binary_fetched_double => 0
436+ proto_binary_fetched_date => 0
437+ proto_binary_fetched_year => 0
438+ proto_binary_fetched_time => 0
439+ proto_binary_fetched_datetime => 0
440+ proto_binary_fetched_timestamp => 0
441+ proto_binary_fetched_string => 0
442+ proto_binary_fetched_blob => 0
443+ proto_binary_fetched_enum => 0
444+ proto_binary_fetched_set => 0
445+ proto_binary_fetched_geometry => 0
446+ proto_binary_fetched_other => 0
447+ init_command_executed_count => 0
448+ init_command_failed_count => 0
449+ com_quit => 0
450+ com_init_db => 0
451+ com_query => 0
452+ com_field_list => 0
453+ com_create_db => 0
454+ com_drop_db => 0
455+ com_refresh => 0
456+ com_shutdown => 0
457+ com_statistics => 0
458+ com_process_info => 0
459+ com_connect => 0
460+ com_process_kill => 0
461+ com_debug => 0
462+ com_ping => 0
463+ com_time => 0
464+ com_delayed_insert => 0
465+ com_change_user => 0
466+ com_binlog_dump => 0
467+ com_table_dump => 0
468+ com_connect_out => 0
469+ com_register_slave => 0
470+ com_stmt_prepare => 0
471+ com_stmt_execute => 0
472+ com_stmt_send_long_data => 0
473+ com_stmt_close => 0
474+ com_stmt_reset => 0
475+ com_stmt_set_option => 0
476+ com_stmt_fetch => 0
477+ com_deamon => 0
478+ bytes_received_real_data_normal => 0
479+ bytes_received_real_data_ps => 0
480+
481+ example statistics =>
482+ stat1 => 0
483+ stat2 => 0
484+
485+ pcre
486+
487+ PCRE (Perl Compatible Regular Expressions) Support => enabled
488+ PCRE Library Version => 8.32 2012-11-30
489+
490+ Directive => Local Value => Master Value
491+ pcre.backtrack_limit => 1000000 => 1000000
492+ pcre.recursion_limit => 100000 => 100000
493+
494+ PDO
495+
496+ PDO support => enabled
497+ PDO drivers => mysql, sqlite
498+
499+ pdo_mysql
500+
501+ PDO Driver for MySQL => enabled
502+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
503+
504+ Directive => Local Value => Master Value
505+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
506+
507+ pdo_sqlite
508+
509+ PDO Driver for SQLite 3.x => enabled
510+ SQLite Library => 3.7.7.1
511+
512+ Phar
513+
514+ Phar: PHP Archive support => enabled
515+ Phar EXT version => 2.0.1
516+ Phar API version => 1.1.1
517+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
518+ Phar-based phar archives => enabled
519+ Tar-based phar archives => enabled
520+ ZIP-based phar archives => enabled
521+ gzip compression => enabled
522+ bzip2 compression => enabled
523+ OpenSSL support => disabled (install ext/openssl)
524+
525+
526+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
527+ Phar fully realized by Gregory Beaver and Marcus Boerger.
528+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
529+ Directive => Local Value => Master Value
531+ phar.readonly => Off => Off
532+ phar.require_hash => Off => Off
533+
534+ posix
535+
536+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
537+
538+ Reflection
539+
540+ Reflection => enabled
541+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
542+
543+ session
544+
545+ Session Support => enabled
546+ Registered save handlers => files user
547+ Registered serializer handlers => php php_binary
548+
549+ Directive => Local Value => Master Value
550+ session.auto_start => Off => Off
551+ session.cache_expire => 180 => 180
552+ session.cache_limiter => nocache => nocache
553+ session.cookie_domain => no value => no value
554+ session.cookie_httponly => Off => Off
555+ session.cookie_lifetime => 0 => 0
556+ session.cookie_path => / => /
557+ session.cookie_secure => Off => Off
558+ session.entropy_file => /dev/urandom => /dev/urandom
559+ session.entropy_length => 32 => 32
560+ session.gc_divisor => 100 => 100
561+ session.gc_maxlifetime => 1440 => 1440
562+ session.gc_probability => 1 => 1
563+ session.hash_bits_per_character => 4 => 4
564+ session.hash_function => 0 => 0
565+ session.name => PHPSESSID => PHPSESSID
566+ session.referer_check => no value => no value
567+ session.save_handler => files => files
568+ session.save_path => no value => no value
569+ session.serialize_handler => php => php
570+ session.upload_progress.cleanup => On => On
571+ session.upload_progress.enabled => On => On
572+ session.upload_progress.freq => 1% => 1%
573+ session.upload_progress.min_freq => 1 => 1
574+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
575+ session.upload_progress.prefix => upload_progress_ => upload_progress_
576+ session.use_cookies => On => On
577+ session.use_only_cookies => On => On
578+ session.use_trans_sid => 0 => 0
579+
580+ SimpleXML
581+
582+ Simplexml support => enabled
583+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
584+ Schema support => enabled
585+
586+ sockets
587+
588+ Sockets Support => enabled
589+
590+ SPL
591+
592+ SPL support => enabled
593+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
594+ 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
595+
596+ sqlite3
597+
598+ SQLite3 support => enabled
599+ SQLite3 module version => 0.7
600+ SQLite Library => 3.7.7.1
601+
602+ Directive => Local Value => Master Value
603+ sqlite3.extension_dir => no value => no value
604+
605+ standard
606+
607+ Dynamic Library Support => enabled
608+ Path to sendmail => /usr/sbin/sendmail -t -i
609+
610+ Directive => Local Value => Master Value
611+ assert.active => 1 => 1
612+ assert.bail => 0 => 0
613+ assert.callback => no value => no value
614+ assert.quiet_eval => 0 => 0
615+ assert.warning => 1 => 1
616+ auto_detect_line_endings => 0 => 0
617+ default_socket_timeout => 60 => 60
618+ from => no value => no value
619+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
620+ user_agent => no value => no value
621+
622+ tokenizer
623+
624+ Tokenizer Support => enabled
625+
626+ xml
627+
628+ XML Support => active
629+ XML Namespace Support => active
630+ libxml2 Version => 2.7.6
631+
632+ xmlreader
633+
634+ XMLReader => enabled
635+
636+ xmlwriter
637+
638+ XMLWriter => enabled
639+
640+ zlib
641+
642+ ZLib Support => enabled
643+ Stream Wrapper => compress.zlib://
644+ Stream Filter => zlib.inflate, zlib.deflate
645+ Compiled Version => 1.2.3
646+ Linked Version => 1.2.3
647+
648+ Directive => Local Value => Master Value
649+ zlib.output_compression => Off => Off
650+ zlib.output_compression_level => -1 => -1
651+ zlib.output_handler => no value => no value
652+
653+ Additional Modules
654+
655+ Module Name
656+ phpinfo()
657+
658+ bcmath
659+
660+ BCMath support => enabled
661+
662+ Directive => Local Value => Master Value
663+ bcmath.scale => 0 => 0
664+
665+ bz2
666+
667+ BZip2 Support => Enabled
668+ Stream Wrapper support => compress.bzip2://
669+ Stream Filter support => bzip2.decompress, bzip2.compress
670+ BZip2 Version => 1.0.5, 10-Dec-2007
671+
672+ calendar
673+
674+ Calendar support => enabled
675+
676+ Core
677+
678+ PHP Version => 5.4.23
679+
680+ Directive => Local Value => Master Value
681+ allow_url_fopen => On => On
682+ allow_url_include => Off => Off
683+ always_populate_raw_post_data => Off => Off
684+ arg_separator.input => & => &
685+ arg_separator.output => & => &
686+ asp_tags => Off => Off
687+ auto_append_file => no value => no value
688+ auto_globals_jit => On => On
689+ auto_prepend_file => no value => no value
690+ browscap => no value => no value
691+ default_charset => no value => no value
692+ default_mimetype => text/html => text/html
693+ disable_classes => no value => no value
694+ disable_functions => no value => no value
695+ display_errors => STDOUT => STDOUT
696+ display_startup_errors => On => On
697+ doc_root => no value => no value
698+ docref_ext => .html => .html
699+ docref_root => no value => no value
700+ enable_dl => On => On
701+ enable_post_data_reading => On => On
702+ error_append_string => no value => no value
703+ error_log => no value => no value
704+ error_prepend_string => no value => no value
705+ error_reporting => 32767 => 32767
706+ exit_on_timeout => Off => Off
707+ expose_php => On => On
708+ extension_dir => /root/tar/php-5.4.23/modules/ => /root/tar/php-5.4.23/modules/
709+ file_uploads => On => On
710+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
711+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
712+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
713+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
714+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
715+ html_errors => Off => Off
716+ ignore_repeated_errors => Off => Off
717+ ignore_repeated_source => Off => Off
718+ ignore_user_abort => Off => Off
719+ implicit_flush => On => On
720+ include_path => .:/usr/local/php/lib/php => .:/usr/local/php/lib/php
721+ log_errors => Off => Off
722+ log_errors_max_len => 1024 => 1024
723+ mail.add_x_header => Off => Off
724+ mail.force_extra_parameters => no value => no value
725+ mail.log => no value => no value
726+ max_execution_time => 0 => 0
727+ max_file_uploads => 20 => 20
728+ max_input_nesting_level => 64 => 64
729+ max_input_time => -1 => -1
730+ max_input_vars => 1000 => 1000
731+ memory_limit => 128M => 128M
732+ open_basedir => no value => no value
733+ output_buffering => no value => no value
734+ output_handler => no value => no value
735+ post_max_size => 8M => 8M
736+ precision => 14 => 14
737+ realpath_cache_size => 16K => 16K
738+ realpath_cache_ttl => 120 => 120
739+ register_argc_argv => On => On
740+ report_memleaks => On => On
741+ report_zend_debug => Off => Off
742+ request_order => no value => no value
743+ sendmail_from => no value => no value
744+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
745+ serialize_precision => 17 => 17
746+ short_open_tag => On => On
747+ SMTP => localhost => localhost
748+ smtp_port => 25 => 25
749+ sql.safe_mode => Off => Off
750+ track_errors => On => On
751+ unserialize_callback_func => no value => no value
752+ upload_max_filesize => 2M => 2M
753+ upload_tmp_dir => no value => no value
754+ user_dir => no value => no value
755+ user_ini.cache_ttl => 300 => 300
756+ user_ini.filename => .user.ini => .user.ini
757+ variables_order => EGPCS => EGPCS
758+ xmlrpc_error_number => 0 => 0
759+ xmlrpc_errors => Off => Off
760+ zend.detect_unicode => On => On
761+ zend.enable_gc => On => On
762+ zend.multibyte => Off => Off
763+ zend.script_encoding => no value => no value
764+
765+ ctype
766+
767+ ctype functions => enabled
768+
769+ curl
770+
771+ cURL support => enabled
772+ cURL Information => 7.19.7
773+ Age => 3
774+ Features
775+ AsynchDNS => No
776+ Debug => No
777+ GSS-Negotiate => Yes
778+ IDN => Yes
779+ IPv6 => Yes
780+ Largefile => Yes
781+ NTLM => Yes
782+ SPNEGO => No
783+ SSL => Yes
784+ SSPI => No
785+ krb4 => No
786+ libz => Yes
787+ CharConv => No
788+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
789+ Host => x86_64-redhat-linux-gnu
790+ SSL Version => NSS/3.14.0.0
791+ ZLib Version => 1.2.3
792+ libSSH Version => libssh2/1.4.2
793+
794+ date
795+
796+ date/time support => enabled
797+ "Olson" Timezone Database Version => 2013.8
798+ Timezone Database => internal
799+
800+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 5
801+ Default timezone => UTC
802+
803+ Directive => Local Value => Master Value
804+ date.default_latitude => 31.7667 => 31.7667
805+ date.default_longitude => 35.2333 => 35.2333
806+ date.sunrise_zenith => 90.583333 => 90.583333
807+ date.sunset_zenith => 90.583333 => 90.583333
808+ date.timezone => no value => no value
809+
810+ dom
811+
812+ DOM/XML => enabled
813+ DOM/XML API Version => 20031129
814+ libxml Version => 2.7.6
815+ HTML Support => enabled
816+ XPath Support => enabled
817+ XPointer Support => enabled
818+ Schema Support => enabled
819+ RelaxNG Support => enabled
820+
821+ ereg
822+
823+ Regex Library => Bundled library enabled
824+
825+ fileinfo
826+
827+ fileinfo support => enabled
828+ version => 1.0.5
829+
830+ filter
831+
832+ Input Validation and Filtering => enabled
833+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
834+
835+ Directive => Local Value => Master Value
836+ filter.default => unsafe_raw => unsafe_raw
837+ filter.default_flags => no value => no value
838+
839+ ftp
840+
841+ FTP support => enabled
842+
843+ gd
844+
845+ GD Support => enabled
846+ GD Version => bundled (2.1.0 compatible)
847+ FreeType Support => enabled
848+ FreeType Linkage => with freetype
849+ FreeType Version => 2.3.11
850+ GIF Read Support => enabled
851+ GIF Create Support => enabled
852+ JPEG Support => enabled
853+ libJPEG Version => 6b
854+ PNG Support => enabled
855+ libPNG Version => 1.2.49
856+ WBMP Support => enabled
857+ XBM Support => enabled
858+
859+ Directive => Local Value => Master Value
860+ gd.jpeg_ignore_warning => 0 => 0
861+
862+ gettext
863+
864+ GetText Support => enabled
865+
866+ hash
867+
868+ hash support => enabled
869+ 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
870+
871+ iconv
872+
873+ iconv support => enabled
874+ iconv implementation => glibc
875+ iconv library version => 2.12
876+
877+ Directive => Local Value => Master Value
878+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
879+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
880+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
881+
882+ json
883+
884+ json support => enabled
885+ json version => 1.2.1
886+
887+ libxml
888+
889+ libXML support => active
890+ libXML Compiled Version => 2.7.6
891+ libXML Loaded Version => 20706
892+ libXML streams => enabled
893+
894+ mbstring
895+
896+ Multibyte Support => enabled
897+ Multibyte string engine => libmbfl
898+ HTTP input encoding translation => disabled
899+ libmbfl version => 1.3.2
900+
901+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
902+
903+ Multibyte (japanese) regex support => enabled
904+ Multibyte regex (oniguruma) backtrack check => On
905+ Multibyte regex (oniguruma) version => 4.7.1
906+
907+ Directive => Local Value => Master Value
908+ mbstring.detect_order => no value => no value
909+ mbstring.encoding_translation => Off => Off
910+ mbstring.func_overload => 0 => 0
911+ mbstring.http_input => pass => pass
912+ mbstring.http_output => pass => pass
913+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
914+ mbstring.internal_encoding => no value => no value
915+ mbstring.language => neutral => neutral
916+ mbstring.strict_detection => Off => Off
917+ mbstring.substitute_character => no value => no value
918+
919+ mysql
920+
921+ MySQL Support => enabled
922+ Active Persistent Links => 0
923+ Active Links => 0
924+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
925+
926+ Directive => Local Value => Master Value
927+ mysql.allow_local_infile => On => On
928+ mysql.allow_persistent => On => On
929+ mysql.connect_timeout => 60 => 60
930+ mysql.default_host => no value => no value
931+ mysql.default_password => no value => no value
932+ mysql.default_port => no value => no value
933+ mysql.default_socket => no value => no value
934+ mysql.default_user => no value => no value
935+ mysql.max_links => Unlimited => Unlimited
936+ mysql.max_persistent => Unlimited => Unlimited
937+ mysql.trace_mode => Off => Off
938+
939+ mysqli
940+
941+ MysqlI Support => enabled
942+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
943+ Active Persistent Links => 0
944+ Inactive Persistent Links => 0
945+ Active Links => 0
946+
947+ Directive => Local Value => Master Value
948+ mysqli.allow_local_infile => On => On
949+ mysqli.allow_persistent => On => On
950+ mysqli.default_host => no value => no value
951+ mysqli.default_port => 3306 => 3306
952+ mysqli.default_pw => no value => no value
953+ mysqli.default_socket => no value => no value
954+ mysqli.default_user => no value => no value
955+ mysqli.max_links => Unlimited => Unlimited
956+ mysqli.max_persistent => Unlimited => Unlimited
957+ mysqli.reconnect => Off => Off
958+
959+ mysqlnd
960+
961+ mysqlnd => enabled
962+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
963+ Compression => supported
964+ SSL => supported
965+ Command buffer size => 4096
966+ Read buffer size => 32768
967+ Read timeout => 31536000
968+ Collecting statistics => Yes
969+ Collecting memory statistics => No
970+ Tracing => n/a
971+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
972+ API Extensions => pdo_mysql,mysqli,mysql
973+
974+ mysqlnd statistics =>
975+ bytes_sent => 0
976+ bytes_received => 0
977+ packets_sent => 0
978+ packets_received => 0
979+ protocol_overhead_in => 0
980+ protocol_overhead_out => 0
981+ bytes_received_ok_packet => 0
982+ bytes_received_eof_packet => 0
983+ bytes_received_rset_header_packet => 0
984+ bytes_received_rset_field_meta_packet => 0
985+ bytes_received_rset_row_packet => 0
986+ bytes_received_prepare_response_packet => 0
987+ bytes_received_change_user_packet => 0
988+ packets_sent_command => 0
989+ packets_received_ok => 0
990+ packets_received_eof => 0
991+ packets_received_rset_header => 0
992+ packets_received_rset_field_meta => 0
993+ packets_received_rset_row => 0
994+ packets_received_prepare_response => 0
995+ packets_received_change_user => 0
996+ result_set_queries => 0
997+ non_result_set_queries => 0
998+ no_index_used => 0
999+ bad_index_used => 0
1000+ slow_queries => 0
1001+ buffered_sets => 0
1002+ unbuffered_sets => 0
1003+ ps_buffered_sets => 0
1004+ ps_unbuffered_sets => 0
1005+ flushed_normal_sets => 0
1006+ flushed_ps_sets => 0
1007+ ps_prepared_never_executed => 0
1008+ ps_prepared_once_executed => 0
1009+ rows_fetched_from_server_normal => 0
1010+ rows_fetched_from_server_ps => 0
1011+ rows_buffered_from_client_normal => 0
1012+ rows_buffered_from_client_ps => 0
1013+ rows_fetched_from_client_normal_buffered => 0
1014+ rows_fetched_from_client_normal_unbuffered => 0
1015+ rows_fetched_from_client_ps_buffered => 0
1016+ rows_fetched_from_client_ps_unbuffered => 0
1017+ rows_fetched_from_client_ps_cursor => 0
1018+ rows_affected_normal => 0
1019+ rows_affected_ps => 0
1020+ rows_skipped_normal => 0
1021+ rows_skipped_ps => 0
1022+ copy_on_write_saved => 0
1023+ copy_on_write_performed => 0
1024+ command_buffer_too_small => 0
1025+ connect_success => 0
1026+ connect_failure => 0
1027+ connection_reused => 0
1028+ reconnect => 0
1029+ pconnect_success => 0
1030+ active_connections => 0
1031+ active_persistent_connections => 0
1032+ explicit_close => 0
1033+ implicit_close => 0
1034+ disconnect_close => 0
1035+ in_middle_of_command_close => 0
1036+ explicit_free_result => 0
1037+ implicit_free_result => 0
1038+ explicit_stmt_close => 0
1039+ implicit_stmt_close => 0
1040+ mem_emalloc_count => 0
1041+ mem_emalloc_amount => 0
1042+ mem_ecalloc_count => 0
1043+ mem_ecalloc_amount => 0
1044+ mem_erealloc_count => 0
1045+ mem_erealloc_amount => 0
1046+ mem_efree_count => 0
1047+ mem_efree_amount => 0
1048+ mem_malloc_count => 0
1049+ mem_malloc_amount => 0
1050+ mem_calloc_count => 0
1051+ mem_calloc_amount => 0
1052+ mem_realloc_count => 0
1053+ mem_realloc_amount => 0
1054+ mem_free_count => 0
1055+ mem_free_amount => 0
1056+ mem_estrndup_count => 0
1057+ mem_strndup_count => 0
1058+ mem_estndup_count => 0
1059+ mem_strdup_count => 0
1060+ proto_text_fetched_null => 0
1061+ proto_text_fetched_bit => 0
1062+ proto_text_fetched_tinyint => 0
1063+ proto_text_fetched_short => 0
1064+ proto_text_fetched_int24 => 0
1065+ proto_text_fetched_int => 0
1066+ proto_text_fetched_bigint => 0
1067+ proto_text_fetched_decimal => 0
1068+ proto_text_fetched_float => 0
1069+ proto_text_fetched_double => 0
1070+ proto_text_fetched_date => 0
1071+ proto_text_fetched_year => 0
1072+ proto_text_fetched_time => 0
1073+ proto_text_fetched_datetime => 0
1074+ proto_text_fetched_timestamp => 0
1075+ proto_text_fetched_string => 0
1076+ proto_text_fetched_blob => 0
1077+ proto_text_fetched_enum => 0
1078+ proto_text_fetched_set => 0
1079+ proto_text_fetched_geometry => 0
1080+ proto_text_fetched_other => 0
1081+ proto_binary_fetched_null => 0
1082+ proto_binary_fetched_bit => 0
1083+ proto_binary_fetched_tinyint => 0
1084+ proto_binary_fetched_short => 0
1085+ proto_binary_fetched_int24 => 0
1086+ proto_binary_fetched_int => 0
1087+ proto_binary_fetched_bigint => 0
1088+ proto_binary_fetched_decimal => 0
1089+ proto_binary_fetched_float => 0
1090+ proto_binary_fetched_double => 0
1091+ proto_binary_fetched_date => 0
1092+ proto_binary_fetched_year => 0
1093+ proto_binary_fetched_time => 0
1094+ proto_binary_fetched_datetime => 0
1095+ proto_binary_fetched_timestamp => 0
1096+ proto_binary_fetched_string => 0
1097+ proto_binary_fetched_blob => 0
1098+ proto_binary_fetched_enum => 0
1099+ proto_binary_fetched_set => 0
1100+ proto_binary_fetched_geometry => 0
1101+ proto_binary_fetched_other => 0
1102+ init_command_executed_count => 0
1103+ init_command_failed_count => 0
1104+ com_quit => 0
1105+ com_init_db => 0
1106+ com_query => 0
1107+ com_field_list => 0
1108+ com_create_db => 0
1109+ com_drop_db => 0
1110+ com_refresh => 0
1111+ com_shutdown => 0
1112+ com_statistics => 0
1113+ com_process_info => 0
1114+ com_connect => 0
1115+ com_process_kill => 0
1116+ com_debug => 0
1117+ com_ping => 0
1118+ com_time => 0
1119+ com_delayed_insert => 0
1120+ com_change_user => 0
1121+ com_binlog_dump => 0
1122+ com_table_dump => 0
1123+ com_connect_out => 0
1124+ com_register_slave => 0
1125+ com_stmt_prepare => 0
1126+ com_stmt_execute => 0
1127+ com_stmt_send_long_data => 0
1128+ com_stmt_close => 0
1129+ com_stmt_reset => 0
1130+ com_stmt_set_option => 0
1131+ com_stmt_fetch => 0
1132+ com_deamon => 0
1133+ bytes_received_real_data_normal => 0
1134+ bytes_received_real_data_ps => 0
1135+
1136+ example statistics =>
1137+ stat1 => 0
1138+ stat2 => 0
1139+
1140+ pcre
1141+
1142+ PCRE (Perl Compatible Regular Expressions) Support => enabled
1143+ PCRE Library Version => 8.32 2012-11-30
1144+
1145+ Directive => Local Value => Master Value
1146+ pcre.backtrack_limit => 1000000 => 1000000
1147+ pcre.recursion_limit => 100000 => 100000
1148+
1149+ PDO
1150+
1151+ PDO support => enabled
1152+ PDO drivers => mysql, sqlite
1153+
1154+ pdo_mysql
1155+
1156+ PDO Driver for MySQL => enabled
1157+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1158+
1159+ Directive => Local Value => Master Value
1160+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
1161+
1162+ pdo_sqlite
1163+
1164+ PDO Driver for SQLite 3.x => enabled
1165+ SQLite Library => 3.7.7.1
1166+
1167+ Phar
1168+
1169+ Phar: PHP Archive support => enabled
1170+ Phar EXT version => 2.0.1
1171+ Phar API version => 1.1.1
1172+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
1173+ Phar-based phar archives => enabled
1174+ Tar-based phar archives => enabled
1175+ ZIP-based phar archives => enabled
1176+ gzip compression => enabled
1177+ bzip2 compression => enabled
1178+ OpenSSL support => disabled (install ext/openssl)
1179+
1180+
1181+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
1182+ Phar fully realized by Gregory Beaver and Marcus Boerger.
1183+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
1184+ Directive => Local Value => Master Value
1185+ phar.cache_list => no value => no value
1188+
1190+
1191+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
1192+
1193+ Reflection
1194+
1195+ Reflection => enabled
1196+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
1197+
1198+ session
1199+
1200+ Session Support => enabled
1201+ Registered save handlers => files user
1202+ Registered serializer handlers => php php_binary
1203+
1204+ Directive => Local Value => Master Value
1205+ session.auto_start => Off => Off
1206+ session.cache_expire => 180 => 180
1207+ session.cache_limiter => nocache => nocache
1208+ session.cookie_domain => no value => no value
1209+ session.cookie_httponly => Off => Off
1210+ session.cookie_lifetime => 0 => 0
1211+ session.cookie_path => / => /
1212+ session.cookie_secure => Off => Off
1213+ session.entropy_file => /dev/urandom => /dev/urandom
1214+ session.entropy_length => 32 => 32
1215+ session.gc_divisor => 100 => 100
1216+ session.gc_maxlifetime => 1440 => 1440
1217+ session.gc_probability => 1 => 1
1218+ session.hash_bits_per_character => 4 => 4
1219+ session.hash_function => 0 => 0
1220+ session.name => PHPSESSID => PHPSESSID
1221+ session.referer_check => no value => no value
1222+ session.save_handler => files => files
1223+ session.save_path => no value => no value
1224+ session.serialize_handler => php => php
1225+ session.upload_progress.cleanup => On => On
1226+ session.upload_progress.enabled => On => On
1227+ session.upload_progress.freq => 1% => 1%
1228+ session.upload_progress.min_freq => 1 => 1
1229+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
1230+ session.upload_progress.prefix => upload_progress_ => upload_progress_
1231+ session.use_cookies => On => On
1232+ session.use_only_cookies => On => On
1233+ session.use_trans_sid => 0 => 0
1234+
1235+ SimpleXML
1236+
1237+ Simplexml support => enabled
1238+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
1239+ Schema support => enabled
1240+
1241+ sockets
1242+
1243+ Sockets Support => enabled
1244+
1245+ SPL
1246+
1247+ SPL support => enabled
1248+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
1249+ 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
1250+
1251+ sqlite3
1252+
1253+ SQLite3 support => enabled
1254+ SQLite3 module version => 0.7
1255+ SQLite Library => 3.7.7.1
1256+
1257+ Directive => Local Value => Master Value
1258+ sqlite3.extension_dir => no value => no value
1259+
1260+ standard
1261+
1262+ Dynamic Library Support => enabled
1263+ Path to sendmail => /usr/sbin/sendmail -t -i
1264+
1265+ Directive => Local Value => Master Value
1266+ assert.active => 1 => 1
1267+ assert.bail => 0 => 0
1268+ assert.callback => no value => no value
1269+ assert.quiet_eval => 0 => 0
1270+ assert.warning => 1 => 1
1271+ auto_detect_line_endings => 0 => 0
1272+ default_socket_timeout => 60 => 60
1273+ from => no value => no value
1274+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
1275+ user_agent => no value => no value
1276+
1277+ tokenizer
1278+
1279+ Tokenizer Support => enabled
1280+
1281+ xml
1282+
1283+ XML Support => active
1284+ XML Namespace Support => active
1285+ libxml2 Version => 2.7.6
1286+
1287+ xmlreader
1288+
1289+ XMLReader => enabled
1290+
1291+ xmlwriter
1292+
1293+ XMLWriter => enabled
1294+
1295+ zlib
1296+
1297+ ZLib Support => enabled
1298+ Stream Wrapper => compress.zlib://
1299+ Stream Filter => zlib.inflate, zlib.deflate
1300+ Compiled Version => 1.2.3
1301+ Linked Version => 1.2.3
1302+
1303+ Directive => Local Value => Master Value
1304+ zlib.output_compression => Off => Off
1305+ zlib.output_compression_level => -1 => -1
1306+ zlib.output_handler => no value => no value
1307+
1308+ Additional Modules
1309+
1310+ Module Name
1311+ ===DONE===
1 (8%)
001+ phpinfo()
002+
003+ bcmath
004+
005+ BCMath support => enabled
006+
007+ Directive => Local Value => Master Value
008+ bcmath.scale => 0 => 0
009+
010+ bz2
011+
012+ BZip2 Support => Enabled
013+ Stream Wrapper support => compress.bzip2://
014+ Stream Filter support => bzip2.decompress, bzip2.compress
015+ BZip2 Version => 1.0.5, 10-Dec-2007
016+
017+ calendar
018+
019+ Calendar support => enabled
020+
021+ Core
022+
023+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
023- Phar
025+ Directive => Local Value => Master Value
026+ allow_url_fopen => On => On
027+ allow_url_include => Off => Off
028+ always_populate_raw_post_data => Off => Off
029+ arg_separator.input => & => &
030+ arg_separator.output => & => &
031+ asp_tags => Off => Off
032+ auto_append_file => no value => no value
033+ auto_globals_jit => On => On
034+ auto_prepend_file => no value => no value
035+ browscap => no value => no value
036+ default_charset => no value => no value
037+ default_mimetype => text/html => text/html
038+ disable_classes => no value => no value
039+ disable_functions => no value => no value
040+ display_errors => STDOUT => STDOUT
041+ display_startup_errors => On => On
042+ doc_root => no value => no value
043+ docref_ext => .html => .html
044+ docref_root => no value => no value
045+ enable_dl => On => On
046+ enable_post_data_reading => On => On
047+ error_append_string => no value => no value
048+ error_log => no value => no value
049+ error_prepend_string => no value => no value
050+ error_reporting => 32767 => 32767
051+ exit_on_timeout => Off => Off
052+ expose_php => On => On
053+ extension_dir => /home/build/php/php-5.4.23/modules/ => /home/build/php/php-5.4.23/modules/
054+ file_uploads => On => On
055+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
056+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
057+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
058+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
059+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
060+ html_errors => Off => Off
061+ ignore_repeated_errors => Off => Off
062+ ignore_repeated_source => Off => Off
063+ ignore_user_abort => Off => Off
064+ implicit_flush => On => On
065+ include_path => .:/usr/local/php54/lib/php => .:/usr/local/php54/lib/php
066+ log_errors => Off => Off
067+ log_errors_max_len => 1024 => 1024
068+ mail.add_x_header => Off => Off
069+ mail.force_extra_parameters => no value => no value
070+ mail.log => no value => no value
071+ max_execution_time => 0 => 0
072+ max_file_uploads => 20 => 20
073+ max_input_nesting_level => 64 => 64
074+ max_input_time => -1 => -1
075+ max_input_vars => 1000 => 1000
076+ memory_limit => 128M => 128M
077+ open_basedir => no value => no value
078+ output_buffering => no value => no value
079+ output_handler => no value => no value
080+ post_max_size => 8M => 8M
081+ precision => 14 => 14
082+ realpath_cache_size => 16K => 16K
083+ realpath_cache_ttl => 120 => 120
084+ register_argc_argv => On => On
085+ report_memleaks => On => On
086+ report_zend_debug => Off => Off
087+ request_order => no value => no value
088+ sendmail_from => no value => no value
089+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
090+ serialize_precision => 17 => 17
091+ short_open_tag => On => On
092+ SMTP => localhost => localhost
093+ smtp_port => 25 => 25
094+ sql.safe_mode => Off => Off
095+ track_errors => On => On
096+ unserialize_callback_func => no value => no value
097+ upload_max_filesize => 2M => 2M
098+ upload_tmp_dir => no value => no value
099+ user_dir => no value => no value
100+ user_ini.cache_ttl => 300 => 300
101+ user_ini.filename => .user.ini => .user.ini
102+ variables_order => EGPCS => EGPCS
103+ xmlrpc_error_number => 0 => 0
104+ xmlrpc_errors => Off => Off
105+ zend.detect_unicode => On => On
106+ zend.enable_gc => On => On
107+ zend.multibyte => Off => Off
108+ zend.script_encoding => no value => no value
109+
110+ ctype
111+
112+ ctype functions => enabled
113+
114+ curl
115+
116+ cURL support => enabled
117+ cURL Information => 7.19.7
118+ Age => 3
119+ Features
120+ AsynchDNS => No
121+ Debug => No
122+ GSS-Negotiate => Yes
123+ IDN => Yes
124+ IPv6 => Yes
125+ Largefile => Yes
126+ NTLM => Yes
127+ SPNEGO => No
128+ SSL => Yes
129+ SSPI => No
130+ krb4 => No
131+ libz => Yes
132+ CharConv => No
133+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
134+ Host => x86_64-redhat-linux-gnu
135+ SSL Version => NSS/3.14.0.0
136+ ZLib Version => 1.2.3
137+ libSSH Version => libssh2/1.4.2
138+
139+ date
140+
141+ date/time support => enabled
142+ "Olson" Timezone Database Version => 2013.8
143+ Timezone Database => internal
144+
145+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 2
146+ Default timezone => UTC
147+
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
149+ date.default_latitude => 31.7667 => 31.7667
150+ date.default_longitude => 35.2333 => 35.2333
151+ date.sunrise_zenith => 90.583333 => 90.583333
152+ date.sunset_zenith => 90.583333 => 90.583333
153+ date.timezone => no value => no value
154+
157+ DOM/XML => enabled
158+ DOM/XML API Version => 20031129
159+ libxml Version => 2.7.6
160+ HTML Support => enabled
161+ XPath Support => enabled
162+ XPointer Support => enabled
163+ Schema Support => enabled
164+ RelaxNG Support => enabled
165+
166+ ereg
167+
168+ Regex Library => Bundled library enabled
169+
170+ exif
171+
172+ EXIF Support => enabled
173+ EXIF Version => 1.4 $Id$
174+ Supported EXIF Version => 0220
175+ Supported filetypes => JPEG,TIFF
177+ Directive => Local Value => Master Value
178+ exif.decode_jis_intel => JIS => JIS
179+ exif.decode_jis_motorola => JIS => JIS
180+ exif.decode_unicode_intel => UCS-2LE => UCS-2LE
181+ exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
182+ exif.encode_jis => no value => no value
183+ exif.encode_unicode => ISO-8859-15 => ISO-8859-15
185+ filter
186+
187+ Input Validation and Filtering => enabled
188+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
189+
191+ filter.default => unsafe_raw => unsafe_raw
192+ filter.default_flags => no value => no value
193+
194+ ftp
195+
196+ FTP support => enabled
197+
198+ gd
199+
200+ GD Support => enabled
201+ GD Version => bundled (2.1.0 compatible)
202+ FreeType Support => enabled
203+ FreeType Linkage => with freetype
204+ FreeType Version => 2.3.11
205+ GIF Read Support => enabled
206+ GIF Create Support => enabled
207+ JPEG Support => enabled
208+ libJPEG Version => 6b
209+ PNG Support => enabled
210+ libPNG Version => 1.2.49
211+ WBMP Support => enabled
212+ XBM Support => enabled
213+
214+ Directive => Local Value => Master Value
215+ gd.jpeg_ignore_warning => 0 => 0
216+
217+ hash
218+
219+ hash support => enabled
220+ 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
221+
222+ iconv
223+
224+ iconv support => enabled
225+ iconv implementation => glibc
226+ iconv library version => 2.12
227+
228+ Directive => Local Value => Master Value
229+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
230+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
231+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
232+
233+ json
234+
235+ json support => enabled
236+ json version => 1.2.1
237+
238+ libxml
239+
240+ libXML support => active
241+ libXML Compiled Version => 2.7.6
242+ libXML Loaded Version => 20706
243+ libXML streams => enabled
244+
245+ mbstring
246+
247+ Multibyte Support => enabled
248+ Multibyte string engine => libmbfl
249+ HTTP input encoding translation => disabled
250+ libmbfl version => 1.3.2
251+
252+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
253+
254+ Multibyte (japanese) regex support => enabled
255+ Multibyte regex (oniguruma) backtrack check => On
256+ Multibyte regex (oniguruma) version => 4.7.1
257+
258+ Directive => Local Value => Master Value
259+ mbstring.detect_order => no value => no value
260+ mbstring.encoding_translation => Off => Off
261+ mbstring.func_overload => 0 => 0
262+ mbstring.http_input => pass => pass
263+ mbstring.http_output => pass => pass
264+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
265+ mbstring.internal_encoding => no value => no value
266+ mbstring.language => neutral => neutral
267+ mbstring.strict_detection => Off => Off
268+ mbstring.substitute_character => no value => no value
269+
270+ mcrypt
271+
272+ mcrypt support => enabled
273+ mcrypt_filter support => enabled
274+ Version => 2.5.8
275+ Api No => 20021217
276+ 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
277+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
278+
279+ Directive => Local Value => Master Value
280+ mcrypt.algorithms_dir => no value => no value
281+ mcrypt.modes_dir => no value => no value
282+
283+ mysql
284+
285+ MySQL Support => enabled
286+ Active Persistent Links => 0
287+ Active Links => 0
288+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
289+
290+ Directive => Local Value => Master Value
291+ mysql.allow_local_infile => On => On
292+ mysql.allow_persistent => On => On
293+ mysql.connect_timeout => 60 => 60
294+ mysql.default_host => no value => no value
295+ mysql.default_password => no value => no value
296+ mysql.default_port => no value => no value
297+ mysql.default_socket => no value => no value
298+ mysql.default_user => no value => no value
299+ mysql.max_links => Unlimited => Unlimited
300+ mysql.max_persistent => Unlimited => Unlimited
301+ mysql.trace_mode => Off => Off
302+
303+ mysqli
304+
305+ MysqlI Support => enabled
306+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
307+ Active Persistent Links => 0
308+ Inactive Persistent Links => 0
309+ Active Links => 0
310+
311+ Directive => Local Value => Master Value
312+ mysqli.allow_local_infile => On => On
313+ mysqli.allow_persistent => On => On
314+ mysqli.default_host => no value => no value
315+ mysqli.default_port => 3306 => 3306
316+ mysqli.default_pw => no value => no value
317+ mysqli.default_socket => no value => no value
318+ mysqli.default_user => no value => no value
319+ mysqli.max_links => Unlimited => Unlimited
320+ mysqli.max_persistent => Unlimited => Unlimited
321+ mysqli.reconnect => Off => Off
322+
323+ mysqlnd
324+
325+ mysqlnd => enabled
326+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
327+ Compression => supported
328+ SSL => supported
329+ Command buffer size => 4096
330+ Read buffer size => 32768
331+ Read timeout => 31536000
332+ Collecting statistics => Yes
333+ Collecting memory statistics => No
334+ Tracing => n/a
335+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
336+ API Extensions => mysqli,pdo_mysql,mysql
337+
338+ mysqlnd statistics =>
339+ bytes_sent => 0
340+ bytes_received => 0
341+ packets_sent => 0
342+ packets_received => 0
343+ protocol_overhead_in => 0
344+ protocol_overhead_out => 0
345+ bytes_received_ok_packet => 0
346+ bytes_received_eof_packet => 0
347+ bytes_received_rset_header_packet => 0
348+ bytes_received_rset_field_meta_packet => 0
349+ bytes_received_rset_row_packet => 0
350+ bytes_received_prepare_response_packet => 0
351+ bytes_received_change_user_packet => 0
352+ packets_sent_command => 0
353+ packets_received_ok => 0
354+ packets_received_eof => 0
355+ packets_received_rset_header => 0
356+ packets_received_rset_field_meta => 0
357+ packets_received_rset_row => 0
358+ packets_received_prepare_response => 0
359+ packets_received_change_user => 0
360+ result_set_queries => 0
361+ non_result_set_queries => 0
362+ no_index_used => 0
363+ bad_index_used => 0
364+ slow_queries => 0
365+ buffered_sets => 0
366+ unbuffered_sets => 0
367+ ps_buffered_sets => 0
368+ ps_unbuffered_sets => 0
369+ flushed_normal_sets => 0
370+ flushed_ps_sets => 0
371+ ps_prepared_never_executed => 0
372+ ps_prepared_once_executed => 0
373+ rows_fetched_from_server_normal => 0
374+ rows_fetched_from_server_ps => 0
375+ rows_buffered_from_client_normal => 0
376+ rows_buffered_from_client_ps => 0
377+ rows_fetched_from_client_normal_buffered => 0
378+ rows_fetched_from_client_normal_unbuffered => 0
379+ rows_fetched_from_client_ps_buffered => 0
380+ rows_fetched_from_client_ps_unbuffered => 0
381+ rows_fetched_from_client_ps_cursor => 0
382+ rows_affected_normal => 0
383+ rows_affected_ps => 0
384+ rows_skipped_normal => 0
385+ rows_skipped_ps => 0
386+ copy_on_write_saved => 0
387+ copy_on_write_performed => 0
388+ command_buffer_too_small => 0
389+ connect_success => 0
390+ connect_failure => 0
391+ connection_reused => 0
392+ reconnect => 0
393+ pconnect_success => 0
394+ active_connections => 0
395+ active_persistent_connections => 0
396+ explicit_close => 0
397+ implicit_close => 0
398+ disconnect_close => 0
399+ in_middle_of_command_close => 0
400+ explicit_free_result => 0
401+ implicit_free_result => 0
402+ explicit_stmt_close => 0
403+ implicit_stmt_close => 0
404+ mem_emalloc_count => 0
405+ mem_emalloc_amount => 0
406+ mem_ecalloc_count => 0
407+ mem_ecalloc_amount => 0
408+ mem_erealloc_count => 0
409+ mem_erealloc_amount => 0
410+ mem_efree_count => 0
411+ mem_efree_amount => 0
412+ mem_malloc_count => 0
413+ mem_malloc_amount => 0
414+ mem_calloc_count => 0
415+ mem_calloc_amount => 0
416+ mem_realloc_count => 0
417+ mem_realloc_amount => 0
418+ mem_free_count => 0
419+ mem_free_amount => 0
420+ mem_estrndup_count => 0
421+ mem_strndup_count => 0
422+ mem_estndup_count => 0
423+ mem_strdup_count => 0
424+ proto_text_fetched_null => 0
425+ proto_text_fetched_bit => 0
426+ proto_text_fetched_tinyint => 0
427+ proto_text_fetched_short => 0
428+ proto_text_fetched_int24 => 0
429+ proto_text_fetched_int => 0
430+ proto_text_fetched_bigint => 0
431+ proto_text_fetched_decimal => 0
432+ proto_text_fetched_float => 0
433+ proto_text_fetched_double => 0
434+ proto_text_fetched_date => 0
435+ proto_text_fetched_year => 0
436+ proto_text_fetched_time => 0
437+ proto_text_fetched_datetime => 0
438+ proto_text_fetched_timestamp => 0
439+ proto_text_fetched_string => 0
440+ proto_text_fetched_blob => 0
441+ proto_text_fetched_enum => 0
442+ proto_text_fetched_set => 0
443+ proto_text_fetched_geometry => 0
444+ proto_text_fetched_other => 0
445+ proto_binary_fetched_null => 0
446+ proto_binary_fetched_bit => 0
447+ proto_binary_fetched_tinyint => 0
448+ proto_binary_fetched_short => 0
449+ proto_binary_fetched_int24 => 0
450+ proto_binary_fetched_int => 0
451+ proto_binary_fetched_bigint => 0
452+ proto_binary_fetched_decimal => 0
453+ proto_binary_fetched_float => 0
454+ proto_binary_fetched_double => 0
455+ proto_binary_fetched_date => 0
456+ proto_binary_fetched_year => 0
457+ proto_binary_fetched_time => 0
458+ proto_binary_fetched_datetime => 0
459+ proto_binary_fetched_timestamp => 0
460+ proto_binary_fetched_string => 0
461+ proto_binary_fetched_blob => 0
462+ proto_binary_fetched_enum => 0
463+ proto_binary_fetched_set => 0
464+ proto_binary_fetched_geometry => 0
465+ proto_binary_fetched_other => 0
466+ init_command_executed_count => 0
467+ init_command_failed_count => 0
468+ com_quit => 0
469+ com_init_db => 0
470+ com_query => 0
471+ com_field_list => 0
472+ com_create_db => 0
473+ com_drop_db => 0
474+ com_refresh => 0
475+ com_shutdown => 0
476+ com_statistics => 0
477+ com_process_info => 0
478+ com_connect => 0
479+ com_process_kill => 0
480+ com_debug => 0
481+ com_ping => 0
482+ com_time => 0
483+ com_delayed_insert => 0
484+ com_change_user => 0
485+ com_binlog_dump => 0
486+ com_table_dump => 0
487+ com_connect_out => 0
488+ com_register_slave => 0
489+ com_stmt_prepare => 0
490+ com_stmt_execute => 0
491+ com_stmt_send_long_data => 0
492+ com_stmt_close => 0
493+ com_stmt_reset => 0
494+ com_stmt_set_option => 0
495+ com_stmt_fetch => 0
496+ com_deamon => 0
497+ bytes_received_real_data_normal => 0
498+ bytes_received_real_data_ps => 0
499+
500+ example statistics =>
501+ stat1 => 0
502+ stat2 => 0
503+
504+ pcre
505+
506+ PCRE (Perl Compatible Regular Expressions) Support => enabled
507+ PCRE Library Version => 8.32 2012-11-30
508+
509+ Directive => Local Value => Master Value
510+ pcre.backtrack_limit => 1000000 => 1000000
511+ pcre.recursion_limit => 100000 => 100000
512+
513+ PDO
514+
515+ PDO support => enabled
516+ PDO drivers => mysql, sqlite
517+
518+ pdo_mysql
519+
520+ PDO Driver for MySQL => enabled
521+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
522+
523+ Directive => Local Value => Master Value
524+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
525+
526+ pdo_sqlite
527+
528+ PDO Driver for SQLite 3.x => enabled
529+ SQLite Library => 3.7.7.1
530+
531+ Phar
532+
533+ Phar: PHP Archive support => enabled
534+ Phar EXT version => 2.0.1
535+ Phar API version => 1.1.1
536+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
537+ Phar-based phar archives => enabled
538+ Tar-based phar archives => enabled
539+ ZIP-based phar archives => enabled
540+ gzip compression => enabled
541+ bzip2 compression => enabled
542+ OpenSSL support => disabled (install ext/openssl)
543+
544+
545+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
546+ Phar fully realized by Gregory Beaver and Marcus Boerger.
547+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
548+ Directive => Local Value => Master Value
550+ phar.readonly => Off => Off
551+ phar.require_hash => Off => Off
552+
553+ posix
554+
555+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
556+
557+ Reflection
558+
559+ Reflection => enabled
560+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
561+
562+ session
563+
564+ Session Support => enabled
565+ Registered save handlers => files user
566+ Registered serializer handlers => php php_binary
567+
568+ Directive => Local Value => Master Value
569+ session.auto_start => Off => Off
570+ session.cache_expire => 180 => 180
571+ session.cache_limiter => nocache => nocache
572+ session.cookie_domain => no value => no value
573+ session.cookie_httponly => Off => Off
574+ session.cookie_lifetime => 0 => 0
575+ session.cookie_path => / => /
576+ session.cookie_secure => Off => Off
577+ session.entropy_file => /dev/urandom => /dev/urandom
578+ session.entropy_length => 32 => 32
579+ session.gc_divisor => 100 => 100
580+ session.gc_maxlifetime => 1440 => 1440
581+ session.gc_probability => 1 => 1
582+ session.hash_bits_per_character => 4 => 4
583+ session.hash_function => 0 => 0
584+ session.name => PHPSESSID => PHPSESSID
585+ session.referer_check => no value => no value
586+ session.save_handler => files => files
587+ session.save_path => no value => no value
588+ session.serialize_handler => php => php
589+ session.upload_progress.cleanup => On => On
590+ session.upload_progress.enabled => On => On
591+ session.upload_progress.freq => 1% => 1%
592+ session.upload_progress.min_freq => 1 => 1
593+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
594+ session.upload_progress.prefix => upload_progress_ => upload_progress_
595+ session.use_cookies => On => On
596+ session.use_only_cookies => On => On
597+ session.use_trans_sid => 0 => 0
598+
599+ SimpleXML
600+
601+ Simplexml support => enabled
602+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
603+ Schema support => enabled
604+
605+ SPL
606+
607+ SPL support => enabled
608+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
609+ 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
610+
611+ sqlite3
612+
613+ SQLite3 support => enabled
614+ SQLite3 module version => 0.7
615+ SQLite Library => 3.7.7.1
616+
617+ Directive => Local Value => Master Value
618+ sqlite3.extension_dir => no value => no value
619+
620+ standard
621+
622+ Dynamic Library Support => enabled
623+ Path to sendmail => /usr/sbin/sendmail -t -i
624+
625+ Directive => Local Value => Master Value
626+ assert.active => 1 => 1
627+ assert.bail => 0 => 0
628+ assert.callback => no value => no value
629+ assert.quiet_eval => 0 => 0
630+ assert.warning => 1 => 1
631+ auto_detect_line_endings => 0 => 0
632+ default_socket_timeout => 60 => 60
633+ from => no value => no value
634+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
635+ user_agent => no value => no value
636+
637+ tokenizer
638+
639+ Tokenizer Support => enabled
640+
641+ xml
642+
643+ XML Support => active
644+ XML Namespace Support => active
645+ libxml2 Version => 2.7.6
646+
647+ xmlreader
648+
649+ XMLReader => enabled
650+
651+ xmlwriter
652+
653+ XMLWriter => enabled
654+
655+ zip
656+
657+ Zip => enabled
658+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
659+ Zip version => 1.11.0
660+ Libzip version => 0.10.1
661+
662+ zlib
663+
664+ ZLib Support => enabled
665+ Stream Wrapper => compress.zlib://
666+ Stream Filter => zlib.inflate, zlib.deflate
667+ Compiled Version => 1.2.3
668+ Linked Version => 1.2.3
669+
670+ Directive => Local Value => Master Value
671+ zlib.output_compression => Off => Off
672+ zlib.output_compression_level => -1 => -1
673+ zlib.output_handler => no value => no value
674+
675+ Additional Modules
676+
677+ Module Name
678+ phpinfo()
679+
680+ bcmath
681+
682+ BCMath support => enabled
683+
684+ Directive => Local Value => Master Value
685+ bcmath.scale => 0 => 0
686+
687+ bz2
688+
689+ BZip2 Support => Enabled
690+ Stream Wrapper support => compress.bzip2://
691+ Stream Filter support => bzip2.decompress, bzip2.compress
692+ BZip2 Version => 1.0.5, 10-Dec-2007
693+
694+ calendar
695+
696+ Calendar support => enabled
697+
698+ Core
699+
700+ PHP Version => 5.4.23
701+
702+ Directive => Local Value => Master Value
703+ allow_url_fopen => On => On
704+ allow_url_include => Off => Off
705+ always_populate_raw_post_data => Off => Off
706+ arg_separator.input => & => &
707+ arg_separator.output => & => &
708+ asp_tags => Off => Off
709+ auto_append_file => no value => no value
710+ auto_globals_jit => On => On
711+ auto_prepend_file => no value => no value
712+ browscap => no value => no value
713+ default_charset => no value => no value
714+ default_mimetype => text/html => text/html
715+ disable_classes => no value => no value
716+ disable_functions => no value => no value
717+ display_errors => STDOUT => STDOUT
718+ display_startup_errors => On => On
719+ doc_root => no value => no value
720+ docref_ext => .html => .html
721+ docref_root => no value => no value
722+ enable_dl => On => On
723+ enable_post_data_reading => On => On
724+ error_append_string => no value => no value
725+ error_log => no value => no value
726+ error_prepend_string => no value => no value
727+ error_reporting => 32767 => 32767
728+ exit_on_timeout => Off => Off
729+ expose_php => On => On
730+ extension_dir => /home/build/php/php-5.4.23/modules/ => /home/build/php/php-5.4.23/modules/
731+ file_uploads => On => On
732+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
733+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
734+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
735+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
736+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
737+ html_errors => Off => Off
738+ ignore_repeated_errors => Off => Off
739+ ignore_repeated_source => Off => Off
740+ ignore_user_abort => Off => Off
741+ implicit_flush => On => On
742+ include_path => .:/usr/local/php54/lib/php => .:/usr/local/php54/lib/php
743+ log_errors => Off => Off
744+ log_errors_max_len => 1024 => 1024
745+ mail.add_x_header => Off => Off
746+ mail.force_extra_parameters => no value => no value
747+ mail.log => no value => no value
748+ max_execution_time => 0 => 0
749+ max_file_uploads => 20 => 20
750+ max_input_nesting_level => 64 => 64
751+ max_input_time => -1 => -1
752+ max_input_vars => 1000 => 1000
753+ memory_limit => 128M => 128M
754+ open_basedir => no value => no value
755+ output_buffering => no value => no value
756+ output_handler => no value => no value
757+ post_max_size => 8M => 8M
758+ precision => 14 => 14
759+ realpath_cache_size => 16K => 16K
760+ realpath_cache_ttl => 120 => 120
761+ register_argc_argv => On => On
762+ report_memleaks => On => On
763+ report_zend_debug => Off => Off
764+ request_order => no value => no value
765+ sendmail_from => no value => no value
766+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
767+ serialize_precision => 17 => 17
768+ short_open_tag => On => On
769+ SMTP => localhost => localhost
770+ smtp_port => 25 => 25
771+ sql.safe_mode => Off => Off
772+ track_errors => On => On
773+ unserialize_callback_func => no value => no value
774+ upload_max_filesize => 2M => 2M
775+ upload_tmp_dir => no value => no value
776+ user_dir => no value => no value
777+ user_ini.cache_ttl => 300 => 300
778+ user_ini.filename => .user.ini => .user.ini
779+ variables_order => EGPCS => EGPCS
780+ xmlrpc_error_number => 0 => 0
781+ xmlrpc_errors => Off => Off
782+ zend.detect_unicode => On => On
783+ zend.enable_gc => On => On
784+ zend.multibyte => Off => Off
785+ zend.script_encoding => no value => no value
786+
787+ ctype
788+
789+ ctype functions => enabled
790+
791+ curl
792+
793+ cURL support => enabled
794+ cURL Information => 7.19.7
795+ Age => 3
796+ Features
797+ AsynchDNS => No
798+ Debug => No
799+ GSS-Negotiate => Yes
800+ IDN => Yes
801+ IPv6 => Yes
802+ Largefile => Yes
803+ NTLM => Yes
804+ SPNEGO => No
805+ SSL => Yes
806+ SSPI => No
807+ krb4 => No
808+ libz => Yes
809+ CharConv => No
810+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
811+ Host => x86_64-redhat-linux-gnu
812+ SSL Version => NSS/3.14.0.0
813+ ZLib Version => 1.2.3
814+ libSSH Version => libssh2/1.4.2
815+
816+ date
817+
818+ date/time support => enabled
819+ "Olson" Timezone Database Version => 2013.8
820+ Timezone Database => internal
821+
822+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 5
823+ Default timezone => UTC
824+
825+ Directive => Local Value => Master Value
826+ date.default_latitude => 31.7667 => 31.7667
827+ date.default_longitude => 35.2333 => 35.2333
828+ date.sunrise_zenith => 90.583333 => 90.583333
829+ date.sunset_zenith => 90.583333 => 90.583333
830+ date.timezone => no value => no value
831+
832+ dom
833+
834+ DOM/XML => enabled
835+ DOM/XML API Version => 20031129
836+ libxml Version => 2.7.6
837+ HTML Support => enabled
838+ XPath Support => enabled
839+ XPointer Support => enabled
840+ Schema Support => enabled
841+ RelaxNG Support => enabled
842+
843+ ereg
844+
845+ Regex Library => Bundled library enabled
846+
847+ exif
848+
849+ EXIF Support => enabled
850+ EXIF Version => 1.4 $Id$
851+ Supported EXIF Version => 0220
852+ Supported filetypes => JPEG,TIFF
853+
854+ Directive => Local Value => Master Value
855+ exif.decode_jis_intel => JIS => JIS
856+ exif.decode_jis_motorola => JIS => JIS
857+ exif.decode_unicode_intel => UCS-2LE => UCS-2LE
858+ exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
859+ exif.encode_jis => no value => no value
860+ exif.encode_unicode => ISO-8859-15 => ISO-8859-15
861+
862+ filter
863+
864+ Input Validation and Filtering => enabled
865+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
866+
867+ Directive => Local Value => Master Value
868+ filter.default => unsafe_raw => unsafe_raw
869+ filter.default_flags => no value => no value
870+
871+ ftp
872+
873+ FTP support => enabled
874+
875+ gd
876+
877+ GD Support => enabled
878+ GD Version => bundled (2.1.0 compatible)
879+ FreeType Support => enabled
880+ FreeType Linkage => with freetype
881+ FreeType Version => 2.3.11
882+ GIF Read Support => enabled
883+ GIF Create Support => enabled
884+ JPEG Support => enabled
885+ libJPEG Version => 6b
886+ PNG Support => enabled
887+ libPNG Version => 1.2.49
888+ WBMP Support => enabled
889+ XBM Support => enabled
890+
891+ Directive => Local Value => Master Value
892+ gd.jpeg_ignore_warning => 0 => 0
893+
894+ hash
895+
896+ hash support => enabled
897+ 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
898+
899+ iconv
900+
901+ iconv support => enabled
902+ iconv implementation => glibc
903+ iconv library version => 2.12
904+
905+ Directive => Local Value => Master Value
906+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
907+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
908+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
909+
910+ json
911+
912+ json support => enabled
913+ json version => 1.2.1
914+
915+ libxml
916+
917+ libXML support => active
918+ libXML Compiled Version => 2.7.6
919+ libXML Loaded Version => 20706
920+ libXML streams => enabled
921+
922+ mbstring
923+
924+ Multibyte Support => enabled
925+ Multibyte string engine => libmbfl
926+ HTTP input encoding translation => disabled
927+ libmbfl version => 1.3.2
928+
929+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
930+
931+ Multibyte (japanese) regex support => enabled
932+ Multibyte regex (oniguruma) backtrack check => On
933+ Multibyte regex (oniguruma) version => 4.7.1
934+
935+ Directive => Local Value => Master Value
936+ mbstring.detect_order => no value => no value
937+ mbstring.encoding_translation => Off => Off
938+ mbstring.func_overload => 0 => 0
939+ mbstring.http_input => pass => pass
940+ mbstring.http_output => pass => pass
941+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
942+ mbstring.internal_encoding => no value => no value
943+ mbstring.language => neutral => neutral
944+ mbstring.strict_detection => Off => Off
945+ mbstring.substitute_character => no value => no value
946+
947+ mcrypt
948+
949+ mcrypt support => enabled
950+ mcrypt_filter support => enabled
951+ Version => 2.5.8
952+ Api No => 20021217
953+ 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
954+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
955+
956+ Directive => Local Value => Master Value
957+ mcrypt.algorithms_dir => no value => no value
958+ mcrypt.modes_dir => no value => no value
959+
960+ mysql
961+
962+ MySQL Support => enabled
963+ Active Persistent Links => 0
964+ Active Links => 0
965+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
966+
967+ Directive => Local Value => Master Value
968+ mysql.allow_local_infile => On => On
969+ mysql.allow_persistent => On => On
970+ mysql.connect_timeout => 60 => 60
971+ mysql.default_host => no value => no value
972+ mysql.default_password => no value => no value
973+ mysql.default_port => no value => no value
974+ mysql.default_socket => no value => no value
975+ mysql.default_user => no value => no value
976+ mysql.max_links => Unlimited => Unlimited
977+ mysql.max_persistent => Unlimited => Unlimited
978+ mysql.trace_mode => Off => Off
979+
980+ mysqli
981+
982+ MysqlI Support => enabled
983+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
984+ Active Persistent Links => 0
985+ Inactive Persistent Links => 0
986+ Active Links => 0
987+
988+ Directive => Local Value => Master Value
989+ mysqli.allow_local_infile => On => On
990+ mysqli.allow_persistent => On => On
991+ mysqli.default_host => no value => no value
992+ mysqli.default_port => 3306 => 3306
993+ mysqli.default_pw => no value => no value
994+ mysqli.default_socket => no value => no value
995+ mysqli.default_user => no value => no value
996+ mysqli.max_links => Unlimited => Unlimited
997+ mysqli.max_persistent => Unlimited => Unlimited
998+ mysqli.reconnect => Off => Off
999+
1000+ mysqlnd
1001+
1002+ mysqlnd => enabled
1003+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1004+ Compression => supported
1005+ SSL => supported
1006+ Command buffer size => 4096
1007+ Read buffer size => 32768
1008+ Read timeout => 31536000
1009+ Collecting statistics => Yes
1010+ Collecting memory statistics => No
1011+ Tracing => n/a
1012+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
1013+ API Extensions => mysqli,pdo_mysql,mysql
1014+
1015+ mysqlnd statistics =>
1016+ bytes_sent => 0
1017+ bytes_received => 0
1018+ packets_sent => 0
1019+ packets_received => 0
1020+ protocol_overhead_in => 0
1021+ protocol_overhead_out => 0
1022+ bytes_received_ok_packet => 0
1023+ bytes_received_eof_packet => 0
1024+ bytes_received_rset_header_packet => 0
1025+ bytes_received_rset_field_meta_packet => 0
1026+ bytes_received_rset_row_packet => 0
1027+ bytes_received_prepare_response_packet => 0
1028+ bytes_received_change_user_packet => 0
1029+ packets_sent_command => 0
1030+ packets_received_ok => 0
1031+ packets_received_eof => 0
1032+ packets_received_rset_header => 0
1033+ packets_received_rset_field_meta => 0
1034+ packets_received_rset_row => 0
1035+ packets_received_prepare_response => 0
1036+ packets_received_change_user => 0
1037+ result_set_queries => 0
1038+ non_result_set_queries => 0
1039+ no_index_used => 0
1040+ bad_index_used => 0
1041+ slow_queries => 0
1042+ buffered_sets => 0
1043+ unbuffered_sets => 0
1044+ ps_buffered_sets => 0
1045+ ps_unbuffered_sets => 0
1046+ flushed_normal_sets => 0
1047+ flushed_ps_sets => 0
1048+ ps_prepared_never_executed => 0
1049+ ps_prepared_once_executed => 0
1050+ rows_fetched_from_server_normal => 0
1051+ rows_fetched_from_server_ps => 0
1052+ rows_buffered_from_client_normal => 0
1053+ rows_buffered_from_client_ps => 0
1054+ rows_fetched_from_client_normal_buffered => 0
1055+ rows_fetched_from_client_normal_unbuffered => 0
1056+ rows_fetched_from_client_ps_buffered => 0
1057+ rows_fetched_from_client_ps_unbuffered => 0
1058+ rows_fetched_from_client_ps_cursor => 0
1059+ rows_affected_normal => 0
1060+ rows_affected_ps => 0
1061+ rows_skipped_normal => 0
1062+ rows_skipped_ps => 0
1063+ copy_on_write_saved => 0
1064+ copy_on_write_performed => 0
1065+ command_buffer_too_small => 0
1066+ connect_success => 0
1067+ connect_failure => 0
1068+ connection_reused => 0
1069+ reconnect => 0
1070+ pconnect_success => 0
1071+ active_connections => 0
1072+ active_persistent_connections => 0
1073+ explicit_close => 0
1074+ implicit_close => 0
1075+ disconnect_close => 0
1076+ in_middle_of_command_close => 0
1077+ explicit_free_result => 0
1078+ implicit_free_result => 0
1079+ explicit_stmt_close => 0
1080+ implicit_stmt_close => 0
1081+ mem_emalloc_count => 0
1082+ mem_emalloc_amount => 0
1083+ mem_ecalloc_count => 0
1084+ mem_ecalloc_amount => 0
1085+ mem_erealloc_count => 0
1086+ mem_erealloc_amount => 0
1087+ mem_efree_count => 0
1088+ mem_efree_amount => 0
1089+ mem_malloc_count => 0
1090+ mem_malloc_amount => 0
1091+ mem_calloc_count => 0
1092+ mem_calloc_amount => 0
1093+ mem_realloc_count => 0
1094+ mem_realloc_amount => 0
1095+ mem_free_count => 0
1096+ mem_free_amount => 0
1097+ mem_estrndup_count => 0
1098+ mem_strndup_count => 0
1099+ mem_estndup_count => 0
1100+ mem_strdup_count => 0
1101+ proto_text_fetched_null => 0
1102+ proto_text_fetched_bit => 0
1103+ proto_text_fetched_tinyint => 0
1104+ proto_text_fetched_short => 0
1105+ proto_text_fetched_int24 => 0
1106+ proto_text_fetched_int => 0
1107+ proto_text_fetched_bigint => 0
1108+ proto_text_fetched_decimal => 0
1109+ proto_text_fetched_float => 0
1110+ proto_text_fetched_double => 0
1111+ proto_text_fetched_date => 0
1112+ proto_text_fetched_year => 0
1113+ proto_text_fetched_time => 0
1114+ proto_text_fetched_datetime => 0
1115+ proto_text_fetched_timestamp => 0
1116+ proto_text_fetched_string => 0
1117+ proto_text_fetched_blob => 0
1118+ proto_text_fetched_enum => 0
1119+ proto_text_fetched_set => 0
1120+ proto_text_fetched_geometry => 0
1121+ proto_text_fetched_other => 0
1122+ proto_binary_fetched_null => 0
1123+ proto_binary_fetched_bit => 0
1124+ proto_binary_fetched_tinyint => 0
1125+ proto_binary_fetched_short => 0
1126+ proto_binary_fetched_int24 => 0
1127+ proto_binary_fetched_int => 0
1128+ proto_binary_fetched_bigint => 0
1129+ proto_binary_fetched_decimal => 0
1130+ proto_binary_fetched_float => 0
1131+ proto_binary_fetched_double => 0
1132+ proto_binary_fetched_date => 0
1133+ proto_binary_fetched_year => 0
1134+ proto_binary_fetched_time => 0
1135+ proto_binary_fetched_datetime => 0
1136+ proto_binary_fetched_timestamp => 0
1137+ proto_binary_fetched_string => 0
1138+ proto_binary_fetched_blob => 0
1139+ proto_binary_fetched_enum => 0
1140+ proto_binary_fetched_set => 0
1141+ proto_binary_fetched_geometry => 0
1142+ proto_binary_fetched_other => 0
1143+ init_command_executed_count => 0
1144+ init_command_failed_count => 0
1145+ com_quit => 0
1146+ com_init_db => 0
1147+ com_query => 0
1148+ com_field_list => 0
1149+ com_create_db => 0
1150+ com_drop_db => 0
1151+ com_refresh => 0
1152+ com_shutdown => 0
1153+ com_statistics => 0
1154+ com_process_info => 0
1155+ com_connect => 0
1156+ com_process_kill => 0
1157+ com_debug => 0
1158+ com_ping => 0
1159+ com_time => 0
1160+ com_delayed_insert => 0
1161+ com_change_user => 0
1162+ com_binlog_dump => 0
1163+ com_table_dump => 0
1164+ com_connect_out => 0
1165+ com_register_slave => 0
1166+ com_stmt_prepare => 0
1167+ com_stmt_execute => 0
1168+ com_stmt_send_long_data => 0
1169+ com_stmt_close => 0
1170+ com_stmt_reset => 0
1171+ com_stmt_set_option => 0
1172+ com_stmt_fetch => 0
1173+ com_deamon => 0
1174+ bytes_received_real_data_normal => 0
1175+ bytes_received_real_data_ps => 0
1176+
1177+ example statistics =>
1178+ stat1 => 0
1179+ stat2 => 0
1180+
1181+ pcre
1182+
1183+ PCRE (Perl Compatible Regular Expressions) Support => enabled
1184+ PCRE Library Version => 8.32 2012-11-30
1185+
1186+ Directive => Local Value => Master Value
1187+ pcre.backtrack_limit => 1000000 => 1000000
1188+ pcre.recursion_limit => 100000 => 100000
1189+
1190+ PDO
1191+
1192+ PDO support => enabled
1193+ PDO drivers => mysql, sqlite
1194+
1195+ pdo_mysql
1196+
1197+ PDO Driver for MySQL => enabled
1198+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1199+
1200+ Directive => Local Value => Master Value
1201+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
1202+
1203+ pdo_sqlite
1204+
1205+ PDO Driver for SQLite 3.x => enabled
1206+ SQLite Library => 3.7.7.1
1207+
1208+ Phar
1209+
1210+ Phar: PHP Archive support => enabled
1211+ Phar EXT version => 2.0.1
1212+ Phar API version => 1.1.1
1213+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
1214+ Phar-based phar archives => enabled
1215+ Tar-based phar archives => enabled
1216+ ZIP-based phar archives => enabled
1217+ gzip compression => enabled
1218+ bzip2 compression => enabled
1219+ OpenSSL support => disabled (install ext/openssl)
1220+
1221+
1222+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
1223+ Phar fully realized by Gregory Beaver and Marcus Boerger.
1224+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
1225+ Directive => Local Value => Master Value
1226+ phar.cache_list => no value => no value
1229+
1231+
1232+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
1233+
1234+ Reflection
1235+
1236+ Reflection => enabled
1237+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
1238+
1239+ session
1240+
1241+ Session Support => enabled
1242+ Registered save handlers => files user
1243+ Registered serializer handlers => php php_binary
1244+
1245+ Directive => Local Value => Master Value
1246+ session.auto_start => Off => Off
1247+ session.cache_expire => 180 => 180
1248+ session.cache_limiter => nocache => nocache
1249+ session.cookie_domain => no value => no value
1250+ session.cookie_httponly => Off => Off
1251+ session.cookie_lifetime => 0 => 0
1252+ session.cookie_path => / => /
1253+ session.cookie_secure => Off => Off
1254+ session.entropy_file => /dev/urandom => /dev/urandom
1255+ session.entropy_length => 32 => 32
1256+ session.gc_divisor => 100 => 100
1257+ session.gc_maxlifetime => 1440 => 1440
1258+ session.gc_probability => 1 => 1
1259+ session.hash_bits_per_character => 4 => 4
1260+ session.hash_function => 0 => 0
1261+ session.name => PHPSESSID => PHPSESSID
1262+ session.referer_check => no value => no value
1263+ session.save_handler => files => files
1264+ session.save_path => no value => no value
1265+ session.serialize_handler => php => php
1266+ session.upload_progress.cleanup => On => On
1267+ session.upload_progress.enabled => On => On
1268+ session.upload_progress.freq => 1% => 1%
1269+ session.upload_progress.min_freq => 1 => 1
1270+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
1271+ session.upload_progress.prefix => upload_progress_ => upload_progress_
1272+ session.use_cookies => On => On
1273+ session.use_only_cookies => On => On
1274+ session.use_trans_sid => 0 => 0
1275+
1276+ SimpleXML
1277+
1278+ Simplexml support => enabled
1279+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
1280+ Schema support => enabled
1281+
1282+ SPL
1283+
1284+ SPL support => enabled
1285+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
1286+ 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
1287+
1288+ sqlite3
1289+
1290+ SQLite3 support => enabled
1291+ SQLite3 module version => 0.7
1292+ SQLite Library => 3.7.7.1
1293+
1294+ Directive => Local Value => Master Value
1295+ sqlite3.extension_dir => no value => no value
1296+
1297+ standard
1298+
1299+ Dynamic Library Support => enabled
1300+ Path to sendmail => /usr/sbin/sendmail -t -i
1301+
1302+ Directive => Local Value => Master Value
1303+ assert.active => 1 => 1
1304+ assert.bail => 0 => 0
1305+ assert.callback => no value => no value
1306+ assert.quiet_eval => 0 => 0
1307+ assert.warning => 1 => 1
1308+ auto_detect_line_endings => 0 => 0
1309+ default_socket_timeout => 60 => 60
1310+ from => no value => no value
1311+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
1312+ user_agent => no value => no value
1313+
1314+ tokenizer
1315+
1316+ Tokenizer Support => enabled
1317+
1318+ xml
1319+
1320+ XML Support => active
1321+ XML Namespace Support => active
1322+ libxml2 Version => 2.7.6
1323+
1324+ xmlreader
1325+
1326+ XMLReader => enabled
1327+
1328+ xmlwriter
1329+
1330+ XMLWriter => enabled
1331+
1332+ zip
1333+
1334+ Zip => enabled
1335+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
1336+ Zip version => 1.11.0
1337+ Libzip version => 0.10.1
1338+
1339+ zlib
1340+
1341+ ZLib Support => enabled
1342+ Stream Wrapper => compress.zlib://
1343+ Stream Filter => zlib.inflate, zlib.deflate
1344+ Compiled Version => 1.2.3
1345+ Linked Version => 1.2.3
1346+
1347+ Directive => Local Value => Master Value
1348+ zlib.output_compression => Off => Off
1349+ zlib.output_compression_level => -1 => -1
1350+ zlib.output_handler => no value => no value
1351+
1352+ Additional Modules
1353+
1354+ Module Name
1355+ ===DONE===
1 (8%)
001+ phpinfo()
002+
003+ bcmath
004+
005+ BCMath support => enabled
006+
007+ Directive => Local Value => Master Value
008+ bcmath.scale => 0 => 0
009+
010+ bz2
011+
012+ BZip2 Support => Enabled
013+ Stream Wrapper support => compress.bzip2://
014+ Stream Filter support => bzip2.decompress, bzip2.compress
015+ BZip2 Version => 1.0.5, 10-Dec-2007
016+
017+ Core
018+
019+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
021+ Directive => Local Value => Master Value
022+ allow_url_fopen => On => On
023+ allow_url_include => Off => Off
024+ always_populate_raw_post_data => Off => Off
025+ arg_separator.input => & => &
026+ arg_separator.output => & => &
027+ asp_tags => Off => Off
028+ auto_append_file => no value => no value
029+ auto_globals_jit => On => On
030+ auto_prepend_file => no value => no value
031+ browscap => no value => no value
032+ default_charset => no value => no value
033+ default_mimetype => text/html => text/html
034+ disable_classes => no value => no value
035+ disable_functions => no value => no value
036+ display_errors => STDOUT => STDOUT
037+ display_startup_errors => On => On
038+ doc_root => no value => no value
039+ docref_ext => .html => .html
040+ docref_root => no value => no value
041+ enable_dl => On => On
042+ enable_post_data_reading => On => On
043+ error_append_string => no value => no value
044+ error_log => no value => no value
045+ error_prepend_string => no value => no value
046+ error_reporting => 32767 => 32767
047+ exit_on_timeout => Off => Off
048+ expose_php => On => On
049+ extension_dir => /ROOT/src/php-5.4.23/modules/ => /ROOT/src/php-5.4.23/modules/
050+ file_uploads => On => On
051+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
052+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
053+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
054+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
055+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
056+ html_errors => Off => Off
057+ ignore_repeated_errors => Off => Off
058+ ignore_repeated_source => Off => Off
059+ ignore_user_abort => Off => Off
060+ implicit_flush => On => On
061+ include_path => .:/ROOT/server/php/lib/php => .:/ROOT/server/php/lib/php
062+ log_errors => Off => Off
063+ log_errors_max_len => 1024 => 1024
064+ mail.add_x_header => Off => Off
065+ mail.force_extra_parameters => no value => no value
066+ mail.log => no value => no value
067+ max_execution_time => 0 => 0
068+ max_file_uploads => 20 => 20
069+ max_input_nesting_level => 64 => 64
070+ max_input_time => -1 => -1
071+ max_input_vars => 1000 => 1000
072+ memory_limit => 128M => 128M
073+ open_basedir => no value => no value
074+ output_buffering => no value => no value
075+ output_handler => no value => no value
076+ post_max_size => 8M => 8M
077+ precision => 14 => 14
078+ realpath_cache_size => 16K => 16K
079+ realpath_cache_ttl => 120 => 120
080+ register_argc_argv => On => On
081+ report_memleaks => On => On
082+ report_zend_debug => Off => Off
083+ request_order => no value => no value
084+ sendmail_from => no value => no value
085+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
086+ serialize_precision => 17 => 17
087+ short_open_tag => On => On
088+ SMTP => localhost => localhost
089+ smtp_port => 25 => 25
090+ sql.safe_mode => Off => Off
091+ track_errors => On => On
092+ unserialize_callback_func => no value => no value
093+ upload_max_filesize => 2M => 2M
094+ upload_tmp_dir => no value => no value
095+ user_dir => no value => no value
096+ user_ini.cache_ttl => 300 => 300
097+ user_ini.filename => .user.ini => .user.ini
098+ variables_order => EGPCS => EGPCS
099+ xmlrpc_error_number => 0 => 0
100+ xmlrpc_errors => Off => Off
101+ zend.detect_unicode => On => On
102+ zend.enable_gc => On => On
103+ zend.multibyte => Off => Off
104+ zend.script_encoding => no value => no value
105+
106+ ctype
107+
108+ ctype functions => enabled
109+
110+ curl
111+
112+ cURL support => enabled
113+ cURL Information => 7.19.7
114+ Age => 3
115+ Features
116+ AsynchDNS => No
117+ Debug => No
118+ GSS-Negotiate => Yes
119+ IDN => Yes
120+ IPv6 => Yes
121+ Largefile => Yes
122+ NTLM => Yes
123+ SPNEGO => No
124+ SSL => Yes
125+ SSPI => No
126+ krb4 => No
127+ libz => Yes
128+ CharConv => No
129+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
130+ Host => x86_64-redhat-linux-gnu
131+ SSL Version => NSS/3.14.0.0
132+ ZLib Version => 1.2.3
133+ libSSH Version => libssh2/1.4.2
134+
135+ date
136+
137+ date/time support => enabled
138+ "Olson" Timezone Database Version => 2013.8
139+ Timezone Database => internal
140+
141+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 2
142+ Default timezone => UTC
143+
023- Phar
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
145+ date.default_latitude => 31.7667 => 31.7667
146+ date.default_longitude => 35.2333 => 35.2333
147+ date.sunrise_zenith => 90.583333 => 90.583333
148+ date.sunset_zenith => 90.583333 => 90.583333
149+ date.timezone => no value => no value
150+
153+ DOM/XML => enabled
154+ DOM/XML API Version => 20031129
155+ libxml Version => 2.7.6
156+ HTML Support => enabled
157+ XPath Support => enabled
158+ XPointer Support => enabled
159+ Schema Support => enabled
160+ RelaxNG Support => enabled
161+
162+ ereg
163+
164+ Regex Library => Bundled library enabled
165+
166+ exif
167+
168+ EXIF Support => enabled
169+ EXIF Version => 1.4 $Id$
170+ Supported EXIF Version => 0220
171+ Supported filetypes => JPEG,TIFF
173+ Directive => Local Value => Master Value
174+ exif.decode_jis_intel => JIS => JIS
175+ exif.decode_jis_motorola => JIS => JIS
176+ exif.decode_unicode_intel => UCS-2LE => UCS-2LE
177+ exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
178+ exif.encode_jis => no value => no value
179+ exif.encode_unicode => ISO-8859-15 => ISO-8859-15
181+ fileinfo
182+
183+ fileinfo support => enabled
184+ version => 1.0.5
185+
186+ filter
187+
188+ Input Validation and Filtering => enabled
189+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
190+
192+ filter.default => unsafe_raw => unsafe_raw
193+ filter.default_flags => no value => no value
194+
195+ ftp
196+
197+ FTP support => enabled
198+
199+ gd
200+
201+ GD Support => enabled
202+ GD Version => bundled (2.1.0 compatible)
203+ FreeType Support => enabled
204+ FreeType Linkage => with freetype
205+ FreeType Version => 2.3.11
206+ GIF Read Support => enabled
207+ GIF Create Support => enabled
208+ JPEG Support => enabled
209+ libJPEG Version => 6b
210+ PNG Support => enabled
211+ libPNG Version => 1.2.49
212+ WBMP Support => enabled
213+ XBM Support => enabled
214+
215+ Directive => Local Value => Master Value
216+ gd.jpeg_ignore_warning => 0 => 0
217+
218+ gettext
219+
220+ GetText Support => enabled
221+
222+ hash
223+
224+ hash support => enabled
225+ 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
226+
227+ iconv
228+
229+ iconv support => enabled
230+ iconv implementation => glibc
231+ iconv library version => 2.12
232+
233+ Directive => Local Value => Master Value
234+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
235+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
236+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
237+
238+ json
239+
240+ json support => enabled
241+ json version => 1.2.1
242+
243+ ldap
244+
245+ LDAP Support => enabled
246+ RCS Version => $Id$
247+ Total Links => 0/unlimited
248+ API Version => 3001
249+ Vendor Name => OpenLDAP
250+ Vendor Version => 20423
251+
252+ Directive => Local Value => Master Value
253+ ldap.max_links => Unlimited => Unlimited
254+
255+ libxml
256+
257+ libXML support => active
258+ libXML Compiled Version => 2.7.6
259+ libXML Loaded Version => 20706
260+ libXML streams => enabled
261+
262+ mbstring
263+
264+ Multibyte Support => enabled
265+ Multibyte string engine => libmbfl
266+ HTTP input encoding translation => disabled
267+ libmbfl version => 1.3.2
268+
269+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
270+
271+ Multibyte (japanese) regex support => enabled
272+ Multibyte regex (oniguruma) backtrack check => On
273+ Multibyte regex (oniguruma) version => 4.7.1
274+
275+ Directive => Local Value => Master Value
276+ mbstring.detect_order => no value => no value
277+ mbstring.encoding_translation => Off => Off
278+ mbstring.func_overload => 0 => 0
279+ mbstring.http_input => pass => pass
280+ mbstring.http_output => pass => pass
281+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
282+ mbstring.internal_encoding => no value => no value
283+ mbstring.language => neutral => neutral
284+ mbstring.strict_detection => Off => Off
285+ mbstring.substitute_character => no value => no value
286+
287+ mcrypt
288+
289+ mcrypt support => enabled
290+ mcrypt_filter support => enabled
291+ Version => 2.5.8
292+ Api No => 20021217
293+ 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
294+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
295+
296+ Directive => Local Value => Master Value
297+ mcrypt.algorithms_dir => no value => no value
298+ mcrypt.modes_dir => no value => no value
299+
300+ mysql
301+
302+ MySQL Support => enabled
303+ Active Persistent Links => 0
304+ Active Links => 0
305+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
306+
307+ Directive => Local Value => Master Value
308+ mysql.allow_local_infile => On => On
309+ mysql.allow_persistent => On => On
310+ mysql.connect_timeout => 60 => 60
311+ mysql.default_host => no value => no value
312+ mysql.default_password => no value => no value
313+ mysql.default_port => no value => no value
314+ mysql.default_socket => no value => no value
315+ mysql.default_user => no value => no value
316+ mysql.max_links => Unlimited => Unlimited
317+ mysql.max_persistent => Unlimited => Unlimited
318+ mysql.trace_mode => Off => Off
319+
320+ mysqli
321+
322+ MysqlI Support => enabled
323+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
324+ Active Persistent Links => 0
325+ Inactive Persistent Links => 0
326+ Active Links => 0
327+
328+ Directive => Local Value => Master Value
329+ mysqli.allow_local_infile => On => On
330+ mysqli.allow_persistent => On => On
331+ mysqli.default_host => no value => no value
332+ mysqli.default_port => 3306 => 3306
333+ mysqli.default_pw => no value => no value
334+ mysqli.default_socket => no value => no value
335+ mysqli.default_user => no value => no value
336+ mysqli.max_links => Unlimited => Unlimited
337+ mysqli.max_persistent => Unlimited => Unlimited
338+ mysqli.reconnect => Off => Off
339+
340+ mysqlnd
341+
342+ mysqlnd => enabled
343+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
344+ Compression => supported
345+ SSL => supported
346+ Command buffer size => 4096
347+ Read buffer size => 32768
348+ Read timeout => 31536000
349+ Collecting statistics => Yes
350+ Collecting memory statistics => No
351+ Tracing => n/a
352+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
353+ API Extensions => mysqli,pdo_mysql,mysql
354+
355+ mysqlnd statistics =>
356+ bytes_sent => 0
357+ bytes_received => 0
358+ packets_sent => 0
359+ packets_received => 0
360+ protocol_overhead_in => 0
361+ protocol_overhead_out => 0
362+ bytes_received_ok_packet => 0
363+ bytes_received_eof_packet => 0
364+ bytes_received_rset_header_packet => 0
365+ bytes_received_rset_field_meta_packet => 0
366+ bytes_received_rset_row_packet => 0
367+ bytes_received_prepare_response_packet => 0
368+ bytes_received_change_user_packet => 0
369+ packets_sent_command => 0
370+ packets_received_ok => 0
371+ packets_received_eof => 0
372+ packets_received_rset_header => 0
373+ packets_received_rset_field_meta => 0
374+ packets_received_rset_row => 0
375+ packets_received_prepare_response => 0
376+ packets_received_change_user => 0
377+ result_set_queries => 0
378+ non_result_set_queries => 0
379+ no_index_used => 0
380+ bad_index_used => 0
381+ slow_queries => 0
382+ buffered_sets => 0
383+ unbuffered_sets => 0
384+ ps_buffered_sets => 0
385+ ps_unbuffered_sets => 0
386+ flushed_normal_sets => 0
387+ flushed_ps_sets => 0
388+ ps_prepared_never_executed => 0
389+ ps_prepared_once_executed => 0
390+ rows_fetched_from_server_normal => 0
391+ rows_fetched_from_server_ps => 0
392+ rows_buffered_from_client_normal => 0
393+ rows_buffered_from_client_ps => 0
394+ rows_fetched_from_client_normal_buffered => 0
395+ rows_fetched_from_client_normal_unbuffered => 0
396+ rows_fetched_from_client_ps_buffered => 0
397+ rows_fetched_from_client_ps_unbuffered => 0
398+ rows_fetched_from_client_ps_cursor => 0
399+ rows_affected_normal => 0
400+ rows_affected_ps => 0
401+ rows_skipped_normal => 0
402+ rows_skipped_ps => 0
403+ copy_on_write_saved => 0
404+ copy_on_write_performed => 0
405+ command_buffer_too_small => 0
406+ connect_success => 0
407+ connect_failure => 0
408+ connection_reused => 0
409+ reconnect => 0
410+ pconnect_success => 0
411+ active_connections => 0
412+ active_persistent_connections => 0
413+ explicit_close => 0
414+ implicit_close => 0
415+ disconnect_close => 0
416+ in_middle_of_command_close => 0
417+ explicit_free_result => 0
418+ implicit_free_result => 0
419+ explicit_stmt_close => 0
420+ implicit_stmt_close => 0
421+ mem_emalloc_count => 0
422+ mem_emalloc_amount => 0
423+ mem_ecalloc_count => 0
424+ mem_ecalloc_amount => 0
425+ mem_erealloc_count => 0
426+ mem_erealloc_amount => 0
427+ mem_efree_count => 0
428+ mem_efree_amount => 0
429+ mem_malloc_count => 0
430+ mem_malloc_amount => 0
431+ mem_calloc_count => 0
432+ mem_calloc_amount => 0
433+ mem_realloc_count => 0
434+ mem_realloc_amount => 0
435+ mem_free_count => 0
436+ mem_free_amount => 0
437+ mem_estrndup_count => 0
438+ mem_strndup_count => 0
439+ mem_estndup_count => 0
440+ mem_strdup_count => 0
441+ proto_text_fetched_null => 0
442+ proto_text_fetched_bit => 0
443+ proto_text_fetched_tinyint => 0
444+ proto_text_fetched_short => 0
445+ proto_text_fetched_int24 => 0
446+ proto_text_fetched_int => 0
447+ proto_text_fetched_bigint => 0
448+ proto_text_fetched_decimal => 0
449+ proto_text_fetched_float => 0
450+ proto_text_fetched_double => 0
451+ proto_text_fetched_date => 0
452+ proto_text_fetched_year => 0
453+ proto_text_fetched_time => 0
454+ proto_text_fetched_datetime => 0
455+ proto_text_fetched_timestamp => 0
456+ proto_text_fetched_string => 0
457+ proto_text_fetched_blob => 0
458+ proto_text_fetched_enum => 0
459+ proto_text_fetched_set => 0
460+ proto_text_fetched_geometry => 0
461+ proto_text_fetched_other => 0
462+ proto_binary_fetched_null => 0
463+ proto_binary_fetched_bit => 0
464+ proto_binary_fetched_tinyint => 0
465+ proto_binary_fetched_short => 0
466+ proto_binary_fetched_int24 => 0
467+ proto_binary_fetched_int => 0
468+ proto_binary_fetched_bigint => 0
469+ proto_binary_fetched_decimal => 0
470+ proto_binary_fetched_float => 0
471+ proto_binary_fetched_double => 0
472+ proto_binary_fetched_date => 0
473+ proto_binary_fetched_year => 0
474+ proto_binary_fetched_time => 0
475+ proto_binary_fetched_datetime => 0
476+ proto_binary_fetched_timestamp => 0
477+ proto_binary_fetched_string => 0
478+ proto_binary_fetched_blob => 0
479+ proto_binary_fetched_enum => 0
480+ proto_binary_fetched_set => 0
481+ proto_binary_fetched_geometry => 0
482+ proto_binary_fetched_other => 0
483+ init_command_executed_count => 0
484+ init_command_failed_count => 0
485+ com_quit => 0
486+ com_init_db => 0
487+ com_query => 0
488+ com_field_list => 0
489+ com_create_db => 0
490+ com_drop_db => 0
491+ com_refresh => 0
492+ com_shutdown => 0
493+ com_statistics => 0
494+ com_process_info => 0
495+ com_connect => 0
496+ com_process_kill => 0
497+ com_debug => 0
498+ com_ping => 0
499+ com_time => 0
500+ com_delayed_insert => 0
501+ com_change_user => 0
502+ com_binlog_dump => 0
503+ com_table_dump => 0
504+ com_connect_out => 0
505+ com_register_slave => 0
506+ com_stmt_prepare => 0
507+ com_stmt_execute => 0
508+ com_stmt_send_long_data => 0
509+ com_stmt_close => 0
510+ com_stmt_reset => 0
511+ com_stmt_set_option => 0
512+ com_stmt_fetch => 0
513+ com_deamon => 0
514+ bytes_received_real_data_normal => 0
515+ bytes_received_real_data_ps => 0
516+
517+ example statistics =>
518+ stat1 => 0
519+ stat2 => 0
520+
521+ pcntl
522+
523+ pcntl support => enabled
524+
525+ pcre
526+
527+ PCRE (Perl Compatible Regular Expressions) Support => enabled
528+ PCRE Library Version => 8.32 2012-11-30
529+
530+ Directive => Local Value => Master Value
531+ pcre.backtrack_limit => 1000000 => 1000000
532+ pcre.recursion_limit => 100000 => 100000
533+
534+ PDO
535+
536+ PDO support => enabled
537+ PDO drivers => mysql, sqlite
538+
539+ pdo_mysql
540+
541+ PDO Driver for MySQL => enabled
542+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
543+
544+ Directive => Local Value => Master Value
545+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
546+
547+ pdo_sqlite
548+
549+ PDO Driver for SQLite 3.x => enabled
550+ SQLite Library => 3.7.7.1
551+
552+ Phar
553+
554+ Phar: PHP Archive support => enabled
555+ Phar EXT version => 2.0.1
556+ Phar API version => 1.1.1
557+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
558+ Phar-based phar archives => enabled
559+ Tar-based phar archives => enabled
560+ ZIP-based phar archives => enabled
561+ gzip compression => enabled
562+ bzip2 compression => enabled
563+ OpenSSL support => disabled (install ext/openssl)
564+
565+
566+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
567+ Phar fully realized by Gregory Beaver and Marcus Boerger.
568+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
569+ Directive => Local Value => Master Value
571+ phar.readonly => Off => Off
572+ phar.require_hash => Off => Off
573+
574+ posix
575+
576+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
577+
578+ Reflection
579+
580+ Reflection => enabled
581+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
582+
583+ session
584+
585+ Session Support => enabled
586+ Registered save handlers => files user
587+ Registered serializer handlers => php php_binary
588+
589+ Directive => Local Value => Master Value
590+ session.auto_start => Off => Off
591+ session.cache_expire => 180 => 180
592+ session.cache_limiter => nocache => nocache
593+ session.cookie_domain => no value => no value
594+ session.cookie_httponly => Off => Off
595+ session.cookie_lifetime => 0 => 0
596+ session.cookie_path => / => /
597+ session.cookie_secure => Off => Off
598+ session.entropy_file => /dev/urandom => /dev/urandom
599+ session.entropy_length => 32 => 32
600+ session.gc_divisor => 100 => 100
601+ session.gc_maxlifetime => 1440 => 1440
602+ session.gc_probability => 1 => 1
603+ session.hash_bits_per_character => 4 => 4
604+ session.hash_function => 0 => 0
605+ session.name => PHPSESSID => PHPSESSID
606+ session.referer_check => no value => no value
607+ session.save_handler => files => files
608+ session.save_path => no value => no value
609+ session.serialize_handler => php => php
610+ session.upload_progress.cleanup => On => On
611+ session.upload_progress.enabled => On => On
612+ session.upload_progress.freq => 1% => 1%
613+ session.upload_progress.min_freq => 1 => 1
614+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
615+ session.upload_progress.prefix => upload_progress_ => upload_progress_
616+ session.use_cookies => On => On
617+ session.use_only_cookies => On => On
618+ session.use_trans_sid => 0 => 0
619+
620+ SimpleXML
621+
622+ Simplexml support => enabled
623+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
624+ Schema support => enabled
625+
626+ soap
627+
628+ Soap Client => enabled
629+ Soap Server => enabled
630+
631+ Directive => Local Value => Master Value
632+ soap.wsdl_cache => 1 => 1
633+ soap.wsdl_cache_dir => /tmp => /tmp
634+ soap.wsdl_cache_enabled => 1 => 1
635+ soap.wsdl_cache_limit => 5 => 5
636+ soap.wsdl_cache_ttl => 86400 => 86400
637+
638+ sockets
639+
640+ Sockets Support => enabled
641+
642+ SPL
643+
644+ SPL support => enabled
645+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
646+ 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
647+
648+ sqlite3
649+
650+ SQLite3 support => enabled
651+ SQLite3 module version => 0.7
652+ SQLite Library => 3.7.7.1
653+
654+ Directive => Local Value => Master Value
655+ sqlite3.extension_dir => no value => no value
656+
657+ standard
658+
659+ Dynamic Library Support => enabled
660+ Path to sendmail => /usr/sbin/sendmail -t -i
661+
662+ Directive => Local Value => Master Value
663+ assert.active => 1 => 1
664+ assert.bail => 0 => 0
665+ assert.callback => no value => no value
666+ assert.quiet_eval => 0 => 0
667+ assert.warning => 1 => 1
668+ auto_detect_line_endings => 0 => 0
669+ default_socket_timeout => 60 => 60
670+ from => no value => no value
671+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
672+ user_agent => no value => no value
673+
674+ sysvmsg
675+
676+ sysvmsg support => enabled
677+ Revision => $Id: a57e25e6c32775fb53ad02fa294f63e934911815 $
678+
679+ tokenizer
680+
681+ Tokenizer Support => enabled
682+
683+ xml
684+
685+ XML Support => active
686+ XML Namespace Support => active
687+ libxml2 Version => 2.7.6
688+
689+ xmlreader
690+
691+ XMLReader => enabled
692+
693+ xmlwriter
694+
695+ XMLWriter => enabled
696+
697+ zip
698+
699+ Zip => enabled
700+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
701+ Zip version => 1.11.0
702+ Libzip version => 0.10.1
703+
704+ zlib
705+
706+ ZLib Support => enabled
707+ Stream Wrapper => compress.zlib://
708+ Stream Filter => zlib.inflate, zlib.deflate
709+ Compiled Version => 1.2.3
710+ Linked Version => 1.2.3
711+
712+ Directive => Local Value => Master Value
713+ zlib.output_compression => Off => Off
714+ zlib.output_compression_level => -1 => -1
715+ zlib.output_handler => no value => no value
716+
717+ Additional Modules
718+
719+ Module Name
720+ phpinfo()
721+
722+ bcmath
723+
724+ BCMath support => enabled
725+
726+ Directive => Local Value => Master Value
727+ bcmath.scale => 0 => 0
728+
729+ bz2
730+
731+ BZip2 Support => Enabled
732+ Stream Wrapper support => compress.bzip2://
733+ Stream Filter support => bzip2.decompress, bzip2.compress
734+ BZip2 Version => 1.0.5, 10-Dec-2007
735+
736+ Core
737+
738+ PHP Version => 5.4.23
739+
740+ Directive => Local Value => Master Value
741+ allow_url_fopen => On => On
742+ allow_url_include => Off => Off
743+ always_populate_raw_post_data => Off => Off
744+ arg_separator.input => & => &
745+ arg_separator.output => & => &
746+ asp_tags => Off => Off
747+ auto_append_file => no value => no value
748+ auto_globals_jit => On => On
749+ auto_prepend_file => no value => no value
750+ browscap => no value => no value
751+ default_charset => no value => no value
752+ default_mimetype => text/html => text/html
753+ disable_classes => no value => no value
754+ disable_functions => no value => no value
755+ display_errors => STDOUT => STDOUT
756+ display_startup_errors => On => On
757+ doc_root => no value => no value
758+ docref_ext => .html => .html
759+ docref_root => no value => no value
760+ enable_dl => On => On
761+ enable_post_data_reading => On => On
762+ error_append_string => no value => no value
763+ error_log => no value => no value
764+ error_prepend_string => no value => no value
765+ error_reporting => 32767 => 32767
766+ exit_on_timeout => Off => Off
767+ expose_php => On => On
768+ extension_dir => /ROOT/src/php-5.4.23/modules/ => /ROOT/src/php-5.4.23/modules/
769+ file_uploads => On => On
770+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
771+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
772+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
773+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
774+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
775+ html_errors => Off => Off
776+ ignore_repeated_errors => Off => Off
777+ ignore_repeated_source => Off => Off
778+ ignore_user_abort => Off => Off
779+ implicit_flush => On => On
780+ include_path => .:/ROOT/server/php/lib/php => .:/ROOT/server/php/lib/php
781+ log_errors => Off => Off
782+ log_errors_max_len => 1024 => 1024
783+ mail.add_x_header => Off => Off
784+ mail.force_extra_parameters => no value => no value
785+ mail.log => no value => no value
786+ max_execution_time => 0 => 0
787+ max_file_uploads => 20 => 20
788+ max_input_nesting_level => 64 => 64
789+ max_input_time => -1 => -1
790+ max_input_vars => 1000 => 1000
791+ memory_limit => 128M => 128M
792+ open_basedir => no value => no value
793+ output_buffering => no value => no value
794+ output_handler => no value => no value
795+ post_max_size => 8M => 8M
796+ precision => 14 => 14
797+ realpath_cache_size => 16K => 16K
798+ realpath_cache_ttl => 120 => 120
799+ register_argc_argv => On => On
800+ report_memleaks => On => On
801+ report_zend_debug => Off => Off
802+ request_order => no value => no value
803+ sendmail_from => no value => no value
804+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
805+ serialize_precision => 17 => 17
806+ short_open_tag => On => On
807+ SMTP => localhost => localhost
808+ smtp_port => 25 => 25
809+ sql.safe_mode => Off => Off
810+ track_errors => On => On
811+ unserialize_callback_func => no value => no value
812+ upload_max_filesize => 2M => 2M
813+ upload_tmp_dir => no value => no value
814+ user_dir => no value => no value
815+ user_ini.cache_ttl => 300 => 300
816+ user_ini.filename => .user.ini => .user.ini
817+ variables_order => EGPCS => EGPCS
818+ xmlrpc_error_number => 0 => 0
819+ xmlrpc_errors => Off => Off
820+ zend.detect_unicode => On => On
821+ zend.enable_gc => On => On
822+ zend.multibyte => Off => Off
823+ zend.script_encoding => no value => no value
824+
825+ ctype
826+
827+ ctype functions => enabled
828+
829+ curl
830+
831+ cURL support => enabled
832+ cURL Information => 7.19.7
833+ Age => 3
834+ Features
835+ AsynchDNS => No
836+ Debug => No
837+ GSS-Negotiate => Yes
838+ IDN => Yes
839+ IPv6 => Yes
840+ Largefile => Yes
841+ NTLM => Yes
842+ SPNEGO => No
843+ SSL => Yes
844+ SSPI => No
845+ krb4 => No
846+ libz => Yes
847+ CharConv => No
848+ Protocols => tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
849+ Host => x86_64-redhat-linux-gnu
850+ SSL Version => NSS/3.14.0.0
851+ ZLib Version => 1.2.3
852+ libSSH Version => libssh2/1.4.2
853+
854+ date
855+
856+ date/time support => enabled
857+ "Olson" Timezone Database Version => 2013.8
858+ Timezone Database => internal
859+
860+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 5
861+ Default timezone => UTC
862+
863+ Directive => Local Value => Master Value
864+ date.default_latitude => 31.7667 => 31.7667
865+ date.default_longitude => 35.2333 => 35.2333
866+ date.sunrise_zenith => 90.583333 => 90.583333
867+ date.sunset_zenith => 90.583333 => 90.583333
868+ date.timezone => no value => no value
869+
870+ dom
871+
872+ DOM/XML => enabled
873+ DOM/XML API Version => 20031129
874+ libxml Version => 2.7.6
875+ HTML Support => enabled
876+ XPath Support => enabled
877+ XPointer Support => enabled
878+ Schema Support => enabled
879+ RelaxNG Support => enabled
880+
881+ ereg
882+
883+ Regex Library => Bundled library enabled
884+
885+ exif
886+
887+ EXIF Support => enabled
888+ EXIF Version => 1.4 $Id$
889+ Supported EXIF Version => 0220
890+ Supported filetypes => JPEG,TIFF
891+
892+ Directive => Local Value => Master Value
893+ exif.decode_jis_intel => JIS => JIS
894+ exif.decode_jis_motorola => JIS => JIS
895+ exif.decode_unicode_intel => UCS-2LE => UCS-2LE
896+ exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
897+ exif.encode_jis => no value => no value
898+ exif.encode_unicode => ISO-8859-15 => ISO-8859-15
899+
900+ fileinfo
901+
902+ fileinfo support => enabled
903+ version => 1.0.5
904+
905+ filter
906+
907+ Input Validation and Filtering => enabled
908+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
909+
910+ Directive => Local Value => Master Value
911+ filter.default => unsafe_raw => unsafe_raw
912+ filter.default_flags => no value => no value
913+
914+ ftp
915+
916+ FTP support => enabled
917+
918+ gd
919+
920+ GD Support => enabled
921+ GD Version => bundled (2.1.0 compatible)
922+ FreeType Support => enabled
923+ FreeType Linkage => with freetype
924+ FreeType Version => 2.3.11
925+ GIF Read Support => enabled
926+ GIF Create Support => enabled
927+ JPEG Support => enabled
928+ libJPEG Version => 6b
929+ PNG Support => enabled
930+ libPNG Version => 1.2.49
931+ WBMP Support => enabled
932+ XBM Support => enabled
933+
934+ Directive => Local Value => Master Value
935+ gd.jpeg_ignore_warning => 0 => 0
936+
937+ gettext
938+
939+ GetText Support => enabled
940+
941+ hash
942+
943+ hash support => enabled
944+ 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
945+
946+ iconv
947+
948+ iconv support => enabled
949+ iconv implementation => glibc
950+ iconv library version => 2.12
951+
952+ Directive => Local Value => Master Value
953+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
954+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
955+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
956+
957+ json
958+
959+ json support => enabled
960+ json version => 1.2.1
961+
962+ ldap
963+
964+ LDAP Support => enabled
965+ RCS Version => $Id$
966+ Total Links => 0/unlimited
967+ API Version => 3001
968+ Vendor Name => OpenLDAP
969+ Vendor Version => 20423
970+
971+ Directive => Local Value => Master Value
972+ ldap.max_links => Unlimited => Unlimited
973+
974+ libxml
975+
976+ libXML support => active
977+ libXML Compiled Version => 2.7.6
978+ libXML Loaded Version => 20706
979+ libXML streams => enabled
980+
981+ mbstring
982+
983+ Multibyte Support => enabled
984+ Multibyte string engine => libmbfl
985+ HTTP input encoding translation => disabled
986+ libmbfl version => 1.3.2
987+
988+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
989+
990+ Multibyte (japanese) regex support => enabled
991+ Multibyte regex (oniguruma) backtrack check => On
992+ Multibyte regex (oniguruma) version => 4.7.1
993+
994+ Directive => Local Value => Master Value
995+ mbstring.detect_order => no value => no value
996+ mbstring.encoding_translation => Off => Off
997+ mbstring.func_overload => 0 => 0
998+ mbstring.http_input => pass => pass
999+ mbstring.http_output => pass => pass
1000+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
1001+ mbstring.internal_encoding => no value => no value
1002+ mbstring.language => neutral => neutral
1003+ mbstring.strict_detection => Off => Off
1004+ mbstring.substitute_character => no value => no value
1005+
1006+ mcrypt
1007+
1008+ mcrypt support => enabled
1009+ mcrypt_filter support => enabled
1010+ Version => 2.5.8
1011+ Api No => 20021217
1012+ 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
1013+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
1014+
1015+ Directive => Local Value => Master Value
1016+ mcrypt.algorithms_dir => no value => no value
1017+ mcrypt.modes_dir => no value => no value
1018+
1019+ mysql
1020+
1021+ MySQL Support => enabled
1022+ Active Persistent Links => 0
1023+ Active Links => 0
1024+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1025+
1026+ Directive => Local Value => Master Value
1027+ mysql.allow_local_infile => On => On
1028+ mysql.allow_persistent => On => On
1029+ mysql.connect_timeout => 60 => 60
1030+ mysql.default_host => no value => no value
1031+ mysql.default_password => no value => no value
1032+ mysql.default_port => no value => no value
1033+ mysql.default_socket => no value => no value
1034+ mysql.default_user => no value => no value
1035+ mysql.max_links => Unlimited => Unlimited
1036+ mysql.max_persistent => Unlimited => Unlimited
1037+ mysql.trace_mode => Off => Off
1038+
1039+ mysqli
1040+
1041+ MysqlI Support => enabled
1042+ Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1043+ Active Persistent Links => 0
1044+ Inactive Persistent Links => 0
1045+ Active Links => 0
1046+
1047+ Directive => Local Value => Master Value
1048+ mysqli.allow_local_infile => On => On
1049+ mysqli.allow_persistent => On => On
1050+ mysqli.default_host => no value => no value
1051+ mysqli.default_port => 3306 => 3306
1052+ mysqli.default_pw => no value => no value
1053+ mysqli.default_socket => no value => no value
1054+ mysqli.default_user => no value => no value
1055+ mysqli.max_links => Unlimited => Unlimited
1056+ mysqli.max_persistent => Unlimited => Unlimited
1057+ mysqli.reconnect => Off => Off
1058+
1059+ mysqlnd
1060+
1061+ mysqlnd => enabled
1062+ Version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1063+ Compression => supported
1064+ SSL => supported
1065+ Command buffer size => 4096
1066+ Read buffer size => 32768
1067+ Read timeout => 31536000
1068+ Collecting statistics => Yes
1069+ Collecting memory statistics => No
1070+ Tracing => n/a
1071+ Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
1072+ API Extensions => mysqli,pdo_mysql,mysql
1073+
1074+ mysqlnd statistics =>
1075+ bytes_sent => 0
1076+ bytes_received => 0
1077+ packets_sent => 0
1078+ packets_received => 0
1079+ protocol_overhead_in => 0
1080+ protocol_overhead_out => 0
1081+ bytes_received_ok_packet => 0
1082+ bytes_received_eof_packet => 0
1083+ bytes_received_rset_header_packet => 0
1084+ bytes_received_rset_field_meta_packet => 0
1085+ bytes_received_rset_row_packet => 0
1086+ bytes_received_prepare_response_packet => 0
1087+ bytes_received_change_user_packet => 0
1088+ packets_sent_command => 0
1089+ packets_received_ok => 0
1090+ packets_received_eof => 0
1091+ packets_received_rset_header => 0
1092+ packets_received_rset_field_meta => 0
1093+ packets_received_rset_row => 0
1094+ packets_received_prepare_response => 0
1095+ packets_received_change_user => 0
1096+ result_set_queries => 0
1097+ non_result_set_queries => 0
1098+ no_index_used => 0
1099+ bad_index_used => 0
1100+ slow_queries => 0
1101+ buffered_sets => 0
1102+ unbuffered_sets => 0
1103+ ps_buffered_sets => 0
1104+ ps_unbuffered_sets => 0
1105+ flushed_normal_sets => 0
1106+ flushed_ps_sets => 0
1107+ ps_prepared_never_executed => 0
1108+ ps_prepared_once_executed => 0
1109+ rows_fetched_from_server_normal => 0
1110+ rows_fetched_from_server_ps => 0
1111+ rows_buffered_from_client_normal => 0
1112+ rows_buffered_from_client_ps => 0
1113+ rows_fetched_from_client_normal_buffered => 0
1114+ rows_fetched_from_client_normal_unbuffered => 0
1115+ rows_fetched_from_client_ps_buffered => 0
1116+ rows_fetched_from_client_ps_unbuffered => 0
1117+ rows_fetched_from_client_ps_cursor => 0
1118+ rows_affected_normal => 0
1119+ rows_affected_ps => 0
1120+ rows_skipped_normal => 0
1121+ rows_skipped_ps => 0
1122+ copy_on_write_saved => 0
1123+ copy_on_write_performed => 0
1124+ command_buffer_too_small => 0
1125+ connect_success => 0
1126+ connect_failure => 0
1127+ connection_reused => 0
1128+ reconnect => 0
1129+ pconnect_success => 0
1130+ active_connections => 0
1131+ active_persistent_connections => 0
1132+ explicit_close => 0
1133+ implicit_close => 0
1134+ disconnect_close => 0
1135+ in_middle_of_command_close => 0
1136+ explicit_free_result => 0
1137+ implicit_free_result => 0
1138+ explicit_stmt_close => 0
1139+ implicit_stmt_close => 0
1140+ mem_emalloc_count => 0
1141+ mem_emalloc_amount => 0
1142+ mem_ecalloc_count => 0
1143+ mem_ecalloc_amount => 0
1144+ mem_erealloc_count => 0
1145+ mem_erealloc_amount => 0
1146+ mem_efree_count => 0
1147+ mem_efree_amount => 0
1148+ mem_malloc_count => 0
1149+ mem_malloc_amount => 0
1150+ mem_calloc_count => 0
1151+ mem_calloc_amount => 0
1152+ mem_realloc_count => 0
1153+ mem_realloc_amount => 0
1154+ mem_free_count => 0
1155+ mem_free_amount => 0
1156+ mem_estrndup_count => 0
1157+ mem_strndup_count => 0
1158+ mem_estndup_count => 0
1159+ mem_strdup_count => 0
1160+ proto_text_fetched_null => 0
1161+ proto_text_fetched_bit => 0
1162+ proto_text_fetched_tinyint => 0
1163+ proto_text_fetched_short => 0
1164+ proto_text_fetched_int24 => 0
1165+ proto_text_fetched_int => 0
1166+ proto_text_fetched_bigint => 0
1167+ proto_text_fetched_decimal => 0
1168+ proto_text_fetched_float => 0
1169+ proto_text_fetched_double => 0
1170+ proto_text_fetched_date => 0
1171+ proto_text_fetched_year => 0
1172+ proto_text_fetched_time => 0
1173+ proto_text_fetched_datetime => 0
1174+ proto_text_fetched_timestamp => 0
1175+ proto_text_fetched_string => 0
1176+ proto_text_fetched_blob => 0
1177+ proto_text_fetched_enum => 0
1178+ proto_text_fetched_set => 0
1179+ proto_text_fetched_geometry => 0
1180+ proto_text_fetched_other => 0
1181+ proto_binary_fetched_null => 0
1182+ proto_binary_fetched_bit => 0
1183+ proto_binary_fetched_tinyint => 0
1184+ proto_binary_fetched_short => 0
1185+ proto_binary_fetched_int24 => 0
1186+ proto_binary_fetched_int => 0
1187+ proto_binary_fetched_bigint => 0
1188+ proto_binary_fetched_decimal => 0
1189+ proto_binary_fetched_float => 0
1190+ proto_binary_fetched_double => 0
1191+ proto_binary_fetched_date => 0
1192+ proto_binary_fetched_year => 0
1193+ proto_binary_fetched_time => 0
1194+ proto_binary_fetched_datetime => 0
1195+ proto_binary_fetched_timestamp => 0
1196+ proto_binary_fetched_string => 0
1197+ proto_binary_fetched_blob => 0
1198+ proto_binary_fetched_enum => 0
1199+ proto_binary_fetched_set => 0
1200+ proto_binary_fetched_geometry => 0
1201+ proto_binary_fetched_other => 0
1202+ init_command_executed_count => 0
1203+ init_command_failed_count => 0
1204+ com_quit => 0
1205+ com_init_db => 0
1206+ com_query => 0
1207+ com_field_list => 0
1208+ com_create_db => 0
1209+ com_drop_db => 0
1210+ com_refresh => 0
1211+ com_shutdown => 0
1212+ com_statistics => 0
1213+ com_process_info => 0
1214+ com_connect => 0
1215+ com_process_kill => 0
1216+ com_debug => 0
1217+ com_ping => 0
1218+ com_time => 0
1219+ com_delayed_insert => 0
1220+ com_change_user => 0
1221+ com_binlog_dump => 0
1222+ com_table_dump => 0
1223+ com_connect_out => 0
1224+ com_register_slave => 0
1225+ com_stmt_prepare => 0
1226+ com_stmt_execute => 0
1227+ com_stmt_send_long_data => 0
1228+ com_stmt_close => 0
1229+ com_stmt_reset => 0
1230+ com_stmt_set_option => 0
1231+ com_stmt_fetch => 0
1232+ com_deamon => 0
1233+ bytes_received_real_data_normal => 0
1234+ bytes_received_real_data_ps => 0
1235+
1236+ example statistics =>
1237+ stat1 => 0
1238+ stat2 => 0
1239+
1240+ pcntl
1241+
1242+ pcntl support => enabled
1243+
1244+ pcre
1245+
1246+ PCRE (Perl Compatible Regular Expressions) Support => enabled
1247+ PCRE Library Version => 8.32 2012-11-30
1248+
1249+ Directive => Local Value => Master Value
1250+ pcre.backtrack_limit => 1000000 => 1000000
1251+ pcre.recursion_limit => 100000 => 100000
1252+
1253+ PDO
1254+
1255+ PDO support => enabled
1256+ PDO drivers => mysql, sqlite
1257+
1258+ pdo_mysql
1259+
1260+ PDO Driver for MySQL => enabled
1261+ Client API version => mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
1262+
1263+ Directive => Local Value => Master Value
1264+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
1265+
1266+ pdo_sqlite
1267+
1268+ PDO Driver for SQLite 3.x => enabled
1269+ SQLite Library => 3.7.7.1
1270+
1271+ Phar
1272+
1273+ Phar: PHP Archive support => enabled
1274+ Phar EXT version => 2.0.1
1275+ Phar API version => 1.1.1
1276+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
1277+ Phar-based phar archives => enabled
1278+ Tar-based phar archives => enabled
1279+ ZIP-based phar archives => enabled
1280+ gzip compression => enabled
1281+ bzip2 compression => enabled
1282+ OpenSSL support => disabled (install ext/openssl)
1283+
1284+
1285+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
1286+ Phar fully realized by Gregory Beaver and Marcus Boerger.
1287+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
1288+ Directive => Local Value => Master Value
1289+ phar.cache_list => no value => no value
1292+
1294+
1295+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
1296+
1297+ Reflection
1298+
1299+ Reflection => enabled
1300+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
1301+
1302+ session
1303+
1304+ Session Support => enabled
1305+ Registered save handlers => files user
1306+ Registered serializer handlers => php php_binary
1307+
1308+ Directive => Local Value => Master Value
1309+ session.auto_start => Off => Off
1310+ session.cache_expire => 180 => 180
1311+ session.cache_limiter => nocache => nocache
1312+ session.cookie_domain => no value => no value
1313+ session.cookie_httponly => Off => Off
1314+ session.cookie_lifetime => 0 => 0
1315+ session.cookie_path => / => /
1316+ session.cookie_secure => Off => Off
1317+ session.entropy_file => /dev/urandom => /dev/urandom
1318+ session.entropy_length => 32 => 32
1319+ session.gc_divisor => 100 => 100
1320+ session.gc_maxlifetime => 1440 => 1440
1321+ session.gc_probability => 1 => 1
1322+ session.hash_bits_per_character => 4 => 4
1323+ session.hash_function => 0 => 0
1324+ session.name => PHPSESSID => PHPSESSID
1325+ session.referer_check => no value => no value
1326+ session.save_handler => files => files
1327+ session.save_path => no value => no value
1328+ session.serialize_handler => php => php
1329+ session.upload_progress.cleanup => On => On
1330+ session.upload_progress.enabled => On => On
1331+ session.upload_progress.freq => 1% => 1%
1332+ session.upload_progress.min_freq => 1 => 1
1333+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
1334+ session.upload_progress.prefix => upload_progress_ => upload_progress_
1335+ session.use_cookies => On => On
1336+ session.use_only_cookies => On => On
1337+ session.use_trans_sid => 0 => 0
1338+
1339+ SimpleXML
1340+
1341+ Simplexml support => enabled
1342+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
1343+ Schema support => enabled
1344+
1345+ soap
1346+
1347+ Soap Client => enabled
1348+ Soap Server => enabled
1349+
1350+ Directive => Local Value => Master Value
1351+ soap.wsdl_cache => 1 => 1
1352+ soap.wsdl_cache_dir => /tmp => /tmp
1353+ soap.wsdl_cache_enabled => 1 => 1
1354+ soap.wsdl_cache_limit => 5 => 5
1355+ soap.wsdl_cache_ttl => 86400 => 86400
1356+
1357+ sockets
1358+
1359+ Sockets Support => enabled
1360+
1361+ SPL
1362+
1363+ SPL support => enabled
1364+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
1365+ 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
1366+
1367+ sqlite3
1368+
1369+ SQLite3 support => enabled
1370+ SQLite3 module version => 0.7
1371+ SQLite Library => 3.7.7.1
1372+
1373+ Directive => Local Value => Master Value
1374+ sqlite3.extension_dir => no value => no value
1375+
1376+ standard
1377+
1378+ Dynamic Library Support => enabled
1379+ Path to sendmail => /usr/sbin/sendmail -t -i
1380+
1381+ Directive => Local Value => Master Value
1382+ assert.active => 1 => 1
1383+ assert.bail => 0 => 0
1384+ assert.callback => no value => no value
1385+ assert.quiet_eval => 0 => 0
1386+ assert.warning => 1 => 1
1387+ auto_detect_line_endings => 0 => 0
1388+ default_socket_timeout => 60 => 60
1389+ from => no value => no value
1390+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
1391+ user_agent => no value => no value
1392+
1393+ sysvmsg
1394+
1395+ sysvmsg support => enabled
1396+ Revision => $Id: a57e25e6c32775fb53ad02fa294f63e934911815 $
1397+
1398+ tokenizer
1399+
1400+ Tokenizer Support => enabled
1401+
1402+ xml
1403+
1404+ XML Support => active
1405+ XML Namespace Support => active
1406+ libxml2 Version => 2.7.6
1407+
1408+ xmlreader
1409+
1410+ XMLReader => enabled
1411+
1412+ xmlwriter
1413+
1414+ XMLWriter => enabled
1415+
1416+ zip
1417+
1418+ Zip => enabled
1419+ Extension Version => $Id: 1f435bbb002ed00b47964fbd6e3b1cea9b161c07 $
1420+ Zip version => 1.11.0
1421+ Libzip version => 0.10.1
1422+
1423+ zlib
1424+
1425+ ZLib Support => enabled
1426+ Stream Wrapper => compress.zlib://
1427+ Stream Filter => zlib.inflate, zlib.deflate
1428+ Compiled Version => 1.2.3
1429+ Linked Version => 1.2.3
1430+
1431+ Directive => Local Value => Master Value
1432+ zlib.output_compression => Off => Off
1433+ zlib.output_compression_level => -1 => -1
1434+ zlib.output_handler => no value => no value
1435+
1436+ Additional Modules
1437+
1438+ Module Name
1439+ ===DONE===
1 (8%)
001+ phpinfo()
002+
003+ bcmath
004+
005+ BCMath support => enabled
006+
007+ Directive => Local Value => Master Value
008+ bcmath.scale => 0 => 0
009+
010+ bz2
011+
012+ BZip2 Support => Enabled
013+ Stream Wrapper support => compress.bzip2://
014+ Stream Filter support => bzip2.decompress, bzip2.compress
015+ BZip2 Version => 1.0.3, 15-Feb-2005
016+
017+ Core
018+
019+ PHP Version => 5.4.23
001- %aPhar
003- Phar: PHP Archive support => enabled
004- Phar EXT version => %s
005- Phar API version => 1.1.1
006- SVN revision => %sRevision: %s $
007- Phar-based phar archives => enabled
008- Tar-based phar archives => enabled
009- ZIP-based phar archives => enabled
010- gzip compression => enabled
011- bzip2 compression => enabled
012- OpenSSL support => disabled (install ext/openssl)
013-
014-
015- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
016- Phar fully realized by Gregory Beaver and Marcus Boerger.
017- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
019- phar.cache_list => no value => no value
020- phar.readonly => Off => Off
021- phar.require_hash => Off => Off
021+ Directive => Local Value => Master Value
022+ allow_url_fopen => On => On
023+ allow_url_include => Off => Off
024+ always_populate_raw_post_data => Off => Off
025+ arg_separator.input => & => &
026+ arg_separator.output => & => &
027+ asp_tags => Off => Off
028+ auto_append_file => no value => no value
029+ auto_globals_jit => On => On
030+ auto_prepend_file => no value => no value
031+ browscap => no value => no value
032+ default_charset => no value => no value
033+ default_mimetype => text/html => text/html
034+ disable_classes => no value => no value
035+ disable_functions => no value => no value
036+ display_errors => STDOUT => STDOUT
037+ display_startup_errors => On => On
038+ doc_root => no value => no value
039+ docref_ext => .html => .html
040+ docref_root => no value => no value
041+ enable_dl => On => On
042+ enable_post_data_reading => On => On
043+ error_append_string => no value => no value
044+ error_log => no value => no value
045+ error_prepend_string => no value => no value
046+ error_reporting => 32767 => 32767
047+ exit_on_timeout => Off => Off
048+ expose_php => On => On
049+ extension_dir => /data/install/php-5.4.23/modules/ => /data/install/php-5.4.23/modules/
050+ file_uploads => On => On
051+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
052+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
053+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
054+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
055+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
056+ html_errors => Off => Off
057+ ignore_repeated_errors => Off => Off
058+ ignore_repeated_source => Off => Off
059+ ignore_user_abort => Off => Off
060+ implicit_flush => On => On
061+ include_path => .:/var/www/php5/lib/php => .:/var/www/php5/lib/php
062+ log_errors => Off => Off
063+ log_errors_max_len => 1024 => 1024
064+ mail.add_x_header => Off => Off
065+ mail.force_extra_parameters => no value => no value
066+ mail.log => no value => no value
067+ max_execution_time => 0 => 0
068+ max_file_uploads => 20 => 20
069+ max_input_nesting_level => 64 => 64
070+ max_input_time => -1 => -1
071+ max_input_vars => 1000 => 1000
072+ memory_limit => 128M => 128M
073+ open_basedir => no value => no value
074+ output_buffering => no value => no value
075+ output_handler => no value => no value
076+ post_max_size => 8M => 8M
077+ precision => 14 => 14
078+ realpath_cache_size => 16K => 16K
079+ realpath_cache_ttl => 120 => 120
080+ register_argc_argv => On => On
081+ report_memleaks => On => On
082+ report_zend_debug => Off => Off
083+ request_order => no value => no value
084+ sendmail_from => no value => no value
085+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
086+ serialize_precision => 17 => 17
087+ short_open_tag => On => On
088+ SMTP => localhost => localhost
089+ smtp_port => 25 => 25
090+ sql.safe_mode => Off => Off
091+ track_errors => On => On
092+ unserialize_callback_func => no value => no value
093+ upload_max_filesize => 2M => 2M
094+ upload_tmp_dir => no value => no value
095+ user_dir => no value => no value
096+ user_ini.cache_ttl => 300 => 300
097+ user_ini.filename => .user.ini => .user.ini
098+ variables_order => EGPCS => EGPCS
099+ xmlrpc_error_number => 0 => 0
100+ xmlrpc_errors => Off => Off
101+ zend.detect_unicode => On => On
102+ zend.enable_gc => On => On
103+ zend.multibyte => Off => Off
104+ zend.script_encoding => no value => no value
105+
106+ ctype
107+
108+ ctype functions => enabled
109+
110+ curl
111+
112+ cURL support => enabled
113+ cURL Information => 7.15.5
114+ Age => 2
115+ Features
116+ AsynchDNS => No
117+ Debug => No
118+ GSS-Negotiate => Yes
119+ IDN => Yes
120+ IPv6 => Yes
121+ Largefile => Yes
122+ NTLM => Yes
123+ SPNEGO => No
124+ SSL => Yes
125+ SSPI => No
126+ krb4 => No
127+ libz => Yes
128+ CharConv => No
129+ Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps
130+ Host => x86_64-redhat-linux-gnu
131+ SSL Version => OpenSSL/0.9.8b
132+ ZLib Version => 1.2.3
133+
134+ date
135+
136+ date/time support => enabled
137+ "Olson" Timezone Database Version => 2013.8
138+ Timezone Database => internal
139+
140+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 2
141+ Default timezone => UTC
142+
023- Phar
025- Phar: PHP Archive support => enabled
026- Phar EXT version => %s
027- Phar API version => 1.1.1
028- SVN revision => %sRevision: %s $
029- Phar-based phar archives => enabled
030- Tar-based phar archives => enabled
031- ZIP-based phar archives => enabled
032- gzip compression => enabled
033- bzip2 compression => enabled
034- OpenSSL support => disabled (install ext/openssl)
037- Phar based on pear/PHP_Archive, original concept by Davey Shafik.
038- Phar fully realized by Gregory Beaver and Marcus Boerger.
039- Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
045- ===DONE===
144+ date.default_latitude => 31.7667 => 31.7667
145+ date.default_longitude => 35.2333 => 35.2333
146+ date.sunrise_zenith => 90.583333 => 90.583333
147+ date.sunset_zenith => 90.583333 => 90.583333
148+ date.timezone => no value => no value
149+
152+ DOM/XML => enabled
153+ DOM/XML API Version => 20031129
154+ libxml Version => 2.6.26
155+ HTML Support => enabled
156+ XPath Support => enabled
157+ XPointer Support => enabled
158+ Schema Support => enabled
159+ RelaxNG Support => enabled
160+
161+ ereg
162+
163+ Regex Library => Bundled library enabled
164+
165+ fileinfo
166+
167+ fileinfo support => enabled
168+ version => 1.0.5
170+ filter
172+ Input Validation and Filtering => enabled
173+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
174+
176+ filter.default => unsafe_raw => unsafe_raw
177+ filter.default_flags => no value => no value
178+
179+ ftp
180+
181+ FTP support => enabled
182+
183+ gd
184+
185+ GD Support => enabled
186+ GD Version => bundled (2.1.0 compatible)
187+ FreeType Support => enabled
188+ FreeType Linkage => with freetype
189+ FreeType Version => 2.2.1
190+ GIF Read Support => enabled
191+ GIF Create Support => enabled
192+ JPEG Support => enabled
193+ libJPEG Version => 6b
194+ PNG Support => enabled
195+ libPNG Version => 1.2.10
196+ WBMP Support => enabled
197+ XBM Support => enabled
198+
199+ Directive => Local Value => Master Value
200+ gd.jpeg_ignore_warning => 0 => 0
201+
202+ gettext
203+
204+ GetText Support => enabled
205+
206+ hash
207+
208+ hash support => enabled
209+ 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
210+
211+ iconv
212+
213+ iconv support => enabled
214+ iconv implementation => glibc
215+ iconv library version => 2.5
216+
217+ Directive => Local Value => Master Value
218+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
219+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
220+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
221+
222+ json
223+
224+ json support => enabled
225+ json version => 1.2.1
226+
227+ libxml
228+
229+ libXML support => active
230+ libXML Compiled Version => 2.6.26
231+ libXML Loaded Version => 20626
232+ libXML streams => enabled
233+
234+ mbstring
235+
236+ Multibyte Support => enabled
237+ Multibyte string engine => libmbfl
238+ HTTP input encoding translation => disabled
239+ libmbfl version => 1.3.2
240+
241+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
242+
243+ Multibyte (japanese) regex support => enabled
244+ Multibyte regex (oniguruma) backtrack check => On
245+ Multibyte regex (oniguruma) version => 4.7.1
246+
247+ Directive => Local Value => Master Value
248+ mbstring.detect_order => no value => no value
249+ mbstring.encoding_translation => Off => Off
250+ mbstring.func_overload => 0 => 0
251+ mbstring.http_input => pass => pass
252+ mbstring.http_output => pass => pass
253+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
254+ mbstring.internal_encoding => no value => no value
255+ mbstring.language => neutral => neutral
256+ mbstring.strict_detection => Off => Off
257+ mbstring.substitute_character => no value => no value
258+
259+ mcrypt
260+
261+ mcrypt support => enabled
262+ mcrypt_filter support => enabled
263+ Version => 2.5.7
264+ Api No => 20021217
265+ 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
266+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
267+
268+ Directive => Local Value => Master Value
269+ mcrypt.algorithms_dir => no value => no value
270+ mcrypt.modes_dir => no value => no value
271+
272+ mysql
273+
274+ MySQL Support => enabled
275+ Active Persistent Links => 0
276+ Active Links => 0
277+ Client API version => 5.1.48
278+ MYSQL_MODULE_TYPE => external
279+ MYSQL_SOCKET => /tmp/mysql.sock
280+ MYSQL_INCLUDE => -I/usr/local/mysql/include/mysql
281+ MYSQL_LIBS => -L/usr/local/mysql/lib/mysql -lmysqlclient
282+
283+ Directive => Local Value => Master Value
284+ mysql.allow_local_infile => On => On
285+ mysql.allow_persistent => On => On
286+ mysql.connect_timeout => 60 => 60
287+ mysql.default_host => no value => no value
288+ mysql.default_password => no value => no value
289+ mysql.default_port => no value => no value
290+ mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
291+ mysql.default_user => no value => no value
292+ mysql.max_links => Unlimited => Unlimited
293+ mysql.max_persistent => Unlimited => Unlimited
294+ mysql.trace_mode => Off => Off
295+
296+ pcre
297+
298+ PCRE (Perl Compatible Regular Expressions) Support => enabled
299+ PCRE Library Version => 8.32 2012-11-30
300+
301+ Directive => Local Value => Master Value
302+ pcre.backtrack_limit => 1000000 => 1000000
303+ pcre.recursion_limit => 100000 => 100000
304+
305+ PDO
306+
307+ PDO support => enabled
308+ PDO drivers => mysql, sqlite
309+
310+ pdo_mysql
311+
312+ PDO Driver for MySQL => enabled
313+ Client API version => 5.1.48
314+
315+ Directive => Local Value => Master Value
316+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
317+
318+ pdo_sqlite
319+
320+ PDO Driver for SQLite 3.x => enabled
321+ SQLite Library => 3.7.7.1
322+
323+ Phar
324+
325+ Phar: PHP Archive support => enabled
326+ Phar EXT version => 2.0.1
327+ Phar API version => 1.1.1
328+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
329+ Phar-based phar archives => enabled
330+ Tar-based phar archives => enabled
331+ ZIP-based phar archives => enabled
332+ gzip compression => enabled
333+ bzip2 compression => enabled
334+ OpenSSL support => disabled (install ext/openssl)
335+
336+
337+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
338+ Phar fully realized by Gregory Beaver and Marcus Boerger.
339+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
340+ Directive => Local Value => Master Value
342+ phar.readonly => Off => Off
343+ phar.require_hash => Off => Off
344+
345+ posix
346+
347+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
348+
349+ Reflection
350+
351+ Reflection => enabled
352+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
353+
354+ session
355+
356+ Session Support => enabled
357+ Registered save handlers => files user
358+ Registered serializer handlers => php php_binary
359+
360+ Directive => Local Value => Master Value
361+ session.auto_start => Off => Off
362+ session.cache_expire => 180 => 180
363+ session.cache_limiter => nocache => nocache
364+ session.cookie_domain => no value => no value
365+ session.cookie_httponly => Off => Off
366+ session.cookie_lifetime => 0 => 0
367+ session.cookie_path => / => /
368+ session.cookie_secure => Off => Off
369+ session.entropy_file => /dev/urandom => /dev/urandom
370+ session.entropy_length => 32 => 32
371+ session.gc_divisor => 100 => 100
372+ session.gc_maxlifetime => 1440 => 1440
373+ session.gc_probability => 1 => 1
374+ session.hash_bits_per_character => 4 => 4
375+ session.hash_function => 0 => 0
376+ session.name => PHPSESSID => PHPSESSID
377+ session.referer_check => no value => no value
378+ session.save_handler => files => files
379+ session.save_path => no value => no value
380+ session.serialize_handler => php => php
381+ session.upload_progress.cleanup => On => On
382+ session.upload_progress.enabled => On => On
383+ session.upload_progress.freq => 1% => 1%
384+ session.upload_progress.min_freq => 1 => 1
385+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
386+ session.upload_progress.prefix => upload_progress_ => upload_progress_
387+ session.use_cookies => On => On
388+ session.use_only_cookies => On => On
389+ session.use_trans_sid => 0 => 0
390+
391+ SimpleXML
392+
393+ Simplexml support => enabled
394+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
395+ Schema support => enabled
396+
397+ soap
398+
399+ Soap Client => enabled
400+ Soap Server => enabled
401+
402+ Directive => Local Value => Master Value
403+ soap.wsdl_cache => 1 => 1
404+ soap.wsdl_cache_dir => /tmp => /tmp
405+ soap.wsdl_cache_enabled => 1 => 1
406+ soap.wsdl_cache_limit => 5 => 5
407+ soap.wsdl_cache_ttl => 86400 => 86400
408+
409+ SPL
410+
411+ SPL support => enabled
412+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
413+ 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
414+
415+ sqlite3
416+
417+ SQLite3 support => enabled
418+ SQLite3 module version => 0.7
419+ SQLite Library => 3.7.7.1
420+
421+ Directive => Local Value => Master Value
422+ sqlite3.extension_dir => no value => no value
423+
424+ standard
425+
426+ Dynamic Library Support => enabled
427+ Path to sendmail => /usr/sbin/sendmail -t -i
428+
429+ Directive => Local Value => Master Value
430+ assert.active => 1 => 1
431+ assert.bail => 0 => 0
432+ assert.callback => no value => no value
433+ assert.quiet_eval => 0 => 0
434+ assert.warning => 1 => 1
435+ auto_detect_line_endings => 0 => 0
436+ default_socket_timeout => 60 => 60
437+ from => no value => no value
438+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
439+ user_agent => no value => no value
440+
441+ tokenizer
442+
443+ Tokenizer Support => enabled
444+
445+ xml
446+
447+ XML Support => active
448+ XML Namespace Support => active
449+ libxml2 Version => 2.6.26
450+
451+ xmlreader
452+
453+ XMLReader => enabled
454+
455+ xmlwriter
456+
457+ XMLWriter => enabled
458+
459+ zlib
460+
461+ ZLib Support => enabled
462+ Stream Wrapper => compress.zlib://
463+ Stream Filter => zlib.inflate, zlib.deflate
464+ Compiled Version => 1.2.3
465+ Linked Version => 1.2.3
466+
467+ Directive => Local Value => Master Value
468+ zlib.output_compression => Off => Off
469+ zlib.output_compression_level => -1 => -1
470+ zlib.output_handler => no value => no value
471+
472+ Additional Modules
473+
474+ Module Name
475+ phpinfo()
476+
477+ bcmath
478+
479+ BCMath support => enabled
480+
481+ Directive => Local Value => Master Value
482+ bcmath.scale => 0 => 0
483+
484+ bz2
485+
486+ BZip2 Support => Enabled
487+ Stream Wrapper support => compress.bzip2://
488+ Stream Filter support => bzip2.decompress, bzip2.compress
489+ BZip2 Version => 1.0.3, 15-Feb-2005
490+
491+ Core
492+
493+ PHP Version => 5.4.23
494+
495+ Directive => Local Value => Master Value
496+ allow_url_fopen => On => On
497+ allow_url_include => Off => Off
498+ always_populate_raw_post_data => Off => Off
499+ arg_separator.input => & => &
500+ arg_separator.output => & => &
501+ asp_tags => Off => Off
502+ auto_append_file => no value => no value
503+ auto_globals_jit => On => On
504+ auto_prepend_file => no value => no value
505+ browscap => no value => no value
506+ default_charset => no value => no value
507+ default_mimetype => text/html => text/html
508+ disable_classes => no value => no value
509+ disable_functions => no value => no value
510+ display_errors => STDOUT => STDOUT
511+ display_startup_errors => On => On
512+ doc_root => no value => no value
513+ docref_ext => .html => .html
514+ docref_root => no value => no value
515+ enable_dl => On => On
516+ enable_post_data_reading => On => On
517+ error_append_string => no value => no value
518+ error_log => no value => no value
519+ error_prepend_string => no value => no value
520+ error_reporting => 32767 => 32767
521+ exit_on_timeout => Off => Off
522+ expose_php => On => On
523+ extension_dir => /data/install/php-5.4.23/modules/ => /data/install/php-5.4.23/modules/
524+ file_uploads => On => On
525+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
526+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
527+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
528+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
529+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
530+ html_errors => Off => Off
531+ ignore_repeated_errors => Off => Off
532+ ignore_repeated_source => Off => Off
533+ ignore_user_abort => Off => Off
534+ implicit_flush => On => On
535+ include_path => .:/var/www/php5/lib/php => .:/var/www/php5/lib/php
536+ log_errors => Off => Off
537+ log_errors_max_len => 1024 => 1024
538+ mail.add_x_header => Off => Off
539+ mail.force_extra_parameters => no value => no value
540+ mail.log => no value => no value
541+ max_execution_time => 0 => 0
542+ max_file_uploads => 20 => 20
543+ max_input_nesting_level => 64 => 64
544+ max_input_time => -1 => -1
545+ max_input_vars => 1000 => 1000
546+ memory_limit => 128M => 128M
547+ open_basedir => no value => no value
548+ output_buffering => no value => no value
549+ output_handler => no value => no value
550+ post_max_size => 8M => 8M
551+ precision => 14 => 14
552+ realpath_cache_size => 16K => 16K
553+ realpath_cache_ttl => 120 => 120
554+ register_argc_argv => On => On
555+ report_memleaks => On => On
556+ report_zend_debug => Off => Off
557+ request_order => no value => no value
558+ sendmail_from => no value => no value
559+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
560+ serialize_precision => 17 => 17
561+ short_open_tag => On => On
562+ SMTP => localhost => localhost
563+ smtp_port => 25 => 25
564+ sql.safe_mode => Off => Off
565+ track_errors => On => On
566+ unserialize_callback_func => no value => no value
567+ upload_max_filesize => 2M => 2M
568+ upload_tmp_dir => no value => no value
569+ user_dir => no value => no value
570+ user_ini.cache_ttl => 300 => 300
571+ user_ini.filename => .user.ini => .user.ini
572+ variables_order => EGPCS => EGPCS
573+ xmlrpc_error_number => 0 => 0
574+ xmlrpc_errors => Off => Off
575+ zend.detect_unicode => On => On
576+ zend.enable_gc => On => On
577+ zend.multibyte => Off => Off
578+ zend.script_encoding => no value => no value
579+
580+ ctype
581+
582+ ctype functions => enabled
583+
584+ curl
585+
586+ cURL support => enabled
587+ cURL Information => 7.15.5
588+ Age => 2
589+ Features
590+ AsynchDNS => No
591+ Debug => No
592+ GSS-Negotiate => Yes
593+ IDN => Yes
594+ IPv6 => Yes
595+ Largefile => Yes
596+ NTLM => Yes
597+ SPNEGO => No
598+ SSL => Yes
599+ SSPI => No
600+ krb4 => No
601+ libz => Yes
602+ CharConv => No
603+ Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps
604+ Host => x86_64-redhat-linux-gnu
605+ SSL Version => OpenSSL/0.9.8b
606+ ZLib Version => 1.2.3
607+
608+ date
609+
610+ date/time support => enabled
611+ "Olson" Timezone Database Version => 2013.8
612+ Timezone Database => internal
613+
614+ Warning: phpinfo(): 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 %s/phpinfo_001.php on line 5
615+ Default timezone => UTC
616+
617+ Directive => Local Value => Master Value
618+ date.default_latitude => 31.7667 => 31.7667
619+ date.default_longitude => 35.2333 => 35.2333
620+ date.sunrise_zenith => 90.583333 => 90.583333
621+ date.sunset_zenith => 90.583333 => 90.583333
622+ date.timezone => no value => no value
623+
624+ dom
625+
626+ DOM/XML => enabled
627+ DOM/XML API Version => 20031129
628+ libxml Version => 2.6.26
629+ HTML Support => enabled
630+ XPath Support => enabled
631+ XPointer Support => enabled
632+ Schema Support => enabled
633+ RelaxNG Support => enabled
634+
635+ ereg
636+
637+ Regex Library => Bundled library enabled
638+
639+ fileinfo
640+
641+ fileinfo support => enabled
642+ version => 1.0.5
643+
644+ filter
645+
646+ Input Validation and Filtering => enabled
647+ Revision => $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
648+
649+ Directive => Local Value => Master Value
650+ filter.default => unsafe_raw => unsafe_raw
651+ filter.default_flags => no value => no value
652+
653+ ftp
654+
655+ FTP support => enabled
656+
657+ gd
658+
659+ GD Support => enabled
660+ GD Version => bundled (2.1.0 compatible)
661+ FreeType Support => enabled
662+ FreeType Linkage => with freetype
663+ FreeType Version => 2.2.1
664+ GIF Read Support => enabled
665+ GIF Create Support => enabled
666+ JPEG Support => enabled
667+ libJPEG Version => 6b
668+ PNG Support => enabled
669+ libPNG Version => 1.2.10
670+ WBMP Support => enabled
671+ XBM Support => enabled
672+
673+ Directive => Local Value => Master Value
674+ gd.jpeg_ignore_warning => 0 => 0
675+
676+ gettext
677+
678+ GetText Support => enabled
679+
680+ hash
681+
682+ hash support => enabled
683+ 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
684+
685+ iconv
686+
687+ iconv support => enabled
688+ iconv implementation => glibc
689+ iconv library version => 2.5
690+
691+ Directive => Local Value => Master Value
692+ iconv.input_encoding => ISO-8859-1 => ISO-8859-1
693+ iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
694+ iconv.output_encoding => ISO-8859-1 => ISO-8859-1
695+
696+ json
697+
698+ json support => enabled
699+ json version => 1.2.1
700+
701+ libxml
702+
703+ libXML support => active
704+ libXML Compiled Version => 2.6.26
705+ libXML Loaded Version => 20626
706+ libXML streams => enabled
707+
708+ mbstring
709+
710+ Multibyte Support => enabled
711+ Multibyte string engine => libmbfl
712+ HTTP input encoding translation => disabled
713+ libmbfl version => 1.3.2
714+
715+ mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
716+
717+ Multibyte (japanese) regex support => enabled
718+ Multibyte regex (oniguruma) backtrack check => On
719+ Multibyte regex (oniguruma) version => 4.7.1
720+
721+ Directive => Local Value => Master Value
722+ mbstring.detect_order => no value => no value
723+ mbstring.encoding_translation => Off => Off
724+ mbstring.func_overload => 0 => 0
725+ mbstring.http_input => pass => pass
726+ mbstring.http_output => pass => pass
727+ mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
728+ mbstring.internal_encoding => no value => no value
729+ mbstring.language => neutral => neutral
730+ mbstring.strict_detection => Off => Off
731+ mbstring.substitute_character => no value => no value
732+
733+ mcrypt
734+
735+ mcrypt support => enabled
736+ mcrypt_filter support => enabled
737+ Version => 2.5.7
738+ Api No => 20021217
739+ 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
740+ Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
741+
742+ Directive => Local Value => Master Value
743+ mcrypt.algorithms_dir => no value => no value
744+ mcrypt.modes_dir => no value => no value
745+
746+ mysql
747+
748+ MySQL Support => enabled
749+ Active Persistent Links => 0
750+ Active Links => 0
751+ Client API version => 5.1.48
752+ MYSQL_MODULE_TYPE => external
753+ MYSQL_SOCKET => /tmp/mysql.sock
754+ MYSQL_INCLUDE => -I/usr/local/mysql/include/mysql
755+ MYSQL_LIBS => -L/usr/local/mysql/lib/mysql -lmysqlclient
756+
757+ Directive => Local Value => Master Value
758+ mysql.allow_local_infile => On => On
759+ mysql.allow_persistent => On => On
760+ mysql.connect_timeout => 60 => 60
761+ mysql.default_host => no value => no value
762+ mysql.default_password => no value => no value
763+ mysql.default_port => no value => no value
764+ mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
765+ mysql.default_user => no value => no value
766+ mysql.max_links => Unlimited => Unlimited
767+ mysql.max_persistent => Unlimited => Unlimited
768+ mysql.trace_mode => Off => Off
769+
770+ pcre
771+
772+ PCRE (Perl Compatible Regular Expressions) Support => enabled
773+ PCRE Library Version => 8.32 2012-11-30
774+
775+ Directive => Local Value => Master Value
776+ pcre.backtrack_limit => 1000000 => 1000000
777+ pcre.recursion_limit => 100000 => 100000
778+
779+ PDO
780+
781+ PDO support => enabled
782+ PDO drivers => mysql, sqlite
783+
784+ pdo_mysql
785+
786+ PDO Driver for MySQL => enabled
787+ Client API version => 5.1.48
788+
789+ Directive => Local Value => Master Value
790+ pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
791+
792+ pdo_sqlite
793+
794+ PDO Driver for SQLite 3.x => enabled
795+ SQLite Library => 3.7.7.1
796+
797+ Phar
798+
799+ Phar: PHP Archive support => enabled
800+ Phar EXT version => 2.0.1
801+ Phar API version => 1.1.1
802+ SVN revision => $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
803+ Phar-based phar archives => enabled
804+ Tar-based phar archives => enabled
805+ ZIP-based phar archives => enabled
806+ gzip compression => enabled
807+ bzip2 compression => enabled
808+ OpenSSL support => disabled (install ext/openssl)
809+
810+
811+ Phar based on pear/PHP_Archive, original concept by Davey Shafik.
812+ Phar fully realized by Gregory Beaver and Marcus Boerger.
813+ Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
814+ Directive => Local Value => Master Value
815+ phar.cache_list => no value => no value
818+
820+
821+ Revision => $Id: 32db6705f5b617967a546be3114e178a4138c1ca $
822+
823+ Reflection
824+
825+ Reflection => enabled
826+ Version => $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
827+
828+ session
829+
830+ Session Support => enabled
831+ Registered save handlers => files user
832+ Registered serializer handlers => php php_binary
833+
834+ Directive => Local Value => Master Value
835+ session.auto_start => Off => Off
836+ session.cache_expire => 180 => 180
837+ session.cache_limiter => nocache => nocache
838+ session.cookie_domain => no value => no value
839+ session.cookie_httponly => Off => Off
840+ session.cookie_lifetime => 0 => 0
841+ session.cookie_path => / => /
842+ session.cookie_secure => Off => Off
843+ session.entropy_file => /dev/urandom => /dev/urandom
844+ session.entropy_length => 32 => 32
845+ session.gc_divisor => 100 => 100
846+ session.gc_maxlifetime => 1440 => 1440
847+ session.gc_probability => 1 => 1
848+ session.hash_bits_per_character => 4 => 4
849+ session.hash_function => 0 => 0
850+ session.name => PHPSESSID => PHPSESSID
851+ session.referer_check => no value => no value
852+ session.save_handler => files => files
853+ session.save_path => no value => no value
854+ session.serialize_handler => php => php
855+ session.upload_progress.cleanup => On => On
856+ session.upload_progress.enabled => On => On
857+ session.upload_progress.freq => 1% => 1%
858+ session.upload_progress.min_freq => 1 => 1
859+ session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
860+ session.upload_progress.prefix => upload_progress_ => upload_progress_
861+ session.use_cookies => On => On
862+ session.use_only_cookies => On => On
863+ session.use_trans_sid => 0 => 0
864+
865+ SimpleXML
866+
867+ Simplexml support => enabled
868+ Revision => $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
869+ Schema support => enabled
870+
871+ soap
872+
873+ Soap Client => enabled
874+ Soap Server => enabled
875+
876+ Directive => Local Value => Master Value
877+ soap.wsdl_cache => 1 => 1
878+ soap.wsdl_cache_dir => /tmp => /tmp
879+ soap.wsdl_cache_enabled => 1 => 1
880+ soap.wsdl_cache_limit => 5 => 5
881+ soap.wsdl_cache_ttl => 86400 => 86400
882+
883+ SPL
884+
885+ SPL support => enabled
886+ Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
887+ 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
888+
889+ sqlite3
890+
891+ SQLite3 support => enabled
892+ SQLite3 module version => 0.7
893+ SQLite Library => 3.7.7.1
894+
895+ Directive => Local Value => Master Value
896+ sqlite3.extension_dir => no value => no value
897+
898+ standard
899+
900+ Dynamic Library Support => enabled
901+ Path to sendmail => /usr/sbin/sendmail -t -i
902+
903+ Directive => Local Value => Master Value
904+ assert.active => 1 => 1
905+ assert.bail => 0 => 0
906+ assert.callback => no value => no value
907+ assert.quiet_eval => 0 => 0
908+ assert.warning => 1 => 1
909+ auto_detect_line_endings => 0 => 0
910+ default_socket_timeout => 60 => 60
911+ from => no value => no value
912+ url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
913+ user_agent => no value => no value
914+
915+ tokenizer
916+
917+ Tokenizer Support => enabled
918+
919+ xml
920+
921+ XML Support => active
922+ XML Namespace Support => active
923+ libxml2 Version => 2.6.26
924+
925+ xmlreader
926+
927+ XMLReader => enabled
928+
929+ xmlwriter
930+
931+ XMLWriter => enabled
932+
933+ zlib
934+
935+ ZLib Support => enabled
936+ Stream Wrapper => compress.zlib://
937+ Stream Filter => zlib.inflate, zlib.deflate
938+ Compiled Version => 1.2.3
939+ Linked Version => 1.2.3
940+
941+ Directive => Local Value => Master Value
942+ zlib.output_compression => Off => Off
943+ zlib.output_compression_level => -1 => -1
944+ zlib.output_handler => no value => no value
945+
946+ Additional Modules
947+
948+ Module Name
949+ ===DONE===