Advertisement
Guest User

phpinfo()

a guest
Jun 11th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.37 KB | None | 0 0
  1. phpinfo()
  2. PHP Version => 5.4.3
  3.  
  4. System => Darwin doryphore.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64
  5. Build Date => May 9 2012 22:21:50
  6. Configure Command => './configure' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/private/etc' '--with-apxs2=/usr/sbin/apxs' '--enable-shared' '--enable-cli' '--with-config-file-path=/etc' '--with-libxml-dir=/usr' '--with-openssl=/usr' '--with-kerberos=/usr' '--with-zlib=/usr' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--with-curl=/usr' '--enable-dba' '--enable-exif' '--enable-ftp' '--with-gd' '--with-freetype-dir=/usr/X11/' '--with-jpeg-dir=/usr/X11/' '--with-png-dir=/usr/X11/' '--enable-gd-native-ttf' '--with-icu-dir=/usr/local' '--with-iodbc=/usr' '--with-ldap=/usr' '--with-ldap-sasl=/usr' '--with-libedit=/usr' '--enable-mbstring' '--enable-mbregex' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--without-pear' '--with-pdo-mysql=mysqlnd' '--with-mysql-sock=/tmp/mysql.sock' '--with-readline=/usr' '--enable-shmop' '--with-snmp=/usr' '--enable-soap' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-gettext' '--with-tidy' '--enable-wddx' '--with-xmlrpc' '--with-iconv-dir=/usr' '--with-xsl=/usr' '--enable-zip' '--with-pcre-regex' '--with-pgsql=/usr' '--with-pdo-pgsql=/usr' '--enable-fpm'
  7. Server API => Command Line Interface
  8. Virtual Directory Support => disabled
  9. Configuration File (php.ini) Path => /etc
  10. Loaded Configuration File => /etc/php.ini
  11. Scan this dir for additional .ini files => (none)
  12. Additional .ini files parsed => (none)
  13. PHP API => 20100412
  14. PHP Extension => 20100525
  15. Zend Extension => 220100525
  16. Zend Extension Build => API220100525,NTS
  17. PHP Extension Build => API20100525,NTS
  18. Debug Build => no
  19. Thread Safety => disabled
  20. Zend Signal Handling => disabled
  21. Zend Memory Manager => enabled
  22. Zend Multibyte Support => provided by mbstring
  23. IPv6 Support => enabled
  24. DTrace Support => disabled
  25.  
  26. Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, zip, phar
  27. Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
  28. Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, http.*, mcrypt.*, mdecrypt.*
  29.  
  30. This program makes use of the Zend Scripting Language Engine:
  31. Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
  32. with Xdebug v2.2.0rc1, Copyright (c) 2002-2012, by Derick Rethans
  33.  
  34.  
  35. _______________________________________________________________________
  36.  
  37.  
  38. Configuration
  39.  
  40. apc
  41.  
  42. APC Support => disabled
  43. Version => 3.1.9
  44. APC Debugging => Disabled
  45. MMAP Support => Enabled
  46. MMAP File Mask =>
  47. Locking type => pthread mutex Locks
  48. Serialization Support => broken
  49. Revision => $Revision: 324326 $
  50. Build Date => May 9 2012 22:41:18
  51.  
  52. Directive => Local Value => Master Value
  53. apc.cache_by_default => On => On
  54. apc.canonicalize => On => On
  55. apc.coredump_unmap => Off => Off
  56. apc.enable_cli => Off => Off
  57. apc.enabled => On => On
  58. apc.file_md5 => Off => Off
  59. apc.file_update_protection => 2 => 2
  60. apc.filters => no value => no value
  61. apc.gc_ttl => 3600 => 3600
  62. apc.include_once_override => Off => Off
  63. apc.lazy_classes => Off => Off
  64. apc.lazy_functions => Off => Off
  65. apc.max_file_size => 1M => 1M
  66. apc.mmap_file_mask => no value => no value
  67. apc.num_files_hint => 1000 => 1000
  68. apc.preload_path => no value => no value
  69. apc.report_autofilter => Off => Off
  70. apc.rfc1867 => Off => Off
  71. apc.rfc1867_freq => 0 => 0
  72. apc.rfc1867_name => APC_UPLOAD_PROGRESS => APC_UPLOAD_PROGRESS
  73. apc.rfc1867_prefix => upload_ => upload_
  74. apc.rfc1867_ttl => 3600 => 3600
  75. apc.serializer => default => default
  76. apc.shm_segments => 1 => 1
  77. apc.shm_size => 32M => 32M
  78. apc.shm_strings_buffer => 4M => 4M
  79. apc.slam_defense => On => On
  80. apc.stat => On => On
  81. apc.stat_ctime => Off => Off
  82. apc.ttl => 0 => 0
  83. apc.use_request_time => On => On
  84. apc.user_entries_hint => 4096 => 4096
  85. apc.user_ttl => 0 => 0
  86. apc.write_lock => On => On
  87.  
  88. bcmath
  89.  
  90. BCMath support => enabled
  91.  
  92. Directive => Local Value => Master Value
  93. bcmath.scale => 0 => 0
  94.  
  95. bz2
  96.  
  97. BZip2 Support => Enabled
  98. Stream Wrapper support => compress.bzip2://
  99. Stream Filter support => bzip2.decompress, bzip2.compress
  100. BZip2 Version => 1.0.6, 6-Sept-2010
  101.  
  102. calendar
  103.  
  104. Calendar support => enabled
  105.  
  106. Core
  107.  
  108. PHP Version => 5.4.3
  109.  
  110. Directive => Local Value => Master Value
  111. allow_url_fopen => On => On
  112. allow_url_include => Off => Off
  113. always_populate_raw_post_data => Off => Off
  114. arg_separator.input => & => &
  115. arg_separator.output => & => &
  116. asp_tags => Off => Off
  117. auto_append_file => no value => no value
  118. auto_globals_jit => On => On
  119. auto_prepend_file => no value => no value
  120. browscap => /usr/share/php/php_browscap.ini => /usr/share/php/php_browscap.ini
  121. default_charset => no value => no value
  122. default_mimetype => text/html => text/html
  123. disable_classes => no value => no value
  124. disable_functions => no value => no value
  125. display_errors => STDOUT => STDOUT
  126. display_startup_errors => On => On
  127. doc_root => no value => no value
  128. docref_ext => no value => no value
  129. docref_root => no value => no value
  130. enable_dl => Off => Off
  131. enable_post_data_reading => On => On
  132. error_append_string => no value => no value
  133. error_log => /var/log/php/errors.log => /var/log/php/errors.log
  134. error_prepend_string => no value => no value
  135. error_reporting => 32767 => 32767
  136. exit_on_timeout => Off => Off
  137. expose_php => On => On
  138. extension_dir => /usr/lib/php/extensions/no-debug-non-zts-20100525 => /usr/lib/php/extensions/no-debug-non-zts-20100525
  139. file_uploads => On => On
  140. highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
  141. highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
  142. highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
  143. highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
  144. highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
  145. html_errors => Off => Off
  146. ignore_repeated_errors => Off => Off
  147. ignore_repeated_source => Off => Off
  148. ignore_user_abort => Off => Off
  149. implicit_flush => On => On
  150. include_path => .:/usr/lib/php/pear => .:/usr/lib/php/pear
  151. log_errors => On => On
  152. log_errors_max_len => 1024 => 1024
  153. mail.add_x_header => On => On
  154. mail.force_extra_parameters => no value => no value
  155. mail.log => no value => no value
  156. max_execution_time => 0 => 0
  157. max_file_uploads => 20 => 20
  158. max_input_nesting_level => 64 => 64
  159. max_input_time => -1 => -1
  160. max_input_vars => 1000 => 1000
  161. memory_limit => 256M => 256M
  162. open_basedir => no value => no value
  163. output_buffering => 0 => 0
  164. output_handler => no value => no value
  165. post_max_size => 50M => 50M
  166. precision => 14 => 14
  167. realpath_cache_size => 16K => 16K
  168. realpath_cache_ttl => 120 => 120
  169. register_argc_argv => On => On
  170. report_memleaks => On => On
  171. report_zend_debug => Off => Off
  172. request_order => GP => GP
  173. sendmail_from => no value => no value
  174. sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
  175. serialize_precision => 17 => 17
  176. short_open_tag => Off => Off
  177. SMTP => localhost => localhost
  178. smtp_port => 25 => 25
  179. sql.safe_mode => Off => Off
  180. track_errors => On => On
  181. unserialize_callback_func => no value => no value
  182. upload_max_filesize => 50M => 50M
  183. upload_tmp_dir => no value => no value
  184. user_dir => no value => no value
  185. user_ini.cache_ttl => 300 => 300
  186. user_ini.filename => .user.ini => .user.ini
  187. variables_order => GPCS => GPCS
  188. xmlrpc_error_number => 0 => 0
  189. xmlrpc_errors => Off => Off
  190. zend.detect_unicode => On => On
  191. zend.enable_gc => On => On
  192. zend.multibyte => Off => Off
  193. zend.script_encoding => no value => no value
  194.  
  195. ctype
  196.  
  197. ctype functions => enabled
  198.  
  199. curl
  200.  
  201. cURL support => enabled
  202. cURL Information => 7.21.4
  203. Age => 3
  204. Features
  205. AsynchDNS => Yes
  206. Debug => No
  207. GSS-Negotiate => Yes
  208. IDN => No
  209. IPv6 => Yes
  210. Largefile => Yes
  211. NTLM => Yes
  212. SPNEGO => No
  213. SSL => Yes
  214. SSPI => No
  215. krb4 => No
  216. libz => Yes
  217. CharConv => No
  218. Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp
  219. Host => universal-apple-darwin11.0
  220. SSL Version => OpenSSL/0.9.8r
  221. ZLib Version => 1.2.5
  222.  
  223. date
  224.  
  225. date/time support => enabled
  226. "Olson" Timezone Database Version => 2012.2
  227. Timezone Database => internal
  228. Default timezone => America/Montreal
  229.  
  230. Directive => Local Value => Master Value
  231. date.default_latitude => 31.7667 => 31.7667
  232. date.default_longitude => 35.2333 => 35.2333
  233. date.sunrise_zenith => 90.583333 => 90.583333
  234. date.sunset_zenith => 90.583333 => 90.583333
  235. date.timezone => America/Montreal => America/Montreal
  236.  
  237. dba
  238.  
  239. DBA support => enabled
  240. Supported handlers => cdb cdb_make inifile flatfile
  241.  
  242. Directive => Local Value => Master Value
  243. dba.default_handler => flatfile => flatfile
  244.  
  245. dom
  246.  
  247. DOM/XML => enabled
  248. DOM/XML API Version => 20031129
  249. libxml Version => 2.7.3
  250. HTML Support => enabled
  251. XPath Support => enabled
  252. XPointer Support => enabled
  253. Schema Support => enabled
  254. RelaxNG Support => enabled
  255.  
  256. ereg
  257.  
  258. Regex Library => Bundled library enabled
  259.  
  260. exif
  261.  
  262. EXIF Support => enabled
  263. EXIF Version => 1.4 $Id$
  264. Supported EXIF Version => 0220
  265. Supported filetypes => JPEG,TIFF
  266.  
  267. Directive => Local Value => Master Value
  268. exif.decode_jis_intel => JIS => JIS
  269. exif.decode_jis_motorola => JIS => JIS
  270. exif.decode_unicode_intel => UCS-2LE => UCS-2LE
  271. exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
  272. exif.encode_jis => no value => no value
  273. exif.encode_unicode => ISO-8859-15 => ISO-8859-15
  274.  
  275. fileinfo
  276.  
  277. fileinfo support => enabled
  278. version => 1.0.5
  279.  
  280. filter
  281.  
  282. Input Validation and Filtering => enabled
  283. Revision => $Id: e523cdc8829892d1b4f9cb7c3c57b2ba1c36b9ea $
  284.  
  285. Directive => Local Value => Master Value
  286. filter.default => unsafe_raw => unsafe_raw
  287. filter.default_flags => no value => no value
  288.  
  289. ftp
  290.  
  291. FTP support => enabled
  292.  
  293. gd
  294.  
  295. GD Support => enabled
  296. GD Version => bundled (2.0.34 compatible)
  297. FreeType Support => enabled
  298. FreeType Linkage => with freetype
  299. FreeType Version => 2.4.7
  300. GIF Read Support => enabled
  301. GIF Create Support => enabled
  302. JPEG Support => enabled
  303. libJPEG Version => 8
  304. PNG Support => enabled
  305. libPNG Version => 1.5.4
  306. WBMP Support => enabled
  307. XBM Support => enabled
  308.  
  309. Directive => Local Value => Master Value
  310. gd.jpeg_ignore_warning => 0 => 0
  311.  
  312. gettext
  313.  
  314. GetText Support => enabled
  315.  
  316. hash
  317.  
  318. hash support => enabled
  319. 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
  320.  
  321. http
  322.  
  323. HTTP Support => enabled
  324. Extension Version => 2.0.0dev8
  325.  
  326. Used Library => Compiled => Linked
  327. libz => 1.2.5 => 1.2.5
  328. libcurl => 7.21.4 => 7.21.4
  329. libevent => 1.4 or greater => 2.0.18-stable
  330. libserf => disabled => disabled
  331.  
  332. Persistent Handles
  333. Provider => Ident => Used => Free
  334. http_request_datashare.curl => N/A => 0 => 0
  335. http_request_pool.curl => N/A => 0 => 0
  336. http_request.curl => N/A => 0 => 0
  337.  
  338. Directive => Local Value => Master Value
  339. http.etag.mode => crc32b => crc32b
  340. http.persistent_handle.limit => -1 => -1
  341.  
  342. iconv
  343.  
  344. iconv support => enabled
  345. iconv implementation => libiconv
  346. iconv library version => 1.11
  347.  
  348. Directive => Local Value => Master Value
  349. iconv.input_encoding => ISO-8859-1 => ISO-8859-1
  350. iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
  351. iconv.output_encoding => ISO-8859-1 => ISO-8859-1
  352.  
  353. imagick
  354.  
  355. imagick module => enabled
  356. imagick module version => 3.1.0RC1
  357. imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
  358. ImageMagick version => ImageMagick 6.7.5-7 2012-05-09 Q16 http://www.imagemagick.org
  359. ImageMagick copyright => Copyright (C) 1999-2012 ImageMagick Studio LLC
  360. ImageMagick release date => 2012-05-09
  361. ImageMagick number of supported formats: => 203
  362. ImageMagick supported formats => 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MEF, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMV, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV
  363.  
  364. Directive => Local Value => Master Value
  365. imagick.locale_fix => 0 => 0
  366. imagick.progress_monitor => 0 => 0
  367.  
  368. intl
  369.  
  370. Internationalization support => enabled
  371. version => 1.1.0
  372. ICU version => 4.8.1.1
  373. ICU Data version => 4.8.1
  374.  
  375. Directive => Local Value => Master Value
  376. intl.default_locale => no value => no value
  377. intl.error_level => 0 => 0
  378.  
  379. json
  380.  
  381. json support => enabled
  382. json version => 1.2.1
  383.  
  384. ldap
  385.  
  386. LDAP Support => enabled
  387. RCS Version => $Id$
  388. Total Links => 0/unlimited
  389. API Version => 3001
  390. Vendor Name => OpenLDAP
  391. Vendor Version => 20423
  392. SASL Support => Enabled
  393.  
  394. Directive => Local Value => Master Value
  395. ldap.max_links => Unlimited => Unlimited
  396.  
  397. libxml
  398.  
  399. libXML support => active
  400. libXML Compiled Version => 2.7.3
  401. libXML Loaded Version => 20703
  402. libXML streams => enabled
  403.  
  404. mbstring
  405.  
  406. Multibyte Support => enabled
  407. Multibyte string engine => libmbfl
  408. HTTP input encoding translation => disabled
  409. libmbfl version => 1.3.2
  410.  
  411. mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
  412.  
  413. Multibyte (japanese) regex support => enabled
  414. Multibyte regex (oniguruma) backtrack check => On
  415. Multibyte regex (oniguruma) version => 4.7.1
  416.  
  417. Directive => Local Value => Master Value
  418. mbstring.detect_order => no value => no value
  419. mbstring.encoding_translation => Off => Off
  420. mbstring.func_overload => 0 => 0
  421. mbstring.http_input => pass => pass
  422. mbstring.http_output => pass => pass
  423. mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
  424. mbstring.internal_encoding => no value => no value
  425. mbstring.language => neutral => neutral
  426. mbstring.strict_detection => Off => Off
  427. mbstring.substitute_character => no value => no value
  428.  
  429. mcrypt
  430.  
  431. mcrypt support => enabled
  432. mcrypt_filter support => enabled
  433. Version => 2.5.8
  434. Api No => 20021217
  435. 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
  436. Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
  437.  
  438. Directive => Local Value => Master Value
  439. mcrypt.algorithms_dir => no value => no value
  440. mcrypt.modes_dir => no value => no value
  441.  
  442. mysql
  443.  
  444. MySQL Support => enabled
  445. Active Persistent Links => 0
  446. Active Links => 0
  447. Client API version => mysqlnd 5.0.10 - 20111026 - $Id: b0b3b15c693b7f6aeb3aa66b646fee339f175e39 $
  448.  
  449. Directive => Local Value => Master Value
  450. mysql.allow_local_infile => On => On
  451. mysql.allow_persistent => On => On
  452. mysql.connect_timeout => 60 => 60
  453. mysql.default_host => no value => no value
  454. mysql.default_password => no value => no value
  455. mysql.default_port => no value => no value
  456. mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
  457. mysql.default_user => no value => no value
  458. mysql.max_links => Unlimited => Unlimited
  459. mysql.max_persistent => Unlimited => Unlimited
  460. mysql.trace_mode => Off => Off
  461.  
  462. mysqli
  463.  
  464. MysqlI Support => enabled
  465. Client API library version => mysqlnd 5.0.10 - 20111026 - $Id: b0b3b15c693b7f6aeb3aa66b646fee339f175e39 $
  466. Active Persistent Links => 0
  467. Inactive Persistent Links => 0
  468. Active Links => 0
  469.  
  470. Directive => Local Value => Master Value
  471. mysqli.allow_local_infile => On => On
  472. mysqli.allow_persistent => On => On
  473. mysqli.default_host => no value => no value
  474. mysqli.default_port => 3306 => 3306
  475. mysqli.default_pw => no value => no value
  476. mysqli.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
  477. mysqli.default_user => no value => no value
  478. mysqli.max_links => Unlimited => Unlimited
  479. mysqli.max_persistent => Unlimited => Unlimited
  480. mysqli.reconnect => Off => Off
  481.  
  482. mysqlnd
  483.  
  484. mysqlnd => enabled
  485. Version => mysqlnd 5.0.10 - 20111026 - $Id: b0b3b15c693b7f6aeb3aa66b646fee339f175e39 $
  486. Compression => supported
  487. SSL => supported
  488. Command buffer size => 4096
  489. Read buffer size => 32768
  490. Read timeout => 31536000
  491. Collecting statistics => Yes
  492. Collecting memory statistics => Yes
  493. Tracing => n/a
  494. Loaded plugins => mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
  495. API Extensions => mysqli,pdo_mysql,mysql
  496.  
  497. mysqlnd statistics =>
  498. bytes_sent => 0
  499. bytes_received => 0
  500. packets_sent => 0
  501. packets_received => 0
  502. protocol_overhead_in => 0
  503. protocol_overhead_out => 0
  504. bytes_received_ok_packet => 0
  505. bytes_received_eof_packet => 0
  506. bytes_received_rset_header_packet => 0
  507. bytes_received_rset_field_meta_packet => 0
  508. bytes_received_rset_row_packet => 0
  509. bytes_received_prepare_response_packet => 0
  510. bytes_received_change_user_packet => 0
  511. packets_sent_command => 0
  512. packets_received_ok => 0
  513. packets_received_eof => 0
  514. packets_received_rset_header => 0
  515. packets_received_rset_field_meta => 0
  516. packets_received_rset_row => 0
  517. packets_received_prepare_response => 0
  518. packets_received_change_user => 0
  519. result_set_queries => 0
  520. non_result_set_queries => 0
  521. no_index_used => 0
  522. bad_index_used => 0
  523. slow_queries => 0
  524. buffered_sets => 0
  525. unbuffered_sets => 0
  526. ps_buffered_sets => 0
  527. ps_unbuffered_sets => 0
  528. flushed_normal_sets => 0
  529. flushed_ps_sets => 0
  530. ps_prepared_never_executed => 0
  531. ps_prepared_once_executed => 0
  532. rows_fetched_from_server_normal => 0
  533. rows_fetched_from_server_ps => 0
  534. rows_buffered_from_client_normal => 0
  535. rows_buffered_from_client_ps => 0
  536. rows_fetched_from_client_normal_buffered => 0
  537. rows_fetched_from_client_normal_unbuffered => 0
  538. rows_fetched_from_client_ps_buffered => 0
  539. rows_fetched_from_client_ps_unbuffered => 0
  540. rows_fetched_from_client_ps_cursor => 0
  541. rows_affected_normal => 0
  542. rows_affected_ps => 0
  543. rows_skipped_normal => 0
  544. rows_skipped_ps => 0
  545. copy_on_write_saved => 0
  546. copy_on_write_performed => 0
  547. command_buffer_too_small => 0
  548. connect_success => 0
  549. connect_failure => 0
  550. connection_reused => 0
  551. reconnect => 0
  552. pconnect_success => 0
  553. active_connections => 0
  554. active_persistent_connections => 0
  555. explicit_close => 0
  556. implicit_close => 0
  557. disconnect_close => 0
  558. in_middle_of_command_close => 0
  559. explicit_free_result => 0
  560. implicit_free_result => 0
  561. explicit_stmt_close => 0
  562. implicit_stmt_close => 0
  563. mem_emalloc_count => 0
  564. mem_emalloc_amount => 0
  565. mem_ecalloc_count => 0
  566. mem_ecalloc_amount => 0
  567. mem_erealloc_count => 0
  568. mem_erealloc_amount => 0
  569. mem_efree_count => 0
  570. mem_efree_amount => 0
  571. mem_malloc_count => 0
  572. mem_malloc_amount => 0
  573. mem_calloc_count => 0
  574. mem_calloc_amount => 0
  575. mem_realloc_count => 0
  576. mem_realloc_amount => 0
  577. mem_free_count => 0
  578. mem_free_amount => 0
  579. mem_estrndup_count => 0
  580. mem_strndup_count => 0
  581. mem_estndup_count => 0
  582. mem_strdup_count => 0
  583. proto_text_fetched_null => 0
  584. proto_text_fetched_bit => 0
  585. proto_text_fetched_tinyint => 0
  586. proto_text_fetched_short => 0
  587. proto_text_fetched_int24 => 0
  588. proto_text_fetched_int => 0
  589. proto_text_fetched_bigint => 0
  590. proto_text_fetched_decimal => 0
  591. proto_text_fetched_float => 0
  592. proto_text_fetched_double => 0
  593. proto_text_fetched_date => 0
  594. proto_text_fetched_year => 0
  595. proto_text_fetched_time => 0
  596. proto_text_fetched_datetime => 0
  597. proto_text_fetched_timestamp => 0
  598. proto_text_fetched_string => 0
  599. proto_text_fetched_blob => 0
  600. proto_text_fetched_enum => 0
  601. proto_text_fetched_set => 0
  602. proto_text_fetched_geometry => 0
  603. proto_text_fetched_other => 0
  604. proto_binary_fetched_null => 0
  605. proto_binary_fetched_bit => 0
  606. proto_binary_fetched_tinyint => 0
  607. proto_binary_fetched_short => 0
  608. proto_binary_fetched_int24 => 0
  609. proto_binary_fetched_int => 0
  610. proto_binary_fetched_bigint => 0
  611. proto_binary_fetched_decimal => 0
  612. proto_binary_fetched_float => 0
  613. proto_binary_fetched_double => 0
  614. proto_binary_fetched_date => 0
  615. proto_binary_fetched_year => 0
  616. proto_binary_fetched_time => 0
  617. proto_binary_fetched_datetime => 0
  618. proto_binary_fetched_timestamp => 0
  619. proto_binary_fetched_string => 0
  620. proto_binary_fetched_blob => 0
  621. proto_binary_fetched_enum => 0
  622. proto_binary_fetched_set => 0
  623. proto_binary_fetched_geometry => 0
  624. proto_binary_fetched_other => 0
  625. init_command_executed_count => 0
  626. init_command_failed_count => 0
  627. com_quit => 0
  628. com_init_db => 0
  629. com_query => 0
  630. com_field_list => 0
  631. com_create_db => 0
  632. com_drop_db => 0
  633. com_refresh => 0
  634. com_shutdown => 0
  635. com_statistics => 0
  636. com_process_info => 0
  637. com_connect => 0
  638. com_process_kill => 0
  639. com_debug => 0
  640. com_ping => 0
  641. com_time => 0
  642. com_delayed_insert => 0
  643. com_change_user => 0
  644. com_binlog_dump => 0
  645. com_table_dump => 0
  646. com_connect_out => 0
  647. com_register_slave => 0
  648. com_stmt_prepare => 0
  649. com_stmt_execute => 0
  650. com_stmt_send_long_data => 0
  651. com_stmt_close => 0
  652. com_stmt_reset => 0
  653. com_stmt_set_option => 0
  654. com_stmt_fetch => 0
  655. com_deamon => 0
  656. bytes_received_real_data_normal => 0
  657. bytes_received_real_data_ps => 0
  658.  
  659. example statistics =>
  660. stat1 => 0
  661. stat2 => 0
  662.  
  663. odbc
  664.  
  665. ODBC Support => enabled
  666. Active Persistent Links => 0
  667. Active Links => 0
  668. ODBC library => iodbc
  669. ODBC_INCLUDE => -I/usr/include
  670. ODBC_LFLAGS => -L/usr/lib
  671. ODBC_LIBS => -liodbc
  672.  
  673. Directive => Local Value => Master Value
  674. odbc.allow_persistent => On => On
  675. odbc.check_persistent => On => On
  676. odbc.default_cursortype => Static cursor => Static cursor
  677. odbc.default_db => no value => no value
  678. odbc.default_pw => no value => no value
  679. odbc.default_user => no value => no value
  680. odbc.defaultbinmode => return as is => return as is
  681. odbc.defaultlrl => return up to 4096 bytes => return up to 4096 bytes
  682. odbc.max_links => Unlimited => Unlimited
  683. odbc.max_persistent => Unlimited => Unlimited
  684.  
  685. openssl
  686.  
  687. OpenSSL support => enabled
  688. OpenSSL Library Version => OpenSSL 0.9.8r 8 Feb 2011
  689. OpenSSL Header Version => OpenSSL 0.9.8r 8 Feb 2011
  690.  
  691. pcre
  692.  
  693. PCRE (Perl Compatible Regular Expressions) Support => enabled
  694. PCRE Library Version => 8.12 2011-01-15
  695.  
  696. Directive => Local Value => Master Value
  697. pcre.backtrack_limit => 1000000 => 1000000
  698. pcre.recursion_limit => 100000 => 100000
  699.  
  700. PDO
  701.  
  702. PDO support => enabled
  703. PDO drivers => mysql, pgsql, sqlite
  704.  
  705. pdo_mysql
  706.  
  707. PDO Driver for MySQL => enabled
  708. Client API version => mysqlnd 5.0.10 - 20111026 - $Id: b0b3b15c693b7f6aeb3aa66b646fee339f175e39 $
  709.  
  710. Directive => Local Value => Master Value
  711. pdo_mysql.default_socket => /tmp/mysql.sock => /tmp/mysql.sock
  712.  
  713. pdo_pgsql
  714.  
  715. PDO Driver for PostgreSQL => enabled
  716. PostgreSQL(libpq) Version => 9.0.5
  717. Module version => 1.0.2
  718. Revision => $Id$
  719.  
  720. pdo_sqlite
  721.  
  722. PDO Driver for SQLite 3.x => enabled
  723. SQLite Library => 3.7.7.1
  724.  
  725. pgsql
  726.  
  727. PostgreSQL Support => enabled
  728. PostgreSQL(libpq) Version => 9.0.5
  729. Multibyte character support => enabled
  730. SSL support => enabled
  731. Active Persistent Links => 0
  732. Active Links => 0
  733.  
  734. Directive => Local Value => Master Value
  735. pgsql.allow_persistent => On => On
  736. pgsql.auto_reset_persistent => Off => Off
  737. pgsql.ignore_notice => Off => Off
  738. pgsql.log_notice => Off => Off
  739. pgsql.max_links => Unlimited => Unlimited
  740. pgsql.max_persistent => Unlimited => Unlimited
  741.  
  742. Phar
  743.  
  744. Phar: PHP Archive support => enabled
  745. Phar EXT version => 2.0.1
  746. Phar API version => 1.1.1
  747. SVN revision => $Id: 2a47d3d0354109d8077e34d59f1228ccfd021d59 $
  748. Phar-based phar archives => enabled
  749. Tar-based phar archives => enabled
  750. ZIP-based phar archives => enabled
  751. gzip compression => enabled
  752. bzip2 compression => enabled
  753. OpenSSL support => enabled
  754.  
  755.  
  756. Phar based on pear/PHP_Archive, original concept by Davey Shafik.
  757. Phar fully realized by Gregory Beaver and Marcus Boerger.
  758. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
  759. Directive => Local Value => Master Value
  760. phar.cache_list => no value => no value
  761. phar.readonly => On => On
  762. phar.require_hash => On => On
  763.  
  764. posix
  765.  
  766. Revision => $Id: 967584c6fadb3467f31abe8e13caa8764df85867 $
  767.  
  768. readline
  769.  
  770. Readline Support => enabled
  771. Readline library => EditLine wrapper
  772.  
  773. Directive => Local Value => Master Value
  774. cli.pager => no value => no value
  775. cli.prompt => \b \> => \b \>
  776.  
  777. Reflection
  778.  
  779. Reflection => enabled
  780. Version => $Id: 1cf65cee164ed57874ce2d29e5c46b82f6139524 $
  781.  
  782. session
  783.  
  784. Session Support => enabled
  785. Registered save handlers => files user
  786. Registered serializer handlers => php php_binary wddx
  787.  
  788. Directive => Local Value => Master Value
  789. session.auto_start => Off => Off
  790. session.cache_expire => 180 => 180
  791. session.cache_limiter => nocache => nocache
  792. session.cookie_domain => no value => no value
  793. session.cookie_httponly => Off => Off
  794. session.cookie_lifetime => 0 => 0
  795. session.cookie_path => / => /
  796. session.cookie_secure => Off => Off
  797. session.entropy_file => no value => no value
  798. session.entropy_length => 0 => 0
  799. session.gc_divisor => 1000 => 1000
  800. session.gc_maxlifetime => 1440 => 1440
  801. session.gc_probability => 1 => 1
  802. session.hash_bits_per_character => 5 => 5
  803. session.hash_function => 0 => 0
  804. session.name => PHPSESSID => PHPSESSID
  805. session.referer_check => no value => no value
  806. session.save_handler => files => files
  807. session.save_path => /tmp => /tmp
  808. session.serialize_handler => php => php
  809. session.upload_progress.cleanup => On => On
  810. session.upload_progress.enabled => On => On
  811. session.upload_progress.freq => 1% => 1%
  812. session.upload_progress.min_freq => 1 => 1
  813. session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
  814. session.upload_progress.prefix => upload_progress_ => upload_progress_
  815. session.use_cookies => On => On
  816. session.use_only_cookies => On => On
  817. session.use_trans_sid => 0 => 0
  818.  
  819. shmop
  820.  
  821. shmop support => enabled
  822.  
  823. SimpleXML
  824.  
  825. Simplexml support => enabled
  826. Revision => $Id: 455280fc74f9f002b7314def7a456f6c3080eb92 $
  827. Schema support => enabled
  828.  
  829. snmp
  830.  
  831. NET-SNMP Support => enabled
  832. NET-SNMP Version => 5.6
  833. PHP SNMP Version => 0.1
  834.  
  835. soap
  836.  
  837. Soap Client => enabled
  838. Soap Server => enabled
  839.  
  840. Directive => Local Value => Master Value
  841. soap.wsdl_cache => 1 => 1
  842. soap.wsdl_cache_dir => /tmp => /tmp
  843. soap.wsdl_cache_enabled => 1 => 1
  844. soap.wsdl_cache_limit => 5 => 5
  845. soap.wsdl_cache_ttl => 86400 => 86400
  846.  
  847. sockets
  848.  
  849. Sockets Support => enabled
  850.  
  851. SPL
  852.  
  853. SPL support => enabled
  854. Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
  855. 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
  856.  
  857. sqlite3
  858.  
  859. SQLite3 support => enabled
  860. SQLite3 module version => 0.7
  861. SQLite Library => 3.7.7.1
  862.  
  863. Directive => Local Value => Master Value
  864. sqlite3.extension_dir => no value => no value
  865.  
  866. standard
  867.  
  868. Dynamic Library Support => enabled
  869. Path to sendmail => /usr/sbin/sendmail -t -i
  870.  
  871. Directive => Local Value => Master Value
  872. assert.active => 1 => 1
  873. assert.bail => 0 => 0
  874. assert.callback => no value => no value
  875. assert.quiet_eval => 0 => 0
  876. assert.warning => 1 => 1
  877. auto_detect_line_endings => 0 => 0
  878. default_socket_timeout => 60 => 60
  879. from => no value => no value
  880. url_rewriter.tags => a=href,area=href,frame=src,input=src,form=fakeentry => a=href,area=href,frame=src,input=src,form=fakeentry
  881. user_agent => no value => no value
  882.  
  883. sysvmsg
  884.  
  885. sysvmsg support => enabled
  886. Revision => $Id: 6360183f0075ec66a3dfa01633b2ed808dd482af $
  887.  
  888. tidy
  889.  
  890. Tidy support => enabled
  891. libTidy Release => 31 October 2006 - Apple Inc. build 15.6
  892. Extension Version => 2.0 ($Id$)
  893.  
  894. Directive => Local Value => Master Value
  895. tidy.clean_output => no value => no value
  896. tidy.default_config => no value => no value
  897.  
  898. tokenizer
  899.  
  900. Tokenizer Support => enabled
  901.  
  902. uploadprogress
  903.  
  904. uploadprogress support => enabled
  905. Version => 1.0.3.1
  906.  
  907. Directive => Local Value => Master Value
  908. uploadprogress.file.contents_template => /var/tmp//upload_contents_%s => /var/tmp//upload_contents_%s
  909. uploadprogress.file.filename_template => /var/tmp//upt_%s.txt => /var/tmp//upt_%s.txt
  910. uploadprogress.get_contents => 0 => 0
  911.  
  912. wddx
  913.  
  914. WDDX Support => enabled
  915. WDDX Session Serializer => enabled
  916.  
  917. xdebug
  918.  
  919. xdebug support => enabled
  920. Version => 2.2.0rc1
  921.  
  922. Supported protocols => Revision
  923. DBGp - Common DeBuGger Protocol => $Revision: 1.145 $
  924.  
  925. Directive => Local Value => Master Value
  926. xdebug.auto_trace => Off => Off
  927. xdebug.cli_color => 1 => 1
  928. xdebug.collect_assignments => Off => Off
  929. xdebug.collect_includes => On => On
  930. xdebug.collect_params => 2 => 2
  931. xdebug.collect_return => On => On
  932. xdebug.collect_vars => Off => Off
  933. xdebug.coverage_enable => On => On
  934. xdebug.default_enable => On => On
  935. xdebug.dump.COOKIE => no value => no value
  936. xdebug.dump.ENV => no value => no value
  937. xdebug.dump.FILES => no value => no value
  938. xdebug.dump.GET => no value => no value
  939. xdebug.dump.POST => no value => no value
  940. xdebug.dump.REQUEST => no value => no value
  941. xdebug.dump.SERVER => no value => no value
  942. xdebug.dump.SESSION => no value => no value
  943. xdebug.dump_globals => On => On
  944. xdebug.dump_once => On => On
  945. xdebug.dump_undefined => Off => Off
  946. xdebug.extended_info => On => On
  947. xdebug.file_link_format => no value => no value
  948. xdebug.idekey => seb => no value
  949. xdebug.manual_url => http://www.php.net => http://www.php.net
  950. xdebug.max_nesting_level => 200 => 200
  951. xdebug.overload_var_dump => On => On
  952. xdebug.profiler_aggregate => Off => Off
  953. xdebug.profiler_append => Off => Off
  954. xdebug.profiler_enable => Off => Off
  955. xdebug.profiler_enable_trigger => On => On
  956. xdebug.profiler_output_dir => /var/tmp/ => /var/tmp/
  957. xdebug.profiler_output_name => cachegrind.out.%p => cachegrind.out.%p
  958. xdebug.remote_autostart => Off => Off
  959. xdebug.remote_connect_back => Off => Off
  960. xdebug.remote_cookie_expire_time => 3600 => 3600
  961. xdebug.remote_enable => Off => Off
  962. xdebug.remote_handler => dbgp => dbgp
  963. xdebug.remote_host => localhost => localhost
  964. xdebug.remote_log => no value => no value
  965. xdebug.remote_mode => req => req
  966. xdebug.remote_port => 9000 => 9000
  967. xdebug.scream => Off => Off
  968. xdebug.show_exception_trace => Off => Off
  969. xdebug.show_local_vars => Off => Off
  970. xdebug.show_mem_delta => Off => Off
  971. xdebug.trace_enable_trigger => On => On
  972. xdebug.trace_format => 1 => 1
  973. xdebug.trace_options => 0 => 0
  974. xdebug.trace_output_dir => /var/tmp/ => /var/tmp/
  975. xdebug.trace_output_name => trace.%c => trace.%c
  976. xdebug.var_display_max_children => 128 => 128
  977. xdebug.var_display_max_data => 512 => 512
  978. xdebug.var_display_max_depth => 3 => 3
  979.  
  980. xml
  981.  
  982. XML Support => active
  983. XML Namespace Support => active
  984. libxml2 Version => 2.7.3
  985.  
  986. xmlreader
  987.  
  988. XMLReader => enabled
  989.  
  990. xmlrpc
  991.  
  992. core library version => xmlrpc-epi v. 0.51
  993. php extension version => 0.51
  994. author => Dan Libby
  995. homepage => http://xmlrpc-epi.sourceforge.net
  996. open sourced by => Epinions.com
  997.  
  998. xmlwriter
  999.  
  1000. XMLWriter => enabled
  1001.  
  1002. xsl
  1003.  
  1004. XSL => enabled
  1005. libxslt Version => 1.1.24
  1006. libxslt compiled against libxml Version => 2.7.3
  1007. EXSLT => enabled
  1008. libexslt Version => 1.1.24
  1009.  
  1010. zip
  1011.  
  1012. Zip => enabled
  1013. Extension Version => $Id$
  1014. Zip version => 1.9.1
  1015. Libzip version => 0.9.0
  1016.  
  1017. zlib
  1018.  
  1019. ZLib Support => enabled
  1020. Stream Wrapper => compress.zlib://
  1021. Stream Filter => zlib.inflate, zlib.deflate
  1022. Compiled Version => 1.2.5
  1023. Linked Version => 1.2.5
  1024.  
  1025. Directive => Local Value => Master Value
  1026. zlib.output_compression => Off => Off
  1027. zlib.output_compression_level => -1 => -1
  1028. zlib.output_handler => no value => no value
  1029.  
  1030. Additional Modules
  1031.  
  1032. Module Name
  1033. sysvsem
  1034. sysvshm
  1035.  
  1036. Environment
  1037.  
  1038. Variable => Value
  1039. TERM_PROGRAM => Apple_Terminal
  1040. TERM => xterm-256color
  1041. SHELL => /bin/bash
  1042. CLICOLOR => 1
  1043. TMPDIR => /var/folders/v8/_050bnz51y964csqwj9zq0q40000gn/T/
  1044. Apple_PubSub_Socket_Render => /tmp/launch-5ZPwW6/Render
  1045. TERM_PROGRAM_VERSION => 303.2
  1046. OLDPWD => /var/php/src/xhprof-0.9.2
  1047. TERM_SESSION_ID => 7E44185A-F4B1-4D0D-9D83-CF8DE8652EF0
  1048. LC_ALL => en_CA.UTF-8
  1049. USER => seb
  1050. COMMAND_MODE => unix2003
  1051. SSH_AUTH_SOCK => /tmp/launch-W0KdQw/Listeners
  1052. __CF_USER_TEXT_ENCODING => 0x1F5:0:0
  1053. Apple_Ubiquity_Message => /tmp/launch-8nvhgQ/Apple_Ubiquity_Message
  1054. TMUX => /private/var/folders/v8/_050bnz51y964csqwj9zq0q40000gn/T/tmux-501/default,2623,0
  1055. LSCOLORS => exfxcxdxbxegedabagacad
  1056. PATH => /sbin:/bin:/usr/sbin:/usr/local/bin:/usr/bin:/usr/X11/bin:/usr/texbin:/Users/seb/ec2/bin:/Users/seb/android-sdks/tools:/Users/seb/android-sdks/platform-tools:/usr/local/flex/sdks/current/bin:/Users/seb/bin:/usr/local/sbin
  1057. PWD => /var/php/src/xhprof-0.9.2/extension
  1058. JAVA_HOME => /Library/Java/Home
  1059. EDITOR => mate -w
  1060. AWS_SECRET_ACCESS_KEY => 2ulkHKc5vPhSo3mv5SqNviD/9vt+Bdpbnu4qJHgi
  1061. LANG => en_CA.UTF-8
  1062. TMUX_PANE => %10
  1063. AWS_ACCESS_KEY_ID => AKIAJ4HZR3ZHU6EE3NIQ
  1064. SHLVL => 2
  1065. HOME => /Users/seb
  1066. LANGUAGE => en_CA.UTF-8
  1067. LOGNAME => seb
  1068. VISUAL => mate -w
  1069. DISPLAY => /tmp/launch-04Tbvg/org.x:0
  1070. _ => /usr/bin/php
  1071.  
  1072. PHP Variables
  1073.  
  1074. Variable => Value
  1075. _SERVER["TERM_PROGRAM"] => Apple_Terminal
  1076. _SERVER["TERM"] => xterm-256color
  1077. _SERVER["SHELL"] => /bin/bash
  1078. _SERVER["CLICOLOR"] => 1
  1079. _SERVER["TMPDIR"] => /var/folders/v8/_050bnz51y964csqwj9zq0q40000gn/T/
  1080. _SERVER["Apple_PubSub_Socket_Render"] => /tmp/launch-5ZPwW6/Render
  1081. _SERVER["TERM_PROGRAM_VERSION"] => 303.2
  1082. _SERVER["OLDPWD"] => /var/php/src/xhprof-0.9.2
  1083. _SERVER["TERM_SESSION_ID"] => 7E44185A-F4B1-4D0D-9D83-CF8DE8652EF0
  1084. _SERVER["LC_ALL"] => en_CA.UTF-8
  1085. _SERVER["USER"] => seb
  1086. _SERVER["COMMAND_MODE"] => unix2003
  1087. _SERVER["SSH_AUTH_SOCK"] => /tmp/launch-W0KdQw/Listeners
  1088. _SERVER["__CF_USER_TEXT_ENCODING"] => 0x1F5:0:0
  1089. _SERVER["Apple_Ubiquity_Message"] => /tmp/launch-8nvhgQ/Apple_Ubiquity_Message
  1090. _SERVER["TMUX"] => /private/var/folders/v8/_050bnz51y964csqwj9zq0q40000gn/T/tmux-501/default,2623,0
  1091. _SERVER["LSCOLORS"] => exfxcxdxbxegedabagacad
  1092. _SERVER["PATH"] => /sbin:/bin:/usr/sbin:/usr/local/bin:/usr/bin:/usr/X11/bin:/usr/texbin:/Users/seb/ec2/bin:/Users/seb/android-sdks/tools:/Users/seb/android-sdks/platform-tools:/usr/local/flex/sdks/current/bin:/Users/seb/bin:/usr/local/sbin
  1093. _SERVER["PWD"] => /var/php/src/xhprof-0.9.2/extension
  1094. _SERVER["JAVA_HOME"] => /Library/Java/Home
  1095. _SERVER["EDITOR"] => mate -w
  1096. _SERVER["AWS_SECRET_ACCESS_KEY"] => 2ulkHKc5vPhSo3mv5SqNviD/9vt+Bdpbnu4qJHgi
  1097. _SERVER["LANG"] => en_CA.UTF-8
  1098. _SERVER["TMUX_PANE"] => %10
  1099. _SERVER["SHLVL"] => 2
  1100. _SERVER["HOME"] => /Users/seb
  1101. _SERVER["LANGUAGE"] => en_CA.UTF-8
  1102. _SERVER["LOGNAME"] => seb
  1103. _SERVER["VISUAL"] => mate -w
  1104. _SERVER["DISPLAY"] => /tmp/launch-04Tbvg/org.x:0
  1105. _SERVER["_"] => /usr/bin/php
  1106. _SERVER["PHP_SELF"] =>
  1107. _SERVER["SCRIPT_NAME"] =>
  1108. _SERVER["SCRIPT_FILENAME"] =>
  1109. _SERVER["PATH_TRANSLATED"] =>
  1110. _SERVER["DOCUMENT_ROOT"] =>
  1111. _SERVER["REQUEST_TIME_FLOAT"] => 1339423412.2864
  1112. _SERVER["REQUEST_TIME"] => 1339423412
  1113. _SERVER["argv"] => Array
  1114. (
  1115. )
  1116.  
  1117. _SERVER["argc"] => 0
  1118.  
  1119. PHP License
  1120. This program is free software; you can redistribute it and/or modify
  1121. it under the terms of the PHP License as published by the PHP Group
  1122. and included in the distribution in the file: LICENSE
  1123.  
  1124. This program is distributed in the hope that it will be useful,
  1125. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1126. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1127.  
  1128. If you did not receive a copy of the PHP license, or have any
  1129. questions about PHP licensing, please contact license@php.net.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement