For Programmers: Free Programming Magazines  


Home > Archive > PHP Questions and Answers > April 2004 > Test results for 5.0.0RC2 [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.0.0RC2 [failed]
noreply@php.net

2004-04-29, 9:57 am


========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
========================================
=============================


========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 64
Exts tested : 19
---------------------------------------------------------------------

Number of tests : 1184 577
Tests skipped : 607 ( 51.3%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 6 ( 0.5%) ( 1.0%)
Tests passed : 571 ( 48.2%) ( 99.0%)
---------------------------------------------------------------------
Time taken : 229 seconds
========================================
=============================

========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
========================================
=============================


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

/root/install/php-5.0.0RC2/tests/func/008.phpt
========================================
========================================


---- EXPECTED OUTPUT
'foo1'

'foo2'
---- ACTUAL OUTPUT

---- FAILED

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

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




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

/root/install/php-5.0.0RC2/tests/lang/bug22367.phpt
========================================
========================================


---- EXPECTED OUTPUT
Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in %sbug22367.php on line %d

Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in %sbug22367.php on line %d
int(5)
bool(false)

Notice: Undefined offset: 5 in %sbug22367.php on line %d

Strict Standards: Only variable references should be returned by reference in %sbug22367.php on line %d
bool(false)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}

Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in %sbug22367.php on line %d
int(2)
bool(true)
bool(true)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
---- ACTUAL OUTPUT
Strict Standards: Declaration of bar::a() should be compatible with that of foo::a() in /root/install/php-5.0.0RC2/tests/lang/bug22367.php on line 45

Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in /root/install/php-5.0.0RC2/tests/lang/bug22367.php on line 47
int(5)
bool(false)

Notice: Undefined offset: 5 in /root/install/php-5.0.0RC2/tests/lang/bug22367.php on line 9

Strict Standards: Only variable references should be returned by reference in /root/install/php-5.0.0RC2/tests/lang/bug22367.php on line 40
bool(false)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}

Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in /root/install/php-5.0.0RC2/tests/lang/bug22367.php on line 54
int(2)
bool(true)
bool(true)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
---- FAILED

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

001+ Strict Standards: Declaration of bar::a() should be compatible with that of foo::a() in /root/install/php-5.0.0RC2/tests/lang/bug22367.php on line 45
001- Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in %sbug22367.php on line %d
========================================
========================================




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

/root/install/php-5.0.0RC2/Zend/tests/bug22836.phpt
========================================
========================================


---- EXPECTED OUTPUT
string(3) "foo"
'foo'

Notice: Undefined variable: a in %s on line %d

Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'

Notice: Undefined variable: a in %s on line %d

Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'

Notice: Undefined variable: a in %s on line %d

Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'

Notice: Undefined variable: a in %s on line %d

Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'

Notice: Undefined variable: a in %s on line %d

Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'

Notice: Undefined variable: a in %s on line %d

Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'

Notice: Undefined variable: a in %s on line %d

Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'

Notice: Undefined variable: a in %s on line %d

Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'

Notice: Undefined variable: a in %s on line %d

Strict Standards: Only variable references should be returned by reference in %s on line %d
---- ACTUAL OUTPUT
string(3) "foo"
'foo'

Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7

Strict Standards: Only variable references should be returned by reference in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
string(3) "foo"
'foo'

Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7

Strict Standards: Only variable references should be returned by reference in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
---- FAILED

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

013+ NULL
013- string(3) "foo"
017+ NULL
018+ 'foo'
018- Strict Standards: Only variable references should be returned by reference in %s on line %d
019- string(3) "foo"
020+ Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
021+ NULL
022+ 'foo'
023+
024+ Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
025+ NULL
026+ 'foo'
027+
028+ Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
029+ NULL
030+ 'foo'
031+
032+ Notice: Undefined variable: a in /root/install/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
033+ NULL
023-
024- Strict Standards: Only variable references should be returned by reference in %s on line %d
025- string(3) "foo"
026- 'foo'
027-
028- Notice: Undefined variable: a in %s on line %d
029-
030- Strict Standards: Only variable references should be returned by reference in %s on line %d
031- string(3) "foo"
032- 'foo'
033-
034- Notice: Undefined variable: a in %s on line %d
035-
036- Strict Standards: Only variable references should be returned by reference in %s on line %d
037- string(3) "foo"
038- 'foo'
039-
040- Notice: Undefined variable: a in %s on line %d
041-
042- Strict Standards: Only variable references should be returned by reference in %s on line %d
043- string(3) "foo"
044- 'foo'
045-
046- Notice: Undefined variable: a in %s on line %d
047-
048- Strict Standards: Only variable references should be returned by reference in %s on line %d
049- string(3) "foo"
050- 'foo'
051-
052- Notice: Undefined variable: a in %s on line %d
053-
054- Strict Standards: Only variable references should be returned by reference in %s on line %d
========================================
========================================




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

