We are experiencing long download times when a study is selected for download. The server will normally hang on the "Please wait while your request is being processed..." for about 5 to 10 minutes before the download is available. The actual download itself only takes a few seconds. Is there a way to optimize whatever process is running during the "Please wait while your request is being processed..." phase?
Occasionally, instead of the 5 to 10 minute delay, we will get an error message of "error" within a minute or so. Would there be a more detailed account of the error in a log file?
The bulk of the studies that these issues occur on are ones with 1,000+ instances.
Long Study Download Times
Re: Long Study Download Times
The delay before the actual download begins is the processing time required for Apache/PHP to compress all instances of the selected studies into a zip package, so if you are downloading a large number of studies, or there are a large number of instances within each study, or each image instance contains a large matrix of image pixel data (e.g., 4k x 4k x 16 bits uncompressed), or a combination of these factors, then the download will not be instantaneous since the server will need some processing time to compress all instances of all studies into a zip package.
To speed up the compression processing time, you can increase the CPU processing power by adding more CPU cores and/or faster CPUs, as well as adding more physical memory resources to reduce memory paging in/outs. If you run into an error after the pressing the <Download> button, you can check the PHP error log file for more specific error information and chances are, Apache/PHP had exceeded the current memory limit for running a PHP script. If this is the case, you'll need to modify your PHP.INI configuration file and increase the limit by modifying the following line:
Save the file and restart Apache/IIS for the change to take effect. The exact memory limit depends on the number of images/studies you are trying to download, e.g., if you are download 1000 images each with 1k x 1k x 16-bits of uncompressed pixel data, then you should increase the limit to 2048M (2 GB) assuming the physical memory resources are available on the server where PacsOne is running.
To speed up the compression processing time, you can increase the CPU processing power by adding more CPU cores and/or faster CPUs, as well as adding more physical memory resources to reduce memory paging in/outs. If you run into an error after the pressing the <Download> button, you can check the PHP error log file for more specific error information and chances are, Apache/PHP had exceeded the current memory limit for running a PHP script. If this is the case, you'll need to modify your PHP.INI configuration file and increase the limit by modifying the following line:
Code: Select all
memory_limit = 1024M
Re: Long Study Download Times
Thanks for the information on what goes into the processing times.
For the download errors, they still are occurring. I've tried increasing the memory limit to: memory_limit = 3584M which didn't completely solve the download errors. Anything at or above 4 GB seems to cause the website to not load at all. The system itself has 16 GB of memory. Here are the reoccurring errors in the php log:
[24-Sep-2015 21:48:55 UTC] PHP Parse error: syntax error, unexpected '}' in C:\Program Files (x86)\PacsOne\php\footer.php on line 82
[24-Sep-2015 21:54:50 UTC] PHP Fatal error: Out of memory (allocated 324796416) (tried to allocate 320748686 bytes) in C:\Program Files (x86)\PacsOne\php\download.php on line 173
Any suggestions on what we can try next? Thanks in advance.
For the download errors, they still are occurring. I've tried increasing the memory limit to: memory_limit = 3584M which didn't completely solve the download errors. Anything at or above 4 GB seems to cause the website to not load at all. The system itself has 16 GB of memory. Here are the reoccurring errors in the php log:
[24-Sep-2015 21:48:55 UTC] PHP Parse error: syntax error, unexpected '}' in C:\Program Files (x86)\PacsOne\php\footer.php on line 82
[24-Sep-2015 21:54:50 UTC] PHP Fatal error: Out of memory (allocated 324796416) (tried to allocate 320748686 bytes) in C:\Program Files (x86)\PacsOne\php\download.php on line 173
Any suggestions on what we can try next? Thanks in advance.
Re: Long Study Download Times
It does not appear the increased memory limit was in effect, since the Out of Memory error occurred when the Download script was trying to allocate only 312M, so can you post the HTML output of the test page below?
http://localhost/pacsone/Hello.php
http://localhost/pacsone/Hello.php
Re: Long Study Download Times
Here is the output:
PHP Logo
PHP Version 5.4.21
System Windows NT 6.2 build 9200 (Unknown Windows version Standard Edition) i586
Build Date Oct 16 2013 21:05:39
Compiler MSVC9 (Visual C++ 2008)
Architecture x86
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--disable-isapi" "--enable-debug-pack" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=C:\php-sdk\oracle\instantclient11\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--disable-static-analyze" "--with-pgo"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File C:\Program Files (x86)\Apache Software Foundation\Apache2.2\php.ini
Scan this dir for additional .ini files (none)
Additional .ini files parsed (none)
PHP API 20100412
PHP Extension 20100525
Zend Extension 220100525
Zend Extension Build API220100525,TS,VC9
PHP Extension Build API20100525,TS,VC9
Debug Build no
Thread Safety enabled
Zend Signal Handling disabled
Zend Memory Manager enabled
Zend Multibyte Support disabled
IPv6 Support enabled
DTrace Support disabled
Registered PHP Streams php, file, glob, data, http, ftp, zip, compress.zlib, phar
Registered Stream Socket Transports tcp, udp
Registered Stream Filters convert.iconv.*, mcrypt.*, mdecrypt.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, zlib.*
Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
PHP Credits
Configuration
apache2handler
Apache Version Apache/2.2.25 (Win32) PHP/5.4.21
Apache API Version 20051115
Server Administrator
Hostname:Port :0
Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 300 - Keep-Alive: 5
Virtual Server No
Server Root C:/Program Files (x86)/Apache Software Foundation/Apache2.2
Loaded Modules core mod_win32 mpm_winnt http_core mod_so mod_actions mod_alias mod_asis mod_auth_basic mod_authn_default mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_php5 mod_setenvif
Directive Local Value Master Value
engine 1 1
last_modified 0 0
xbithack 0 0
Apache Environment
Variable Value
HTTP_HOST
HTTP_USER_AGENT Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
HTTP_ACCEPT_ENCODING gzip, deflate
HTTP_DNT 1
HTTP_COOKIE _ga=
HTTP_CONNECTION keep-alive
PATH C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Dell\SysMgt\oma\bin;C:\Program Files\Dell\SysMgt\shared\bin;C:\Program Files\Dell\SysMgt\idrac;
SystemRoot C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
SERVER_SIGNATURE no value
SERVER_SOFTWARE Apache/2.2.25 (Win32) PHP/5.4.21
SERVER_NAME
SERVER_ADDR
SERVER_PORT 80
REMOTE_ADDR
DOCUMENT_ROOT C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs
SERVER_ADMIN
SCRIPT_FILENAME C:/Program Files (x86)/PacsOne/php/Hello.php
REMOTE_PORT 60610
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING no value
REQUEST_URI /pacsone/Hello.php
SCRIPT_NAME /pacsone/Hello.php
HTTP Headers Information
HTTP Request Headers
HTTP Request GET /pacsone/Hello.php HTTP/1.1
Host
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-US,en;q=0.5
Accept-Encoding gzip, deflate
DNT 1
Cookie _ga=
Connection keep-alive
HTTP Response Headers
X-Powered-By PHP/5.4.21
Set-Cookie PHPSESSID=tft29agsl9khhjon8qnss1r031; path=/
Expires Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma no-cache
bcmath
BCMath support enabled
Directive Local Value Master Value
bcmath.scale 0 0
calendar
Calendar support enabled
Core
PHP Version 5.4.21
Directive Local Value Master Value
allow_url_fopen On On
allow_url_include Off Off
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_globals_jit On On
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
disable_classes no value no value
disable_functions no value no value
display_errors Off Off
display_startup_errors Off Off
doc_root C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs
docref_ext no value no value
docref_root no value no value
enable_dl Off Off
enable_post_data_reading On On
error_append_string no value no value
error_log C:\Temp\php.log C:\Temp\php.log
error_prepend_string no value no value
error_reporting 22527 22527
exit_on_timeout Off Off
expose_php On On
extension_dir c:\php\ext c:\php\ext
file_uploads On On
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .;C:\php\pear .;C:\php\pear
log_errors On On
log_errors_max_len 1024 1024
mail.add_x_header On On
mail.force_extra_parameters no value no value
mail.log no value no value
max_execution_time 1800 1800
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 60 60
max_input_vars 1000 1000
memory_limit 3584M 3584M
open_basedir no value no value
output_buffering 4096 4096
output_handler no value no value
post_max_size 8M 8M
precision 14 14
realpath_cache_size 16K 16K
realpath_cache_ttl 120 120
register_argc_argv Off Off
report_memleaks On On
report_zend_debug On On
request_order GP GP
sendmail_from no value no value
sendmail_path no value no value
serialize_precision 17 17
short_open_tag Off Off
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 2M 2M
upload_tmp_dir no value no value
user_dir no value no value
user_ini.cache_ttl 300 300
user_ini.filename .user.ini .user.ini
variables_order GPCS GPCS
windows.show_crt_warning Off Off
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
zend.detect_unicode On On
zend.enable_gc On On
zend.multibyte Off Off
zend.script_encoding no value no value
ctype
ctype functions enabled
date
date/time support enabled
"Olson" Timezone Database Version 2013.6
Timezone Database internal
Default timezone UTC
Directive Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone no value no value
dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.7.8
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled
ereg
Regex Library Bundled library enabled
filter
Input Validation and Filtering enabled
Revision $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
Directive Local Value Master Value
filter.default unsafe_raw unsafe_raw
filter.default_flags no value no value
ftp
FTP support enabled
hash
hash support enabled
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
iconv
iconv support enabled
iconv implementation "libiconv"
iconv library version 1.14
Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1
imagick
ImageMagick support enabled
ImageMagick version 5.5.6
PHP imagick version 0.9.5
MaxRGB 65535
Supported image formats IMPLICIT
Font Family - Name AvantGarde - AvantGarde-Book
Font Family - Name AvantGarde - AvantGarde-BookOblique
Font Family - Name AvantGarde - AvantGarde-Demi
Font Family - Name AvantGarde - AvantGarde-DemiOblique
Font Family - Name Bookman - Bookman-Demi
Font Family - Name Bookman - Bookman-DemiItalic
Font Family - Name Bookman - Bookman-Light
Font Family - Name Bookman - Bookman-LightItalic
Font Family - Name Courier - Courier
Font Family - Name Courier - Courier-Bold
Font Family - Name Courier - Courier-Oblique
Font Family - Name Courier - Courier-BoldOblique
Font Family - Name Helvetica - Helvetica
Font Family - Name Helvetica - Helvetica-Bold
Font Family - Name Helvetica - Helvetica-Oblique
Font Family - Name Helvetica - Helvetica-BoldOblique
Font Family - Name Helvetica Narrow - Helvetica-Narrow
Font Family - Name Helvetica Narrow - Helvetica-Narrow-Oblique
Font Family - Name Helvetica Narrow - Helvetica-Narrow-Bold
Font Family - Name Helvetica Narrow - Helvetica-Narrow-BoldOblique
Font Family - Name NewCenturySchlbk - NewCenturySchlbk-Roman
Font Family - Name NewCenturySchlbk - NewCenturySchlbk-Italic
Font Family - Name NewCenturySchlbk - NewCenturySchlbk-Bold
Font Family - Name NewCenturySchlbk - NewCenturySchlbk-BoldItalic
Font Family - Name Palatino - Palatino-Roman
Font Family - Name Palatino - Palatino-Italic
Font Family - Name Palatino - Palatino-Bold
Font Family - Name Palatino - Palatino-BoldItalic
Font Family - Name Times - Times-Roman
Font Family - Name Times - Times-Bold
Font Family - Name Times - Times-Italic
Font Family - Name Times - Times-BoldItalic
Font Family - Name Symbol - Symbol
Font Family - Name Aharoni - Aharoni-Bold
Font Family - Name Aldhabi - Aldhabi
Font Family - Name Andalus - Andalus
Font Family - Name Angsana New - Angsana-New
Font Family - Name Angsana New - Angsana-New-Bold
Font Family - Name Angsana New - Angsana-New-Bold-Italic
Font Family - Name Angsana New - Angsana-New-Italic
Font Family - Name AngsanaUPC - AngsanaUPC
Font Family - Name AngsanaUPC - AngsanaUPC-Bold
Font Family - Name AngsanaUPC - AngsanaUPC-Bold-Italic
Font Family - Name AngsanaUPC - AngsanaUPC-Italic
Font Family - Name Aparajita - Aparajita
Font Family - Name Aparajita - Aparajita-Bold
Font Family - Name Aparajita - Aparajita-Italic
Font Family - Name Arabic Typesetting - Arabic-Typesetting
Font Family - Name Arial - Arial
Font Family - Name Arial - Arial-Black
Font Family - Name Arial - Arial-Bold
Font Family - Name Arial - Arial-Bold-Italic
Font Family - Name Arial - Arial-Italic
Font Family - Name Batang & BatangChe & Gungsuh & GungsuhChe - Batang-&-BatangChe-&-Gungsuh-&-GungsuhChe
Font Family - Name Browallia New - Browallia-New
Font Family - Name Browallia New - Browallia-New-Bold
Font Family - Name Browallia New - Browallia-New-Bold-Italic
Font Family - Name Browallia New - Browallia-New-Italic
Font Family - Name BrowalliaUPC - BrowalliaUPC
Font Family - Name BrowalliaUPC - BrowalliaUPC-Bold
Font Family - Name BrowalliaUPC - BrowalliaUPC-Bold-Italic
Font Family - Name BrowalliaUPC - BrowalliaUPC-Italic
Font Family - Name Calibri - Calibri
Font Family - Name Calibri - Calibri-Bold
Font Family - Name Calibri - Calibri-Bold-Italic
Font Family - Name Calibri - Calibri-Italic
Font Family - Name Calibri - Calibri-Light
Font Family - Name Calibri - Calibri-Light-Italic
Font Family - Name Cambria & Cambria Math - Cambria-&-Cambria-Math
Font Family - Name Cambria - Cambria-Bold
Font Family - Name Cambria - Cambria-Bold-Italic
Font Family - Name Cambria - Cambria-Italic
Font Family - Name Candara - Candara
Font Family - Name Candara - Candara-Bold
Font Family - Name Candara - Candara-Bold-Italic
Font Family - Name Candara - Candara-Italic
Font Family - Name Comic Sans MS - Comic-Sans-MS
Font Family - Name Comic Sans MS - Comic-Sans-MS-Bold
Font Family - Name Comic Sans MS - Comic-Sans-MS-Bold-Italic
Font Family - Name Comic Sans MS - Comic-Sans-MS-Italic
Font Family - Name Consolas - Consolas
Font Family - Name Consolas - Consolas-Bold
Font Family - Name Consolas - Consolas-Bold-Italic
Font Family - Name Consolas - Consolas-Italic
Font Family - Name Constantia - Constantia
Font Family - Name Constantia - Constantia-Bold
Font Family - Name Constantia - Constantia-Bold-Italic
Font Family - Name Constantia - Constantia-Italic
Font Family - Name Corbel - Corbel
Font Family - Name Corbel - Corbel-Bold
Font Family - Name Corbel - Corbel-Bold-Italic
Font Family - Name Corbel - Corbel-Italic
Font Family - Name Cordia New - Cordia-New
Font Family - Name Cordia New - Cordia-New-Bold
Font Family - Name Cordia New - Cordia-New-Bold-Italic
Font Family - Name Cordia New - Cordia-New-Italic
Font Family - Name CordiaUPC - CordiaUPC
Font Family - Name CordiaUPC - CordiaUPC-Bold
Font Family - Name CordiaUPC - CordiaUPC-Bold-Italic
Font Family - Name CordiaUPC - CordiaUPC-Italic
Font Family - Name Courier New - Courier-New
Font Family - Name Courier New - Courier-New-Bold
Font Family - Name Courier New - Courier-New-Bold-Italic
Font Family - Name Courier New - Courier-New-Italic
Font Family - Name DFKai-SB - DFKai-SB
Font Family - Name DaunPenh - DaunPenh
Font Family - Name David - David
Font Family - Name David - David-Bold
Font Family - Name DilleniaUPC - DilleniaUPC
Font Family - Name DilleniaUPC - DilleniaUPC-Bold
Font Family - Name DilleniaUPC - DilleniaUPC-Bold-Italic
Font Family - Name DilleniaUPC - DilleniaUPC-Italic
Font Family - Name DokChampa - DokChampa
Font Family - Name Ebrima - Ebrima
Font Family - Name Ebrima - Ebrima-Bold
Font Family - Name Estrangelo Edessa - Estrangelo-Edessa
Font Family - Name EucrosiaUPC - EucrosiaUPC
Font Family - Name EucrosiaUPC - EucrosiaUPC-Bold
Font Family - Name EucrosiaUPC - EucrosiaUPC-Bold-Italic
Font Family - Name EucrosiaUPC - EucrosiaUPC-Italic
Font Family - Name Euphemia - Euphemia
Font Family - Name FangSong - FangSong
Font Family - Name FrankRuehl - FrankRuehl
Font Family - Name Franklin Gothic - Franklin-Gothic-Medium
Font Family - Name Franklin Gothic - Franklin-Gothic-Medium-Italic
Font Family - Name FreesiaUPC - FreesiaUPC
Font Family - Name FreesiaUPC - FreesiaUPC-Bold
Font Family - Name FreesiaUPC - FreesiaUPC-Bold-Italic
Font Family - Name FreesiaUPC - FreesiaUPC-Italic
Font Family - Name Gabriola - Gabriola
Font Family - Name Gadugi - Gadugi
Font Family - Name Gadugi - Gadugi-Bold
Font Family - Name Gautami - Gautami
Font Family - Name Gautami - Gautami-Bold
Font Family - Name Georgia - Georgia
Font Family - Name Georgia - Georgia-Bold
Font Family - Name Georgia - Georgia-Bold-Italic
Font Family - Name Georgia - Georgia-Italic
Font Family - Name Gisha - Gisha
Font Family - Name Gisha - Gisha-Bold
Font Family - Name Gulim & GulimChe & Dotum & DotumChe - Gulim-&-GulimChe-&-Dotum-&-DotumChe
Font Family - Name Impact - Impact
Font Family - Name IrisUPC - IrisUPC
Font Family - Name IrisUPC - IrisUPC-Bold
Font Family - Name IrisUPC - IrisUPC-Bold-Italic
Font Family - Name IrisUPC - IrisUPC-Italic
Font Family - Name Iskoola Pota - Iskoola-Pota
Font Family - Name Iskoola Pota - Iskoola-Pota-Bold
Font Family - Name JasmineUPC - JasmineUPC
Font Family - Name JasmineUPC - JasmineUPC-Bold
Font Family - Name JasmineUPC - JasmineUPC-Bold-Italic
Font Family - Name JasmineUPC - JasmineUPC-Italic
Font Family - Name KaiTi - KaiTi
Font Family - Name Kalinga - Kalinga
Font Family - Name Kalinga - Kalinga-Bold
Font Family - Name Kartika - Kartika
Font Family - Name Kartika - Kartika-Bold
Font Family - Name Khmer UI - Khmer-UI
Font Family - Name Khmer UI - Khmer-UI-Bold
Font Family - Name KodchiangUPC - KodchiangUPC
Font Family - Name KodchiangUPC - KodchiangUPC-Bold
Font Family - Name KodchiangUPC - KodchiangUPC-Bold-Italic
Font Family - Name KodchiangUPC - KodchiangUPC-Italic
Font Family - Name Kokila - Kokila
Font Family - Name Kokila - Kokila-Bold
Font Family - Name Kokila - Kokila-Italic
Font Family - Name Lao UI - Lao-UI
Font Family - Name Lao UI - Lao-UI-Bold
Font Family - Name Latha - Latha
Font Family - Name Latha - Latha-Bold
Font Family - Name Leelawadee - Leelawadee
Font Family - Name Leelawadee - Leelawadee-Bold
Font Family - Name Levenim MT - Levenim-MT
Font Family - Name Levenim MT - Levenim-MT-Bold
Font Family - Name LilyUPC - LilyUPC
Font Family - Name LilyUPC - LilyUPC-Bold
Font Family - Name LilyUPC - LilyUPC-Bold-Italic
Font Family - Name LilyUPC - LilyUPC-Italic
Font Family - Name Lucida Bright - Lucida-Bright-Demibold
Font Family - Name Lucida Bright - Lucida-Bright-Demibold-Italic
Font Family - Name Lucida Bright - Lucida-Bright-Italic
Font Family - Name Lucida Bright - Lucida-Bright-Regular
Font Family - Name Lucida Console - Lucida-Console
Font Family - Name Lucida Sans - Lucida-Sans-Demibold
Font Family - Name Lucida Sans - Lucida-Sans-Regular
Font Family - Name Lucida Sans Typewriter - Lucida-Sans-Typewriter-Bold
Font Family - Name Lucida Sans Typewriter - Lucida-Sans-Typewriter-Regular
Font Family - Name Lucida Sans Unicode - Lucida-Sans-Unicode
Font Family - Name MS Gothic & MS PGothic & MS UI Gothic - MS-Gothic-&-MS-PGothic-&-MS-UI-Gothic
Font Family - Name MS Mincho & MS PMincho - MS-Mincho-&-MS-PMincho
Font Family - Name MV Boli - MV-Boli
Font Family - Name Malgun Gothic - Malgun-Gothic
Font Family - Name Malgun Gothic - Malgun-Gothic-Bold
Font Family - Name Mangal - Mangal
Font Family - Name Mangal - Mangal-Bold
Font Family - Name Meiryo & Meiryo Italic & Meiryo UI & Meiryo UI - Meiryo-&-Meiryo-Italic-&-Meiryo-UI-&-Meiryo-UI-Italic
Font Family - Name Meiryo Bold & Meiryo Bold Italic & Meiryo UI Bold & Meiryo UI - Meiryo-Bold-&-Meiryo-Bold-Italic-&-Meiryo-UI-Bold-&-Meiryo-UI-Bold-Italic
Font Family - Name Microsoft Himalaya - Microsoft-Himalaya
Font Family - Name Microsoft JhengHei - Microsoft-JhengHei
Font Family - Name Microsoft JhengHei - Microsoft-JhengHei-Bold
Font Family - Name Microsoft New Tai Lue - Microsoft-New-Tai-Lue
Font Family - Name Microsoft New Tai Lue - Microsoft-New-Tai-Lue-Bold
Font Family - Name Microsoft PhagsPa - Microsoft-PhagsPa
Font Family - Name Microsoft PhagsPa - Microsoft-PhagsPa-Bold
Font Family - Name Microsoft Sans Serif - Microsoft-Sans-Serif
Font Family - Name Microsoft Tai Le - Microsoft-Tai-Le
Font Family - Name Microsoft Tai Le - Microsoft-Tai-Le-Bold
Font Family - Name Microsoft Uighur - Microsoft-Uighur
Font Family - Name Microsoft Uighur - Microsoft-Uighur-Bold
Font Family - Name Microsoft YaHei - Microsoft-YaHei
Font Family - Name Microsoft YaHei - Microsoft-YaHei-Bold
Font Family - Name Microsoft Yi Baiti - Microsoft-Yi-Baiti
Font Family - Name MingLiU & PMingLiU & MingLiU_HKSCS - MingLiU-&-PMingLiU-&-MingLiU_HKSCS
Font Family - Name MingLiU-ExtB & PMingLiU-ExtB & MingLiU_HKSCS-ExtB - MingLiU-ExtB-&-PMingLiU-ExtB-&-MingLiU_HKSCS-ExtB
Font Family - Name Miriam - Miriam
Font Family - Name Miriam Fixed - Miriam-Fixed
Font Family - Name Mongolian Baiti - Mongolian-Baiti
Font Family - Name MoolBoran - MoolBoran
Font Family - Name Myanmar Text - Myanmar-Text
Font Family - Name Narkisim - Narkisim
Font Family - Name Nirmala UI - Nirmala-UI
Font Family - Name Nirmala UI - Nirmala-UI-Bold
Font Family - Name Nyala - Nyala
Font Family - Name Palatino Linotype - Palatino-Linotype
Font Family - Name Palatino Linotype - Palatino-Linotype-Bold
Font Family - Name Palatino Linotype - Palatino-Linotype-Bold-Italic
Font Family - Name Palatino Linotype - Palatino-Linotype-Italic
Font Family - Name Plantagenet Cherokee - Plantagenet-Cherokee
Font Family - Name Raavi - Raavi
Font Family - Name Raavi - Raavi-Bold
Font Family - Name Rod - Rod
Font Family - Name Sakkal Majalla - Sakkal-Majalla
Font Family - Name Sakkal Majalla - Sakkal-Majalla-Bold
Font Family - Name Segoe Print - Segoe-Print
Font Family - Name Segoe Print - Segoe-Print-Bold
Font Family - Name Segoe Script - Segoe-Script
Font Family - Name Segoe Script - Segoe-Script-Bold
Font Family - Name Segoe UI - Segoe-UI
Font Family - Name Segoe UI - Segoe-UI-Bold
Font Family - Name Segoe UI - Segoe-UI-Bold-Italic
Font Family - Name Segoe UI - Segoe-UI-Italic
Font Family - Name Segoe UI - Segoe-UI-Light
Font Family - Name Segoe UI - Segoe-UI-Light-Italic
Font Family - Name Segoe UI - Segoe-UI-Semibold
Font Family - Name Segoe UI - Segoe-UI-Semibold-Italic
Font Family - Name Segoe UI Semilight - Segoe-UI-Semilight
Font Family - Name Segoe UI Semilight - Segoe-UI-Semilight-Italic
Font Family - Name Segoe UI Symbol - Segoe-UI-Symbol
Font Family - Name Shonar Bangla - Shonar-Bangla
Font Family - Name Shonar Bangla - Shonar-Bangla-Bold
Font Family - Name Shruti - Shruti
Font Family - Name Shruti - Shruti-Bold
Font Family - Name SimHei - SimHei
Font Family - Name SimSun & NSimSun - SimSun-&-NSimSun
Font Family - Name SimSun-ExtB - SimSun-ExtB
Font Family - Name Simplified Arabic - Simplified-Arabic
Font Family - Name Simplified Arabic - Simplified-Arabic-Bold
Font Family - Name Simplified Arabic Fixed - Simplified-Arabic-Fixed
Font Family - Name Sylfaen - Sylfaen
Font Family - Name Symbol - Symbol
Font Family - Name Tahoma - Tahoma
Font Family - Name Tahoma - Tahoma-Bold
Font Family - Name Times New Roman - Times-New-Roman
Font Family - Name Times New Roman - Times-New-Roman-Bold
Font Family - Name Times New Roman - Times-New-Roman-Bold-Italic
Font Family - Name Times New Roman - Times-New-Roman-Italic
Font Family - Name Traditional Arabic - Traditional-Arabic
Font Family - Name Traditional Arabic - Traditional-Arabic-Bold
Font Family - Name Trebuchet MS - Trebuchet-MS
Font Family - Name Trebuchet MS - Trebuchet-MS-Bold
Font Family - Name Trebuchet MS - Trebuchet-MS-Bold-Italic
Font Family - Name Trebuchet MS - Trebuchet-MS-Italic
Font Family - Name Tunga - Tunga
Font Family - Name Tunga - Tunga-Bold
Font Family - Name Urdu Typesetting - Urdu-Typesetting
Font Family - Name Utsaah - Utsaah
Font Family - Name Utsaah - Utsaah-Bold
Font Family - Name Utsaah - Utsaah-Italic
Font Family - Name Vani - Vani
Font Family - Name Vani - Vani-Bold
Font Family - Name Verdana - Verdana
Font Family - Name Verdana - Verdana-Bold
Font Family - Name Verdana - Verdana-Bold-Italic
Font Family - Name Verdana - Verdana-Italic
Font Family - Name Vijaya - Vijaya
Font Family - Name Vijaya - Vijaya-Bold
Font Family - Name Vrinda - Vrinda
Font Family - Name Vrinda - Vrinda-Bold
Font Family - Name Webdings - Webdings
Font Family - Name Wingdings - Wingdings
json
json support enabled
json version 1.2.1
libxml
libXML support active
libXML Compiled Version 2.7.8
libXML Loaded Version 20708
libXML streams enabled
mcrypt
mcrypt support enabled
mcrypt_filter support enabled
Version 2.5.8
Api No 20021217
Supported ciphers cast-128 gost rijndael-128 twofish cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes arcfour
Supported modes cbc cfb ctr ecb ncfb nofb ofb stream
Directive Local Value Master Value
mcrypt.algorithms_dir no value no value
mcrypt.modes_dir no value no value
mhash
MHASH support Enabled
MHASH API Version Emulated Support
mysqli
MysqlI Support enabled
Client API library version mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0
Directive Local Value Master Value
mysqli.allow_local_infile On On
mysqli.allow_persistent On On
mysqli.default_host no value no value
mysqli.default_port 3306 3306
mysqli.default_pw no value no value
mysqli.default_socket no value no value
mysqli.default_user no value no value
mysqli.max_links Unlimited Unlimited
mysqli.max_persistent Unlimited Unlimited
mysqli.reconnect Off Off
mysqlnd
mysqlnd enabled
Version mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
Compression supported
SSL supported
Command buffer size 4096
Read buffer size 32768
Read timeout 31536000
Collecting statistics Yes
Collecting memory statistics No
Tracing n/a
Loaded plugins mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
API Extensions mysqli
mysqlnd statistics
bytes_sent 10892741
bytes_received 44477418
packets_sent 230936
packets_received 816872
protocol_overhead_in 3267488
protocol_overhead_out 923744
bytes_received_ok_packet 0
bytes_received_eof_packet 0
bytes_received_rset_header_packet 976077
bytes_received_rset_field_meta_packet 0
bytes_received_rset_row_packet 544657
bytes_received_prepare_response_packet 19337605
bytes_received_change_user_packet 22845514
packets_sent_command 113155
packets_received_ok 0
packets_received_eof 0
packets_received_rset_header 108453
packets_received_rset_field_meta 0
packets_received_rset_row 108529
packets_received_prepare_response 306926
packets_received_change_user 286025
result_set_queries 108453
non_result_set_queries 76
no_index_used 25273
bad_index_used 0
slow_queries 0
buffered_sets 108453
unbuffered_sets 0
ps_buffered_sets 0
ps_unbuffered_sets 0
flushed_normal_sets 0
flushed_ps_sets 0
ps_prepared_never_executed 0
ps_prepared_once_executed 0
rows_fetched_from_server_normal 177572
rows_fetched_from_server_ps 0
rows_buffered_from_client_normal 177572
rows_buffered_from_client_ps 0
rows_fetched_from_client_normal_buffered 177572
rows_fetched_from_client_normal_unbuffered 0
rows_fetched_from_client_ps_buffered 0
rows_fetched_from_client_ps_unbuffered 0
rows_fetched_from_client_ps_cursor 0
rows_affected_normal 75
rows_affected_ps 0
rows_skipped_normal 177572
rows_skipped_ps 0
copy_on_write_saved 190809
copy_on_write_performed 2390416
command_buffer_too_small 18
connect_success 2313
connect_failure 0
connection_reused 0
reconnect 0
pconnect_success 0
active_connections 18446744073709549303
active_persistent_connections 0
explicit_close 2313
implicit_close 0
disconnect_close 0
in_middle_of_command_close 0
explicit_free_result 108453
implicit_free_result 0
explicit_stmt_close 0
implicit_stmt_close 0
mem_emalloc_count 0
mem_emalloc_amount 0
mem_ecalloc_count 0
mem_ecalloc_amount 0
mem_erealloc_count 0
mem_erealloc_amount 0
mem_efree_count 0
mem_efree_amount 0
mem_malloc_count 0
mem_malloc_amount 0
mem_calloc_count 0
mem_calloc_amount 0
mem_realloc_count 0
mem_realloc_amount 0
mem_free_count 0
mem_free_amount 0
mem_estrndup_count 0
mem_strndup_count 0
mem_estndup_count 0
mem_strdup_count 0
proto_text_fetched_null 0
proto_text_fetched_bit 0
proto_text_fetched_tinyint 238994
proto_text_fetched_short 576
proto_text_fetched_int24 0
proto_text_fetched_int 1090
proto_text_fetched_bigint 40481
proto_text_fetched_decimal 0
proto_text_fetched_float 124611
proto_text_fetched_double 0
proto_text_fetched_date 89356
proto_text_fetched_year 0
proto_text_fetched_time 47768
proto_text_fetched_datetime 95188
proto_text_fetched_timestamp 42774
proto_text_fetched_string 770709
proto_text_fetched_blob 244
proto_text_fetched_enum 0
proto_text_fetched_set 0
proto_text_fetched_geometry 0
proto_text_fetched_other 0
proto_binary_fetched_null 0
proto_binary_fetched_bit 0
proto_binary_fetched_tinyint 0
proto_binary_fetched_short 0
proto_binary_fetched_int24 0
proto_binary_fetched_int 0
proto_binary_fetched_bigint 0
proto_binary_fetched_decimal 0
proto_binary_fetched_float 0
proto_binary_fetched_double 0
proto_binary_fetched_date 0
proto_binary_fetched_year 0
proto_binary_fetched_time 0
proto_binary_fetched_datetime 0
proto_binary_fetched_timestamp 0
proto_binary_fetched_string 0
proto_binary_fetched_blob 0
proto_binary_fetched_enum 0
proto_binary_fetched_set 0
proto_binary_fetched_geometry 0
proto_binary_fetched_other 0
init_command_executed_count 0
init_command_failed_count 0
com_quit 2313
com_init_db 2313
com_query 108529
com_field_list 0
com_create_db 0
com_drop_db 0
com_refresh 0
com_shutdown 0
com_statistics 0
com_process_info 0
com_connect 0
com_process_kill 0
com_debug 0
com_ping 0
com_time 0
com_delayed_insert 0
com_change_user 0
com_binlog_dump 0
com_table_dump 0
com_connect_out 0
com_register_slave 0
com_stmt_prepare 0
com_stmt_execute 0
com_stmt_send_long_data 0
com_stmt_close 0
com_stmt_reset 0
com_stmt_set_option 0
com_stmt_fetch 0
com_deamon 0
bytes_received_real_data_normal 19120189
bytes_received_real_data_ps 0
example statistics
stat1 0
stat2 0
odbc
ODBC Support enabled
Active Persistent Links 0
Active Links 0
ODBC library Win32
Directive Local Value Master Value
odbc.allow_persistent On On
odbc.check_persistent On On
odbc.default_cursortype Static cursor Static cursor
odbc.default_db no value no value
odbc.default_pw no value no value
odbc.default_user no value no value
odbc.defaultbinmode return as is return as is
odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes
odbc.max_links Unlimited Unlimited
odbc.max_persistent Unlimited Unlimited
pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 8.32 2012-11-30
Directive Local Value Master Value
pcre.backtrack_limit 1000000 1000000
pcre.recursion_limit 100000 100000
PDO
PDO support enabled
PDO drivers no value
Phar
Phar: PHP Archive support enabled
Phar EXT version 2.0.1
Phar API version 1.1.1
SVN revision $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
Phar-based phar archives enabled
Tar-based phar archives enabled
ZIP-based phar archives enabled
gzip compression enabled
bzip2 compression disabled (install pecl/bz2)
OpenSSL support disabled (install ext/openssl)
Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
Directive Local Value Master Value
phar.cache_list no value no value
phar.readonly On On
phar.require_hash On On
Reflection
Reflection enabled
Version $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
session
Session Support enabled
Registered save handlers files user
Registered serializer handlers php php_binary wddx
Directive Local Value Master Value
session.auto_start Off Off
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 1000 1000
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.hash_bits_per_character 5 5
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path no value no value
session.serialize_handler php php
session.upload_progress.cleanup On On
session.upload_progress.enabled On On
session.upload_progress.freq 1% 1%
session.upload_progress.min_freq 1 1
session.upload_progress.name PHP_SESSION_UPLOAD_PROGRESS PHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefix upload_progress_ upload_progress_
session.use_cookies On On
session.use_only_cookies On On
session.use_trans_sid 0 0
SimpleXML
Simplexml support enabled
Revision $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
Schema support enabled
SPL
SPL support enabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
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
standard
Dynamic Library Support enabled
Internal Sendmail Support for Windows enabled
Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
from no value no value
url_rewriter.tags a=href,area=href,frame=src,input=src,form=fakeentry a=href,area=href,frame=src,input=src,form=fakeentry
user_agent no value no value
tokenizer
Tokenizer Support enabled
wddx
WDDX Support enabled
WDDX Session Serializer enabled
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.7.8
xmlreader
XMLReader enabled
xmlwriter
XMLWriter enabled
zip
Zip enabled
Extension Version $Id: d7bd5f49e62be1c7d06e510b3bf330b83fe65b28 $
Zip version 1.11.0
Libzip version 0.10.1
zlib
ZLib Support enabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.7
Linked Version 1.2.7
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
Additional Modules
Module Name
Environment
Variable Value
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
CommonProgramFiles C:\Program Files (x86)\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME
ComSpec C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK NO
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS 8
OS Windows_NT
Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Dell\SysMgt\oma\bin;C:\Program Files\Dell\SysMgt\shared\bin;C:\Program Files\Dell\SysMgt\idrac;
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE x86
PROCESSOR_ARCHITEW6432 AMD64
PROCESSOR_IDENTIFIER Intel64 Family 6 Model 45 Stepping 7, GenuineIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 2d07
ProgramData C:\ProgramData
ProgramFiles C:\Program Files (x86)
ProgramFiles(x86) C:\Program Files (x86)
ProgramW6432 C:\Program Files
PSModulePath C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC C:\Users\Public
SystemDrive C:
SystemRoot C:\Windows
TEMP C:\Windows\TEMP
TMP C:\Windows\TEMP
USERDOMAIN
USERNAME
USERPROFILE C:\Windows\system32\config\systemprofile
windir C:\Windows
AP_PARENT_PID 1668
PHP Variables
Variable Value
_COOKIE["_ga"] GA1.2.824977397.1439939778
_COOKIE["__utma"] 1.824977397.1439939778.1443548681.1443630795.2
_COOKIE["__utmz"]
_COOKIE["SESSb2b2e11781ebc38566b806d6cd969fe8"] b6lvCoB-fNewkbPSH-CJf9yD-kNkkPf52DNIiwAPl8E
_COOKIE["__utmv"] 1.|1=Primary Affiliation=staff=1
_COOKIE["unl_sso"] if6xantk
_COOKIE["__utmc"] 1
_COOKIE["unlAlertsData"] 1
_SERVER["HTTP_HOST"]
_SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
_SERVER["HTTP_ACCEPT"] text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
_SERVER["HTTP_ACCEPT_LANGUAGE"] en-US,en;q=0.5
_SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate
_SERVER["HTTP_DNT"] 1
_SERVER["HTTP_COOKIE"] _ga=
_SERVER["HTTP_CONNECTION"] keep-alive
_SERVER["PATH"] C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Dell\SysMgt\oma\bin;C:\Program Files\Dell\SysMgt\shared\bin;C:\Program Files\Dell\SysMgt\idrac;
_SERVER["SystemRoot"] C:\Windows
_SERVER["COMSPEC"] C:\Windows\system32\cmd.exe
_SERVER["PATHEXT"] .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
_SERVER["WINDIR"] C:\Windows
_SERVER["SERVER_SIGNATURE"] no value
_SERVER["SERVER_SOFTWARE"] Apache/2.2.25 (Win32) PHP/5.4.21
_SERVER["SERVER_NAME"]
_SERVER["SERVER_ADDR"]
_SERVER["SERVER_PORT"] 80
_SERVER["REMOTE_ADDR"]
_SERVER["DOCUMENT_ROOT"] C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs
_SERVER["SERVER_ADMIN"]
_SERVER["SCRIPT_FILENAME"] C:/Program Files (x86)/PacsOne/php/Hello.php
_SERVER["REMOTE_PORT"] 60610
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["SERVER_PROTOCOL"] HTTP/1.1
_SERVER["REQUEST_METHOD"] GET
_SERVER["QUERY_STRING"] no value
_SERVER["REQUEST_URI"] /pacsone/Hello.php
_SERVER["SCRIPT_NAME"] /pacsone/Hello.php
_SERVER["PHP_SELF"] /pacsone/Hello.php
_SERVER["REQUEST_TIME_FLOAT"] 1443636417.635
_SERVER["REQUEST_TIME"] 1443636417
PHP Logo
PHP Version 5.4.21
System Windows NT 6.2 build 9200 (Unknown Windows version Standard Edition) i586
Build Date Oct 16 2013 21:05:39
Compiler MSVC9 (Visual C++ 2008)
Architecture x86
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--disable-isapi" "--enable-debug-pack" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=C:\php-sdk\oracle\instantclient11\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--disable-static-analyze" "--with-pgo"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File C:\Program Files (x86)\Apache Software Foundation\Apache2.2\php.ini
Scan this dir for additional .ini files (none)
Additional .ini files parsed (none)
PHP API 20100412
PHP Extension 20100525
Zend Extension 220100525
Zend Extension Build API220100525,TS,VC9
PHP Extension Build API20100525,TS,VC9
Debug Build no
Thread Safety enabled
Zend Signal Handling disabled
Zend Memory Manager enabled
Zend Multibyte Support disabled
IPv6 Support enabled
DTrace Support disabled
Registered PHP Streams php, file, glob, data, http, ftp, zip, compress.zlib, phar
Registered Stream Socket Transports tcp, udp
Registered Stream Filters convert.iconv.*, mcrypt.*, mdecrypt.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, zlib.*
Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
PHP Credits
Configuration
apache2handler
Apache Version Apache/2.2.25 (Win32) PHP/5.4.21
Apache API Version 20051115
Server Administrator
Hostname:Port :0
Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 300 - Keep-Alive: 5
Virtual Server No
Server Root C:/Program Files (x86)/Apache Software Foundation/Apache2.2
Loaded Modules core mod_win32 mpm_winnt http_core mod_so mod_actions mod_alias mod_asis mod_auth_basic mod_authn_default mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_php5 mod_setenvif
Directive Local Value Master Value
engine 1 1
last_modified 0 0
xbithack 0 0
Apache Environment
Variable Value
HTTP_HOST
HTTP_USER_AGENT Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
HTTP_ACCEPT_ENCODING gzip, deflate
HTTP_DNT 1
HTTP_COOKIE _ga=
HTTP_CONNECTION keep-alive
PATH C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Dell\SysMgt\oma\bin;C:\Program Files\Dell\SysMgt\shared\bin;C:\Program Files\Dell\SysMgt\idrac;
SystemRoot C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
SERVER_SIGNATURE no value
SERVER_SOFTWARE Apache/2.2.25 (Win32) PHP/5.4.21
SERVER_NAME
SERVER_ADDR
SERVER_PORT 80
REMOTE_ADDR
DOCUMENT_ROOT C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs
SERVER_ADMIN
SCRIPT_FILENAME C:/Program Files (x86)/PacsOne/php/Hello.php
REMOTE_PORT 60610
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING no value
REQUEST_URI /pacsone/Hello.php
SCRIPT_NAME /pacsone/Hello.php
HTTP Headers Information
HTTP Request Headers
HTTP Request GET /pacsone/Hello.php HTTP/1.1
Host
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-US,en;q=0.5
Accept-Encoding gzip, deflate
DNT 1
Cookie _ga=
Connection keep-alive
HTTP Response Headers
X-Powered-By PHP/5.4.21
Set-Cookie PHPSESSID=tft29agsl9khhjon8qnss1r031; path=/
Expires Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma no-cache
bcmath
BCMath support enabled
Directive Local Value Master Value
bcmath.scale 0 0
calendar
Calendar support enabled
Core
PHP Version 5.4.21
Directive Local Value Master Value
allow_url_fopen On On
allow_url_include Off Off
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_globals_jit On On
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
disable_classes no value no value
disable_functions no value no value
display_errors Off Off
display_startup_errors Off Off
doc_root C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs
docref_ext no value no value
docref_root no value no value
enable_dl Off Off
enable_post_data_reading On On
error_append_string no value no value
error_log C:\Temp\php.log C:\Temp\php.log
error_prepend_string no value no value
error_reporting 22527 22527
exit_on_timeout Off Off
expose_php On On
extension_dir c:\php\ext c:\php\ext
file_uploads On On
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .;C:\php\pear .;C:\php\pear
log_errors On On
log_errors_max_len 1024 1024
mail.add_x_header On On
mail.force_extra_parameters no value no value
mail.log no value no value
max_execution_time 1800 1800
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 60 60
max_input_vars 1000 1000
memory_limit 3584M 3584M
open_basedir no value no value
output_buffering 4096 4096
output_handler no value no value
post_max_size 8M 8M
precision 14 14
realpath_cache_size 16K 16K
realpath_cache_ttl 120 120
register_argc_argv Off Off
report_memleaks On On
report_zend_debug On On
request_order GP GP
sendmail_from no value no value
sendmail_path no value no value
serialize_precision 17 17
short_open_tag Off Off
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 2M 2M
upload_tmp_dir no value no value
user_dir no value no value
user_ini.cache_ttl 300 300
user_ini.filename .user.ini .user.ini
variables_order GPCS GPCS
windows.show_crt_warning Off Off
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
zend.detect_unicode On On
zend.enable_gc On On
zend.multibyte Off Off
zend.script_encoding no value no value
ctype
ctype functions enabled
date
date/time support enabled
"Olson" Timezone Database Version 2013.6
Timezone Database internal
Default timezone UTC
Directive Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone no value no value
dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.7.8
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled
ereg
Regex Library Bundled library enabled
filter
Input Validation and Filtering enabled
Revision $Id: 6496ccdb6a0a4792ced7f000203981dd4afe3657 $
Directive Local Value Master Value
filter.default unsafe_raw unsafe_raw
filter.default_flags no value no value
ftp
FTP support enabled
hash
hash support enabled
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
iconv
iconv support enabled
iconv implementation "libiconv"
iconv library version 1.14
Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1
imagick
ImageMagick support enabled
ImageMagick version 5.5.6
PHP imagick version 0.9.5
MaxRGB 65535
Supported image formats IMPLICIT
Font Family - Name AvantGarde - AvantGarde-Book
Font Family - Name AvantGarde - AvantGarde-BookOblique
Font Family - Name AvantGarde - AvantGarde-Demi
Font Family - Name AvantGarde - AvantGarde-DemiOblique
Font Family - Name Bookman - Bookman-Demi
Font Family - Name Bookman - Bookman-DemiItalic
Font Family - Name Bookman - Bookman-Light
Font Family - Name Bookman - Bookman-LightItalic
Font Family - Name Courier - Courier
Font Family - Name Courier - Courier-Bold
Font Family - Name Courier - Courier-Oblique
Font Family - Name Courier - Courier-BoldOblique
Font Family - Name Helvetica - Helvetica
Font Family - Name Helvetica - Helvetica-Bold
Font Family - Name Helvetica - Helvetica-Oblique
Font Family - Name Helvetica - Helvetica-BoldOblique
Font Family - Name Helvetica Narrow - Helvetica-Narrow
Font Family - Name Helvetica Narrow - Helvetica-Narrow-Oblique
Font Family - Name Helvetica Narrow - Helvetica-Narrow-Bold
Font Family - Name Helvetica Narrow - Helvetica-Narrow-BoldOblique
Font Family - Name NewCenturySchlbk - NewCenturySchlbk-Roman
Font Family - Name NewCenturySchlbk - NewCenturySchlbk-Italic
Font Family - Name NewCenturySchlbk - NewCenturySchlbk-Bold
Font Family - Name NewCenturySchlbk - NewCenturySchlbk-BoldItalic
Font Family - Name Palatino - Palatino-Roman
Font Family - Name Palatino - Palatino-Italic
Font Family - Name Palatino - Palatino-Bold
Font Family - Name Palatino - Palatino-BoldItalic
Font Family - Name Times - Times-Roman
Font Family - Name Times - Times-Bold
Font Family - Name Times - Times-Italic
Font Family - Name Times - Times-BoldItalic
Font Family - Name Symbol - Symbol
Font Family - Name Aharoni - Aharoni-Bold
Font Family - Name Aldhabi - Aldhabi
Font Family - Name Andalus - Andalus
Font Family - Name Angsana New - Angsana-New
Font Family - Name Angsana New - Angsana-New-Bold
Font Family - Name Angsana New - Angsana-New-Bold-Italic
Font Family - Name Angsana New - Angsana-New-Italic
Font Family - Name AngsanaUPC - AngsanaUPC
Font Family - Name AngsanaUPC - AngsanaUPC-Bold
Font Family - Name AngsanaUPC - AngsanaUPC-Bold-Italic
Font Family - Name AngsanaUPC - AngsanaUPC-Italic
Font Family - Name Aparajita - Aparajita
Font Family - Name Aparajita - Aparajita-Bold
Font Family - Name Aparajita - Aparajita-Italic
Font Family - Name Arabic Typesetting - Arabic-Typesetting
Font Family - Name Arial - Arial
Font Family - Name Arial - Arial-Black
Font Family - Name Arial - Arial-Bold
Font Family - Name Arial - Arial-Bold-Italic
Font Family - Name Arial - Arial-Italic
Font Family - Name Batang & BatangChe & Gungsuh & GungsuhChe - Batang-&-BatangChe-&-Gungsuh-&-GungsuhChe
Font Family - Name Browallia New - Browallia-New
Font Family - Name Browallia New - Browallia-New-Bold
Font Family - Name Browallia New - Browallia-New-Bold-Italic
Font Family - Name Browallia New - Browallia-New-Italic
Font Family - Name BrowalliaUPC - BrowalliaUPC
Font Family - Name BrowalliaUPC - BrowalliaUPC-Bold
Font Family - Name BrowalliaUPC - BrowalliaUPC-Bold-Italic
Font Family - Name BrowalliaUPC - BrowalliaUPC-Italic
Font Family - Name Calibri - Calibri
Font Family - Name Calibri - Calibri-Bold
Font Family - Name Calibri - Calibri-Bold-Italic
Font Family - Name Calibri - Calibri-Italic
Font Family - Name Calibri - Calibri-Light
Font Family - Name Calibri - Calibri-Light-Italic
Font Family - Name Cambria & Cambria Math - Cambria-&-Cambria-Math
Font Family - Name Cambria - Cambria-Bold
Font Family - Name Cambria - Cambria-Bold-Italic
Font Family - Name Cambria - Cambria-Italic
Font Family - Name Candara - Candara
Font Family - Name Candara - Candara-Bold
Font Family - Name Candara - Candara-Bold-Italic
Font Family - Name Candara - Candara-Italic
Font Family - Name Comic Sans MS - Comic-Sans-MS
Font Family - Name Comic Sans MS - Comic-Sans-MS-Bold
Font Family - Name Comic Sans MS - Comic-Sans-MS-Bold-Italic
Font Family - Name Comic Sans MS - Comic-Sans-MS-Italic
Font Family - Name Consolas - Consolas
Font Family - Name Consolas - Consolas-Bold
Font Family - Name Consolas - Consolas-Bold-Italic
Font Family - Name Consolas - Consolas-Italic
Font Family - Name Constantia - Constantia
Font Family - Name Constantia - Constantia-Bold
Font Family - Name Constantia - Constantia-Bold-Italic
Font Family - Name Constantia - Constantia-Italic
Font Family - Name Corbel - Corbel
Font Family - Name Corbel - Corbel-Bold
Font Family - Name Corbel - Corbel-Bold-Italic
Font Family - Name Corbel - Corbel-Italic
Font Family - Name Cordia New - Cordia-New
Font Family - Name Cordia New - Cordia-New-Bold
Font Family - Name Cordia New - Cordia-New-Bold-Italic
Font Family - Name Cordia New - Cordia-New-Italic
Font Family - Name CordiaUPC - CordiaUPC
Font Family - Name CordiaUPC - CordiaUPC-Bold
Font Family - Name CordiaUPC - CordiaUPC-Bold-Italic
Font Family - Name CordiaUPC - CordiaUPC-Italic
Font Family - Name Courier New - Courier-New
Font Family - Name Courier New - Courier-New-Bold
Font Family - Name Courier New - Courier-New-Bold-Italic
Font Family - Name Courier New - Courier-New-Italic
Font Family - Name DFKai-SB - DFKai-SB
Font Family - Name DaunPenh - DaunPenh
Font Family - Name David - David
Font Family - Name David - David-Bold
Font Family - Name DilleniaUPC - DilleniaUPC
Font Family - Name DilleniaUPC - DilleniaUPC-Bold
Font Family - Name DilleniaUPC - DilleniaUPC-Bold-Italic
Font Family - Name DilleniaUPC - DilleniaUPC-Italic
Font Family - Name DokChampa - DokChampa
Font Family - Name Ebrima - Ebrima
Font Family - Name Ebrima - Ebrima-Bold
Font Family - Name Estrangelo Edessa - Estrangelo-Edessa
Font Family - Name EucrosiaUPC - EucrosiaUPC
Font Family - Name EucrosiaUPC - EucrosiaUPC-Bold
Font Family - Name EucrosiaUPC - EucrosiaUPC-Bold-Italic
Font Family - Name EucrosiaUPC - EucrosiaUPC-Italic
Font Family - Name Euphemia - Euphemia
Font Family - Name FangSong - FangSong
Font Family - Name FrankRuehl - FrankRuehl
Font Family - Name Franklin Gothic - Franklin-Gothic-Medium
Font Family - Name Franklin Gothic - Franklin-Gothic-Medium-Italic
Font Family - Name FreesiaUPC - FreesiaUPC
Font Family - Name FreesiaUPC - FreesiaUPC-Bold
Font Family - Name FreesiaUPC - FreesiaUPC-Bold-Italic
Font Family - Name FreesiaUPC - FreesiaUPC-Italic
Font Family - Name Gabriola - Gabriola
Font Family - Name Gadugi - Gadugi
Font Family - Name Gadugi - Gadugi-Bold
Font Family - Name Gautami - Gautami
Font Family - Name Gautami - Gautami-Bold
Font Family - Name Georgia - Georgia
Font Family - Name Georgia - Georgia-Bold
Font Family - Name Georgia - Georgia-Bold-Italic
Font Family - Name Georgia - Georgia-Italic
Font Family - Name Gisha - Gisha
Font Family - Name Gisha - Gisha-Bold
Font Family - Name Gulim & GulimChe & Dotum & DotumChe - Gulim-&-GulimChe-&-Dotum-&-DotumChe
Font Family - Name Impact - Impact
Font Family - Name IrisUPC - IrisUPC
Font Family - Name IrisUPC - IrisUPC-Bold
Font Family - Name IrisUPC - IrisUPC-Bold-Italic
Font Family - Name IrisUPC - IrisUPC-Italic
Font Family - Name Iskoola Pota - Iskoola-Pota
Font Family - Name Iskoola Pota - Iskoola-Pota-Bold
Font Family - Name JasmineUPC - JasmineUPC
Font Family - Name JasmineUPC - JasmineUPC-Bold
Font Family - Name JasmineUPC - JasmineUPC-Bold-Italic
Font Family - Name JasmineUPC - JasmineUPC-Italic
Font Family - Name KaiTi - KaiTi
Font Family - Name Kalinga - Kalinga
Font Family - Name Kalinga - Kalinga-Bold
Font Family - Name Kartika - Kartika
Font Family - Name Kartika - Kartika-Bold
Font Family - Name Khmer UI - Khmer-UI
Font Family - Name Khmer UI - Khmer-UI-Bold
Font Family - Name KodchiangUPC - KodchiangUPC
Font Family - Name KodchiangUPC - KodchiangUPC-Bold
Font Family - Name KodchiangUPC - KodchiangUPC-Bold-Italic
Font Family - Name KodchiangUPC - KodchiangUPC-Italic
Font Family - Name Kokila - Kokila
Font Family - Name Kokila - Kokila-Bold
Font Family - Name Kokila - Kokila-Italic
Font Family - Name Lao UI - Lao-UI
Font Family - Name Lao UI - Lao-UI-Bold
Font Family - Name Latha - Latha
Font Family - Name Latha - Latha-Bold
Font Family - Name Leelawadee - Leelawadee
Font Family - Name Leelawadee - Leelawadee-Bold
Font Family - Name Levenim MT - Levenim-MT
Font Family - Name Levenim MT - Levenim-MT-Bold
Font Family - Name LilyUPC - LilyUPC
Font Family - Name LilyUPC - LilyUPC-Bold
Font Family - Name LilyUPC - LilyUPC-Bold-Italic
Font Family - Name LilyUPC - LilyUPC-Italic
Font Family - Name Lucida Bright - Lucida-Bright-Demibold
Font Family - Name Lucida Bright - Lucida-Bright-Demibold-Italic
Font Family - Name Lucida Bright - Lucida-Bright-Italic
Font Family - Name Lucida Bright - Lucida-Bright-Regular
Font Family - Name Lucida Console - Lucida-Console
Font Family - Name Lucida Sans - Lucida-Sans-Demibold
Font Family - Name Lucida Sans - Lucida-Sans-Regular
Font Family - Name Lucida Sans Typewriter - Lucida-Sans-Typewriter-Bold
Font Family - Name Lucida Sans Typewriter - Lucida-Sans-Typewriter-Regular
Font Family - Name Lucida Sans Unicode - Lucida-Sans-Unicode
Font Family - Name MS Gothic & MS PGothic & MS UI Gothic - MS-Gothic-&-MS-PGothic-&-MS-UI-Gothic
Font Family - Name MS Mincho & MS PMincho - MS-Mincho-&-MS-PMincho
Font Family - Name MV Boli - MV-Boli
Font Family - Name Malgun Gothic - Malgun-Gothic
Font Family - Name Malgun Gothic - Malgun-Gothic-Bold
Font Family - Name Mangal - Mangal
Font Family - Name Mangal - Mangal-Bold
Font Family - Name Meiryo & Meiryo Italic & Meiryo UI & Meiryo UI - Meiryo-&-Meiryo-Italic-&-Meiryo-UI-&-Meiryo-UI-Italic
Font Family - Name Meiryo Bold & Meiryo Bold Italic & Meiryo UI Bold & Meiryo UI - Meiryo-Bold-&-Meiryo-Bold-Italic-&-Meiryo-UI-Bold-&-Meiryo-UI-Bold-Italic
Font Family - Name Microsoft Himalaya - Microsoft-Himalaya
Font Family - Name Microsoft JhengHei - Microsoft-JhengHei
Font Family - Name Microsoft JhengHei - Microsoft-JhengHei-Bold
Font Family - Name Microsoft New Tai Lue - Microsoft-New-Tai-Lue
Font Family - Name Microsoft New Tai Lue - Microsoft-New-Tai-Lue-Bold
Font Family - Name Microsoft PhagsPa - Microsoft-PhagsPa
Font Family - Name Microsoft PhagsPa - Microsoft-PhagsPa-Bold
Font Family - Name Microsoft Sans Serif - Microsoft-Sans-Serif
Font Family - Name Microsoft Tai Le - Microsoft-Tai-Le
Font Family - Name Microsoft Tai Le - Microsoft-Tai-Le-Bold
Font Family - Name Microsoft Uighur - Microsoft-Uighur
Font Family - Name Microsoft Uighur - Microsoft-Uighur-Bold
Font Family - Name Microsoft YaHei - Microsoft-YaHei
Font Family - Name Microsoft YaHei - Microsoft-YaHei-Bold
Font Family - Name Microsoft Yi Baiti - Microsoft-Yi-Baiti
Font Family - Name MingLiU & PMingLiU & MingLiU_HKSCS - MingLiU-&-PMingLiU-&-MingLiU_HKSCS
Font Family - Name MingLiU-ExtB & PMingLiU-ExtB & MingLiU_HKSCS-ExtB - MingLiU-ExtB-&-PMingLiU-ExtB-&-MingLiU_HKSCS-ExtB
Font Family - Name Miriam - Miriam
Font Family - Name Miriam Fixed - Miriam-Fixed
Font Family - Name Mongolian Baiti - Mongolian-Baiti
Font Family - Name MoolBoran - MoolBoran
Font Family - Name Myanmar Text - Myanmar-Text
Font Family - Name Narkisim - Narkisim
Font Family - Name Nirmala UI - Nirmala-UI
Font Family - Name Nirmala UI - Nirmala-UI-Bold
Font Family - Name Nyala - Nyala
Font Family - Name Palatino Linotype - Palatino-Linotype
Font Family - Name Palatino Linotype - Palatino-Linotype-Bold
Font Family - Name Palatino Linotype - Palatino-Linotype-Bold-Italic
Font Family - Name Palatino Linotype - Palatino-Linotype-Italic
Font Family - Name Plantagenet Cherokee - Plantagenet-Cherokee
Font Family - Name Raavi - Raavi
Font Family - Name Raavi - Raavi-Bold
Font Family - Name Rod - Rod
Font Family - Name Sakkal Majalla - Sakkal-Majalla
Font Family - Name Sakkal Majalla - Sakkal-Majalla-Bold
Font Family - Name Segoe Print - Segoe-Print
Font Family - Name Segoe Print - Segoe-Print-Bold
Font Family - Name Segoe Script - Segoe-Script
Font Family - Name Segoe Script - Segoe-Script-Bold
Font Family - Name Segoe UI - Segoe-UI
Font Family - Name Segoe UI - Segoe-UI-Bold
Font Family - Name Segoe UI - Segoe-UI-Bold-Italic
Font Family - Name Segoe UI - Segoe-UI-Italic
Font Family - Name Segoe UI - Segoe-UI-Light
Font Family - Name Segoe UI - Segoe-UI-Light-Italic
Font Family - Name Segoe UI - Segoe-UI-Semibold
Font Family - Name Segoe UI - Segoe-UI-Semibold-Italic
Font Family - Name Segoe UI Semilight - Segoe-UI-Semilight
Font Family - Name Segoe UI Semilight - Segoe-UI-Semilight-Italic
Font Family - Name Segoe UI Symbol - Segoe-UI-Symbol
Font Family - Name Shonar Bangla - Shonar-Bangla
Font Family - Name Shonar Bangla - Shonar-Bangla-Bold
Font Family - Name Shruti - Shruti
Font Family - Name Shruti - Shruti-Bold
Font Family - Name SimHei - SimHei
Font Family - Name SimSun & NSimSun - SimSun-&-NSimSun
Font Family - Name SimSun-ExtB - SimSun-ExtB
Font Family - Name Simplified Arabic - Simplified-Arabic
Font Family - Name Simplified Arabic - Simplified-Arabic-Bold
Font Family - Name Simplified Arabic Fixed - Simplified-Arabic-Fixed
Font Family - Name Sylfaen - Sylfaen
Font Family - Name Symbol - Symbol
Font Family - Name Tahoma - Tahoma
Font Family - Name Tahoma - Tahoma-Bold
Font Family - Name Times New Roman - Times-New-Roman
Font Family - Name Times New Roman - Times-New-Roman-Bold
Font Family - Name Times New Roman - Times-New-Roman-Bold-Italic
Font Family - Name Times New Roman - Times-New-Roman-Italic
Font Family - Name Traditional Arabic - Traditional-Arabic
Font Family - Name Traditional Arabic - Traditional-Arabic-Bold
Font Family - Name Trebuchet MS - Trebuchet-MS
Font Family - Name Trebuchet MS - Trebuchet-MS-Bold
Font Family - Name Trebuchet MS - Trebuchet-MS-Bold-Italic
Font Family - Name Trebuchet MS - Trebuchet-MS-Italic
Font Family - Name Tunga - Tunga
Font Family - Name Tunga - Tunga-Bold
Font Family - Name Urdu Typesetting - Urdu-Typesetting
Font Family - Name Utsaah - Utsaah
Font Family - Name Utsaah - Utsaah-Bold
Font Family - Name Utsaah - Utsaah-Italic
Font Family - Name Vani - Vani
Font Family - Name Vani - Vani-Bold
Font Family - Name Verdana - Verdana
Font Family - Name Verdana - Verdana-Bold
Font Family - Name Verdana - Verdana-Bold-Italic
Font Family - Name Verdana - Verdana-Italic
Font Family - Name Vijaya - Vijaya
Font Family - Name Vijaya - Vijaya-Bold
Font Family - Name Vrinda - Vrinda
Font Family - Name Vrinda - Vrinda-Bold
Font Family - Name Webdings - Webdings
Font Family - Name Wingdings - Wingdings
json
json support enabled
json version 1.2.1
libxml
libXML support active
libXML Compiled Version 2.7.8
libXML Loaded Version 20708
libXML streams enabled
mcrypt
mcrypt support enabled
mcrypt_filter support enabled
Version 2.5.8
Api No 20021217
Supported ciphers cast-128 gost rijndael-128 twofish cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes arcfour
Supported modes cbc cfb ctr ecb ncfb nofb ofb stream
Directive Local Value Master Value
mcrypt.algorithms_dir no value no value
mcrypt.modes_dir no value no value
mhash
MHASH support Enabled
MHASH API Version Emulated Support
mysqli
MysqlI Support enabled
Client API library version mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0
Directive Local Value Master Value
mysqli.allow_local_infile On On
mysqli.allow_persistent On On
mysqli.default_host no value no value
mysqli.default_port 3306 3306
mysqli.default_pw no value no value
mysqli.default_socket no value no value
mysqli.default_user no value no value
mysqli.max_links Unlimited Unlimited
mysqli.max_persistent Unlimited Unlimited
mysqli.reconnect Off Off
mysqlnd
mysqlnd enabled
Version mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
Compression supported
SSL supported
Command buffer size 4096
Read buffer size 32768
Read timeout 31536000
Collecting statistics Yes
Collecting memory statistics No
Tracing n/a
Loaded plugins mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
API Extensions mysqli
mysqlnd statistics
bytes_sent 10892741
bytes_received 44477418
packets_sent 230936
packets_received 816872
protocol_overhead_in 3267488
protocol_overhead_out 923744
bytes_received_ok_packet 0
bytes_received_eof_packet 0
bytes_received_rset_header_packet 976077
bytes_received_rset_field_meta_packet 0
bytes_received_rset_row_packet 544657
bytes_received_prepare_response_packet 19337605
bytes_received_change_user_packet 22845514
packets_sent_command 113155
packets_received_ok 0
packets_received_eof 0
packets_received_rset_header 108453
packets_received_rset_field_meta 0
packets_received_rset_row 108529
packets_received_prepare_response 306926
packets_received_change_user 286025
result_set_queries 108453
non_result_set_queries 76
no_index_used 25273
bad_index_used 0
slow_queries 0
buffered_sets 108453
unbuffered_sets 0
ps_buffered_sets 0
ps_unbuffered_sets 0
flushed_normal_sets 0
flushed_ps_sets 0
ps_prepared_never_executed 0
ps_prepared_once_executed 0
rows_fetched_from_server_normal 177572
rows_fetched_from_server_ps 0
rows_buffered_from_client_normal 177572
rows_buffered_from_client_ps 0
rows_fetched_from_client_normal_buffered 177572
rows_fetched_from_client_normal_unbuffered 0
rows_fetched_from_client_ps_buffered 0
rows_fetched_from_client_ps_unbuffered 0
rows_fetched_from_client_ps_cursor 0
rows_affected_normal 75
rows_affected_ps 0
rows_skipped_normal 177572
rows_skipped_ps 0
copy_on_write_saved 190809
copy_on_write_performed 2390416
command_buffer_too_small 18
connect_success 2313
connect_failure 0
connection_reused 0
reconnect 0
pconnect_success 0
active_connections 18446744073709549303
active_persistent_connections 0
explicit_close 2313
implicit_close 0
disconnect_close 0
in_middle_of_command_close 0
explicit_free_result 108453
implicit_free_result 0
explicit_stmt_close 0
implicit_stmt_close 0
mem_emalloc_count 0
mem_emalloc_amount 0
mem_ecalloc_count 0
mem_ecalloc_amount 0
mem_erealloc_count 0
mem_erealloc_amount 0
mem_efree_count 0
mem_efree_amount 0
mem_malloc_count 0
mem_malloc_amount 0
mem_calloc_count 0
mem_calloc_amount 0
mem_realloc_count 0
mem_realloc_amount 0
mem_free_count 0
mem_free_amount 0
mem_estrndup_count 0
mem_strndup_count 0
mem_estndup_count 0
mem_strdup_count 0
proto_text_fetched_null 0
proto_text_fetched_bit 0
proto_text_fetched_tinyint 238994
proto_text_fetched_short 576
proto_text_fetched_int24 0
proto_text_fetched_int 1090
proto_text_fetched_bigint 40481
proto_text_fetched_decimal 0
proto_text_fetched_float 124611
proto_text_fetched_double 0
proto_text_fetched_date 89356
proto_text_fetched_year 0
proto_text_fetched_time 47768
proto_text_fetched_datetime 95188
proto_text_fetched_timestamp 42774
proto_text_fetched_string 770709
proto_text_fetched_blob 244
proto_text_fetched_enum 0
proto_text_fetched_set 0
proto_text_fetched_geometry 0
proto_text_fetched_other 0
proto_binary_fetched_null 0
proto_binary_fetched_bit 0
proto_binary_fetched_tinyint 0
proto_binary_fetched_short 0
proto_binary_fetched_int24 0
proto_binary_fetched_int 0
proto_binary_fetched_bigint 0
proto_binary_fetched_decimal 0
proto_binary_fetched_float 0
proto_binary_fetched_double 0
proto_binary_fetched_date 0
proto_binary_fetched_year 0
proto_binary_fetched_time 0
proto_binary_fetched_datetime 0
proto_binary_fetched_timestamp 0
proto_binary_fetched_string 0
proto_binary_fetched_blob 0
proto_binary_fetched_enum 0
proto_binary_fetched_set 0
proto_binary_fetched_geometry 0
proto_binary_fetched_other 0
init_command_executed_count 0
init_command_failed_count 0
com_quit 2313
com_init_db 2313
com_query 108529
com_field_list 0
com_create_db 0
com_drop_db 0
com_refresh 0
com_shutdown 0
com_statistics 0
com_process_info 0
com_connect 0
com_process_kill 0
com_debug 0
com_ping 0
com_time 0
com_delayed_insert 0
com_change_user 0
com_binlog_dump 0
com_table_dump 0
com_connect_out 0
com_register_slave 0
com_stmt_prepare 0
com_stmt_execute 0
com_stmt_send_long_data 0
com_stmt_close 0
com_stmt_reset 0
com_stmt_set_option 0
com_stmt_fetch 0
com_deamon 0
bytes_received_real_data_normal 19120189
bytes_received_real_data_ps 0
example statistics
stat1 0
stat2 0
odbc
ODBC Support enabled
Active Persistent Links 0
Active Links 0
ODBC library Win32
Directive Local Value Master Value
odbc.allow_persistent On On
odbc.check_persistent On On
odbc.default_cursortype Static cursor Static cursor
odbc.default_db no value no value
odbc.default_pw no value no value
odbc.default_user no value no value
odbc.defaultbinmode return as is return as is
odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes
odbc.max_links Unlimited Unlimited
odbc.max_persistent Unlimited Unlimited
pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 8.32 2012-11-30
Directive Local Value Master Value
pcre.backtrack_limit 1000000 1000000
pcre.recursion_limit 100000 100000
PDO
PDO support enabled
PDO drivers no value
Phar
Phar: PHP Archive support enabled
Phar EXT version 2.0.1
Phar API version 1.1.1
SVN revision $Id: c85687ef5cec51a63c41cffb9ec3972cb8c3f7f3 $
Phar-based phar archives enabled
Tar-based phar archives enabled
ZIP-based phar archives enabled
gzip compression enabled
bzip2 compression disabled (install pecl/bz2)
OpenSSL support disabled (install ext/openssl)
Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
Directive Local Value Master Value
phar.cache_list no value no value
phar.readonly On On
phar.require_hash On On
Reflection
Reflection enabled
Version $Id: c4a7c554f00da47fe9cff384d18c532a1a959dff $
session
Session Support enabled
Registered save handlers files user
Registered serializer handlers php php_binary wddx
Directive Local Value Master Value
session.auto_start Off Off
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 1000 1000
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.hash_bits_per_character 5 5
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path no value no value
session.serialize_handler php php
session.upload_progress.cleanup On On
session.upload_progress.enabled On On
session.upload_progress.freq 1% 1%
session.upload_progress.min_freq 1 1
session.upload_progress.name PHP_SESSION_UPLOAD_PROGRESS PHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefix upload_progress_ upload_progress_
session.use_cookies On On
session.use_only_cookies On On
session.use_trans_sid 0 0
SimpleXML
Simplexml support enabled
Revision $Id: 2358f2be6570ab413d0ead3a931a5365adf94af9 $
Schema support enabled
SPL
SPL support enabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
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
standard
Dynamic Library Support enabled
Internal Sendmail Support for Windows enabled
Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
from no value no value
url_rewriter.tags a=href,area=href,frame=src,input=src,form=fakeentry a=href,area=href,frame=src,input=src,form=fakeentry
user_agent no value no value
tokenizer
Tokenizer Support enabled
wddx
WDDX Support enabled
WDDX Session Serializer enabled
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.7.8
xmlreader
XMLReader enabled
xmlwriter
XMLWriter enabled
zip
Zip enabled
Extension Version $Id: d7bd5f49e62be1c7d06e510b3bf330b83fe65b28 $
Zip version 1.11.0
Libzip version 0.10.1
zlib
ZLib Support enabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.7
Linked Version 1.2.7
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
Additional Modules
Module Name
Environment
Variable Value
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
CommonProgramFiles C:\Program Files (x86)\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME
ComSpec C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK NO
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS 8
OS Windows_NT
Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Dell\SysMgt\oma\bin;C:\Program Files\Dell\SysMgt\shared\bin;C:\Program Files\Dell\SysMgt\idrac;
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE x86
PROCESSOR_ARCHITEW6432 AMD64
PROCESSOR_IDENTIFIER Intel64 Family 6 Model 45 Stepping 7, GenuineIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 2d07
ProgramData C:\ProgramData
ProgramFiles C:\Program Files (x86)
ProgramFiles(x86) C:\Program Files (x86)
ProgramW6432 C:\Program Files
PSModulePath C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC C:\Users\Public
SystemDrive C:
SystemRoot C:\Windows
TEMP C:\Windows\TEMP
TMP C:\Windows\TEMP
USERDOMAIN
USERNAME
USERPROFILE C:\Windows\system32\config\systemprofile
windir C:\Windows
AP_PARENT_PID 1668
PHP Variables
Variable Value
_COOKIE["_ga"] GA1.2.824977397.1439939778
_COOKIE["__utma"] 1.824977397.1439939778.1443548681.1443630795.2
_COOKIE["__utmz"]
_COOKIE["SESSb2b2e11781ebc38566b806d6cd969fe8"] b6lvCoB-fNewkbPSH-CJf9yD-kNkkPf52DNIiwAPl8E
_COOKIE["__utmv"] 1.|1=Primary Affiliation=staff=1
_COOKIE["unl_sso"] if6xantk
_COOKIE["__utmc"] 1
_COOKIE["unlAlertsData"] 1
_SERVER["HTTP_HOST"]
_SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
_SERVER["HTTP_ACCEPT"] text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
_SERVER["HTTP_ACCEPT_LANGUAGE"] en-US,en;q=0.5
_SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate
_SERVER["HTTP_DNT"] 1
_SERVER["HTTP_COOKIE"] _ga=
_SERVER["HTTP_CONNECTION"] keep-alive
_SERVER["PATH"] C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Dell\SysMgt\oma\bin;C:\Program Files\Dell\SysMgt\shared\bin;C:\Program Files\Dell\SysMgt\idrac;
_SERVER["SystemRoot"] C:\Windows
_SERVER["COMSPEC"] C:\Windows\system32\cmd.exe
_SERVER["PATHEXT"] .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
_SERVER["WINDIR"] C:\Windows
_SERVER["SERVER_SIGNATURE"] no value
_SERVER["SERVER_SOFTWARE"] Apache/2.2.25 (Win32) PHP/5.4.21
_SERVER["SERVER_NAME"]
_SERVER["SERVER_ADDR"]
_SERVER["SERVER_PORT"] 80
_SERVER["REMOTE_ADDR"]
_SERVER["DOCUMENT_ROOT"] C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs
_SERVER["SERVER_ADMIN"]
_SERVER["SCRIPT_FILENAME"] C:/Program Files (x86)/PacsOne/php/Hello.php
_SERVER["REMOTE_PORT"] 60610
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["SERVER_PROTOCOL"] HTTP/1.1
_SERVER["REQUEST_METHOD"] GET
_SERVER["QUERY_STRING"] no value
_SERVER["REQUEST_URI"] /pacsone/Hello.php
_SERVER["SCRIPT_NAME"] /pacsone/Hello.php
_SERVER["PHP_SELF"] /pacsone/Hello.php
_SERVER["REQUEST_TIME_FLOAT"] 1443636417.635
_SERVER["REQUEST_TIME"] 1443636417
Re: Long Study Download Times
Looks like you are running 32-bit version of Apache/PHP on Windows, which has a physical memory limit of 4GB per process. So even if your server has 16 GB of physical memory available, Apache/PHP cannot use all of them due to this 4GB limit for all 32-bit processes.
So if the server supports 64-bit Windows then upgrade to the 64-bit version of Windows first, then un-install the current 32-bit version of MySQL/Apache/PHP and re-install their 64-bit versions. This implies you'll need to install the 64-bit version of PacsOne Server as well, since mixing 32-bit and 64-bit versions of required components won't work.
So if the server supports 64-bit Windows then upgrade to the 64-bit version of Windows first, then un-install the current 32-bit version of MySQL/Apache/PHP and re-install their 64-bit versions. This implies you'll need to install the 64-bit version of PacsOne Server as well, since mixing 32-bit and 64-bit versions of required components won't work.