For Programmers: Free Programming Magazines  


Home > Archive > PHP Questions and Answers > February 2007 > Test results for 5.2.1 [failed]









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Test results for 5.2.1 [failed]
noreply@php.net

2007-02-27, 6:59 pm


========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
FTP with bogus parameters [ext/ftp/tests/004.phpt]
mysql_fetch_array [ext/mysql/tests/002.phpt]
mysql_fetch_object [ext/mysql/tests/003.phpt]
openssl_csr_new() tests [ext/openssl/tests/004.phpt]
#36732, add support for req_extensions in openss_csr_new and sign [ext/openssl/tests/bug36732.phpt]
Test pcntl wait functionality [ext/pcntl/tests/001.phpt]
proc_open() regression test 1 (proc_open() leak) [ext/standard/tests/file/proc_open01.phpt]
========================================
=============================


========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 60
Exts tested : 20
---------------------------------------------------------------------

Number of tests : 2990 1306
Tests skipped : 1684 ( 56.3%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 8 ( 0.3%) ( 0.6%)
Tests passed : 1298 ( 43.4%) ( 99.4%)
---------------------------------------------------------------------
Time taken : 377 seconds
========================================
=============================

========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
FTP with bogus parameters [ext/ftp/tests/004.phpt]
mysql_fetch_array [ext/mysql/tests/002.phpt]
mysql_fetch_object [ext/mysql/tests/003.phpt]
openssl_csr_new() tests [ext/openssl/tests/004.phpt]
#36732, add support for req_extensions in openss_csr_new and sign [ext/openssl/tests/bug36732.phpt]
Test pcntl wait functionality [ext/pcntl/tests/001.phpt]
proc_open() regression test 1 (proc_open() leak) [ext/standard/tests/file/proc_open01.phpt]
========================================
=============================


========================================
========================================

/root/src/php-5.2.1/tests/func/008.phpt
========================================
========================================


========================================
========================================

001- 'foo1'
003- 'foo2'
========================================
========================================




========================================
========================================

/root/src/php-5.2.1/ext/ftp/tests/004.phpt
========================================
========================================

bool(true)
string(4) "UNIX"

Warning: ftp_alloc() expects parameter 2 to be long, array given in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 12
bool(false)

Warning: ftp_cdup() expects exactly 1 parameter, 2 given in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 13
NULL

Warning: ftp_chdir() expects parameter 2 to be string, array given in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 14
NULL

Warning: ftp_chmod() expects exactly 3 parameters, 2 given in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 15
bool(false)

Warning: ftp_get() expects at least 4 parameters, 3 given in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 16
NULL

Warning: ftp_close() expects exactly 1 parameter, 0 given in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 17
NULL

Warning: ftp_connect(): getsockname failed: Connection reset by peer (54) in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 18
bool(false)

Warning: ftp_delete() expects parameter 2 to be string, array given in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 19
NULL

Warning: ftp_exec() expects parameter 2 to be string, array given in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 20
NULL

Warning: ftp_systype() expects exactly 1 parameter, 2 given in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 22
NULL

Warning: ftp_pwd() expects exactly 1 parameter, 2 given in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 23
NULL

Warning: ftp_login() expects exactly 3 parameters, 1 given in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 25
NULL

Warning: ftp_login(): Not logged in. in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 26
bool(false)
bool(true)
========================================
========================================

022+ Warning: ftp_connect(): getsockname failed: Connection reset by peer (54) in /root/src/php-5.2.1/ext/ftp/tests/004.php on line 18
022- Warning: ftp_connect(): php_network_getaddresses: getaddrinfo failed: %s in %s004.php on line 18
========================================
========================================




========================================
========================================

/root/src/php-5.2.1/ext/mysql/tests/002.phpt
========================================
========================================

resource(5) of type (mysql link)
bool(false)
bool(false)
bool(false)
bool(false)
bool(false)

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /root/src/php-5.2.1/ext/mysql/tests/002.php on line 19
========================================
========================================

002+ bool(false)
003+ bool(false)
004+ bool(false)
005+ bool(false)
006+ bool(false)
007+
008+ Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /root/src/php-5.2.1/ext/mysql/tests/002.php on line 19
002- bool(true)
003- bool(true)
004- bool(true)
005- bool(true)
006- resource(%d) of type (mysql result)
007- array(3) {
008- ["col1"]=>
009- string(1) "1"
010- ["col2"]=>
011- string(3) "foo"
012- ["col3"]=>
013- string(3) "bar"
014- }
015- array(3) {
016- ["col1"]=>
017- string(1) "2"
018- ["col2"]=>
019- string(3) "foo"
020- ["col3"]=>
021- string(3) "bar"
022- }
========================================
========================================




========================================
========================================

/root/src/php-5.2.1/ext/mysql/tests/003.phpt
========================================
========================================

string(3) "one"
string(3) "two"
string(5) "three"
==stdClass==

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /root/src/php-5.2.1/ext/mysql/tests/003.php on line 32
==class24==

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /root/src/php-5.2.1/ext/mysql/tests/003.php on line 38
==DONE==
========================================
========================================

005+
006+ Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /root/src/php-5.2.1/ext/mysql/tests/003.php on line 32
007+ ==class24==
008+
009+ Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /root/src/php-5.2.1/ext/mysql/tests/003.php on line 38
010+ ==DONE==
005- object(stdClass)#%d (1) {
006- ["a"]=>
007- string(3) "one"
008- }
009- object(stdClass)#%d (1) {
010- ["a"]=>
011- string(3) "two"
012- }
013- object(stdClass)#%d (1) {
014- ["a"]=>
015- string(5) "three"
016- }
017- ==class24==
018- class24::__construct
019- object(class24)#%d (1) {
020- ["a"]=>
021- string(3) "one"
022- }
023- class24::__construct
024- object(class24)#%d (1) {
025- ["a"]=>
026- string(3) "two"
027- }
028- class24::__construct
029- object(class24)#%d (1) {
030- ["a"]=>
031- string(5) "three"
032- }
033- ==DONE==
========================================
========================================




