List of reports associated
Test name:Version: 5.4.10
Goto: PHPInfo Build environment
PHPInfo
phpinfo() PHP Version => 5.4.10 System => Linux rpzfeddev 2.6.35.6-45.fc14.x86_64 #1 SMP Mon Oct 18 23:57:44 UTC 2010 x86_64 Build Date => Jun 2 2013 01:27:33 Configure Command => './configure' '--prefix=/php/' '--enable-cli' '--enable-fpm' '--disable-pdo' '--with-config-file-path=/php/conf' '--with-openssl' '--with-zlib' '--enable-bcmath' '--with-bz2' '--with-mcrypt' '--with-curl' '--enable-exif' '--with-imagick=/mnt/adev/ImageMagick-6.7.8-10' '--with-gd' '--with-jpeg-dir=/mnt/adev/jpeg-8d/' '--with-freetype-dir=/mnt/adev/freetype-2.3.7/' '--enable-gd-native-ttf' '--with-mysql-sock=/mysql' '--with-mysqli=/mysql2/bin/mysql_config' '--without-sqlite3' '--disable-session' '--enable-sockets' '--enable-zip' '--enable-static' '--with-pdflib' '--with-pear=rpzpear' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /php/conf Loaded Configuration File => /php/conf/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,NTS PHP Extension Build => API20100525,NTS Debug Build => no Thread Safety => disabled Zend Signal Handling => disabled Zend Memory Manager => enabled Zend Multibyte Support => disabled IPv6 Support => enabled DTrace Support => disabled Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar, zip Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls Registered Stream Filters => zlib.*, bzip2.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, convert.iconv.*, mcrypt.*, mdecrypt.* This program makes use of the Zend Scripting Language Engine: Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies _______________________________________________________________________ Configuration bcmath BCMath support => enabled Directive => Local Value => Master Value bcmath.scale => 0 => 0 bz2 BZip2 Support => Enabled Stream Wrapper support => compress.bzip2:// Stream Filter support => bzip2.decompress, bzip2.compress BZip2 Version => 1.0.6, 6-Sept-2010 Core PHP Version => 5.4.10 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 => STDERR => STDERR display_startup_errors => Off => Off doc_root => web => web docref_ext => no value => no value docref_root => no value => no value enable_dl => On => On enable_post_data_reading => On => On error_append_string => no value => no value error_log => /hiawatha/log/phperror.log => /hiawatha/log/phperror.log error_prepend_string => no value => no value error_reporting => 2061 => 2061 exit_on_timeout => Off => Off expose_php => Off => Off extension_dir => /php/modules => /php/modules file_uploads => On => On highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font> highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font> highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font> highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font> highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font> html_errors => Off => Off ignore_repeated_errors => Off => Off ignore_repeated_source => Off => Off ignore_user_abort => Off => Off implicit_flush => On => On include_path => .:rpzpear => .:rpzpear log_errors => On => On log_errors_max_len => 0 => 0 mail.add_x_header => Off => Off mail.force_extra_parameters => no value => no value mail.log => no value => no value max_execution_time => 0 => 0 max_file_uploads => 20 => 20 max_input_nesting_level => 64 => 64 max_input_time => -1 => -1 max_input_vars => 1000 => 1000 memory_limit => 128M => 128M open_basedir => no value => no value output_buffering => 0 => 0 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 => On => On report_memleaks => On => On report_zend_debug => Off => Off request_order => no value => no value sendmail_from => no value => no value sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i serialize_precision => 5 => 5 short_open_tag => On => On 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 => 10M => 10M upload_tmp_dir => /web/upload ;;;;;;;;;;;;;;;;;; ; Fopen wrappers ; ;;;;;;;;;;;;;;;;;; ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. allow_url_fopen = On ; Whether to allow include/require to open URLs (like http:// or ftp://) as files. allow_url_include = Off ; Define the anonymous ftp password (your email address) ;from=john@doe.com ; Define the User-Agent string ; user_agent=PHP ; Default timeout for socket based streams (seconds) default_socket_timeout = 60 ; If your scripts have to deal with files from Macintosh systems, ; or you are running on a Mac and need to deal with files from ; unix or win32 systems, setting this flag will cause PHP to ; automatically detect the EOL character in those files so that ; fgets() and file() will work regardless of the source of the file. ; auto_detect_line_endings = Off ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; ; ; If you wish to have an extension loaded automatically, use the following ; syntax: ; ; extension=modulename.extension ; ; For example, on Windows: ; ; extension=msql.dll ; ; ... or under UNIX: ; ; extension=msql.so ; ; Note that it should be the name of the module only; no directory information ; needs to go here. Specify the location of the extension with the ; extension_dir directive above. ; Windows Extensions ; Note that ODBC support is built in, so no dll is needed for it. ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5) ; extension folders as well as the separate PECL DLL download (PHP 5). ; Be sure to appropriately set the extension_dir directive. ; extension=magickwand.so ; extension=imagick.so ; extension=libmagic.so [Session] ; Handler used to store/retrieve data. ; session.save_handler = files ; Argument passed to save_handler. In the case of files, this is the path ; where data files are stored. Note: Windows users have to change this ; variable in order to use PHP's session functions. ; ; As of PHP 4.0.1, you can define the path as: ; ; session.save_path = N => /web/upload ;;;;;;;;;;;;;;;;;; ; Fopen wrappers ; ;;;;;;;;;;;;;;;;;; ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. allow_url_fopen = On ; Whether to allow include/require to open URLs (like http:// or ftp://) as files. allow_url_include = Off ; Define the anonymous ftp password (your email address) ;from=john@doe.com ; Define the User-Agent string ; user_agent=PHP ; Default timeout for socket based streams (seconds) default_socket_timeout = 60 ; If your scripts have to deal with files from Macintosh systems, ; or you are running on a Mac and need to deal with files from ; unix or win32 systems, setting this flag will cause PHP to ; automatically detect the EOL character in those files so that ; fgets() and file() will work regardless of the source of the file. ; auto_detect_line_endings = Off ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; ; ; If you wish to have an extension loaded automatically, use the following ; syntax: ; ; extension=modulename.extension ; ; For example, on Windows: ; ; extension=msql.dll ; ; ... or under UNIX: ; ; extension=msql.so ; ; Note that it should be the name of the module only; no directory information ; needs to go here. Specify the location of the extension with the ; extension_dir directive above. ; Windows Extensions ; Note that ODBC support is built in, so no dll is needed for it. ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5) ; extension folders as well as the separate PECL DLL download (PHP 5). ; Be sure to appropriately set the extension_dir directive. ; extension=magickwand.so ; extension=imagick.so ; extension=libmagic.so [Session] ; Handler used to store/retrieve data. ; session.save_handler = files ; Argument passed to save_handler. In the case of files, this is the path ; where data files are stored. Note: Windows users have to change this ; variable in order to use PHP's session functions. ; ; As of PHP 4.0.1, you can define the path as: ; ; session.save_path = N user_dir => no value => no value user_ini.cache_ttl => 300 => 300 user_ini.filename => .user.ini => .user.ini variables_order => GPCS => GPCS 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 curl cURL support => enabled cURL Information => 7.21.0 Age => 3 Features AsynchDNS => Yes Debug => No GSS-Negotiate => Yes IDN => Yes IPv6 => Yes Largefile => Yes NTLM => Yes SPNEGO => No SSL => Yes SSPI => No krb4 => No libz => Yes CharConv => No Protocols => dict, file, ftp, ftps, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp Host => x86_64-redhat-linux-gnu SSL Version => NSS/3.12.10.0 ZLib Version => 1.2.5 libSSH Version => libssh2/1.2.4 date date/time support => enabled "Olson" Timezone Database Version => 2012.10 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.7 HTML Support => enabled XPath Support => enabled XPointer Support => enabled Schema Support => enabled RelaxNG Support => enabled ereg Regex Library => Bundled library enabled exif EXIF Support => enabled EXIF Version => 1.4 $Id$ Supported EXIF Version => 0220 Supported filetypes => JPEG,TIFF Directive => Local Value => Master Value exif.decode_jis_intel => JIS => JIS exif.decode_jis_motorola => JIS => JIS exif.decode_unicode_intel => UCS-2LE => UCS-2LE exif.decode_unicode_motorola => UCS-2BE => UCS-2BE exif.encode_jis => no value => no value exif.encode_unicode => ISO-8859-15 => ISO-8859-15 fileinfo fileinfo support => enabled version => 1.0.5 filter Input Validation and Filtering => enabled Revision => $Id: e523cdc8829892d1b4f9cb7c3c57b2ba1c36b9ea $ Directive => Local Value => Master Value filter.default => unsafe_raw => unsafe_raw filter.default_flags => no value => no value gd GD Support => enabled GD Version => bundled (2.0.34 compatible) FreeType Support => enabled FreeType Linkage => with freetype FreeType Version => 2.4.2 GIF Read Support => enabled GIF Create Support => enabled JPEG Support => enabled libJPEG Version => 8 PNG Support => enabled libPNG Version => 1.2.46 WBMP Support => enabled XBM Support => enabled Directive => Local Value => Master Value gd.jpeg_ignore_warning => 0 => 0 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 => glibc iconv library version => 2.12.90 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 imagick module => enabled imagick module version => 3.1.0RC2 imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator ImageMagick version => ImageMagick 6.7.8-10 2012-08-13 Q16 http://www.imagemagick.org ImageMagick copyright => Copyright (C) 1999-2012 ImageMagick Studio LLC ImageMagick release date => 2012-08-13 ImageMagick number of supported formats: => 185 ImageMagick supported formats => 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BMP, BMP2, BMP3, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, ERF, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, JNG, JPEG, JPG, 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, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, 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, TILE, TIM, TTC, TTF, TXT, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMV, WPG, X3F, XBM, XC, XCF, XPM, XPS, XV, Y, YCbCr, YCbCrA, YUV Directive => Local Value => Master Value imagick.locale_fix => 0 => 0 imagick.progress_monitor => 0 => 0 json json support => enabled json version => 1.2.1 libxml libXML support => active libXML Compiled Version => 2.7.7 libXML Loaded Version => 20707 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 arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes 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 mysqli MysqlI Support => enabled Client API library version => 5.5.27 Active Persistent Links => 0 Inactive Persistent Links => 0 Active Links => 0 Client API header version => 5.5.27 MYSQLI_SOCKET => /tmp/mysql.sock 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 => /mysql/mysql.sock => /mysql/mysql.sock mysqli.default_user => no value => no value mysqli.max_links => Unlimited => Unlimited mysqli.max_persistent => Unlimited => Unlimited mysqli.reconnect => Off => Off openssl OpenSSL support => enabled OpenSSL Library Version => OpenSSL 1.0.0e-fips 6 Sep 2011 OpenSSL Header Version => OpenSSL 1.0.0e-fips 6 Sep 2011 pcre PCRE (Perl Compatible Regular Expressions) Support => enabled PCRE Library Version => 8.31 2012-07-06 Directive => Local Value => Master Value pcre.backtrack_limit => 1000000 => 1000000 pcre.recursion_limit => 100000 => 100000 pdf PDF Support => enabled PDFlib GmbH Version => 7.0.5 PECL Version => 2.1.9 Revision => $Revision: 325992 $ Phar Phar: PHP Archive support => enabled Phar EXT version => 2.0.1 Phar API version => 1.1.1 SVN revision => $Id: cc7eac717db60fe3deade794d4ae082fe97279ed $ Phar-based phar archives => enabled Tar-based phar archives => enabled ZIP-based phar archives => enabled gzip compression => enabled bzip2 compression => enabled Native OpenSSL support => enabled 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 posix Revision => $Id: 967584c6fadb3467f31abe8e13caa8764df85867 $ Reflection Reflection => enabled Version => $Id: 60f1e547a6dd00239162151e701566debdcee660 $ SimpleXML Simplexml support => enabled Revision => $Id: 5514f0fc897197ca9a199fb93b8b5d9135ad711a $ Schema support => enabled sockets Sockets 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 Path to sendmail => /usr/sbin/sendmail -t -i 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 xml XML Support => active XML Namespace Support => active libxml2 Version => 2.7.7 xmlreader XMLReader => enabled xmlwriter XMLWriter => enabled zip Zip => enabled Extension Version => $Id: 74f868b5c3320a31af332207df35d4ff525cba1e $ 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.5 Linked Version => 1.2.5 Directive => Local Value => Master Value zlib.output_compression => On => On zlib.output_compression_level => -1 => -1 zlib.output_handler => no value => no value Additional Modules Module Name Environment Variable => Value KDE_MULTIHEAD => false SSH_AGENT_PID => 1852 rvm_bin_path => /usr/local/rvm/bin HOSTNAME => rpzfeddev TEST_PHP_SRCDIR => /mnt/adev/php-5.4.10 GPG_AGENT_INFO => /tmp/gpg-dN4N93/S.gpg-agent:1875:1 SHELL => /bin/bash XDG_MENU_PREFIX => kde4- TERM => xterm XDG_SESSION_COOKIE => 2e9e9db848a940187166fc8f00000057-1370097578.436576-1408426146 MAKEFLAGS => HISTSIZE => 1000 SSH_CLIENT => deleted GTK2_RC_FILES => /etc/gtk-2.0/gtkrc:/root/.gtkrc-2.0:/root/.gtkrc-2.0-kde4:/root/.kde/share/config/gtkrc-2.0 KONSOLE_DBUS_SERVICE => :1.160 GTK_RC_FILES => /etc/gtk/gtkrc:/root/.gtkrc::/root/.kde/share/config/gtkrc GS_LIB => WINDOWID => 104857639 QTDIR => /usr/lib64/qt-3.3 SHELL_SESSION_ID => 5223acc04c1c4000b3f104e73b6740fa QTINC => /usr/lib64/qt-3.3/include SSH_TTY => deleted KDE_FULL_SESSION => true USER => root LS_COLORS => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36: CCACHE_DIR => /var/cache/ccache __array_start => 0 rvm_path => /usr/local/rvm SSH_AUTH_SOCK => deleted SESSION_MANAGER => local/unix:@/tmp/.ICE-unix/1943,unix/unix:/tmp/.ICE-unix/1943 MAKELEVEL => 1 MFLAGS => escape_flag => 1 rvm_prefix => /usr/local PATH => /usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/rvm/bin:/root/bin MAIL => /var/spool/mail/root _ => /mnt/adev/php-5.4.10/sapi/cli/php PWD => /mnt/adev/php-5.4.10 CCACHE_UMASK => 002 KDE_IS_PRELINKED => 1 LANG => en_US.UTF-8 KDE_SESSION_UID => 0 TEST_PHP_EXECUTABLE => /mnt/adev/php-5.4.10/sapi/cli/php KDEDIRS => /usr _second => 1 KONSOLE_DBUS_SESSION => /Sessions/1 HISTCONTROL => ignoredups SSH_ASKPASS => /usr/libexec/openssh/gnome-ssh-askpass rvm_version => 1.17.0 (stable) HOME => /root SHLVL => 6 COLORFGBG => 15;0 KDE_SESSION_VERSION => 4 LANGUAGE => XCURSOR_THEME => default _first => 0 LOGNAME => root QTLIB => /usr/lib64/qt-3.3/lib CVS_RSH => ssh SSH_CONNECTION => deleted XDG_DATA_DIRS => /usr/share/kde-settings/kde-profile/default/share:/usr/local/share:/usr/share DBUS_SESSION_BUS_ADDRESS => unix:abstract=/tmp/dbus-uGH4RqGv34,guid=168f788f67238b3a2f7d212b00000022 LESSOPEN => |/usr/bin/lesspipe.sh %s WINDOWPATH => 7 PROFILEHOME => DISPLAY => :0.0 CC => cc QT_PLUGIN_PATH => /root/.kde/lib64/kde4/plugins/:/usr/lib64/kde4/plugins/:/usr/lib/kde4/plugins G_BROKEN_FILENAMES => 1 XAUTHORITY => /tmp/kde-root/xauth-0-_0 PHP Variables Variable => Value _SERVER["KDE_MULTIHEAD"] => false _SERVER["SSH_AGENT_PID"] => 1852 _SERVER["rvm_bin_path"] => /usr/local/rvm/bin _SERVER["HOSTNAME"] => rpzfeddev _SERVER["TEST_PHP_SRCDIR"] => /mnt/adev/php-5.4.10 _SERVER["GPG_AGENT_INFO"] => /tmp/gpg-dN4N93/S.gpg-agent:1875:1 _SERVER["SHELL"] => /bin/bash _SERVER["XDG_MENU_PREFIX"] => kde4- _SERVER["TERM"] => xterm _SERVER["XDG_SESSION_COOKIE"] => 2e9e9db848a940187166fc8f00000057-1370097578.436576-1408426146 _SERVER["MAKEFLAGS"] => _SERVER["HISTSIZE"] => 1000 _SERVER["SSH_CLIENT"] => deleted _SERVER["GTK2_RC_FILES"] => /etc/gtk-2.0/gtkrc:/root/.gtkrc-2.0:/root/.gtkrc-2.0-kde4:/root/.kde/share/config/gtkrc-2.0 _SERVER["KONSOLE_DBUS_SERVICE"] => :1.160 _SERVER["GTK_RC_FILES"] => /etc/gtk/gtkrc:/root/.gtkrc::/root/.kde/share/config/gtkrc _SERVER["GS_LIB"] => _SERVER["WINDOWID"] => 104857639 _SERVER["QTDIR"] => /usr/lib64/qt-3.3 _SERVER["SHELL_SESSION_ID"] => 5223acc04c1c4000b3f104e73b6740fa _SERVER["QTINC"] => /usr/lib64/qt-3.3/include _SERVER["SSH_TTY"] => deleted _SERVER["KDE_FULL_SESSION"] => true _SERVER["USER"] => root _SERVER["LS_COLORS"] => rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36: _SERVER["CCACHE_DIR"] => /var/cache/ccache _SERVER["__array_start"] => 0 _SERVER["rvm_path"] => /usr/local/rvm _SERVER["SSH_AUTH_SOCK"] => deleted _SERVER["SESSION_MANAGER"] => local/unix:@/tmp/.ICE-unix/1943,unix/unix:/tmp/.ICE-unix/1943 _SERVER["MAKELEVEL"] => 1 _SERVER["MFLAGS"] => _SERVER["escape_flag"] => 1 _SERVER["rvm_prefix"] => /usr/local _SERVER["PATH"] => /usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/rvm/bin:/root/bin _SERVER["MAIL"] => /var/spool/mail/root _SERVER["_"] => /mnt/adev/php-5.4.10/sapi/cli/php _SERVER["PWD"] => /mnt/adev/php-5.4.10 _SERVER["CCACHE_UMASK"] => 002 _SERVER["KDE_IS_PRELINKED"] => 1 _SERVER["LANG"] => en_US.UTF-8 _SERVER["KDE_SESSION_UID"] => 0 _SERVER["TEST_PHP_EXECUTABLE"] => /mnt/adev/php-5.4.10/sapi/cli/php _SERVER["KDEDIRS"] => /usr _SERVER["_second"] => 1 _SERVER["KONSOLE_DBUS_SESSION"] => /Sessions/1 _SERVER["HISTCONTROL"] => ignoredups _SERVER["SSH_ASKPASS"] => /usr/libexec/openssh/gnome-ssh-askpass _SERVER["rvm_version"] => 1.17.0 (stable) _SERVER["HOME"] => /root _SERVER["SHLVL"] => 6 _SERVER["COLORFGBG"] => 15;0 _SERVER["KDE_SESSION_VERSION"] => 4 _SERVER["LANGUAGE"] => _SERVER["XCURSOR_THEME"] => default _SERVER["_first"] => 0 _SERVER["LOGNAME"] => root _SERVER["QTLIB"] => /usr/lib64/qt-3.3/lib _SERVER["CVS_RSH"] => ssh _SERVER["SSH_CONNECTION"] => deleted _SERVER["XDG_DATA_DIRS"] => /usr/share/kde-settings/kde-profile/default/share:/usr/local/share:/usr/share _SERVER["DBUS_SESSION_BUS_ADDRESS"] => unix:abstract=/tmp/dbus-uGH4RqGv34,guid=168f788f67238b3a2f7d212b00000022 _SERVER["LESSOPEN"] => |/usr/bin/lesspipe.sh %s _SERVER["WINDOWPATH"] => 7 _SERVER["PROFILEHOME"] => _SERVER["DISPLAY"] => :0.0 _SERVER["CC"] => cc _SERVER["QT_PLUGIN_PATH"] => /root/.kde/lib64/kde4/plugins/:/usr/lib64/kde4/plugins/:/usr/lib/kde4/plugins _SERVER["G_BROKEN_FILENAMES"] => 1 _SERVER["XAUTHORITY"] => /tmp/kde-root/xauth-0-_0 _SERVER["PHP_SELF"] => _SERVER["SCRIPT_NAME"] => _SERVER["SCRIPT_FILENAME"] => _SERVER["PATH_TRANSLATED"] => _SERVER["DOCUMENT_ROOT"] => _SERVER["REQUEST_TIME_FLOAT"] => 1370137568.6149 _SERVER["REQUEST_TIME"] => 1370137568 _SERVER["argv"] => Array ( ) _SERVER["argc"] => 0 PHP License This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.
Build environment
OS: Linux - Linux rpzfeddev 2.6.35.6-45.fc14.x86_64 #1 SMP Mon Oct 18 23:57:44 UTC 2010 x86_64 Autoconf: autoconf (GNU Autoconf) 2.66 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. Bundled Libtool: ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. System Libtool: libtool (GNU libtool) 2.2.10 Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiler: Using built-in specs. COLLECT_GCC=/usr/bin/cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.5.1/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC) Bison: bison (GNU Bison) 2.4.3 Written by Robert Corbett and Richard Stallman. Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Libraries: linux-vdso.so.1 => (0x00007fff2d9ca000) libMagickWand.so.5 => /usr/local/lib/libMagickWand.so.5 (0x00007fc177b71000) libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x00007fc17781d000) libz.so.1 => /lib64/libz.so.1 (0x00007fc177606000) libdl.so.2 => /lib64/libdl.so.2 (0x00007fc177402000) libm.so.6 => /lib64/libm.so.6 (0x00007fc17717d000) libMagickCore.so.5 => /usr/local/lib/libMagickCore.so.5 (0x00007fc176bac000) libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x00007fc176985000) libgomp.so.1 => /usr/lib64/libgomp.so.1 (0x00007fc176778000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc17655b000) libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007fc176324000) libresolv.so.2 => /lib64/libresolv.so.2 (0x00007fc176109000) libpdf.so.6 => /usr/local/lib/libpdf.so.6 (0x00007fc175d49000) libmcrypt.so.4 => /usr/lib64/libmcrypt.so.4 (0x00007fc175b16000) libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007fc175881000) libjpeg.so.8 => /usr/local/lib/libjpeg.so.8 (0x00007fc175647000) libcurl.so.4 => /usr/lib64/libcurl.so.4 (0x00007fc1753e6000) libbz2.so.1 => /lib64/libbz2.so.1 (0x00007fc1751d6000) librt.so.1 => /lib64/librt.so.1 (0x00007fc174fcd000) libnsl.so.1 => /lib64/libnsl.so.1 (0x00007fc174db3000) libssl.so.10 => /usr/lib64/libssl.so.10 (0x00007fc174b58000) libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007fc1747be000) libmysqlclient.so.18 => /mysql2/lib/libmysqlclient.so.18 (0x00007fc1742d4000) libc.so.6 => /lib64/libc.so.6 (0x00007fc173f30000) /lib64/ld-linux-x86-64.so.2 (0x00007fc177e62000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fc173d1b000) libfreebl3.so => /lib64/libfreebl3.so (0x00007fc173ab9000) libidn.so.11 => /lib64/libidn.so.11 (0x00007fc173887000) liblber-2.4.so.2 => /usr/lib64/liblber-2.4.so.2 (0x00007fc173679000) libldap-2.4.so.2 => /usr/lib64/libldap-2.4.so.2 (0x00007fc173430000) libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007fc1731f7000) libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007fc172f1d000) libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007fc172cf4000) libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007fc172af1000) libssl3.so => /usr/lib64/libssl3.so (0x00007fc1728bc000) libsmime3.so => /usr/lib64/libsmime3.so (0x00007fc17268f000) libnss3.so => /usr/lib64/libnss3.so (0x00007fc172354000) libnssutil3.so => /usr/lib64/libnssutil3.so (0x00007fc172135000) libplds4.so => /lib64/libplds4.so (0x00007fc171f32000) libplc4.so => /lib64/libplc4.so (0x00007fc171d2e000) libnspr4.so => /lib64/libnspr4.so (0x00007fc171af1000) libssh2.so.1 => /usr/lib64/libssh2.so.1 (0x00007fc1718c9000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fc1715c2000) libsasl2.so.2 => /usr/lib64/libsasl2.so.2 (0x00007fc1713a8000) libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007fc17119e000) libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007fc170f9c000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00007fc170d7d000) User's E-mail: *** (truncated on purpose) ***