/root/install/php-5.0.0RC2/ext/iconv/tests/iconv_stream_filter.phpt
========================================
========================================


---- EXPECTED OUTPUT
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"
string(20) "a4b3a4f3a4cba4c1a4cf"
string(10) "69636f6e76"
string(2) "0a"

Warning: fread(): iconv stream filter ("ISO-2022-JP"=>"EUC-JP"): invalid multibyte sequence in %s on line %d
string(0) ""
string(0) ""
string(0) ""
---- ACTUAL OUTPUT
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"
string(20) "a4b3a4f3a4cba4c1a4cf"
string(10) "69636f6e76"
string(2) "0a"
string(20) "1b244f24332466245824"
string(10) "4e24421b28"
string(2) "4f"
---- FAILED

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

007+ string(20) "1b244f24332466245824"
008+ string(10) "4e24421b28"
009+ string(2) "4f"
007-
008- Warning: fread(): iconv stream filter ("ISO-2022-JP"=>"EUC-JP"): invalid multibyte sequence in %s on line %d
009- string(0) ""
010- string(0) ""
011- string(0) ""
========================================
========================================




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

/root/install/php-5.0.0RC2/ext/standard/tests/time/bug20382.phpt
========================================
========================================


---- EXPECTED OUTPUT
tStamp=Wednesday 2004-10-27 17:17:17 CEST
result=Monday 2004-11-01 00:00:00 CET
wanted=Monday 2004-11-01 00:00:00 CET
---- ACTUAL OUTPUT
tStamp=Wednesday 2004-10-27 17:17:17 CEST
result=Sunday 2004-10-31 23:00:00 CET
wanted=Monday 2004-11-01 00:00:00 CET
---- FAILED

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

002+ result=Sunday 2004-10-31 23:00:00 CET
002- result=Monday 2004-11-01 00:00:00 CET
========================================
========================================




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

/root/install/php-5.0.0RC2/ext/xml/tests/bug26614.phpt
========================================
========================================


---- EXPECTED OUTPUT
CDATA
<DATA> at line 2, col 0 (byte 45)
</DATA> at line 9, col 0 (byte 90)
Comment
<DATA> at line 2, col 0 (byte 45)
</DATA> at line 9, col 0 (byte 90)
Text
<DATA> at line 2, col 0 (byte 45)
</DATA> at line 9, col 0 (byte 90)
---- ACTUAL OUTPUT
CDATA
<DATA> at line 2, col 6 (byte 9)
</DATA> at line 4, col 47 (byte 56)
Comment
<DATA> at line 2, col 6 (byte 9)
</DATA> at line 9, col 7 (byte 56)
Text
<DATA> at line 2, col 6 (byte 9)
</DATA> at line 9, col 10 (byte 56)
---- FAILED

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

002+ <DATA> at line 2, col 6 (byte 9)
003+ </DATA> at line 4, col 47 (byte 56)
002- <DATA> at line 2, col 0 (byte 45)
003- </DATA> at line 9, col 0 (byte 90)
005+ <DATA> at line 2, col 6 (byte 9)
006+ </DATA> at line 9, col 7 (byte 56)
005- <DATA> at line 2, col 0 (byte 45)
006- </DATA> at line 9, col 0 (byte 90)
008+ <DATA> at line 2, col 6 (byte 9)
009+ </DATA> at line 9, col 10 (byte 56)
008- <DATA> at line 2, col 0 (byte 45)
009- </DATA> at line 9, col 0 (byte 90)
========================================
========================================





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

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

OS:
Linux - Linux fuse-serv 2.4.20-4GB #1 Wed Apr 16 14:50:03 UTC 2003 i686

Automake:
automake (GNU automake) 1.7.2
Written by Tom Tromey <tromey@redhat.com>.

Copyright 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.

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

Copyright 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.

Bundled Libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)

System Libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)

Compiler:
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-
include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix
gcc version 3.3 20030226 (prerelease) (SuSE Linux)

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:
libcrypt.so.1 => /lib/libcrypt.so.1 (0x4001f000)
libpq.so.3 => /usr/lib/libpq.so.3 (0x40050000)
libmysqlclient.so.14 => /usr/lib/mysql/libmysqlclient.so.14 (0x40064000)
libz.so.1 => /lib/libz.so.1 (0x4009b000)
libnsl.so.1 => /lib/libnsl.so.1 (0x400ab000)
libm.so.6 => /lib/libm.so.6 (0x400c0000)
libldap.so.2 => /opt/openldap/lib/libldap.so.2 (0x400e2000)
libdl.so.2 => /lib/libdl.so.2 (0x4010f000)
libssl.so.0.9.6 => /usr/lib/libssl.so.0.9.6 (0x40112000)
libcrypto.so.0.9.6 => /usr/lib/libcrypto.so.0.9.6 (0x40142000)
liblber.so.2 => /opt/openldap/lib/liblber.so.2 (0x4021a000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40226000)
libclntsh.so.9.0 => /opt/oracle/OraHome1/lib/libclntsh.so.9.0 (0x40238000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x40b45000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40c30000)
libc.so.6 => /lib/libc.so.6 (0x40c80000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libwtc9.so => /opt/oracle/OraHome1/lib/libwtc9.so (0x40db4000)


User's E-mail:


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

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

phpinfo()
PHP Version => 5.0.0RC2

System => Linux fuse-serv 2.4.20-4GB #1 Wed Apr 16 14:50:03 UTC 2003 i686
Build Date => Apr 27 2004 09:58:59
Configure Command => './configure' '--prefix=/usr' '--sysconfdir=/etc' '--with-oci8' '--with-oracle' '--with-apxs=/usr/sbin/apxs' '--with-mysql=/usr' '--enable-cli' '--disable-cgi' '--enable-sigchild' '--with-pear=/usr/lib/php' '--with-pgsql' '--with-dom
' '--with-zlib' '--with-ldap=/opt/openldap'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/lib/php.ini
PHP API => 20031224
PHP Extension => 20040412
Zend Extension => 220040412
Debug Build => no
Thread Safety => disabled
IPv6 Support => enabled
Registered PHP Streams => php, file, http, ftp, compress.zlib
Registered Stream Socket Transports => tcp, udp, unix, udg


This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.0.0RC2, Copyright (c) 1998-2004 Zend Technologies


________________________________________
_______________________________


Configuration

PHP Core

Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
allow_url_fopen => On => On
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 => /etc/browscap.ini => /etc/browscap.ini
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 => 2039 => 2039
expose_php => On => On
extension_dir => /usr/lib/php4 => /usr/lib/php4
file_uploads => On => On
highlight.bg => #FFFFFF => #FFFFFF
highlight.comment => #FF9900 => #FF9900
highlight.default => #0000CC => #0000CC
highlight.html => #000000 => #000000
highlight.keyword => #006600 => #006600
highlight.string => #CC0000 => #CC0000
html_errors => Off => On
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => Off
include_path => .:/php/includes:/usr/share/php:/usr/lib/php:/opt/propel-1.0.0alpha1/classes/propel:/opt/propel-1.0.0alpha1/classes/creole => .:/php/includes:/usr/share/php:/usr/lib/php:/opt/propel-1.0.0alpha1/classes/propel:/opt/propel-1.0.0alpha1/classes
/creole
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 => 300
max_input_time => -1 => -1
open_basedir => no value => no value
output_buffering => 0 => no value
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
register_argc_argv => On => On
register_globals => On => On
register_long_arrays => On => On
report_memleaks => On => On
report_zend_debug => Off => Off
safe_mode => Off => Off
safe_mode_exec_dir => no value => no value
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => sk@fuse.de => sk@fuse.de
sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
serialize_precision => 100 => 100
short_open_tag => On => On
SMTP => mail.fuse.de => mail.fuse.de
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 => 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 => Off => Off
zend.ze1_compatibility_mode => Off => Off

SQLite

SQLite support => enabled
PECL Module version => 1.1-dev $Id: sqlite.c,v 1.142 2004/04/22 22:34:29 iliaa Exp $
SQLite Library => 2.8.11
SQLite Encoding => iso8859

Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0

SimpleXML

Simplexml support => enabled
Revision => $Revision: 1.138 $
Schema support => enabled

ctype

ctype functions => enabled

dom

DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.6.5
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled

iconv

iconv support => enabled
iconv implementation => glibc
iconv library version => 2.3.2

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

ldap

LDAP Support => enabled
RCS Version => $Id: ldap.c,v 1.151 2004/04/06 23:14:06 iliaa Exp $
Total Links => 0/unlimited
API Version => 2004
Vendor Name => OpenLDAP
Vendor Version => 20124

libxml

libXML support => active
libXML Version => 2.6.5
libXML streams => enabled

mysql

MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 4.1.1-alpha
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /tmp/mysql.sock
MYSQL_INCLUDE => -I/usr/include/mysql
MYSQL_LIBS => -L/usr/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

oci8

OCI8 Support => enabled
Revision => $Revision: 1.254 $
Active Persistent Links => 0
Active Links => 0
Oracle Version => 9.2
Compile-time ORACLE_HOME => /opt/oracle/OraHome1
Libraries Used =>
Temporary Lob support => enabled
Collections support => enabled

oracle

Oracle Support => enabled
Oracle Version => 9.0
Compile-time ORACLE_HOME => /opt/oracle/OraHome1
Libraries Used =>

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 4.5 01-December-2003

pgsql

PostgreSQL Support => enabled
PostgreSQL(libpq) Version => 7.3.2
Multibyte character support => enabled
SSL support => enabled
Active Persistent Links => 0
Active Links => 0

Directive => Local Value => Master Value
pgsql.allow_persistent => On => On
pgsql.auto_reset_persistent => Off => Off
pgsql.ignore_notice => Off => Off
pgsql.log_notice => Off => Off
pgsql.max_links => Unlimited => Unlimited
pgsql.max_persistent => Unlimited => Unlimited

posix

Revision => $Revision: 1.60 $

session

Session Support => enabled
Registered save handlers => files user sqlite
Registered serializer handlers => php php_binary

Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => On => On
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
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 => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 4 => 4
session.hash_function => 0 => 0
session.name => sessid => sessid
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => 1 => 1

spl

SPL support => enabled
Interfaces => RecursiveIterator, SableIterator
Classes => ArrayObject, ArrayIterator, CachingIterator, CachingRecursiveIterator, DirectoryIterator, FilterIterator, LimitIterator, ParentIterator, RecursiveDirectoryIterator, RecursiveIteratorIterator, SimpleXMLIterator

standard

Regex Library => Bundled library enabled
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
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.83 => 90.83
date.sunset_zenith => 90.83 => 90.83
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ TZ => PHP_ TZ
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,input=src,for
m=fakeentry => a=href,area=href,frame=src,input=src,for
m=fakeentry
user_agent => no value => no value

tokenizer

Tokenizer Support => enabled

xml

XML Support => active
XML Namespace Support => active
libxml2 Version => 2.6.5

zlib

ZLib Support => enabled
Compiled Version => 1.1.4
Linked Version => 1.1.4

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
LESSKEY => /etc/lesskey.bin
MANPATH => /usr/share/man:/usr/local/man:/usr/X11R6/man
INFODIR => /usr/local/info:/usr/share/info:/usr/info
NNTPSERVER => news
PHING_HOME => /opt/phing-2.0.0b2
HOSTNAME => fuse-serv
TEST_PHP_SRCDIR => /root/install/php-5.0.0RC2
XKEYSYMDB => /usr/X11R6/lib/X11/XKeysymDB
SHELL => /bin/sh
TERM => xterm
HOST => fuse-serv
PROFILEREAD => true
MAKEFLAGS =>
HISTSIZE => 1000
SSH_CLIENT => deleted
GTK_RC_FILES => /etc/gtk/gtkrc:/root/.gtkrc
QTDIR => /usr/lib/qt3
SSH_TTY => deleted
USER => root
LS_COLORS => no=00:fi=00:di=01;34:ln=00;36:pi=40;33:s
o=01;35:do=01;35:bd=40;33;01:cd=40;33;01
:or=40;31:ex=00;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31
:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm
=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32:
LD_LIBRARY_PATH => :/opt/oracle/OraHome1/lib
SCRIPT_FILENAME =>
ORACLE_SID => AMS
XNLSPATH => /usr/X11R6/lib/X11/nls
SSH_AUTH_SOCK => deleted
HOSTTYPE => i386
PHP_CLASSPATH => /opt/phing-2.0.0b2/classes
MAKELEVEL => 1
PAGER => less
MFLAGS =>
MINICOM => -c on
PATH => /opt/openldap/bin:/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/kde3/bin:/opt/oracle/OraHome1/bin:/usr/local/java/bin:/usr/local/ant/bin:/opt/phing-2.0.0b2/bin
TNS_ADMIN => /opt/oracle/OraHome1/network/admin
MAIL => /var/mail/root
CPU => i686
_ => /root/install/php-5.0.0RC2/sapi/cli/php
PWD => /root/install/php-5.0.0RC2
INPUTRC => /etc/inputrc
JAVA_HOME => /usr/local/java
TEST_PHP_EXECUTABLE => /root/install/php-5.0.0RC2/sapi/cli/php
REDIRECT_STATUS =>
PATH_TRANSLATED =>
TEXINPUTS => :/root/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
HOME => /root
SHLVL => 3
CONTENT_LENGTH =>
OSTYPE => linux
LESS_ADVANCED_PREPROCESSOR => no
no_proxy => localhost
LS_OPTIONS => -a -N --color=tty -T 0
RC_LC_COLLATE => POSIX
WINDOWMANAGER => /usr/X11R6/bin/kde
MACHTYPE => i686-suse-linux
LOGNAME => root
LESS => -M -I
QUERY_STRING =>
PRINTER => lp
RC_LANG => de_DE@euro
LC_CTYPE => de_DE@euro
SSH_CONNECTION => ::ffff:200.200.200.105 1314 ::ffff:200.200.200.254 22
PHP_COMMAND => /usr/bin/php
GTK_DATA_PREFIX => /opt/gnome2
LESSOPEN => lessopen.sh %s
INFOPATH => /usr/local/info:/usr/share/info:/usr/info
CONTENT_TYPE =>
ORA_NLS33 => /opt/oracle/OraHome1/ocommon/nls/admin/data
CC => gcc
ORACLE_HOME => /opt/oracle/OraHome1
REQUEST_METHOD =>
LESSCLOSE => lessclose.sh %s %s
COLORTERM => 1

PHP Variables

Variable => Value
PHP_SELF =>
_SERVER["LESSKEY"] => /etc/lesskey.bin
_SERVER["MANPATH"] => /usr/share/man:/usr/local/man:/usr/X11R6/man
_SERVER["INFODIR"] => /usr/local/info:/usr/share/info:/usr/info
_SERVER["NNTPSERVER"] => news
_SERVER["PHING_HOME"] => /opt/phing-2.0.0b2
_SERVER["HOSTNAME"] => fuse-serv
_SERVER["TEST_PHP_SRCDIR"] => /root/install/php-5.0.0RC2
_SERVER["XKEYSYMDB"] => /usr/X11R6/lib/X11/XKeysymDB
_SERVER["SHELL"] => /bin/sh
_SERVER["TERM"] => xterm
_SERVER["HOST"] => fuse-serv
_SERVER["PROFILEREAD"] => true
_SERVER["MAKEFLAGS"] =>
_SERVER["HISTSIZE"] => 1000
_SERVER["SSH_CLIENT"] => deleted
_SERVER["GTK_RC_FILES"] => /etc/gtk/gtkrc:/root/.gtkrc
_SERVER["QTDIR"] => /usr/lib/qt3
_SERVER["SSH_TTY"] => deleted
_SERVER["USER"] => root
_SERVER["LS_COLORS"] => no=00:fi=00:di=01;34:ln=00;36:pi=40;33:s
o=01;35:do=01;35:bd=40;33;01:cd=40;33;01
:or=40;31:ex=00;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:
*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=
01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32:
_SERVER["LD_LIBRARY_PATH"] => :/opt/oracle/OraHome1/lib
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["ORACLE_SID"] => AMS
_SERVER["XNLSPATH"] => /usr/X11R6/lib/X11/nls
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["HOSTTYPE"] => i386
_SERVER["PHP_CLASSPATH"] => /opt/phing-2.0.0b2/classes
_SERVER["MAKELEVEL"] => 1
_SERVER["PAGER"] => less
_SERVER["MFLAGS"] =>
_SERVER["MINICOM"] => -c on
_SERVER["PATH"] => /opt/openldap/bin:/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/kde3/bin:/opt/oracle/OraHome1/bin:/usr/local/java/bin:/usr/local/ant/bin:/opt/phing-2.0.0b2/bin
_SERVER["TNS_ADMIN"] => /opt/oracle/OraHome1/network/admin
_SERVER["MAIL"] => /var/mail/root
_SERVER["CPU"] => i686
_SERVER["_"] => /root/install/php-5.0.0RC2/sapi/cli/php
_SERVER["PWD"] => /root/install/php-5.0.0RC2
_SERVER["INPUTRC"] => /etc/inputrc
_SERVER["JAVA_HOME"] => /usr/local/java
_SERVER["TEST_PHP_EXECUTABLE"] => /root/install/php-5.0.0RC2/sapi/cli/php
_SERVER["REDIRECT_STATUS"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["TEXINPUTS"] => :/root/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
_SERVER["HOME"] => /root
_SERVER["SHLVL"] => 3
_SERVER["CONTENT_LENGTH"] =>
_SERVER["OSTYPE"] => linux
_SERVER["LESS_ADVANCED_PREPROCESSOR"] => no
_SERVER["no_proxy"] => localhost
_SERVER["LS_OPTIONS"] => -a -N --color=tty -T 0
_SERVER["RC_LC_COLLATE"] => POSIX
_SERVER["WINDOWMANAGER"] => /usr/X11R6/bin/kde
_SERVER["MACHTYPE"] => i686-suse-linux
_SERVER["LOGNAME"] => root
_SERVER["LESS"] => -M -I
_SERVER["QUERY_STRING"] =>
_SERVER["PRINTER"] => lp
_SERVER["RC_LANG"] => de_DE@euro
_SERVER["LC_CTYPE"] => de_DE@euro
_SERVER["SSH_CONNECTION"] => ::ffff:200.200.200.105 1314 ::ffff:200.200.200.254 22
_SERVER["PHP_COMMAND"] => /usr/bin/php
_SERVER["GTK_DATA_PREFIX"] => /opt/gnome2
_SERVER["LESSOPEN"] => lessopen.sh %s
_SERVER["INFOPATH"] => /usr/local/info:/usr/share/info:/usr/info
_SERVER["CONTENT_TYPE"] =>
_SERVER["ORA_NLS33"] => /opt/oracle/OraHome1/ocommon/nls/admin/data
_SERVER["CC"] => gcc
_SERVER["ORACLE_HOME"] => /opt/oracle/OraHome1
_SERVER["REQUEST_METHOD"] =>
_SERVER["LESSCLOSE"] => lessclose.sh %s %s
_SERVER["COLORTERM"] => 1
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["LESSKEY"] => /etc/lesskey.bin
_ENV["MANPATH"] => /usr/share/man:/usr/local/man:/usr/X11R6/man
_ENV["INFODIR"] => /usr/local/info:/usr/share/info:/usr/info
_ENV["NNTPSERVER"] => news
_ENV["PHING_HOME"] => /opt/phing-2.0.0b2
_ENV["HOSTNAME"] => fuse-serv
_ENV["TEST_PHP_SRCDIR"] => /root/install/php-5.0.0RC2
_ENV["XKEYSYMDB"] => /usr/X11R6/lib/X11/XKeysymDB
_ENV["SHELL"] => /bin/sh
_ENV["TERM"] => xterm
_ENV["HOST"] => fuse-serv
_ENV["PROFILEREAD"] => true
_ENV["MAKEFLAGS"] =>
_ENV["HISTSIZE"] => 1000
_ENV["SSH_CLIENT"] => deleted
_ENV["GTK_RC_FILES"] => /etc/gtk/gtkrc:/root/.gtkrc
_ENV["QTDIR"] => /usr/lib/qt3
_ENV["SSH_TTY"] => deleted
_ENV["USER"] => root
_ENV["LS_COLORS"] => no=00:fi=00:di=01;34:ln=00;36:pi=40;33:s
o=01;35:do=01;35:bd=40;33;01:cd=40;33;01
:or=40;31:ex=00;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.a
rj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;
35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32:
_ENV["LD_LIBRARY_PATH"] => :/opt/oracle/OraHome1/lib
_ENV["SCRIPT_FILENAME"] =>
_ENV["ORACLE_SID"] => AMS
_ENV["XNLSPATH"] => /usr/X11R6/lib/X11/nls
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["HOSTTYPE"] => i386
_ENV["PHP_CLASSPATH"] => /opt/phing-2.0.0b2/classes
_ENV["MAKELEVEL"] => 1
_ENV["PAGER"] => less
_ENV["MFLAGS"] =>
_ENV["MINICOM"] => -c on
_ENV["PATH"] => /opt/openldap/bin:/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/kde3/bin:/opt/oracle/OraHome1/bin:/usr/local/java/bin:/usr/local/ant/bin:/opt/phing-2.0.0b2/bin
_ENV["TNS_ADMIN"] => /opt/oracle/OraHome1/network/admin
_ENV["MAIL"] => /var/mail/root
_ENV["CPU"] => i686
_ENV["_"] => /root/install/php-5.0.0RC2/sapi/cli/php
_ENV["PWD"] => /root/install/php-5.0.0RC2
_ENV["INPUTRC"] => /etc/inputrc
_ENV["JAVA_HOME"] => /usr/local/java
_ENV["TEST_PHP_EXECUTABLE"] => /root/install/php-5.0.0RC2/sapi/cli/php
_ENV["REDIRECT_STATUS"] =>
_ENV["PATH_TRANSLATED"] =>
_ENV["TEXINPUTS"] => :/root/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
_ENV["HOME"] => /root
_ENV["SHLVL"] => 3
_ENV["CONTENT_LENGTH"] =>
_ENV["OSTYPE"] => linux
_ENV["LESS_ADVANCED_PREPROCESSOR"] => no
_ENV["no_proxy"] => localhost
_ENV["LS_OPTIONS"] => -a -N --color=tty -T 0
_ENV["RC_LC_COLLATE"] => POSIX
_ENV["WINDOWMANAGER"] => /usr/X11R6/bin/kde
_ENV["MACHTYPE"] => i686-suse-linux
_ENV["LOGNAME"] => root
_ENV["LESS"] => -M -I
_ENV["QUERY_STRING"] =>
_ENV["PRINTER"] => lp
_ENV["RC_LANG"] => de_DE@euro
_ENV["LC_CTYPE"] => de_DE@euro
_ENV["SSH_CONNECTION"] => ::ffff:200.200.200.105 1314 ::ffff:200.200.200.254 22
_ENV["PHP_COMMAND"] => /usr/bin/php
_ENV["GTK_DATA_PREFIX"] => /opt/gnome2
_ENV["LESSOPEN"] => lessopen.sh %s
_ENV["INFOPATH"] => /usr/local/info:/usr/share/info:/usr/info
_ENV["CONTENT_TYPE"] =>
_ENV["ORA_NLS33"] => /opt/oracle/OraHome1/ocommon/nls/admin/data
_ENV["CC"] => gcc
_ENV["ORACLE_HOME"] => /opt/oracle/OraHome1
_ENV["REQUEST_METHOD"] =>
_ENV["LESSCLOSE"] => lessclose.sh %s %s
_ENV["COLORTERM"] => 1

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