========================================
========================================

/root/src/php-5.2.1/ext/openssl/tests/004.phpt
========================================
========================================

Warning: openssl_csr_new() expects parameter 1 to be array, integer given in /root/src/php-5.2.1/ext/openssl/tests/004.php on line 4
NULL

Warning: openssl_csr_new() expects parameter 1 to be array, integer given in /root/src/php-5.2.1/ext/openssl/tests/004.php on line 5
NULL
bool(false)
bool(false)
Done
========================================
========================================

006+ bool(false)
006-
007- Warning: openssl_csr_new(): key array must be of the form array(0 => key, 1 => phrase) in %s on line %d
008-
009- Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed) in %s on line %d
011- resource(%d) of type (OpenSSL X.509 CSR)
========================================
========================================




========================================
========================================

/root/src/php-5.2.1/ext/openssl/tests/bug36732.phpt
========================================
========================================

Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in /root/src/php-5.2.1/ext/openssl/tests/bug36732.php on line 17

Warning: openssl_csr_export() expects parameter 1 to be resource, boolean given in /root/src/php-5.2.1/ext/openssl/tests/bug36732.php on line 20

Warning: openssl_x509_export(): cannot get cert from parameter 1 in /root/src/php-5.2.1/ext/openssl/tests/bug36732.php on line 25
========================================
========================================

001+ Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in /root/src/php-5.2.1/ext/openssl/tests/bug36732.php on line 17
002+
001- Ok
002- Ok
003+ Warning: openssl_csr_export() expects parameter 1 to be resource, boolean given in /root/src/php-5.2.1/ext/openssl/tests/bug36732.php on line 20
004+
005+ Warning: openssl_x509_export(): cannot get cert from parameter 1 in /root/src/php-5.2.1/ext/openssl/tests/bug36732.php on line 25
========================================
========================================




========================================
========================================

/root/src/php-5.2.1/ext/pcntl/tests/001.phpt
========================================
========================================

Staring wait.h tests....

Testing pcntl_wifexited and wexitstatus....
Exited With: 0

Testing pcntl_wifsignaled....

Testing pcntl_wifstopped and pcntl_wstopsig....
Process was stoped by signal : SIGSTOP
========================================
========================================

004+ Exited With: 0
004- Exited With: -1
007- Process was terminated by signal : SIGTERM
========================================
========================================




========================================
========================================

/root/src/php-5.2.1/ext/standard/tests/file/proc_open01.phpt
========================================
========================================

array(2) {
[0]=>
resource(4) of type (stream)
[1]=>
resource(5) of type (stream)
}

Warning: stream_select(): unable to select [4]: Interrupted system call (max_fd=5) in /root/src/php-5.2.1/ext/standard/tests/file/proc_open01.php on line 32
select() failed
string(0) ""
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
========================================
========================================

007+
008+ Warning: stream_select(): unable to select [4]: Interrupted system call (max_fd=5) in /root/src/php-5.2.1/ext/standard/tests/file/proc_open01.php on line 32
009+ select() failed
010+ string(0) ""
007- string(5) "yay!
008- "
========================================
========================================





========================================
========================================

BUILD ENVIRONMENT
========================================
========================================

OS:
FreeBSD - FreeBSD devf19.intergenix.net 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Fri May 27 12:23:26 EDT 2005 jacques@devf521a.servingit.net:/usr/obj/usr/src/sys/GENERIC i386

Autoconf:
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 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.

Bundled Libtool:
ltmain.sh (GNU libtool) 1.5.20 (1.1220.2.287 2005/08/31 18:54:15)

Copyright (C) 2005 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:
ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)

Copyright (C) 2005 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.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728

Bison:
bison (GNU Bison) 1.75
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2002 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:
/root/src/php-5.2.1/sapi/cli/php:
libcrypt.so.2 => /lib/libcrypt.so.2 (0x2833e000)
libc-client4.so.8 => /usr/local/lib/libc-client4.so.8 (0x28356000)
libmcrypt.so.8 => /usr/local/lib/libmcrypt.so.8 (0x2840d000)
libltdl.so.4 => /usr/local/lib/libltdl.so.4 (0x2843d000)
libpam.so.2 => /usr/lib/libpam.so.2 (0x28444000)
libcurl.so.3 => /usr/local/lib/libcurl.so.3 (0x2844b000)
libz.so.2 => /lib/libz.so.2 (0x2847c000)
libm.so.3 => /lib/libm.so.3 (0x2848c000)
libssl.so.4 => /usr/local/lib/libssl.so.4 (0x284a7000)
libcrypto.so.4 => /usr/local/lib/libcrypto.so.4 (0x284e1000)
libmysqlclient.so.15 => /usr/local/lib/mysql/libmysqlclient.so.15 (0x285f7000)
libc.so.5 => /lib/libc.so.5 (0x28656000)


User's E-mail: sab2002a at yahoo dot com


========================================
========================================

PHPINFO
========================================
========================================

phpinfo()
PHP Version => 5.2.1

System => FreeBSD devf19.intergenix.net 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Fri May 27 12:23:26 EDT 2005 jacques@devf521a.servingit.net:/usr/obj/usr/src/sys/GENERIC i386
Build Date => Feb 22 2007 14:52:13
Configure Command => './configure' '--prefix=/usr/MAP/php5.2.1' '--libdir=/usr/MAP/php5.2.1' '--with-config-file-path=/usr/MAP/php5.2.1' '--enable-cli' '--without-pear' '--disable-cgi' '--disable-ctype' '--disable-hash' '--without-iconv' '--without-sqlit
e' '--disable-session' '--disable-spl' '--disable-simplexml' '--disable-tokenizer' '--disable-xml' '--disable-xmlreader' '--disable-dom' '--disable-libxml' '--disable-xmlwriter' '--enable-libgcc' '--enable-sigchild' '--with-zlib' '--enable-pcntl' '--enabl
e-posix' '--enable-sockets' '--with-pdo-mysql' '--with-curl' '--enable-ftp' '--with-imap=/usr/local/imap-2004g' '--with-imap-ssl' '--with-mcrypt' '--with-mysql' '--with-openssl'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/MAP/php5.2.1/php.ini
PHP API => 20041225
PHP Extension => 20060613
Zend Extension => 220060519
Debug Build => no
Thread Safety => disabled
Zend Memory Manager => enabled
IPv6 Support => enabled
Registered PHP Streams => php, file, data, http, ftp, compress.zlib, https, ftps
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters => string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*


This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Xdebug v2.0.0RC4-dev, Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, by Derick Rethans


________________________________________
_______________________________


Configuration

PHP Core

Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
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
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => On => On
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => 6143 => 6143
expose_php => Off => Off
extension_dir => /usr/MAP/php5.2.1/extensions/no-debug-non-zts-20060613 => /usr/MAP/php5.2.1/extensions/no-debug-non-zts-20060613
file_uploads => On => On
highlight.bg => <font style="color: #FFFFFF">#FFFFFF</font> => <font style="color: #FFFFFF">#FFFFFF</font>
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 => .: => .:
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
mail.force_extra_parameters => no value => no value
max_execution_time => 0 => 0
max_input_time => -1 => -1
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
register_globals => Off => Off
register_long_arrays => On => On
report_memleaks => On => On
report_zend_debug => Off => Off
safe_mode => Off => Off
safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /var/qmail/bin/sendmail.php -t => /var/qmail/bin/sendmail.php -t
serialize_precision => 100 => 100
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 => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
variables_order => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.ze1_compatibility_mode => Off => Off

curl

cURL support => enabled
cURL Information => libcurl/7.15.3 OpenSSL/0.9.8d zlib/1.2.1

date

date/time support => enabled
Timezone Database Version => 2006.16
Timezone Database => internal
Default timezone => America/New_York

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

filter

Input Validation and Filtering => enabled
Revision => $Revision: 1.52.2.38 $

Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value

ftp

FTP support => enabled

imap

IMAP c-Client Version => 2004
SSL Support => enabled

json

json support => enabled
json version => 1.2.1

mcrypt

mcrypt support => enabled
Version => 2.5.7
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

mysql

MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 5.0.27
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /tmp/mysql.sock
MYSQL_INCLUDE => -I/usr/local/include/mysql
MYSQL_LIBS => -L/usr/local/lib/mysql -lmysqlclient

Directive => Local Value => Master Value
mysql.allow_persistent => On => On
mysql.connect_timeout => 60 => 60
mysql.default_host => no value => no value
mysql.default_password => no value => no value
mysql.default_port => no value => no value
mysql.default_socket => no value => no value
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off

openssl

OpenSSL support => enabled
OpenSSL Version => OpenSSL 0.9.8d 28 Sep 2006

pcntl

pcntl support => enabled

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 6.7 04-Jul-2006

PDO

PDO support => enabled
PDO drivers => sqlite, mysql

pdo_mysql

PDO Driver for MySQL, client library version => 5.0.27

pdo_sqlite

PDO Driver for SQLite 3.x => enabled
PECL Module version => (bundled) 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6.2.1 2007/01/01 09:36:05 sebastian Exp $
SQLite Library => 3.3.7

posix

Revision => $Revision: 1.70.2.3.2.12 $

Reflection

Reflection => enabled
Version => $Id: php_reflection.c,v 1.164.2.33.2.33 2007/01/01 09:36:05 sebastian Exp $

sockets

Sockets Support => enabled

standard

Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /var/qmail/bin/sendmail.php -t

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
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,form=,fieldse
t= => a=href,area=href,frame=src,form=,fieldse
t=
user_agent => no value => no value

xdebug

xdebug support => enabled
Version => 2.0.0RC4-dev

Supported protocols => Revision
DBGp - Common DeBuGger Protocol => $Revision: 1.116 $
GDB - GNU Debugger protocol => $Revision: 1.85 $
PHP3 - PHP 3 Debugger protocol => $Revision: 1.22 $

Directive => Local Value => Master Value
xdebug.auto_trace => Off => Off
xdebug.collect_includes => On => On
xdebug.collect_params => Off => Off
xdebug.collect_return => Off => Off
xdebug.collect_vars => Off => Off
xdebug.default_enable => On => On
xdebug.dump.COOKIE => no value => no value
xdebug.dump.ENV => no value => no value
xdebug.dump.FILES => no value => no value
xdebug.dump.GET => no value => no value
xdebug.dump.POST => no value => no value
xdebug.dump.REQUEST => no value => no value
xdebug.dump.SERVER => no value => no value
xdebug.dump.SESSION => no value => no value
xdebug.dump_globals => On => On
xdebug.dump_once => On => On
xdebug.dump_undefined => Off => Off
xdebug.extended_info => On => On
xdebug.idekey => jacques => no value
xdebug.manual_url => http://www.php.net => http://www.php.net
xdebug.max_nesting_level => 100 => 100
xdebug.profiler_aggregate => Off => Off
xdebug.profiler_append => Off => Off
xdebug.profiler_enable => Off => Off
xdebug.profiler_enable_trigger => Off => Off
xdebug.profiler_output_dir => /tmp => /tmp
xdebug.profiler_output_name => crc32 => crc32
xdebug.remote_autostart => Off => Off
xdebug.remote_enable => Off => Off
xdebug.remote_handler => dbgp => dbgp
xdebug.remote_host => localhost => localhost
xdebug.remote_log => no value => no value
xdebug.remote_mode => req => req
xdebug.remote_port => 9000 => 9000
xdebug.show_exception_trace => Off => Off
xdebug.show_local_vars => Off => Off
xdebug.show_mem_delta => Off => Off
xdebug.trace_format => 0 => 0
xdebug.trace_options => 0 => 0
xdebug.trace_output_dir => /tmp => /tmp
xdebug.trace_output_name => crc32 => crc32
xdebug.var_display_max_children => 128 => 128
xdebug.var_display_max_data => 512 => 512
xdebug.var_display_max_depth => 3 => 3

