Advertisement
Guest User

Untitled

a guest
Jul 24th, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.89 KB | None | 0 0
  1. [root@storm]# cat /etc/centos-release
  2. CentOS release 6.4 (Final)
  3.  
  4. [root@storm]# pecl install Xdebug
  5. Failed loading xdebug.so: xdebug.so: cannot open shared object file: No such file or directory
  6. downloading xdebug-2.3.2.tgz ...
  7. Starting to download xdebug-2.3.2.tgz (266,287 bytes)
  8. ........................................................done: 266,287 bytes
  9. 74 source files, building
  10. running: phpize
  11. Configuring for:
  12. PHP Api Version: 20100412
  13. Zend Module Api No: 20100525
  14. Zend Extension Api No: 220100525
  15. building in /var/tmp/pear-build-rootNTtRn6/xdebug-2.3.2
  16. .
  17. .
  18. .
  19. Build process completed successfully
  20. Installing '/usr/lib64/php/modules/xdebug.so'
  21. install ok: channel://pecl.php.net/xdebug-2.3.2
  22. configuration option "php_ini" is not set to php.ini location
  23. You should add "zend_extension=/usr/lib64/php/modules/xdebug.so" to php.ini
  24.  
  25. [xdebug]
  26. zend_extension=/usr/lib64/php/modules/xdebug.so
  27. xdebug.remote_autostart=on
  28. xdebug.remote_enable=on
  29. xdebug.remote_handler=dbgp
  30. xdebug.remote_mode=req
  31. xdebug.remote_host=localhost
  32. xdebug.remote_port=9000
  33.  
  34. [root@storm]# service httpd restart
  35.  
  36. [Fri Jul 24 13:21:12 2015] [notice] caught SIGTERM, shutting down
  37. Failed loading /usr/lib64/php/modules/xdebug.so: /usr/lib64/php/modules/xdebug.so: undefined symbol: sapi_globals
  38. Failed loading /usr/lib64/php/modules/xdebug.so: /usr/lib64/php/modules/xdebug.so: undefined symbol: sapi_globals
  39. [Fri Jul 24 13:21:14 2015] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
  40. [Fri Jul 24 13:21:14 2015] [notice] Digest: generating secret for digest authentication ...
  41. [Fri Jul 24 13:21:14 2015] [notice] Digest: done
  42. [Fri Jul 24 13:21:14 2015] [notice] Apache/2.2.24 (Unix) DAV/2 PHP/5.4.43 configured -- resuming normal operations
  43.  
  44. [root@storm]# php -v
  45. PHP 5.4.43 (cli) (built: Jul 8 2015 12:08:50)
  46. Copyright (c) 1997-2014 The PHP Group
  47. Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
  48. with Xdebug v2.3.3, Copyright (c) 2002-2015, by Derick Rethans
  49. with Zend OPcache v7.0.4, Copyright (c) 1999-2014, by Zend Technologies
  50.  
  51. <?php
  52.  
  53. phpinfo();
  54. ?>
  55.  
  56. PHP Logo
  57. PHP Version 5.4.43
  58.  
  59. System Linux storm.temple 2.6.32-358.11.1.el6.x86_64 #1 SMP Wed Jun 12 03:34:52 UTC 2013 x86_64
  60. Build Date Jul 8 2015 12:10:43
  61. Server API Apache 2.0 Handler
  62. Virtual Directory Support enabled
  63. Configuration File (php.ini) Path /etc
  64. Loaded Configuration File /etc/php.ini
  65. Scan this dir for additional .ini files /etc/php-zts.d
  66. Additional .ini files parsed /etc/php-zts.d/curl.ini, /etc/php-zts.d/dom.ini, /etc/php-zts.d/fileinfo.ini, /etc/php-zts.d/gd.ini, /etc/php-zts.d/gmp.ini, /etc/php-zts.d/imap.ini, /etc/php-zts.d/json.ini, /etc/php-zts.d/mbstring.ini, /etc/php-zts.d/mcrypt.ini, /etc/php-zts.d/mysql.ini, /etc/php-zts.d/mysqli.ini, /etc/php-zts.d/opcache.ini, /etc/php-zts.d/pdo.ini, /etc/php-zts.d/pdo_mysql.ini, /etc/php-zts.d/pdo_sqlite.ini, /etc/php-zts.d/phar.ini, /etc/php-zts.d/posix.ini, /etc/php-zts.d/soap.ini, /etc/php-zts.d/sqlite3.ini, /etc/php-zts.d/sysvmsg.ini, /etc/php-zts.d/sysvsem.ini, /etc/php-zts.d/sysvshm.ini, /etc/php-zts.d/wddx.ini, /etc/php-zts.d/xhprof.ini, /etc/php-zts.d/xmlreader.ini, /etc/php-zts.d/xmlrpc.ini, /etc/php-zts.d/xmlwriter.ini, /etc/php-zts.d/xsl.ini, /etc/php-zts.d/zip.ini
  67. PHP API 20100412
  68. PHP Extension 20100525
  69. Zend Extension 220100525
  70. Zend Extension Build API220100525,TS
  71. PHP Extension Build API20100525,TS
  72. Debug Build no
  73. Thread Safety enabled
  74. Zend Signal Handling disabled
  75. Zend Memory Manager enabled
  76. Zend Multibyte Support provided by mbstring
  77. IPv6 Support enabled
  78. DTrace Support disabled
  79. Registered PHP Streams https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar, zip
  80. Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
  81. Registered Stream Filters zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, mcrypt.*, mdecrypt.*
  82.  
  83. Zend logo This program makes use of the Zend Scripting Language Engine:
  84. Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
  85. with Zend OPcache v7.0.4, Copyright (c) 1999-2014, by Zend Technologies
  86.  
  87. PHP Credits
  88. Configuration
  89. apache2handler
  90. Apache Version Apache/2.2.24 (CentOS)
  91. Apache API Version 20051115
  92. Server Administrator webservants.rns@gmail.com
  93. Hostname:Port radhanathswamiinspires.com:0
  94. User/Group apache(48)/48
  95. Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100
  96. Timeouts Connection: 120 - Keep-Alive: 15
  97. Virtual Server Yes
  98. Server Root /etc/httpd
  99. Loaded Modules core worker http_core mod_so mod_auth_basic mod_auth_digest mod_authn_file mod_authn_alias mod_authn_anon mod_authn_dbm mod_authn_default mod_authz_host mod_authz_user mod_authz_owner mod_authz_groupfile mod_authz_dbm mod_authz_default util_ldap mod_authnz_ldap mod_include mod_log_config mod_logio mod_env mod_ext_filter mod_mime_magic mod_expires mod_deflate mod_headers mod_usertrack mod_setenvif mod_mime mod_dav mod_status mod_autoindex mod_info mod_dav_fs mod_vhost_alias mod_negotiation mod_dir mod_actions mod_speling mod_userdir mod_alias mod_rewrite mod_proxy mod_proxy_balancer mod_proxy_ftp mod_proxy_http mod_proxy_connect mod_cache mod_suexec mod_disk_cache mod_file_cache mod_mem_cache mod_cgi mod_dnssd mod_php5 mod_proxy_ajp
  100.  
  101. Directive Local Value Master Value
  102. engine 1 1
  103. last_modified 0 0
  104. xbithack 0 0
  105.  
  106. Apache Environment
  107. Variable Value
  108. HTTP_HOST radhanathswamiinspires.com
  109. HTTP_USER_AGENT Mozilla/5.0 (X11; Linux i686; rv:37.0) Gecko/20100101 Firefox/37.0
  110. HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  111. HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
  112. HTTP_ACCEPT_ENCODING gzip, deflate
  113. HTTP_CONNECTION keep-alive
  114. PATH /sbin:/usr/sbin:/bin:/usr/bin
  115. SERVER_SIGNATURE no value
  116. SERVER_SOFTWARE Apache/2.2.24 (CentOS)
  117. SERVER_NAME radhanathswamiinspires.com
  118. SERVER_ADDR 192.168.1.22
  119. SERVER_PORT 80
  120. REMOTE_ADDR 192.168.4.160
  121. DOCUMENT_ROOT /home/sites/lwsites/inspires/public_html
  122. SERVER_ADMIN webservants.rns@gmail.com
  123. SCRIPT_FILENAME /home/sites/lwsites/inspires/public_html/sample.php
  124. REMOTE_PORT 58897
  125. GATEWAY_INTERFACE CGI/1.1
  126. SERVER_PROTOCOL HTTP/1.1
  127. REQUEST_METHOD GET
  128. QUERY_STRING no value
  129. REQUEST_URI /sample.php
  130. SCRIPT_NAME /sample.php
  131.  
  132. HTTP Headers Information
  133. HTTP Request Headers
  134. HTTP Request GET /sample.php HTTP/1.1
  135. Host radhanathswamiinspires.com
  136. User-Agent Mozilla/5.0 (X11; Linux i686; rv:37.0) Gecko/20100101 Firefox/37.0
  137. Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  138. Accept-Language en-US,en;q=0.5
  139. Accept-Encoding gzip, deflate
  140. Connection keep-alive
  141. HTTP Response Headers
  142. X-Powered-By PHP/5.4.43
  143.  
  144. bz2
  145. BZip2 Support Enabled
  146. Stream Wrapper support compress.bzip2://
  147. Stream Filter support bzip2.decompress, bzip2.compress
  148. BZip2 Version 1.0.5, 10-Dec-2007
  149.  
  150. calendar
  151. Calendar support enabled
  152.  
  153. Core
  154. PHP Version 5.4.43
  155.  
  156. Directive Local Value Master Value
  157. allow_url_fopen On On
  158. allow_url_include Off Off
  159. always_populate_raw_post_data Off Off
  160. arg_separator.input & &
  161. arg_separator.output & &
  162. asp_tags Off Off
  163. auto_append_file no value no value
  164. auto_globals_jit On On
  165. auto_prepend_file no value no value
  166. browscap no value no value
  167. default_charset no value no value
  168. default_mimetype text/html text/html
  169. disable_classes no value no value
  170. disable_functions no value no value
  171. display_errors Off Off
  172. display_startup_errors Off Off
  173. doc_root no value no value
  174. docref_ext no value no value
  175. docref_root no value no value
  176. enable_dl Off Off
  177. enable_post_data_reading On On
  178. error_append_string no value no value
  179. error_log no value no value
  180. error_prepend_string no value no value
  181. error_reporting 32767 32767
  182. exit_on_timeout Off Off
  183. expose_php On On
  184. extension_dir /usr/lib64/php-zts/modules /usr/lib64/php-zts/modules
  185. file_uploads On On
  186. highlight.comment #FF8000 #FF8000
  187. highlight.default #0000BB #0000BB
  188. highlight.html #000000 #000000
  189. highlight.keyword #007700 #007700
  190. highlight.string #DD0000 #DD0000
  191. html_errors On On
  192. ignore_repeated_errors Off Off
  193. ignore_repeated_source Off Off
  194. ignore_user_abort Off Off
  195. implicit_flush Off Off
  196. include_path .:/usr/share/pear:/usr/share/php .:/usr/share/pear:/usr/share/php
  197. log_errors On On
  198. log_errors_max_len 1024 1024
  199. mail.add_x_header On On
  200. mail.force_extra_parameters no value no value
  201. mail.log no value no value
  202. max_execution_time 30 30
  203. max_file_uploads 20 20
  204. max_input_nesting_level 64 64
  205. max_input_time 60 60
  206. max_input_vars 1000 1000
  207. memory_limit 128M 128M
  208. open_basedir no value no value
  209. output_buffering 4096 4096
  210. output_handler no value no value
  211. post_max_size 8M 8M
  212. precision 14 14
  213. realpath_cache_size 16K 16K
  214. realpath_cache_ttl 120 120
  215. register_argc_argv Off Off
  216. report_memleaks On On
  217. report_zend_debug On On
  218. request_order GP GP
  219. sendmail_from no value no value
  220. sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
  221. serialize_precision 17 17
  222. short_open_tag Off Off
  223. SMTP localhost localhost
  224. smtp_port 25 25
  225. sql.safe_mode Off Off
  226. track_errors Off Off
  227. unserialize_callback_func no value no value
  228. upload_max_filesize 20M 20M
  229. upload_tmp_dir no value no value
  230. user_dir no value no value
  231. user_ini.cache_ttl 300 300
  232. user_ini.filename .user.ini .user.ini
  233. variables_order GPCS GPCS
  234. xmlrpc_error_number 0 0
  235. xmlrpc_errors Off Off
  236. zend.detect_unicode On On
  237. zend.enable_gc On On
  238. zend.multibyte Off Off
  239. zend.script_encoding no value no value
  240.  
  241. ctype
  242. ctype functions enabled
  243.  
  244. curl
  245. cURL support enabled
  246. cURL Information 7.19.7
  247. Age 3
  248. Features
  249. AsynchDNS No
  250. Debug No
  251. GSS-Negotiate Yes
  252. IDN Yes
  253. IPv6 Yes
  254. Largefile Yes
  255. NTLM Yes
  256. SPNEGO No
  257. SSL Yes
  258. SSPI No
  259. krb4 No
  260. libz Yes
  261. CharConv No
  262. Protocols tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
  263. Host x86_64-redhat-linux-gnu
  264. SSL Version NSS/3.16.2.3 Basic ECC
  265. ZLib Version 1.2.3
  266. libSSH Version libssh2/1.4.2
  267.  
  268. date
  269. date/time support enabled
  270. "Olson" Timezone Database Version 0.system
  271. Timezone Database internal
  272. Default timezone UTC
  273.  
  274. Directive Local Value Master Value
  275. date.default_latitude 31.7667 31.7667
  276. date.default_longitude 35.2333 35.2333
  277. date.sunrise_zenith 90.583333 90.583333
  278. date.sunset_zenith 90.583333 90.583333
  279. date.timezone Asia/Kolkatta Asia/Kolkatta
  280.  
  281. dom
  282. DOM/XML enabled
  283. DOM/XML API Version 20031129
  284. libxml Version 2.7.6
  285. HTML Support enabled
  286. XPath Support enabled
  287. XPointer Support enabled
  288. Schema Support enabled
  289. RelaxNG Support enabled
  290.  
  291. ereg
  292. Regex Library Bundled library enabled
  293.  
  294. exif
  295. EXIF Support enabled
  296. EXIF Version 1.4 $Id: 7f95ff43ea7cc9a2c41a912863ed70069c0e34c5 $
  297. Supported EXIF Version 0220
  298. Supported filetypes JPEG,TIFF
  299.  
  300. Directive Local Value Master Value
  301. exif.decode_jis_intel JIS JIS
  302. exif.decode_jis_motorola JIS JIS
  303. exif.decode_unicode_intel UCS-2LE UCS-2LE
  304. exif.decode_unicode_motorola UCS-2BE UCS-2BE
  305. exif.encode_jis no value no value
  306. exif.encode_unicode ISO-8859-15 ISO-8859-15
  307.  
  308. fileinfo
  309. fileinfo support enabled
  310. version 1.0.5
  311.  
  312. filter
  313. Input Validation and Filtering enabled
  314. Revision $Id: ad78b4a085153b8c7f4d6db5dc69df40e969c343 $
  315.  
  316. Directive Local Value Master Value
  317. filter.default unsafe_raw unsafe_raw
  318. filter.default_flags no value no value
  319.  
  320. ftp
  321. FTP support enabled
  322.  
  323. gd
  324. GD Support enabled
  325. GD Version bundled (2.1.0 compatible)
  326. FreeType Support enabled
  327. FreeType Linkage with freetype
  328. FreeType Version 2.3.11
  329. T1Lib Support enabled
  330. GIF Read Support enabled
  331. GIF Create Support enabled
  332. JPEG Support enabled
  333. libJPEG Version 6b
  334. PNG Support enabled
  335. libPNG Version 1.2.49
  336. WBMP Support enabled
  337. XPM Support enabled
  338. libXpm Version 30411
  339. XBM Support enabled
  340.  
  341. Directive Local Value Master Value
  342. gd.jpeg_ignore_warning 0 0
  343.  
  344. gettext
  345. GetText Support enabled
  346.  
  347. gmp
  348. gmp support enabled
  349. GMP version 4.3.1
  350.  
  351. hash
  352. hash support enabled
  353. 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
  354.  
  355. iconv
  356. iconv support enabled
  357. iconv implementation glibc
  358. iconv library version 2.12
  359.  
  360. Directive Local Value Master Value
  361. iconv.input_encoding ISO-8859-1 ISO-8859-1
  362. iconv.internal_encoding ISO-8859-1 ISO-8859-1
  363. iconv.output_encoding ISO-8859-1 ISO-8859-1
  364.  
  365. imap
  366. IMAP c-Client Version 2007e
  367. SSL Support enabled
  368. Kerberos Support enabled
  369.  
  370. json
  371. json support enabled
  372. json version 1.2.1
  373.  
  374. libxml
  375. libXML support active
  376. libXML Compiled Version 2.7.6
  377. libXML Loaded Version 20706
  378. libXML streams enabled
  379.  
  380. mbstring
  381. Multibyte Support enabled
  382. Multibyte string engine libmbfl
  383. HTTP input encoding translation disabled
  384. libmbfl version 1.3.2
  385.  
  386. mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
  387.  
  388. Multibyte (japanese) regex support enabled
  389. Multibyte regex (oniguruma) backtrack check On
  390. Multibyte regex (oniguruma) version 4.7.1
  391.  
  392. Directive Local Value Master Value
  393. mbstring.detect_order no value no value
  394. mbstring.encoding_translation Off Off
  395. mbstring.func_overload 0 0
  396. mbstring.http_input pass pass
  397. mbstring.http_output pass pass
  398. mbstring.http_output_conv_mimetypes ^(text/|application/xhtml+xml) ^(text/|application/xhtml+xml)
  399. mbstring.internal_encoding no value no value
  400. mbstring.language neutral neutral
  401. mbstring.strict_detection Off Off
  402. mbstring.substitute_character no value no value
  403.  
  404. mcrypt
  405. mcrypt support enabled
  406. mcrypt_filter support enabled
  407. Version 2.5.8
  408. Api No 20021217
  409. 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
  410. Supported modes cbc cfb ctr ecb ncfb nofb ofb stream
  411.  
  412. Directive Local Value Master Value
  413. mcrypt.algorithms_dir no value no value
  414. mcrypt.modes_dir no value no value
  415.  
  416. mhash
  417. MHASH support Enabled
  418. MHASH API Version Emulated Support
  419.  
  420. mysql
  421. MySQL Support enabled
  422. Active Persistent Links 0
  423. Active Links 0
  424. Client API version 5.5.39
  425. MYSQL_MODULE_TYPE external
  426. MYSQL_SOCKET /var/lib/mysql/mysql.sock
  427. MYSQL_INCLUDE -I/usr/include/mysql
  428. MYSQL_LIBS -L/usr/lib64/mysql -lmysqlclient_r
  429.  
  430. Directive Local Value Master Value
  431. mysql.allow_local_infile On On
  432. mysql.allow_persistent On On
  433. mysql.connect_timeout 60 60
  434. mysql.default_host no value no value
  435. mysql.default_password no value no value
  436. mysql.default_port no value no value
  437. mysql.default_socket /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock
  438. mysql.default_user no value no value
  439. mysql.max_links Unlimited Unlimited
  440. mysql.max_persistent Unlimited Unlimited
  441. mysql.trace_mode Off Off
  442.  
  443. mysqli
  444. MysqlI Support enabled
  445. Client API library version 5.5.39
  446. Active Persistent Links 0
  447. Inactive Persistent Links 0
  448. Active Links 0
  449. Client API header version 5.5.44
  450. MYSQLI_SOCKET /var/lib/mysql/mysql.sock
  451.  
  452. Directive Local Value Master Value
  453. mysqli.allow_local_infile On On
  454. mysqli.allow_persistent On On
  455. mysqli.default_host no value no value
  456. mysqli.default_port 3306 3306
  457. mysqli.default_pw no value no value
  458. mysqli.default_socket no value no value
  459. mysqli.default_user no value no value
  460. mysqli.max_links Unlimited Unlimited
  461. mysqli.max_persistent Unlimited Unlimited
  462. mysqli.reconnect Off Off
  463.  
  464. openssl
  465. OpenSSL support enabled
  466. OpenSSL Library Version OpenSSL 1.0.1e-fips 11 Feb 2013
  467. OpenSSL Header Version OpenSSL 1.0.1e-fips 11 Feb 2013
  468.  
  469. pcre
  470. PCRE (Perl Compatible Regular Expressions) Support enabled
  471. PCRE Library Version 8.37 2015-04-28
  472.  
  473. Directive Local Value Master Value
  474. pcre.backtrack_limit 1000000 1000000
  475. pcre.recursion_limit 100000 100000
  476.  
  477. PDO
  478. PDO support enabled
  479. PDO drivers mysql, sqlite
  480.  
  481. pdo_mysql
  482. PDO Driver for MySQL enabled
  483. Client API version 5.5.39
  484.  
  485. Directive Local Value Master Value
  486. pdo_mysql.default_socket /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock
  487.  
  488. pdo_sqlite
  489. PDO Driver for SQLite 3.x enabled
  490. SQLite Library 3.6.20
  491.  
  492. Phar
  493. Phar: PHP Archive support enabled
  494. Phar EXT version 2.0.1
  495. Phar API version 1.1.1
  496. SVN revision $Id: ba734629367f9671b25202408d13914fa63d8396 $
  497. Phar-based phar archives enabled
  498. Tar-based phar archives enabled
  499. ZIP-based phar archives enabled
  500. gzip compression enabled
  501. bzip2 compression enabled
  502. Native OpenSSL support enabled
  503.  
  504. Phar based on pear/PHP_Archive, original concept by Davey Shafik.
  505. Phar fully realized by Gregory Beaver and Marcus Boerger.
  506. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
  507.  
  508. Directive Local Value Master Value
  509. phar.cache_list no value no value
  510. phar.readonly On On
  511. phar.require_hash On On
  512.  
  513. posix
  514. Revision $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $
  515.  
  516. Reflection
  517. Reflection enabled
  518. Version $Id: f6367cdb4e3f392af4a6d441a6641de87c2e50c4 $
  519.  
  520. session
  521. Session Support enabled
  522. Registered save handlers files user
  523. Registered serializer handlers php php_binary wddx
  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 1000 1000
  537. session.gc_maxlifetime 1440 1440
  538. session.gc_probability 1 1
  539. session.hash_bits_per_character 5 5
  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 /var/lib/php/session 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. shmop
  557. shmop support enabled
  558.  
  559. SimpleXML
  560. Simplexml support enabled
  561. Revision $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $
  562. Schema support enabled
  563.  
  564. soap
  565. Soap Client enabled
  566. Soap Server enabled
  567.  
  568. Directive Local Value Master Value
  569. soap.wsdl_cache 1 1
  570. soap.wsdl_cache_dir /tmp /tmp
  571. soap.wsdl_cache_enabled 1 1
  572. soap.wsdl_cache_limit 5 5
  573. soap.wsdl_cache_ttl 86400 86400
  574.  
  575. sockets
  576. Sockets Support enabled
  577.  
  578. SPL
  579. SPL support enabled
  580. Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
  581. 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
  582.  
  583. sqlite3
  584. SQLite3 support enabled
  585. SQLite3 module version 0.7
  586. SQLite Library 3.6.20
  587.  
  588. Directive Local Value Master Value
  589. sqlite3.extension_dir no value no value
  590.  
  591. standard
  592. Dynamic Library Support enabled
  593. Path to sendmail /usr/sbin/sendmail -t -i
  594.  
  595. Directive Local Value Master Value
  596. assert.active 1 1
  597. assert.bail 0 0
  598. assert.callback no value no value
  599. assert.quiet_eval 0 0
  600. assert.warning 1 1
  601. auto_detect_line_endings 0 0
  602. default_socket_timeout 60 60
  603. from no value no value
  604. url_rewriter.tags a=href,area=href,frame=src,input=src,form=fakeentry a=href,area=href,frame=src,input=src,form=fakeentry
  605. user_agent no value no value
  606.  
  607. sysvmsg
  608. sysvmsg support enabled
  609. Revision $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $
  610.  
  611. tokenizer
  612. Tokenizer Support enabled
  613.  
  614. wddx
  615. WDDX Support enabled
  616. WDDX Session Serializer enabled
  617.  
  618. xhprof
  619. xhprof 0.9.2
  620. CPU num 1
  621.  
  622. xml
  623. XML Support active
  624. XML Namespace Support active
  625. libxml2 Version 2.7.6
  626.  
  627. xmlreader
  628. XMLReader enabled
  629.  
  630. xmlrpc
  631. core library version xmlrpc-epi v. 0.51
  632. php extension version 0.51
  633. author Dan Libby
  634. homepage http://xmlrpc-epi.sourceforge.net
  635. open sourced by Epinions.com
  636.  
  637. xmlwriter
  638. XMLWriter enabled
  639.  
  640. xsl
  641. XSL enabled
  642. libxslt Version 1.1.26
  643. libxslt compiled against libxml Version 2.7.6
  644. EXSLT enabled
  645. libexslt Version 1.1.26
  646.  
  647. Zend OPcache
  648. Opcode Caching Up and Running
  649. Optimization Enabled
  650. Startup OK
  651. Shared memory model mmap
  652. Cache hits 1827
  653. Cache misses 364
  654. Used memory 32120304
  655. Free memory 102097424
  656. Wasted memory 0
  657. Cached scripts 364
  658. Cached keys 467
  659. Max keys 7963
  660. OOM restarts 0
  661. Hash keys restarts 0
  662. Manual restarts 0
  663.  
  664. Directive Local Value Master Value
  665. opcache.blacklist_filename /etc/php-zts.d/opcache*.blacklist /etc/php-zts.d/opcache*.blacklist
  666. opcache.consistency_checks 0 0
  667. opcache.dups_fix Off Off
  668. opcache.enable On On
  669. opcache.enable_cli Off Off
  670. opcache.enable_file_override Off Off
  671. opcache.error_log no value no value
  672. opcache.fast_shutdown 0 0
  673. opcache.file_update_protection 2 2
  674. opcache.force_restart_timeout 180 180
  675. opcache.inherited_hack On On
  676. opcache.interned_strings_buffer 8 8
  677. opcache.load_comments 1 1
  678. opcache.log_verbosity_level 1 1
  679. opcache.max_accelerated_files 4000 4000
  680. opcache.max_file_size 0 0
  681. opcache.max_wasted_percentage 5 5
  682. opcache.memory_consumption 128 128
  683. opcache.optimization_level 0xFFFFFFFF 0xFFFFFFFF
  684. opcache.preferred_memory_model no value no value
  685. opcache.protect_memory 0 0
  686. opcache.restrict_api no value no value
  687. opcache.revalidate_freq 2 2
  688. opcache.revalidate_path Off Off
  689. opcache.save_comments 1 1
  690. opcache.use_cwd On On
  691. opcache.validate_timestamps On On
  692.  
  693. zip
  694. Zip enabled
  695. Extension Version $Id: abc21c7f1559e732dba6db94c69ecf638ae5fa3f $
  696. Zip version 1.11.0
  697. Libzip version 0.10.1
  698.  
  699. zlib
  700. ZLib Support enabled
  701. Stream Wrapper compress.zlib://
  702. Stream Filter zlib.inflate, zlib.deflate
  703. Compiled Version 1.2.3
  704. Linked Version 1.2.3
  705.  
  706. Directive Local Value Master Value
  707. zlib.output_compression Off Off
  708. zlib.output_compression_level -1 -1
  709. zlib.output_handler no value no value
  710.  
  711. Additional Modules
  712. Module Name
  713. sysvsem
  714. sysvshm
  715.  
  716. Environment
  717. Variable Value
  718. TERM xterm
  719. PATH /sbin:/usr/sbin:/bin:/usr/bin
  720. PWD /
  721. LANG C
  722. SHLVL 2
  723. _ /usr/sbin/httpd.worker
  724.  
  725. PHP Variables
  726. Variable Value
  727. _SERVER["HTTP_HOST"] radhanathswamiinspires.com
  728. _SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (X11; Linux i686; rv:37.0) Gecko/20100101 Firefox/37.0
  729. _SERVER["HTTP_ACCEPT"] text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  730. _SERVER["HTTP_ACCEPT_LANGUAGE"] en-US,en;q=0.5
  731. _SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate
  732. _SERVER["HTTP_CONNECTION"] keep-alive
  733. _SERVER["PATH"] /sbin:/usr/sbin:/bin:/usr/bin
  734. _SERVER["SERVER_SIGNATURE"] no value
  735. _SERVER["SERVER_SOFTWARE"] Apache/2.2.24 (CentOS)
  736. _SERVER["SERVER_NAME"] radhanathswamiinspires.com
  737. _SERVER["SERVER_ADDR"] 192.168.1.22
  738. _SERVER["SERVER_PORT"] 80
  739. _SERVER["REMOTE_ADDR"] 192.168.4.160
  740. _SERVER["DOCUMENT_ROOT"] /home/sites/lwsites/inspires/public_html
  741. _SERVER["SERVER_ADMIN"] webservants.rns@gmail.com
  742. _SERVER["SCRIPT_FILENAME"] /home/sites/lwsites/inspires/public_html/sample.php
  743. _SERVER["REMOTE_PORT"] 58897
  744. _SERVER["GATEWAY_INTERFACE"] CGI/1.1
  745. _SERVER["SERVER_PROTOCOL"] HTTP/1.1
  746. _SERVER["REQUEST_METHOD"] GET
  747. _SERVER["QUERY_STRING"] no value
  748. _SERVER["REQUEST_URI"] /sample.php
  749. _SERVER["SCRIPT_NAME"] /sample.php
  750. _SERVER["PHP_SELF"] /sample.php
  751. _SERVER["REQUEST_TIME_FLOAT"] 1437724624.872
  752. _SERVER["REQUEST_TIME"] 1437724624
  753.  
  754. PHP License
  755.  
  756. This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE
  757.  
  758. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  759.  
  760. If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement