| Newsgroups |
php.qa.reports |
| Message-ID |
<[email protected]> |
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test date_sunrise() function : usage variation - Passing unexpected values to fifth argument zenith [ext/date/tests/date_sunrise_variation5.phpt]
Test array_pad() function : usage variations - unexpected values for 'pad_size' argument(Bug#43482) [ext/standard/tests/array/array_pad_variation2.phpt]
HTML entities with invalid chars [ext/standard/tests/strings/htmlentities-utf.phpt]
Test setlocale() function : basic functionality - passing multiple locales as argument [ext/standard/tests/strings/setlocale_basic3.phpt]
Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument [ext/standard/tests/strings/setlocale_variation1.phpt]
Test setlocale() function : usage variations - setting system locale = 0 [ext/standard/tests/strings/setlocale_variation3.phpt]
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush() [tests/output/ob_start_basic_unerasable_005.phpt]
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
=====================================================================
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 57
Exts tested : 22
---------------------------------------------------------------------
Number of tests : 8850 6100
Tests skipped : 2750 ( 31.1%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 6 ( 0.1%) ( 0.1%)
Expected fail : 4 ( 0.0%) ( 0.1%)
Tests passed : 6090 ( 68.8%) ( 99.8%)
---------------------------------------------------------------------
Time taken : 799 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test date_sunrise() function : usage variation - Passing unexpected values to fifth argument zenith [ext/date/tests/date_sunrise_variation5.phpt]
Test array_pad() function : usage variations - unexpected values for 'pad_size' argument(Bug#43482) [ext/standard/tests/array/array_pad_variation2.phpt]
HTML entities with invalid chars [ext/standard/tests/strings/htmlentities-utf.phpt]
Test setlocale() function : basic functionality - passing multiple locales as argument [ext/standard/tests/strings/setlocale_basic3.phpt]
Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument [ext/standard/tests/strings/setlocale_variation1.phpt]
Test setlocale() function : usage variations - setting system locale = 0 [ext/standard/tests/strings/setlocale_variation3.phpt]
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush() [tests/output/ob_start_basic_unerasable_005.phpt]
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
=====================================================================
================================================================================
/root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.phpt
================================================================================
*** Testing date_sunrise() : usage variation ***
--int 0--
bool(false)
bool(false)
bool(false)
--int 1--
bool(false)
bool(false)
bool(false)
--int 12345--
string(5) "09:51"
float(9.8551717588325)
int(1218169278)
--int -12345--
string(5) "09:54"
float(9.9097820911087)
int(1218169475)
--empty array--
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--int indexed array--
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--associative array--
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--nested arrays--
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, array given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--uppercase NULL--
bool(false)
bool(false)
bool(false)
--lowercase null--
bool(false)
bool(false)
bool(false)
--lowercase true--
bool(false)
bool(false)
bool(false)
--lowercase false--
bool(false)
bool(false)
bool(false)
--uppercase TRUE--
bool(false)
bool(false)
bool(false)
--uppercase FALSE--
bool(false)
bool(false)
bool(false)
--empty string DQ--
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--empty string SQ--
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--string DQ--
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--string SQ--
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--mixed case string--
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--heredoc--
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, string given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--instance of classWithToString--
Warning: date_sunrise() expects parameter 5 to be double, object given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--instance of classWithoutToString--
Warning: date_sunrise() expects parameter 5 to be double, object given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 92
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 93
bool(false)
Warning: date_sunrise() expects parameter 5 to be double, object given in /root/php-5.2.12RC4/ext/date/tests/date_sunrise_variation5.php on line 94
bool(false)
--undefined var--
bool(false)
bool(false)
bool(false)
--unset var--
bool(false)
bool(false)
bool(false)
===DONE===
================================================================================
020+ float(9.9097820911087)
020- float(9.9097820911118)
================================================================================
================================================================================
/root/php-5.2.12RC4/ext/standard/tests/array/array_pad_variation2.phpt
================================================================================
*** Testing array_pad() : passing non integer values to $pad_size argument ***
-- Iteration 1 --
array(10) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(1)
[3]=>
int(1)
[4]=>
int(1)
[5]=>
int(1)
[6]=>
int(1)
[7]=>
int(1)
[8]=>
int(1)
[9]=>
int(1)
}
-- Iteration 2 --
array(10) {
[0]=>
int(1)
[1]=>
int(1)
[2]=>
int(1)
[3]=>
int(1)
[4]=>
int(1)
[5]=>
int(1)
[6]=>
int(1)
[7]=>
int(1)
[8]=>
int(1)
[9]=>
int(2)
}
-- Iteration 3 --
Warning: array_pad(): You may only pad up to 1048576 elements at a time in /root/php-5.2.12RC4/ext/standard/tests/array/array_pad_variation2.php on line 81
bool(false)
-- Iteration 4 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 5 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 6 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 7 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 8 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 9 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 10 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 11 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 12 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 13 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 14 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 15 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 16 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 17 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 18 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 19 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 20 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 21 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 22 --
Notice: Object of class classA could not be converted to int in /root/php-5.2.12RC4/ext/standard/tests/array/array_pad_variation2.php on line 81
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 23 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
-- Iteration 24 --
array(2) {
[0]=>
int(1)
[1]=>
int(2)
}
Done
================================================================================
053+ array(2) {
054+ [0]=>
055+ int(1)
056+ [1]=>
057+ int(2)
058+ }
053-
054- Warning: array_pad(): You may only pad up to 1048576 elements at a time in %s on line %d
055- bool(false)
================================================================================
================================================================================
/root/php-5.2.12RC4/ext/standard/tests/strings/htmlentities-utf.phpt
================================================================================
string(8) "266c743b"
string(8) "266c743b"
string(0) ""
string(0) ""
string(4) "d090"
string(4) "d090"
string(0) ""
string(0) ""
string(8) "d090d0b0"
string(8) "d090d0b0"
string(0) ""
string(0) ""
string(0) ""
string(0) ""
string(0) ""
string(0) ""
string(0) ""
string(0) ""
================================================================================
017+ string(0) ""
018+ string(0) ""
017- string(8) "2667743b"
018- string(8) "2667743b"
================================================================================
================================================================================
/root/php-5.2.12RC4/ext/standard/tests/strings/setlocale_basic3.phpt
================================================================================
*** Testing setlocale() by passing multiple locales as argument ***
Done
================================================================================
002- -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.utf8, Ko_KR.utf8, zh_CN.utf8) --
003- string(%d) "%s"
004- Checking currency settings in the new locale, expected: %s, Found: %s
005- Test PASSED.
================================================================================
================================================================================
/root/php-5.2.12RC4/ext/standard/tests/strings/setlocale_variation1.phpt
================================================================================
*** Testing setlocale() by passing multiple valid/invalid locales as argument ***
Done
================================================================================
002- -- Testing setlocale() by giving 'category' as LC_ALL & multiple locales(en_US.invalid, en_US.utf8, Ko_KR.utf8, KO_KR.invalid, zh_CN.utf8) --
003- string(%d) "%s"
004- Checking currency settings in the new locale, expected: %s, Found: %s
005- Test PASSED.
================================================================================
================================================================================
/root/php-5.2.12RC4/ext/standard/tests/strings/setlocale_variation3.phpt
================================================================================
*** Testing setlocale() : usage variations - setting system locale = 0 ***
Locale info, before setting the locale
array(18) {
["decimal_point"]=>
string(1) "."
["thousands_sep"]=>
string(0) ""
["int_curr_symbol"]=>
string(0) ""
["currency_symbol"]=>
string(0) ""
["mon_decimal_point"]=>
string(0) ""
["mon_thousands_sep"]=>
string(0) ""
["positive_sign"]=>
string(0) ""
["negative_sign"]=>
string(0) ""
["int_frac_digits"]=>
int(127)
["frac_digits"]=>
int(127)
["p_cs_precedes"]=>
int(127)
["p_sep_by_space"]=>
int(127)
["n_cs_precedes"]=>
int(127)
["n_sep_by_space"]=>
int(127)
["p_sign_posn"]=>
int(127)
["n_sign_posn"]=>
int(127)
["grouping"]=>
array(0) {
}
["mon_grouping"]=>
array(0) {
}
}
Setting system locale, category = LC_ALL and locale = 0
Locale info, after setting the locale
array(18) {
["decimal_point"]=>
string(1) "."
["thousands_sep"]=>
string(0) ""
["int_curr_symbol"]=>
string(0) ""
["currency_symbol"]=>
string(0) ""
["mon_decimal_point"]=>
string(0) ""
["mon_thousands_sep"]=>
string(0) ""
["positive_sign"]=>
string(0) ""
["negative_sign"]=>
string(0) ""
["int_frac_digits"]=>
int(127)
["frac_digits"]=>
int(127)
["p_cs_precedes"]=>
int(127)
["p_sep_by_space"]=>
int(127)
["n_cs_precedes"]=>
int(127)
["n_sep_by_space"]=>
int(127)
["p_sign_posn"]=>
int(127)
["n_sign_posn"]=>
int(127)
["grouping"]=>
array(0) {
}
["mon_grouping"]=>
array(0) {
}
}
Checking locale in the system, Expected : no change in the existing locale
Test PASSED.
Done
================================================================================
007+ string(0) ""
007- string(1) ","
009+ string(0) ""
009- string(4) "USD "
011+ string(0) ""
011- string(1) "$"
013+ string(0) ""
013- string(1) "."
015+ string(0) ""
015- string(1) ","
019+ string(0) ""
019- string(1) "-"
021+ int(127)
021- int(2)
023+ int(127)
023- int(2)
025+ int(127)
025- int(1)
027+ int(127)
027- int(0)
029+ int(127)
029- int(1)
031+ int(127)
031- int(0)
033+ int(127)
033- int(1)
035+ int(127)
035- int(1)
037+ array(0) {
037- array(2) {
038- [0]=>
039- int(3)
040- [1]=>
041- int(3)
040+ array(0) {
044- array(2) {
045- [0]=>
046- int(3)
047- [1]=>
048- int(3)
049+ string(0) ""
051+ string(0) ""
053+ string(0) ""
055+ string(0) ""
057+ string(0) ""
057- string(1) ","
059- string(4) "USD "
061+ string(0) ""
061- string(1) "$"
063+ int(127)
063- string(1) "."
065+ int(127)
065- string(1) ","
067+ int(127)
069+ int(127)
069- string(1) "-"
071+ int(127)
071- int(2)
073+ int(127)
073- int(2)
075+ int(127)
075- int(1)
077+ int(127)
077- int(0)
079+ array(0) {
079- int(1)
081- int(0)
082+ array(0) {
083- int(1)
085- int(1)
087- array(2) {
088- [0]=>
089- int(3)
090- [1]=>
091- int(3)
094- array(2) {
095- [0]=>
096- int(3)
097- [1]=>
098- int(3)
================================================================================
================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux kerta 2.6.18-xenU #3 SMP Tue Sep 8 15:57:00 CEST 2009 i686
Autoconf:
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:
N/A
Compiler:
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1)
Bison:
Libraries:
linux-gate.so.1 => (0x4001c000)
libcrypt.so.1 => /lib/i686/nosegneg/libcrypt.so.1 (0x40024000)
librt.so.1 => /lib/i686/nosegneg/librt.so.1 (0x40056000)
libresolv.so.2 => /lib/i686/nosegneg/libresolv.so.2 (0x4005f000)
libm.so.6 => /lib/i686/nosegneg/libm.so.6 (0x40074000)
libdl.so.2 => /lib/i686/nosegneg/libdl.so.2 (0x4009a000)
libnsl.so.1 => /lib/i686/nosegneg/libnsl.so.1 (0x4009e000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x400b7000)
libc.so.6 => /lib/i686/nosegneg/libc.so.6 (0x401f0000)
libpthread.so.0 => /lib/i686/nosegneg/libpthread.so.0 (0x4034e000)
/lib/ld-linux.so.2 (0x40000000)
libz.so.1 => /usr/lib/libz.so.1 (0x40368000)
User's E-mail: jmf at durcommefaire dot net
================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.2.12RC4
System => Linux kerta 2.6.18-xenU #3 SMP Tue Sep 8 15:57:00 CEST 2009 i686
Build Date => Dec 10 2009 22:15:05
Configure Command => './configure'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib
Loaded Configuration File => (none)
Scan this dir for additional .ini files => (none)
additional .ini files parsed => (none)
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
Registered Stream Socket Transports => tcp, udp, unix, udg
Registered Stream Filters => convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
_______________________________________________________________________
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 => STDERR => STDERR
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 => no value => no value
expose_php => On => On
extension_dir => /usr/local/lib/php/extensions/no-debug-non-zts-20060613 => /usr/local/lib/php/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 => .:/usr/local/lib/php => .:/usr/local/lib/php
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_file_uploads => 20 => 20
max_input_nesting_level => 64 => 64
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 => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
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
ctype
ctype functions => enabled
date
date/time support => enabled
"Olson" Timezone Database Version => 2009.19
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.6.32
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled
filter
Input Validation and Filtering => enabled
Revision => $Revision: 288083 $
Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value
hash
hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b 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.7
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
json
json support => enabled
json version => 1.2.1
libxml
libXML support => active
libXML Version => 2.6.32
libXML streams => enabled
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 7.9 2009-04-11
Directive => Local Value => Master Value
pcre.backtrack_limit => 100000 => 100000
pcre.recursion_limit => 100000 => 100000
PDO
PDO support => enabled
PDO drivers => sqlite, sqlite2
pdo_sqlite
PDO Driver for SQLite 3.x => enabled
PECL Module version => (bundled) 1.0.1 $Id: pdo_sqlite.c 272374 2008-12-31 11:17:49Z sebastian $
SQLite Library => 3.3.7
posix
Revision => $Revision: 288943 $
Reflection
Reflection => enabled
Version => $Id: php_reflection.c 290127 2009-11-01 15:12:34Z felipe $
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_httponly => Off => Off
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 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 => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => no value => no value
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => 0 => 0
SimpleXML
Simplexml support => enabled
Revision => $Revision: 289327 $
Schema support => enabled
SPL
SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException
SQLite
SQLite support => enabled
PECL Module version => 2.0-dev $Id: sqlite.c 289587 2009-10-12 19:04:00Z felipe $
SQLite Library => 2.8.17
SQLite Encoding => iso8859
Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0
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
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=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
user_agent => no value => no value
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.6.32
xmlreader
XMLReader => enabled
xmlwriter
XMLWriter => enabled
Additional Modules
Module Name
Environment
Variable => Value
TEST_PHP_SRCDIR => /root/php-5.2.12RC4
SHELL => /bin/bash
TERM => screen
MAKEFLAGS =>
SSH_CLIENT => deleted
SSH_TTY => deleted
USER => root
SSH_AUTH_SOCK => deleted
TERMCAP => SC|screen|VT 100/ANSI X3.64 virtual terminal:\
:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
:li#46:co#202:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\
:cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\
:im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\
:ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
:ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\
:se=\E[23m:mb=\E[5m:md=\E[1m:mr=\E[7m:me=\E[m:ms:\
:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
:vb=\Eg:G0:as=\E(0:ae=\E(B:\
:ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\
:po=\E[5i:pf=\E[4i:k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:\
:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:F3=\EO2P:\
:F4=\EO2Q:F5=\EO2R:F6=\EO2S:F7=\E[15;2~:F8=\E[17;2~:\
:F9=\E[18;2~:FA=\E[19;2~:kb=:K2=\EOE:kB=\E[Z:\
:*4=\E[3;2~:*7=\E[1;2F:#2=\E[1;2H:#3=\E[2;2~:#4=\E[1;2D:\
:%c=\E[6;2~:%e=\E[5;2~:%i=\E[1;2C:kh=\E[1~:@1=\E[1~:\
:kH=\E[4~:@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:\
:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:km:
MAKELEVEL => 1
MFLAGS =>
PATH => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/zend/bin
MAIL => /var/mail/root
STY => 14673.pts-0.kerta
_ => /root/php-5.2.12RC4/sapi/cli/php
PWD => /root/php-5.2.12RC4
LANG => fr_FR.UTF-8
TEST_PHP_EXECUTABLE => /root/php-5.2.12RC4/sapi/cli/php
HOME => /root
SHLVL => 4
LOGNAME => root
WINDOW => 0
SSH_CONNECTION => deleted
CC => gcc
PHP Variables
Variable => Value
_SERVER["TEST_PHP_SRCDIR"] => /root/php-5.2.12RC4
_SERVER["SHELL"] => /bin/bash
_SERVER["TERM"] => screen
_SERVER["MAKEFLAGS"] =>
_SERVER["SSH_CLIENT"] => deleted
_SERVER["SSH_TTY"] => deleted
_SERVER["USER"] => root
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["TERMCAP"] => SC|screen|VT 100/ANSI X3.64 virtual terminal:\
:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
:li#46:co#202:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\
:cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\
:im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\
:ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
:ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\
:se=\E[23m:mb=\E[5m:md=\E[1m:mr=\E[7m:me=\E[m:ms:\
:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
:vb=\Eg:G0:as=\E(0:ae=\E(B:\
:ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\
:po=\E[5i:pf=\E[4i:k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:\
:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:F3=\EO2P:\
:F4=\EO2Q:F5=\EO2R:F6=\EO2S:F7=\E[15;2~:F8=\E[17;2~:\
:F9=\E[18;2~:FA=\E[19;2~:kb=:K2=\EOE:kB=\E[Z:\
:*4=\E[3;2~:*7=\E[1;2F:#2=\E[1;2H:#3=\E[2;2~:#4=\E[1;2D:\
:%c=\E[6;2~:%e=\E[5;2~:%i=\E[1;2C:kh=\E[1~:@1=\E[1~:\
:kH=\E[4~:@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:\
:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:km:
_SERVER["MAKELEVEL"] => 1
_SERVER["MFLAGS"] =>
_SERVER["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/zend/bin
_SERVER["MAIL"] => /var/mail/root
_SERVER["STY"] => 14673.pts-0.kerta
_SERVER["_"] => /root/php-5.2.12RC4/sapi/cli/php
_SERVER["PWD"] => /root/php-5.2.12RC4
_SERVER["LANG"] => fr_FR.UTF-8
_SERVER["TEST_PHP_EXECUTABLE"] => /root/php-5.2.12RC4/sapi/cli/php
_SERVER["HOME"] => /root
_SERVER["SHLVL"] => 4
_SERVER["LOGNAME"] => root
_SERVER["WINDOW"] => 0
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["CC"] => gcc
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["REQUEST_TIME"] => 1260492623
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
_ENV["TEST_PHP_SRCDIR"] => /root/php-5.2.12RC4
_ENV["SHELL"] => /bin/bash
_ENV["TERM"] => screen
_ENV["MAKEFLAGS"] =>
_ENV["SSH_CLIENT"] => deleted
_ENV["SSH_TTY"] => deleted
_ENV["USER"] => root
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["TERMCAP"] => SC|screen|VT 100/ANSI X3.64 virtual terminal:\
:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
:li#46:co#202:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\
:cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\
:im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\
:ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
:ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\
:se=\E[23m:mb=\E[5m:md=\E[1m:mr=\E[7m:me=\E[m:ms:\
:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
:vb=\Eg:G0:as=\E(0:ae=\E(B:\
:ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\
:po=\E[5i:pf=\E[4i:k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:\
:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:F3=\EO2P:\
:F4=\EO2Q:F5=\EO2R:F6=\EO2S:F7=\E[15;2~:F8=\E[17;2~:\
:F9=\E[18;2~:FA=\E[19;2~:kb=:K2=\EOE:kB=\E[Z:\
:*4=\E[3;2~:*7=\E[1;2F:#2=\E[1;2H:#3=\E[2;2~:#4=\E[1;2D:\
:%c=\E[6;2~:%e=\E[5;2~:%i=\E[1;2C:kh=\E[1~:@1=\E[1~:\
:kH=\E[4~:@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:\
:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:km:
_ENV["MAKELEVEL"] => 1
_ENV["MFLAGS"] =>
_ENV["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/zend/bin
_ENV["MAIL"] => /var/mail/root
_ENV["STY"] => 14673.pts-0.kerta
_ENV["_"] => /root/php-5.2.12RC4/sapi/cli/php
_ENV["PWD"] => /root/php-5.2.12RC4
_ENV["LANG"] => fr_FR.UTF-8
_ENV["TEST_PHP_EXECUTABLE"] => /root/php-5.2.12RC4/sapi/cli/php
_ENV["HOME"] => /root
_ENV["SHLVL"] => 4
_ENV["LOGNAME"] => root
_ENV["WINDOW"] => 0
_ENV["SSH_CONNECTION"] => deleted
_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 [email protected].