| Newsgroups |
php.qa.reports |
| Message-ID |
<[email protected]> |
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #45877 (Array key '2147483647' left as string) [Zend/tests/bug45877.phpt]
Test date_sunrise() function : usage variation - Passing unexpected values to fifth argument zenith [ext/date/tests/date_sunrise_variation5.phpt]
Integer overflow [ext/filter/tests/046.phpt]
Test array_pad() function : usage variations - unexpected values for 'pad_size' argument(Bug#43482) [ext/standard/tests/array/array_pad_variation2.phpt]
Test lstat() and stat() functions: usage variations - effects of touch() on link [ext/standard/tests/file/lstat_stat_variation6.phpt]
Test lstat() and stat() functions: usage variations - writing data into file [ext/standard/tests/file/lstat_stat_variation7.phpt]
proc_open [ext/standard/tests/general_functions/proc_open02.phpt]
Test var_export() function with valid float values [ext/standard/tests/general_functions/var_export_basic3.phpt]
time_sleep_until() function - basic test for time_sleep_until() [ext/standard/tests/misc/time_sleep_until_basic.phpt]
HTML entities with invalid chars [ext/standard/tests/strings/htmlentities-utf.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.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 6155
Tests skipped : 2695 ( 30.5%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 11 ( 0.1%) ( 0.2%)
Expected fail : 4 ( 0.0%) ( 0.1%)
Tests passed : 6140 ( 69.4%) ( 99.8%)
---------------------------------------------------------------------
Time taken : 258 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #45877 (Array key '2147483647' left as string) [Zend/tests/bug45877.phpt]
Test date_sunrise() function : usage variation - Passing unexpected values to fifth argument zenith [ext/date/tests/date_sunrise_variation5.phpt]
Integer overflow [ext/filter/tests/046.phpt]
Test array_pad() function : usage variations - unexpected values for 'pad_size' argument(Bug#43482) [ext/standard/tests/array/array_pad_variation2.phpt]
Test lstat() and stat() functions: usage variations - effects of touch() on link [ext/standard/tests/file/lstat_stat_variation6.phpt]
Test lstat() and stat() functions: usage variations - writing data into file [ext/standard/tests/file/lstat_stat_variation7.phpt]
proc_open [ext/standard/tests/general_functions/proc_open02.phpt]
Test var_export() function with valid float values [ext/standard/tests/general_functions/var_export_basic3.phpt]
time_sleep_until() function - basic test for time_sleep_until() [ext/standard/tests/misc/time_sleep_until_basic.phpt]
HTML entities with invalid chars [ext/standard/tests/strings/htmlentities-utf.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.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]
=====================================================================
================================================================================
/home/jmf/php-5.2.12RC4/Zend/tests/bug45877.phpt
================================================================================
array(2) {
[2147483647]=>
int(1)
[-2147483648]=>
int(1)
}
================================================================================
001+ array(2) {
001- array(3) {
006- ["%d8"]=>
007- int(1)
================================================================================
================================================================================
/home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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 /home/jmf/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)
================================================================================
================================================================================
/home/jmf/php-5.2.12RC4/ext/filter/tests/046.phpt
================================================================================
bool(true)
int(-2147483648)
bool(true)
================================================================================
002+ int(-2147483648)
002- bool(false)
================================================================================
================================================================================
/home/jmf/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 /home/jmf/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 /home/jmf/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)
================================================================================
================================================================================
/home/jmf/php-5.2.12RC4/ext/standard/tests/file/lstat_stat_variation6.phpt
================================================================================
*** Testing lstat() for link after using touch() on the link ***
bool(true)
bool(true)
bool(true)
Error: stat1 is not lesser than stat2 at key value: 8
Error: stat1 is not lesser than stat2 at key value: atime
Dumping stat array 1...
array(26) {
[0]=>
int(21)
[1]=>
int(231813)
[2]=>
int(41471)
[3]=>
int(1)
[4]=>
int(1000)
[5]=>
int(1000)
[6]=>
int(0)
[7]=>
int(168)
[8]=>
int(1260483164)
[9]=>
int(1260483164)
[10]=>
int(1260483164)
[11]=>
int(4096)
[12]=>
int(8)
["dev"]=>
int(21)
["ino"]=>
int(231813)
["mode"]=>
int(41471)
["nlink"]=>
int(1)
["uid"]=>
int(1000)
["gid"]=>
int(1000)
["rdev"]=>
int(0)
["size"]=>
int(168)
["atime"]=>
int(1260483164)
["mtime"]=>
int(1260483164)
["ctime"]=>
int(1260483164)
["blksize"]=>
int(4096)
["blocks"]=>
int(8)
}
Dumping stat array 2...
array(26) {
[0]=>
int(21)
[1]=>
int(231813)
[2]=>
int(41471)
[3]=>
int(1)
[4]=>
int(1000)
[5]=>
int(1000)
[6]=>
int(0)
[7]=>
int(168)
[8]=>
int(1260483164)
[9]=>
int(1260483164)
[10]=>
int(1260483164)
[11]=>
int(4096)
[12]=>
int(8)
["dev"]=>
int(21)
["ino"]=>
int(231813)
["mode"]=>
int(41471)
["nlink"]=>
int(1)
["uid"]=>
int(1000)
["gid"]=>
int(1000)
["rdev"]=>
int(0)
["size"]=>
int(168)
["atime"]=>
int(1260483164)
["mtime"]=>
int(1260483164)
["ctime"]=>
int(1260483164)
["blksize"]=>
int(4096)
["blocks"]=>
int(8)
}
bool(false)
--- Done ---
================================================================================
005+ Error: stat1 is not lesser than stat2 at key value: 8
006+ Error: stat1 is not lesser than stat2 at key value: atime
005- bool(true)
007- --- Done ---
008+ Dumping stat array 1...
009+ array(26) {
010+ [0]=>
011+ int(21)
012+ [1]=>
013+ int(231813)
014+ [2]=>
015+ int(41471)
016+ [3]=>
017+ int(1)
018+ [4]=>
019+ int(1000)
020+ [5]=>
021+ int(1000)
022+ [6]=>
023+ int(0)
024+ [7]=>
025+ int(168)
026+ [8]=>
027+ int(1260483164)
028+ [9]=>
029+ int(1260483164)
030+ [10]=>
031+ int(1260483164)
032+ [11]=>
033+ int(4096)
034+ [12]=>
035+ int(8)
036+ ["dev"]=>
037+ int(21)
038+ ["ino"]=>
039+ int(231813)
040+ ["mode"]=>
041+ int(41471)
042+ ["nlink"]=>
043+ int(1)
044+ ["uid"]=>
045+ int(1000)
046+ ["gid"]=>
047+ int(1000)
048+ ["rdev"]=>
049+ int(0)
050+ ["size"]=>
051+ int(168)
052+ ["atime"]=>
053+ int(1260483164)
054+ ["mtime"]=>
055+ int(1260483164)
056+ ["ctime"]=>
057+ int(1260483164)
058+ ["blksize"]=>
059+ int(4096)
060+ ["blocks"]=>
061+ int(8)
062+ }
063+
064+ Dumping stat array 2...
065+ array(26) {
066+ [0]=>
067+ int(21)
068+ [1]=>
069+ int(231813)
070+ [2]=>
071+ int(41471)
072+ [3]=>
073+ int(1)
074+ [4]=>
075+ int(1000)
076+ [5]=>
077+ int(1000)
078+ [6]=>
079+ int(0)
080+ [7]=>
081+ int(168)
082+ [8]=>
083+ int(1260483164)
084+ [9]=>
085+ int(1260483164)
086+ [10]=>
087+ int(1260483164)
088+ [11]=>
089+ int(4096)
090+ [12]=>
091+ int(8)
092+ ["dev"]=>
093+ int(21)
094+ ["ino"]=>
095+ int(231813)
096+ ["mode"]=>
097+ int(41471)
098+ ["nlink"]=>
099+ int(1)
100+ ["uid"]=>
101+ int(1000)
102+ ["gid"]=>
103+ int(1000)
104+ ["rdev"]=>
105+ int(0)
106+ ["size"]=>
107+ int(168)
108+ ["atime"]=>
109+ int(1260483164)
110+ ["mtime"]=>
111+ int(1260483164)
112+ ["ctime"]=>
113+ int(1260483164)
114+ ["blksize"]=>
115+ int(4096)
116+ ["blocks"]=>
117+ int(8)
118+ }
119+ bool(false)
120+
121+ --- Done ---
================================================================================
================================================================================
/home/jmf/php-5.2.12RC4/ext/standard/tests/file/lstat_stat_variation7.phpt
================================================================================
*** Testing stat() on file after data is written in it ***
bool(true)
bool(true)
Error: stat1 is not lesser than stat2 at key value: 12
Error: stat1 is not lesser than stat2 at key value: blocks
Dumping stat array 1...
array(26) {
[0]=>
int(21)
[1]=>
int(231817)
[2]=>
int(33188)
[3]=>
int(1)
[4]=>
int(1000)
[5]=>
int(1000)
[6]=>
int(0)
[7]=>
int(0)
[8]=>
int(1260483166)
[9]=>
int(1260483166)
[10]=>
int(1260483166)
[11]=>
int(4096)
[12]=>
int(0)
["dev"]=>
int(21)
["ino"]=>
int(231817)
["mode"]=>
int(33188)
["nlink"]=>
int(1)
["uid"]=>
int(1000)
["gid"]=>
int(1000)
["rdev"]=>
int(0)
["size"]=>
int(0)
["atime"]=>
int(1260483166)
["mtime"]=>
int(1260483166)
["ctime"]=>
int(1260483166)
["blksize"]=>
int(4096)
["blocks"]=>
int(0)
}
Dumping stat array 2...
array(26) {
[0]=>
int(21)
[1]=>
int(231817)
[2]=>
int(33188)
[3]=>
int(1)
[4]=>
int(1000)
[5]=>
int(1000)
[6]=>
int(0)
[7]=>
int(11)
[8]=>
int(1260483166)
[9]=>
int(1260483166)
[10]=>
int(1260483166)
[11]=>
int(4096)
[12]=>
int(0)
["dev"]=>
int(21)
["ino"]=>
int(231817)
["mode"]=>
int(33188)
["nlink"]=>
int(1)
["uid"]=>
int(1000)
["gid"]=>
int(1000)
["rdev"]=>
int(0)
["size"]=>
int(11)
["atime"]=>
int(1260483166)
["mtime"]=>
int(1260483166)
["ctime"]=>
int(1260483166)
["blksize"]=>
int(4096)
["blocks"]=>
int(0)
}
bool(false)
--- Done ---
================================================================================
004+ Error: stat1 is not lesser than stat2 at key value: 12
005+ Error: stat1 is not lesser than stat2 at key value: blocks
004- bool(true)
006- --- Done ---
007+ Dumping stat array 1...
008+ array(26) {
009+ [0]=>
010+ int(21)
011+ [1]=>
012+ int(231817)
013+ [2]=>
014+ int(33188)
015+ [3]=>
016+ int(1)
017+ [4]=>
018+ int(1000)
019+ [5]=>
020+ int(1000)
021+ [6]=>
022+ int(0)
023+ [7]=>
024+ int(0)
025+ [8]=>
026+ int(1260483166)
027+ [9]=>
028+ int(1260483166)
029+ [10]=>
030+ int(1260483166)
031+ [11]=>
032+ int(4096)
033+ [12]=>
034+ int(0)
035+ ["dev"]=>
036+ int(21)
037+ ["ino"]=>
038+ int(231817)
039+ ["mode"]=>
040+ int(33188)
041+ ["nlink"]=>
042+ int(1)
043+ ["uid"]=>
044+ int(1000)
045+ ["gid"]=>
046+ int(1000)
047+ ["rdev"]=>
048+ int(0)
049+ ["size"]=>
050+ int(0)
051+ ["atime"]=>
052+ int(1260483166)
053+ ["mtime"]=>
054+ int(1260483166)
055+ ["ctime"]=>
056+ int(1260483166)
057+ ["blksize"]=>
058+ int(4096)
059+ ["blocks"]=>
060+ int(0)
061+ }
062+
063+ Dumping stat array 2...
064+ array(26) {
065+ [0]=>
066+ int(21)
067+ [1]=>
068+ int(231817)
069+ [2]=>
070+ int(33188)
071+ [3]=>
072+ int(1)
073+ [4]=>
074+ int(1000)
075+ [5]=>
076+ int(1000)
077+ [6]=>
078+ int(0)
079+ [7]=>
080+ int(11)
081+ [8]=>
082+ int(1260483166)
083+ [9]=>
084+ int(1260483166)
085+ [10]=>
086+ int(1260483166)
087+ [11]=>
088+ int(4096)
089+ [12]=>
090+ int(0)
091+ ["dev"]=>
092+ int(21)
093+ ["ino"]=>
094+ int(231817)
095+ ["mode"]=>
096+ int(33188)
097+ ["nlink"]=>
098+ int(1)
099+ ["uid"]=>
100+ int(1000)
101+ ["gid"]=>
102+ int(1000)
103+ ["rdev"]=>
104+ int(0)
105+ ["size"]=>
106+ int(11)
107+ ["atime"]=>
108+ int(1260483166)
109+ ["mtime"]=>
110+ int(1260483166)
111+ ["ctime"]=>
112+ int(1260483166)
113+ ["blksize"]=>
114+ int(4096)
115+ ["blocks"]=>
116+ int(0)
117+ }
118+ bool(false)
119+
120+ --- Done ---
================================================================================
================================================================================
/home/jmf/php-5.2.12RC4/ext/standard/tests/general_functions/proc_open02.phpt
================================================================================
bool(true)
array(8) {
["command"]=>
string(28) "/usr/bin/nohup /bin/sleep 50"
["pid"]=>
int(6044)
["running"]=>
bool(false)
["signaled"]=>
bool(true)
["stopped"]=>
bool(false)
["exitcode"]=>
int(-1)
["termsig"]=>
int(1)
["stopsig"]=>
int(0)
}
bool(false)
array(8) {
["command"]=>
string(28) "/usr/bin/nohup /bin/sleep 50"
["pid"]=>
int(6044)
["running"]=>
bool(false)
["signaled"]=>
bool(false)
["stopped"]=>
bool(false)
["exitcode"]=>
int(-1)
["termsig"]=>
int(0)
["stopsig"]=>
int(0)
}
Done!
================================================================================
008+ bool(false)
009+ ["signaled"]=>
009- ["signaled"]=>
010- bool(false)
016+ int(1)
016- int(0)
020+ bool(false)
020- bool(true)
029+ bool(false)
029- bool(true)
035+ int(0)
035- int(15)
================================================================================
================================================================================
/home/jmf/php-5.2.12RC4/ext/standard/tests/general_functions/var_export_basic3.phpt
================================================================================
*** Testing var_export() with valid float values ***
*** Output for float values ***
-- Iteration: 2147483647 --
-2147483649
-2147483649
string(11) "-2147483649"
-- Iteration: -2147483648 --
2147483648
2147483648
string(10) "2147483648"
-- Iteration: -0x80000001 --
-2147483649
-2147483649
string(11) "-2147483649"
-- Iteration: 0x800000001 --
34359738369
34359738369
string(11) "34359738369"
-- Iteration: 020000000001 --
2147483649
2147483649
string(10) "2147483649"
-- Iteration: -020000000001 --
-2147483649
-2147483649
string(11) "-2147483649"
-- Iteration: 0.0 --
0
0
string(1) "0"
-- Iteration: -0.1 --
-0.1
-0.1
string(4) "-0.1"
-- Iteration: 10.0000000000000000005 --
10
10
string(2) "10"
-- Iteration: 10.5e+5 --
1050000
1050000
string(7) "1050000"
-- Iteration: 1e5 --
100000
100000
string(6) "100000"
-- Iteration: 1e-5 --
1.0E-5
1.0E-5
string(6) "1.0E-5"
-- Iteration: 1e+5 --
100000
100000
string(6) "100000"
-- Iteration: 1E5 --
100000
100000
string(6) "100000"
-- Iteration: 1E+5 --
100000
100000
string(6) "100000"
-- Iteration: 1E-5 --
1.0E-5
1.0E-5
string(6) "1.0E-5"
-- Iteration: .5e+7 --
5000000
5000000
string(7) "5000000"
-- Iteration: .6e-19 --
6.0E-20
6.0E-20
string(7) "6.0E-20"
-- Iteration: .05E+44 --
5.0E+42
5.0E+42
string(7) "5.0E+42"
-- Iteration: .0034E-30 --
3.4E-33
3.4E-33
string(7) "3.4E-33"
===DONE===
================================================================================
005+ -- Iteration: 2147483647 --
005- -- Iteration: -2147483649 --
011+ -- Iteration: -2147483648 --
011- -- Iteration: 2147483648 --
================================================================================
================================================================================
/home/jmf/php-5.2.12RC4/ext/standard/tests/misc/time_sleep_until_basic.phpt
================================================================================
bool(false)
===DONE===
================================================================================
001+ bool(false)
001- bool(true)
================================================================================
================================================================================
/home/jmf/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"
================================================================================
================================================================================
/home/jmf/php-5.2.12RC4/ext/xml/tests/bug32001.phpt
================================================================================
libxml2 Version => 2.7.5
Encoding: UTF-8
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: not prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
array(3) {
[0]=>
string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
[1]=>
string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
[2]=>
string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
array(0) {
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
array(0) {
}
Encoding: UTF-16BE
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
array(0) {
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
[Error] Processing Instruction not finished
Encoding: UTF-16LE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
[Error] Processing Instruction not finished
Encoding: UTF-16LE
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
[Error] > required
================================================================================
174+ array(0) {
174- array(3) {
175- [0]=>
176- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
177- [1]=>
178- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
179- [2]=>
180- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
180+ array(0) {
186+ array(0) {
186- array(3) {
187- [0]=>
188- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
189- [1]=>
190- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
191- [2]=>
192- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
192+ [Error] Processing Instruction not finished
193+ Encoding: UTF-16LE
194+ XML Prologue: present
195+ Chunk size: 1 byte(s)
196+ BOM: prepended
197+ [Error] Processing Instruction not finished
198+ Encoding: UTF-16LE
199+ XML Prologue: not present
198- array(3) {
199- [0]=>
200- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
201- [1]=>
202- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
203- [2]=>
204- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
202+ [Error] > required
210- array(3) {
211- [0]=>
212- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
213- [1]=>
214- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
215- [2]=>
216- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
217- }
218- Encoding: UTF-16LE
219- XML Prologue: present
222- array(3) {
223- [0]=>
224- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
225- [1]=>
226- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
227- [2]=>
228- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
229- }
230- Encoding: UTF-16LE
231- XML Prologue: not present
232- Chunk size: 1 byte(s)
233- BOM: prepended
234- array(3) {
235- [0]=>
236- string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
237- [1]=>
238- string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
239- [2]=>
240- string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
241- }
================================================================================
================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux jmf-portable 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:01:29 UTC 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='Ubuntu 4.4.1-4ubuntu8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8)
Bison:
Libraries:
linux-gate.so.1 => (0x4001d000)
libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0x40033000)
librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0x40065000)
libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0x4006f000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x40083000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x400a9000)
libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0x400ad000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x400c4000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x401ee000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x40332000)
/lib/ld-linux.so.2 (0x40000000)
libz.so.1 => /lib/libz.so.1 (0x4034b000)
User's E-mail: jmf at durcommefaire dot net
================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.2.12RC4
System => Linux jmf-portable 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:01:29 UTC 2009 i686
Build Date => Dec 10 2009 23:04:47
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 => -t -i => -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 => Europe/Berlin
Directive => Local Value => Master Value
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.583333 => 90.583333
date.sunset_zenith => 90.583333 => 90.583333
date.timezone => no value => no value
dom
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.7.5
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.10.1
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.7.5
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 => -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.7.5
xmlreader
XMLReader => enabled
xmlwriter
XMLWriter => enabled
Additional Modules
Module Name
Environment
Variable => Value
LESSOPEN => | /usr/bin/lesspipe %s
PROFILEHOME =>
KDE_FULL_SESSION => true
DM_CONTROL => /var/run/xdmctl
GS_LIB => /home/jmf/.fonts
SSH_CLIENT => deleted
USER => jmf
LANGUAGE =>
SSH_AGENT_PID => 2596
SHLVL => 1
XDM_MANAGED => method=classic
HOME => /home/jmf
OLDPWD => /home/jmf
TEST_PHP_SRCDIR => /home/jmf/php-5.2.12RC4
SSH_TTY => deleted
DESKTOP_SESSION => default
XDG_SESSION_COOKIE => 4d431ae235071bcd9139f8d14b162547-1260438232.325729-1697624207
GTK_RC_FILES => /etc/gtk/gtkrc:/home/jmf/.gtkrc::/home/jmf/.kde/share/config/gtkrc
KDE_SESSION_VERSION => 4
KONSOLE_DBUS_SESSION => /Sessions/3
DBUS_SESSION_BUS_ADDRESS => unix:abstract=/tmp/dbus-3CmV35Uei3,guid=85e6aadef12c31ec46b8782f4b20c2d9
MAKEFLAGS =>
LOGNAME => jmf
_ => /usr/bin/make
WINDOWID => 37748763
TEST_PHP_EXECUTABLE => /home/jmf/php-5.2.12RC4/sapi/cli/php
COLORFGBG => 15;0
TERM => xterm
GTK2_RC_FILES => /etc/gtk-2.0/gtkrc:/home/jmf/.gtkrc-2.0:/home/jmf/.gtkrc-2.0-kde4:/home/jmf/.kde/share/config/gtkrc-2.0
WINDOWPATH => 7
SESSION_MANAGER => local/jmf-portable:@/tmp/.ICE-unix/2687,unix/jmf-portable:/tmp/.ICE-unix/2687
PATH => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/zend/bin:/usr/local/zend/bin
XCURSOR_THEME => oxy-white
MAKELEVEL => 1
DISPLAY => :0
DESKTOP_STARTUP_ID =>
LANG => fr_FR.UTF-8
LS_COLORS => rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=0!
1;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
SSH_AUTH_SOCK => deleted
SHELL => /bin/bash
LESSCLOSE => /usr/bin/lesspipe %s %s
KONSOLE_DBUS_SERVICE => :1.31
KDE_MULTIHEAD => false
PWD => /home/jmf/php-5.2.12RC4
SSH_CONNECTION => deleted
XDG_DATA_DIRS => /usr/share:/usr/share:/usr/local/share
QT_PLUGIN_PATH => /home/jmf/.kde/lib/kde4/plugins/:/usr/lib/kde4/plugins/
MFLAGS =>
KDE_SESSION_UID => 1000
CC => gcc
PHP Variables
Variable => Value
_SERVER["LESSOPEN"] => | /usr/bin/lesspipe %s
_SERVER["PROFILEHOME"] =>
_SERVER["KDE_FULL_SESSION"] => true
_SERVER["DM_CONTROL"] => /var/run/xdmctl
_SERVER["GS_LIB"] => /home/jmf/.fonts
_SERVER["SSH_CLIENT"] => deleted
_SERVER["USER"] => jmf
_SERVER["LANGUAGE"] =>
_SERVER["SSH_AGENT_PID"] => 2596
_SERVER["SHLVL"] => 1
_SERVER["XDM_MANAGED"] => method=classic
_SERVER["HOME"] => /home/jmf
_SERVER["OLDPWD"] => /home/jmf
_SERVER["TEST_PHP_SRCDIR"] => /home/jmf/php-5.2.12RC4
_SERVER["SSH_TTY"] => deleted
_SERVER["DESKTOP_SESSION"] => default
_SERVER["XDG_SESSION_COOKIE"] => 4d431ae235071bcd9139f8d14b162547-1260438232.325729-1697624207
_SERVER["GTK_RC_FILES"] => /etc/gtk/gtkrc:/home/jmf/.gtkrc::/home/jmf/.kde/share/config/gtkrc
_SERVER["KDE_SESSION_VERSION"] => 4
_SERVER["KONSOLE_DBUS_SESSION"] => /Sessions/3
_SERVER["DBUS_SESSION_BUS_ADDRESS"] => unix:abstract=/tmp/dbus-3CmV35Uei3,guid=85e6aadef12c31ec46b8782f4b20c2d9
_SERVER["MAKEFLAGS"] =>
_SERVER["LOGNAME"] => jmf
_SERVER["_"] => /usr/bin/make
_SERVER["WINDOWID"] => 37748763
_SERVER["TEST_PHP_EXECUTABLE"] => /home/jmf/php-5.2.12RC4/sapi/cli/php
_SERVER["COLORFGBG"] => 15;0
_SERVER["TERM"] => xterm
_SERVER["GTK2_RC_FILES"] => /etc/gtk-2.0/gtkrc:/home/jmf/.gtkrc-2.0:/home/jmf/.gtkrc-2.0-kde4:/home/jmf/.kde/share/config/gtkrc-2.0
_SERVER["WINDOWPATH"] => 7
_SERVER["SESSION_MANAGER"] => local/jmf-portable:@/tmp/.ICE-unix/2687,unix/jmf-portable:/tmp/.ICE-unix/2687
_SERVER["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/zend/bin:/usr/local/zend/bin
_SERVER["XCURSOR_THEME"] => oxy-white
_SERVER["MAKELEVEL"] => 1
_SERVER["DISPLAY"] => :0
_SERVER["DESKTOP_STARTUP_ID"] =>
_SERVER["LANG"] => fr_FR.UTF-8
_SERVER["LS_COLORS"] => rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01!
;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["SHELL"] => /bin/bash
_SERVER["LESSCLOSE"] => /usr/bin/lesspipe %s %s
_SERVER["KONSOLE_DBUS_SERVICE"] => :1.31
_SERVER["KDE_MULTIHEAD"] => false
_SERVER["PWD"] => /home/jmf/php-5.2.12RC4
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["XDG_DATA_DIRS"] => /usr/share:/usr/share:/usr/local/share
_SERVER["QT_PLUGIN_PATH"] => /home/jmf/.kde/lib/kde4/plugins/:/usr/lib/kde4/plugins/
_SERVER["MFLAGS"] =>
_SERVER["KDE_SESSION_UID"] => 1000
_SERVER["CC"] => gcc
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["REQUEST_TIME"] => 1260483304
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
_ENV["LESSOPEN"] => | /usr/bin/lesspipe %s
_ENV["PROFILEHOME"] =>
_ENV["KDE_FULL_SESSION"] => true
_ENV["DM_CONTROL"] => /var/run/xdmctl
_ENV["GS_LIB"] => /home/jmf/.fonts
_ENV["SSH_CLIENT"] => deleted
_ENV["USER"] => jmf
_ENV["LANGUAGE"] =>
_ENV["SSH_AGENT_PID"] => 2596
_ENV["SHLVL"] => 1
_ENV["XDM_MANAGED"] => method=classic
_ENV["HOME"] => /home/jmf
_ENV["OLDPWD"] => /home/jmf
_ENV["TEST_PHP_SRCDIR"] => /home/jmf/php-5.2.12RC4
_ENV["SSH_TTY"] => deleted
_ENV["DESKTOP_SESSION"] => default
_ENV["XDG_SESSION_COOKIE"] => 4d431ae235071bcd9139f8d14b162547-1260438232.325729-1697624207
_ENV["GTK_RC_FILES"] => /etc/gtk/gtkrc:/home/jmf/.gtkrc::/home/jmf/.kde/share/config/gtkrc
_ENV["KDE_SESSION_VERSION"] => 4
_ENV["KONSOLE_DBUS_SESSION"] => /Sessions/3
_ENV["DBUS_SESSION_BUS_ADDRESS"] => unix:abstract=/tmp/dbus-3CmV35Uei3,guid=85e6aadef12c31ec46b8782f4b20c2d9
_ENV["MAKEFLAGS"] =>
_ENV["LOGNAME"] => jmf
_ENV["_"] => /usr/bin/make
_ENV["WINDOWID"] => 37748763
_ENV["TEST_PHP_EXECUTABLE"] => /home/jmf/php-5.2.12RC4/sapi/cli/php
_ENV["COLORFGBG"] => 15;0
_ENV["TERM"] => xterm
_ENV["GTK2_RC_FILES"] => /etc/gtk-2.0/gtkrc:/home/jmf/.gtkrc-2.0:/home/jmf/.gtkrc-2.0-kde4:/home/jmf/.kde/share/config/gtkrc-2.0
_ENV["WINDOWPATH"] => 7
_ENV["SESSION_MANAGER"] => local/jmf-portable:@/tmp/.ICE-unix/2687,unix/jmf-portable:/tmp/.ICE-unix/2687
_ENV["PATH"] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/zend/bin:/usr/local/zend/bin
_ENV["XCURSOR_THEME"] => oxy-white
_ENV["MAKELEVEL"] => 1
_ENV["DISPLAY"] => :0
_ENV["DESKTOP_STARTUP_ID"] =>
_ENV["LANG"] => fr_FR.UTF-8
_ENV["LS_COLORS"] => rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35!
:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["SHELL"] => /bin/bash
_ENV["LESSCLOSE"] => /usr/bin/lesspipe %s %s
_ENV["KONSOLE_DBUS_SERVICE"] => :1.31
_ENV["KDE_MULTIHEAD"] => false
_ENV["PWD"] => /home/jmf/php-5.2.12RC4
_ENV["SSH_CONNECTION"] => deleted
_ENV["XDG_DATA_DIRS"] => /usr/share:/usr/share:/usr/local/share
_ENV["QT_PLUGIN_PATH"] => /home/jmf/.kde/lib/kde4/plugins/:/usr/lib/kde4/plugins/
_ENV["MFLAGS"] =>
_ENV["KDE_SESSION_UID"] => 1000
_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].