zlib

ZLib Support => enabled
Stream Wrapper support => compress.zlib://
Stream Filter support => zlib.inflate, zlib.deflate
Compiled Version => 1.2.1
Linked Version => 1.2.1

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
SSH_CLIENT => deleted
USER => jacques
MAIL => /var/mail/jacques
SHLVL => 2
OLDPWD => /root/src
HOME => /root
TEST_PHP_SRCDIR => /root/src/php-5.2.1
SSH_TTY => deleted
PS1 => [\u]#
LOGNAME => jacques
_ => /usr/bin/make
TEST_PHP_EXECUTABLE => /root/src/php-5.2.1/sapi/cli/php
TERM => xterm
BLOCKSIZE => K
PATH => /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/users/jacques/bin
SSH_AUTH_SOCK => deleted
SHELL => /usr/local/bin/bash
__MKLVL__ => 1
PWD => /root/src/php-5.2.1
SSH_CONNECTION => deleted
FTP_PASSIVE_MODE => YES
CC => gcc

PHP Variables

Variable => Value
_SERVER["SSH_CLIENT"] => deleted
_SERVER["USER"] => jacques
_SERVER["MAIL"] => /var/mail/jacques
_SERVER["SHLVL"] => 2
_SERVER["OLDPWD"] => /root/src
_SERVER["HOME"] => /root
_SERVER["TEST_PHP_SRCDIR"] => /root/src/php-5.2.1
_SERVER["SSH_TTY"] => deleted
_SERVER["PS1"] => [\u]#
_SERVER["LOGNAME"] => jacques
_SERVER["_"] => /usr/bin/make
_SERVER["TEST_PHP_EXECUTABLE"] => /root/src/php-5.2.1/sapi/cli/php
_SERVER["TERM"] => xterm
_SERVER["BLOCKSIZE"] => K
_SERVER["PATH"] => /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/users/jacques/bin
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["SHELL"] => /usr/local/bin/bash
_SERVER["__MKLVL__"] => 1
_SERVER["PWD"] => /root/src/php-5.2.1
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["FTP_PASSIVE_MODE"] => YES
_SERVER["CC"] => gcc
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["REQUEST_TIME"] => 1172595875
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["SSH_CLIENT"] => deleted
_ENV["USER"] => jacques
_ENV["MAIL"] => /var/mail/jacques
_ENV["SHLVL"] => 2
_ENV["OLDPWD"] => /root/src
_ENV["HOME"] => /root
_ENV["TEST_PHP_SRCDIR"] => /root/src/php-5.2.1
_ENV["SSH_TTY"] => deleted
_ENV["PS1"] => [\u]#
_ENV["LOGNAME"] => jacques
_ENV["_"] => /usr/bin/make
_ENV["TEST_PHP_EXECUTABLE"] => /root/src/php-5.2.1/sapi/cli/php
_ENV["TERM"] => xterm
_ENV["BLOCKSIZE"] => K
_ENV["PATH"] => /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/users/jacques/bin
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["SHELL"] => /usr/local/bin/bash
_ENV["__MKLVL__"] => 1
_ENV["PWD"] => /root/src/php-5.2.1
_ENV["SSH_CONNECTION"] => deleted
_ENV["FTP_PASSIVE_MODE"] => YES
_ENV["CC"] => gcc

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.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com