| noreply@php.net 2004-04-30, 4:59 pm |
|
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
Internal hash position bug on assignment (Bug #16227) [tests/lang/031.phpt]
Convert wanrings to exceptions [tests/lang/038.phpt]
Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt]
Bug #21478 (Zend/zend_alloc.c :: shutdown_memory_manager produces segfault) [Zend/tests/bug21478.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
Bug #28054 (debug_backtrace() bug) [Zend/tests/bug28054.phpt]
Bug #27582 (Filling to border an area using tiles). [ext/gd/tests/bug27582_2.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
HTML input/output [ext/mbstring/tests/htmlent.phpt]
mb_output_handler() (Shift_JIS) [ext/mbstring/tests/mb_output_handler_shift_jis.phpt]
PDO sqlite: Iterator Access [ext/pdo/tests/sqlite/pdo_sqlite_oo_004.phpt]
PDO sqlite: Iterator Access into new object [ext/pdo/tests/sqlite/pdo_sqlite_oo_008.phpt]
Bug #22414 (passthru() does not read data correctly) [ext/standard/tests/file/bug22414.phpt]
stream userfilter test [ext/standard/tests/file/userfilters.phpt]
microtime() function [ext/standard/tests/time/001.phpt] (warn: system dependent)
Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt]
wddx deserialization test [ext/wddx/tests/001.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
========================================
=============================
========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 45
Exts tested : 47
---------------------------------------------------------------------
Number of tests : 1272 974
Tests skipped : 298 ( 23.4%) --------
Tests warned : 1 ( 0.1%) ( 0.1%)
Tests failed : 18 ( 1.4%) ( 1.8%)
Tests passed : 955 ( 75.1%) ( 98.0%)
---------------------------------------------------------------------
Time taken : 278 seconds
========================================
=============================
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
Internal hash position bug on assignment (Bug #16227) [tests/lang/031.phpt]
Convert wanrings to exceptions [tests/lang/038.phpt]
Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt]
Bug #21478 (Zend/zend_alloc.c :: shutdown_memory_manager produces segfault) [Zend/tests/bug21478.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
Bug #28054 (debug_backtrace() bug) [Zend/tests/bug28054.phpt]
Bug #27582 (Filling to border an area using tiles). [ext/gd/tests/bug27582_2.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
HTML input/output [ext/mbstring/tests/htmlent.phpt]
mb_output_handler() (Shift_JIS) [ext/mbstring/tests/mb_output_handler_shift_jis.phpt]
PDO sqlite: Iterator Access [ext/pdo/tests/sqlite/pdo_sqlite_oo_004.phpt]
PDO sqlite: Iterator Access into new object [ext/pdo/tests/sqlite/pdo_sqlite_oo_008.phpt]
Bug #22414 (passthru() does not read data correctly) [ext/standard/tests/file/bug22414.phpt]
stream userfilter test [ext/standard/tests/file/userfilters.phpt]
microtime() function [ext/standard/tests/time/001.phpt] (warn: system dependent)
Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt]
wddx deserialization test [ext/wddx/tests/001.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
========================================
=============================
========================================
========================================
/usr/src/php-cvs/tests/func/008.phpt
========================================
========================================
---- EXPECTED OUTPUT
'foo1'
'foo2'
---- ACTUAL OUTPUT
---- FAILED
========================================
========================================
001- 'foo1'
003- 'foo2'
========================================
========================================
========================================
========================================
/usr/src/php-cvs/tests/lang/031.phpt
========================================
========================================
---- EXPECTED OUTPUT
Correct - with inner loop reset.
inloop 0 for key1
inloop 1 for key1
inloop 0 for key2
inloop 1 for key2
What happens without inner loop reset.
inloop 0 for key1
inloop 1 for key1
What happens without inner loop reset but copy.
inloop 0 for key1
inloop 1 for key1
inloop 0 for key2
What happens with inner loop reset over copy.
inloop 0 for key1
inloop 1 for key1
inloop 0 for key2
inloop 1 for key2
---- ACTUAL OUTPUT
Correct - with inner loop reset.
inloop 0 for key1
inloop 1 for key1
inloop 0 for key2
inloop 1 for key2
What happens without inner loop reset.
inloop 0 for key1
inloop 1 for key1
What happens without inner loop reset but copy.
inloop 0 for key1
inloop 1 for key1
inloop 0 for key2
inloop 1 for key2
What happens with inner loop reset over copy.
inloop 0 for key1
inloop 1 for key1
inloop 0 for key2
inloop 1 for key2
---- FAILED
========================================
========================================
013+ inloop 1 for key2
========================================
========================================
========================================
========================================
/usr/src/php-cvs/tests/lang/038.phpt
========================================
========================================
---- EXPECTED OUTPUT
array(4) {
["file"]=>
string(%d) "%s038.php"
["line"]=>
int(%d)
["function"]=>
string(10) "pg_connect"
["args"]=>
array(1) {
[0]=>
string(27) "host=localhost dbname=xtest"
}
}
===DONE===
---- ACTUAL OUTPUT
array(2) {
[0]=>
array(4) {
["file"]=>
string(35) "/usr/src/php-cvs/tests/lang/038.php"
["line"]=>
int(23)
["function"]=>
string(15) "Error2Exception"
["args"]=>
array(1) {
[0]=>
string(27) "host=localhost dbname=xtest"
}
}
[1]=>
array(3) {
["file"]=>
string(35) "/usr/src/php-cvs/tests/lang/038.php"
["line"]=>
int(23)
["function"]=>
string(10) "pg_connect"
}
}
string(339) "exception 'ErrorException' with message 'pg_connect(): Unable to connect to PostgreSQL server: FATAL: database "xtest" does not exist' in /usr/src/php-cvs/tests/lang/038.php:15
Stack trace:
#0 /usr/src/php-cvs/tests/lang/038.php(23): Error2Exception('host=localhost ...')
#1 /usr/src/php-cvs/tests/lang/038.php(23): pg_connect()
#2 {main}"
===DONE===
---- FAILED
========================================
========================================
001+ array(2) {
002+ [0]=>
003+ array(4) {
004+ ["file"]=>
005+ string(35) "/usr/src/php-cvs/tests/lang/038.php"
006+ ["line"]=>
007+ int(23)
008+ ["function"]=>
009+ string(15) "Error2Exception"
010+ ["args"]=>
011+ array(1) {
012+ [0]=>
013+ string(27) "host=localhost dbname=xtest"
014+ }
001- array(4) {
002- ["file"]=>
003- string(%d) "%s038.php"
004- ["line"]=>
005- int(%d)
006- ["function"]=>
007- string(10) "pg_connect"
008- ["args"]=>
009- array(1) {
010- [0]=>
011- string(27) "host=localhost dbname=xtest"
016+ [1]=>
017+ array(3) {
018+ ["file"]=>
019+ string(35) "/usr/src/php-cvs/tests/lang/038.php"
020+ ["line"]=>
021+ int(23)
022+ ["function"]=>
023+ string(10) "pg_connect"
024+ }
026+ string(339) "exception 'ErrorException' with message 'pg_connect(): Unable to connect to PostgreSQL server: FATAL: database "xtest" does not exist' in /usr/src/php-cvs/tests/lang/038.php:15
027+ Stack trace:
028+ #0 /usr/src/php-cvs/tests/lang/038.php(23): Error2Exception('host=localhost ...')
029+ #1 /usr/src/php-cvs/tests/lang/038.php(23): pg_connect()
030+ #2 {main}"
========================================
========================================
========================================
========================================
/usr/src/php-cvs/tests/lang/bug22367.phpt
========================================
========================================
---- EXPECTED OUTPUT
Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in %sbug22367.php on line %d
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in %sbug22367.php on line %d
int(5)
bool(false)
Notice: Undefined offset: 5 in %sbug22367.php on line %d
Strict Standards: Only variable references should be returned by reference in %sbug22367.php on line %d
bool(false)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in %sbug22367.php on line %d
int(2)
bool(true)
bool(true)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
---- ACTUAL OUTPUT
Strict Standards: Declaration of bar::a() should be compatible with that of foo::a() in /usr/src/php-cvs/tests/lang/bug22367.php on line 45
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in /usr/src/php-cvs/tests/lang/bug22367.php on line 47
int(5)
bool(false)
Notice: Undefined offset: 5 in /usr/src/php-cvs/tests/lang/bug22367.php on line 9
Strict Standards: Only variable references should be returned by reference in /usr/src/php-cvs/tests/lang/bug22367.php on line 40
bool(false)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in /usr/src/php-cvs/tests/lang/bug22367.php on line 54
int(2)
bool(true)
bool(true)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
---- FAILED
========================================
========================================
001+ Strict Standards: Declaration of bar::a() should be compatible with that of foo::a() in /usr/src/php-cvs/tests/lang/bug22367.php on line 45
001- Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in %sbug22367.php on line %d
========================================
========================================
========================================
========================================
/usr/src/php-cvs/Zend/tests/bug21478.phpt
========================================
========================================
---- EXPECTED OUTPUT
Done.
THIS IS A TEST.
---- ACTUAL OUTPUT
Fatal error: Class 'php_user_filter' not found in /usr/src/php-cvs/Zend/tests/bug21478.php on line 2
---- FAILED
========================================
========================================
001+ Fatal error: Class 'php_user_filter' not found in /usr/src/php-cvs/Zend/tests/bug21478.php on line 2
001- Done.
002- THIS IS A TEST.
========================================
========================================
========================================
========================================
/usr/src/php-cvs/Zend/tests/bug22836.phpt
========================================
========================================
---- EXPECTED OUTPUT
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
---- ACTUAL OUTPUT
string(3) "foo"
'foo'
Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
Strict Standards: Only variable references should be returned by reference in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
string(3) "foo"
'foo'
Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
Strict Standards: Only variable references should be returned by reference in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
---- FAILED
========================================
========================================
013+ NULL
013- string(3) "foo"
017+ NULL
018+ 'foo'
018- Strict Standards: Only variable references should be returned by reference in %s on line %d
019- string(3) "foo"
020+ Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
021+ NULL
022+ 'foo'
023+
024+ Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
025+ NULL
026+ 'foo'
027+
028+ Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
029+ NULL
030+ 'foo'
031+
032+ Notice: Undefined variable: a in /usr/src/php-cvs/Zend/tests/bug22836.php on line 7
033+ NULL
023-
024- Strict Standards: Only variable references should be returned by reference in %s on line %d
025- string(3) "foo"
026- 'foo'
027-
028- Notice: Undefined variable: a in %s on line %d
029-
030- Strict Standards: Only variable references should be returned by reference in %s on line %d
031- string(3) "foo"
032- 'foo'
033-
034- Notice: Undefined variable: a in %s on line %d
035-
036- Strict Standards: Only variable references should be returned by reference in %s on line %d
037- string(3) "foo"
038- 'foo'
039-
040- Notice: Undefined variable: a in %s on line %d
041-
042- Strict Standards: Only variable references should be returned by reference in %s on line %d
043- string(3) "foo"
044- 'foo'
045-
046- Notice: Undefined variable: a in %s on line %d
047-
048- Strict Standards: Only variable references should be returned by reference in %s on line %d
049- string(3) "foo"
050- 'foo'
051-
052- Notice: Undefined variable: a in %s on line %d
053-
054- Strict Standards: Only variable references should be returned by reference in %s on line %d
========================================
========================================
========================================
========================================
/usr/src/php-cvs/Zend/tests/bug28054.phpt
========================================
========================================
---- EXPECTED OUTPUT
---- ACTUAL OUTPUT
array(2) {
[0]=>
array(3) {
["file"]=>
string(40) "/usr/src/php-cvs/Zend/tests/bug28054.php"
["line"]=>
int(14)
["function"]=>
string(15) "ourErrorHandler"
}
[1]=>
array(4) {
["file"]=>
string(40) "/usr/src/php-cvs/Zend/tests/bug28054.php"
["line"]=>
int(14)
["args"]=>
array(1) {
[0]=>
string(40) "/usr/src/php-cvs/Zend/tests/bug28054.php"
}
["function"]=>
string(12) "require_once"
}
}
Fatal error: main(): Failed opening required 'nonexistingfile.php' (include_path='.') in /usr/src/php-cvs/Zend/tests/bug28054.php on line 14
---- FAILED
========================================
========================================
001+ array(2) {
001-
002+ [0]=>
003+ array(3) {
004+ ["file"]=>
005+ string(40) "/usr/src/php-cvs/Zend/tests/bug28054.php"
006+ ["line"]=>
007+ int(14)
008+ ["function"]=>
009+ string(15) "ourErrorHandler"
010+ }
011+ [1]=>
012+ array(4) {
013+ ["file"]=>
014+ string(40) "/usr/src/php-cvs/Zend/tests/bug28054.php"
015+ ["line"]=>
016+ int(14)
017+ ["args"]=>
018+ array(1) {
019+ [0]=>
020+ string(40) "/usr/src/php-cvs/Zend/tests/bug28054.php"
021+ }
022+ ["function"]=>
023+ string(12) "require_once"
024+ }
025+ }
026+
027+ Fatal error: main(): Failed opening required 'nonexistingfile.php' (include_path='.') in /usr/src/php-cvs/Zend/tests/bug28054.php on line 14
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/gd/tests/bug27582_2.phpt
========================================
========================================
---- EXPECTED OUTPUT
000000111111101010
111111111111111111
---- ACTUAL OUTPUT
000000111111101010
---- FAILED
========================================
========================================
002- 111111111111111111
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/iconv/tests/iconv_stream_filter.phpt
========================================
========================================
---- EXPECTED OUTPUT
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"
string(20) "a4b3a4f3a4cba4c1a4cf"
string(10) "69636f6e76"
string(2) "0a"
Warning: fread(): iconv stream filter ("ISO-2022-JP"=>"EUC-JP"): invalid multibyte sequence in %s on line %d
string(0) ""
string(0) ""
string(0) ""
---- ACTUAL OUTPUT
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"
string(20) "a4b3a4f3a4cba4c1a4cf"
string(10) "69636f6e76"
string(2) "0a"
string(20) "1b244f24332466245824"
string(10) "4e24421b28"
string(2) "4f"
---- FAILED
========================================
========================================
007+ string(20) "1b244f24332466245824"
008+ string(10) "4e24421b28"
009+ string(2) "4f"
007-
008- Warning: fread(): iconv stream filter ("ISO-2022-JP"=>"EUC-JP"): invalid multibyte sequence in %s on line %d
009- string(0) ""
010- string(0) ""
011- string(0) ""
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/mbstring/tests/htmlent.phpt
========================================
========================================
---- EXPECTED OUTPUT
HTML-ENTITIES>UTF-8>HTML-ENTITIES
test='&&;&@ABäöü€〈〉'
---- ACTUAL OUTPUT
---- FAILED
========================================
========================================
001+
001- HTML-ENTITIES>UTF-8>HTML-ENTITIES
002- test='&&;&@ABäöü€〈〉'
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/mbstring/tests/mb_output_handler_shift_jis.phpt
========================================
========================================
---- EXPECTED OUTPUT
string(73) " テスト用日本語文字列。このモジュールはPH
Pにマルチバイト関数を提供します。"
---- ACTUAL OUTPUT
---- FAILED
========================================
========================================
001+
001- string(73) " テスト用日本語文字列。このモジュールはPH
Pにマルチバイト関数を提供します。"
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/pdo/tests/sqlite/pdo_sqlite_oo_004.phpt
========================================
========================================
---- EXPECTED OUTPUT
array(3) {
["c1"]=>
string(10) "2002-01-02"
["c2"]=>
string(8) "12:49:00"
["c3"]=>
NULL
}
array(3) {
["c1"]=>
string(10) "2003-11-03"
["c2"]=>
string(8) "22:40:00"
["c3"]=>
NULL
}
array(3) {
["c1"]=>
string(10) "2003-11-05"
["c2"]=>
string(8) "08:15:00"
["c3"]=>
NULL
}
===Limit===
array(3) {
[0]=>
string(10) "2003-11-03"
[1]=>
string(8) "22:40:00"
[2]=>
NULL
}
===Done===
---- ACTUAL OUTPUT
array(3) {
["c1"]=>
string(10) "2002-01-02"
["c2"]=>
string(8) "12:49:00"
["c3"]=>
NULL
}
array(3) {
["c1"]=>
string(10) "2003-11-03"
["c2"]=>
string(8) "22:40:00"
["c3"]=>
NULL
}
array(3) {
["c1"]=>
string(10) "2003-11-05"
["c2"]=>
string(8) "08:15:00"
["c3"]=>
NULL
}
===Limit===
---- FAILED
========================================
========================================
026- array(3) {
027- [0]=>
028- string(10) "2003-11-03"
029- [1]=>
030- string(8) "22:40:00"
031- [2]=>
032- NULL
033- }
034- ===Done===
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/pdo/tests/sqlite/pdo_sqlite_oo_008.phpt
========================================
========================================
---- EXPECTED OUTPUT
class PDOTestObject {
public $c1 = '2002-01-02';
protected $c2 = '12:49:00';
private $c3 = 'hello';
private $p1 = 4;
private $p2 = 5;
private $p3 = 6;
}
class PDOTestObject {
public $c1 = '2003-11-03';
protected $c2 = '22:40:00';
private $c3 = 'out';
private $p1 = 4;
private $p2 = 5;
private $p3 = 6;
}
class PDOTestObject {
public $c1 = '2003-11-05';
protected $c2 = '08:15:00';
private $c3 = 'there';
private $p1 = 4;
private $p2 = 5;
private $p3 = 6;
}
===Limit===
class PDOTestObject {
public $c1 = '2003-11-03';
protected $c2 = '22:40:00';
private $c3 = 'out';
private $p1 = 4;
private $p2 = 5;
private $p3 = 6;
}
===Done===
---- ACTUAL OUTPUT
class PDOTestObject {
public $c1 = '2002-01-02';
protected $c2 = '12:49:00';
private $c3 = 'hello';
private $p1 = 4;
private $p2 = 5;
private $p3 = 6;
}
class PDOTestObject {
public $c1 = '2003-11-03';
protected $c2 = '22:40:00';
private $c3 = 'out';
private $p1 = 4;
private $p2 = 5;
private $p3 = 6;
}
class PDOTestObject {
public $c1 = '2003-11-05';
protected $c2 = '08:15:00';
private $c3 = 'there';
private $p1 = 4;
private $p2 = 5;
private $p3 = 6;
}
===Limit===
---- FAILED
========================================
========================================
026- class PDOTestObject {
027- public $c1 = '2003-11-03';
028- protected $c2 = '22:40:00';
029- private $c3 = 'out';
030- private $p1 = 4;
031- private $p2 = 5;
032- private $p3 = 6;
033- }
034- ===Done===
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/standard/tests/file/bug22414.phpt
========================================
========================================
---- EXPECTED OUTPUT
HELLO
Works
---- ACTUAL OUTPUT
HELLO
Does not work
---- FAILED
========================================
========================================
002+ Does not work
002- Works
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/standard/tests/file/userfilters.phpt
========================================
========================================
---- EXPECTED OUTPUT
params: testuserfilter
string(12) "HELLO THERE!"
---- ACTUAL OUTPUT
Fatal error: Class 'php_user_filter' not found in /usr/src/php-cvs/ext/standard/tests/file/userfilters.php on line 3
---- FAILED
========================================
========================================
001+ Fatal error: Class 'php_user_filter' not found in /usr/src/php-cvs/ext/standard/tests/file/userfilters.php on line 3
001- params: testuserfilter
002- string(12) "HELLO THERE!"
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/standard/tests/time/001.phpt (warn: system dependent)
========================================
========================================
---- EXPECTED OUTPUT
Passed: 100000
Failed: 0
---- ACTUAL OUTPUT
Passed: 99989
Failed: 11
013156: 1083348318 0.92803000 < 1083348318 0.92803000
023087: 1083348319 0.42804800 < 1083348319 0.42804800
028848: 1083348319 0.71458400 < 1083348319 0.71458400
034262: 1083348319 0.96806500 < 1083348319 0.96806500
048258: 1083348320 0.63458400 < 1083348320 0.63458400
055637: 1083348320 0.97810100 < 1083348320 0.97810100
063755: 1083348321 0.36458400 < 1083348321 0.36458400
068655: 1083348321 0.59811900 < 1083348321 0.59811900
079529: 1083348322 0.10458500 < 1083348322 0.10458500
086126: 1083348322 0.42458400 < 1083348322 0.42458400
092532: 1083348322 0.73815800 < 1083348322 0.73815800
---- FAILED
========================================
========================================
001+ Passed: 99989
002+ Failed: 11
001- Passed: 100000
002- Failed: 0
003+ 013156: 1083348318 0.92803000 < 1083348318 0.92803000
004+ 023087: 1083348319 0.42804800 < 1083348319 0.42804800
005+ 028848: 1083348319 0.71458400 < 1083348319 0.71458400
006+ 034262: 1083348319 0.96806500 < 1083348319 0.96806500
007+ 048258: 1083348320 0.63458400 < 1083348320 0.63458400
008+ 055637: 1083348320 0.97810100 < 1083348320 0.97810100
009+ 063755: 1083348321 0.36458400 < 1083348321 0.36458400
010+ 068655: 1083348321 0.59811900 < 1083348321 0.59811900
011+ 079529: 1083348322 0.10458500 < 1083348322 0.10458500
012+ 086126: 1083348322 0.42458400 < 1083348322 0.42458400
013+ 092532: 1083348322 0.73815800 < 1083348322 0.73815800
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/standard/tests/time/bug20382.phpt
========================================
========================================
---- EXPECTED OUTPUT
tStamp=Wednesday 2004-10-27 17:17:17 CEST
result=Monday 2004-11-01 00:00:00 CET
wanted=Monday 2004-11-01 00:00:00 CET
---- ACTUAL OUTPUT
tStamp=Wednesday 2004-10-27 17:17:17 CEST
result=Sunday 2004-10-31 23:00:00 CET
wanted=Monday 2004-11-01 00:00:00 CET
---- FAILED
========================================
========================================
002+ result=Sunday 2004-10-31 23:00:00 CET
002- result=Monday 2004-11-01 00:00:00 CET
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/wddx/tests/001.phpt
========================================
========================================
---- EXPECTED OUTPUT
array(11) {
["aNull"]=>
NULL
["aString"]=>
string(8) "a string"
["aNumber"]=>
float(-12.456)
["aDateTime"]=>
int(897625932)
["aDateTime2"]=>
int(329632332)
["aDateTime3"]=>
string(22) "2040-06-12T04:32:12+00"
["aBoolean"]=>
bool(true)
["anArray"]=>
array(2) {
[0]=>
int(10)
[1]=>
string(14) "second element"
}
["aBinary"]=>
string(11) "binary data"
["anObject"]=>
array(2) {
["s"]=>
string(8) "a string"
["n"]=>
float(-12.456)
}
["aRecordset"]=>
array(2) {
["NAME"]=>
array(2) {
[0]=>
string(8) "John Doe"
[1]=>
string(8) "Jane Doe"
}
["AGE"]=>
array(2) {
[0]=>
int(34)
[1]=>
int(31)
}
}
}
---- ACTUAL OUTPUT
array(11) {
["aNull"]=>
NULL
["aString"]=>
string(8) "a string"
["aNumber"]=>
float(-12.456)
["aDateTime"]=>
int(897625932)
["aDateTime2"]=>
int(329632332)
["aDateTime3"]=>
string(19) "2040-06-12T04:32:12"
["aBoolean"]=>
bool(true)
["anArray"]=>
array(2) {
[0]=>
int(10)
[1]=>
string(14) "second element"
}
["aBinary"]=>
string(11) "binary data"
["anObject"]=>
array(2) {
["s"]=>
string(8) "a string"
["n"]=>
float(-12.456)
}
["aRecordset"]=>
array(2) {
["NAME"]=>
array(2) {
[0]=>
string(8) "John Doe"
[1]=>
string(8) "Jane Doe"
}
["AGE"]=>
array(2) {
[0]=>
int(34)
[1]=>
int(31)
}
}
}
---- FAILED
========================================
========================================
013+ string(19) "2040-06-12T04:32:12"
013- string(22) "2040-06-12T04:32:12+00"
========================================
========================================
========================================
========================================
/usr/src/php-cvs/ext/xml/tests/bug26614.phpt
========================================
========================================
---- EXPECTED OUTPUT
CDATA
<DATA> at line 2, col 0 (byte 45)
</DATA> at line 9, col 0 (byte 90)
Comment
<DATA> at line 2, col 0 (byte 45)
</DATA> at line 9, col 0 (byte 90)
Text
<DATA> at line 2, col 0 (byte 45)
</DATA> at line 9, col 0 (byte 90)
---- ACTUAL OUTPUT
CDATA
<DATA> at line 2, col 6 (byte 9)
</DATA> at line 4, col 47 (byte 56)
Comment
<DATA> at line 2, col 6 (byte 9)
</DATA> at line 9, col 7 (byte 56)
Text
<DATA> at line 2, col 6 (byte 9)
</DATA> at line 9, col 10 (byte 56)
---- FAILED
========================================
========================================
002+ <DATA> at line 2, col 6 (byte 9)
003+ </DATA> at line 4, col 47 (byte 56)
002- <DATA> at line 2, col 0 (byte 45)
003- </DATA> at line 9, col 0 (byte 90)
005+ <DATA> at line 2, col 6 (byte 9)
006+ </DATA> at line 9, col 7 (byte 56)
005- <DATA> at line 2, col 0 (byte 45)
006- </DATA> at line 9, col 0 (byte 90)
008+ <DATA> at line 2, col 6 (byte 9)
009+ </DATA> at line 9, col 10 (byte 56)
008- <DATA> at line 2, col 0 (byte 45)
009- </DATA> at line 9, col 0 (byte 90)
========================================
========================================
========================================
========================================
BUILD ENVIRONMENT
========================================
========================================
OS:
Linux - Linux frodo 2.4.22-10mdk #1 Thu Sep 18 12:30:58 CEST 2003 i686
Automake:
automake (GNU automake) 1.7.6
Written by Tom Tromey <tromey@redhat.com>.
Copyright 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Autoconf:
Autoconf version 2.13
Bundled Libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)
System Libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)
Compiler:
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++
,ada,f77,objc,java,pascal --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
Bison:
bison (GNU Bison) 1.875
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Libraries:
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40022000)
libnsl.so.1 => /lib/libnsl.so.1 (0x4004f000)
libexslt.so.0 => /usr/lib/libexslt.so.0 (0x40064000)
libz.so.1 => /lib/libz.so.1 (0x40074000)
libm.so.6 => /lib/i686/libm.so.6 (0x40082000)
libpq.so.3 => /usr/lib/libpq.so.3 (0x400a5000)
libming.so.0 => /usr/lib/libming.so.0 (0x400bc000)
libmhash.so.2 => /usr/lib/libmhash.so.2 (0x400f4000)
libldap.so.2 => /usr/lib/libldap.so.2 (0x40114000)
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x40147000)
libdl.so.2 => /lib/libdl.so.2 (0x4015b000)
liblber.so.2 => /usr/lib/liblber.so.2 (0x4015e000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4016a000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x401be000)
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x402a2000)
libpng.so.3 => /usr/lib/libpng.so.3 (0x402b2000)
libdb-4.1.so => /usr/lib/libdb-4.1.so (0x402d8000)
libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x403a7000)
libcpdf.so.2 => /usr/lib/libcpdf.so.2 (0x403ae000)
libtiff.so.3 => /usr/lib/libtiff.so.3 (0x403d6000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4041c000)
libresolv.so.2 => /lib/libresolv.so.2 (0x4043b000)
libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x4044c000)
libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x4047e000)
libxslt.so.1 => /usr/lib/libxslt.so.1 (0x40580000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x405b0000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x406a8000)
libc.so.6 => /lib/i686/libc.so.6 (0x406f8000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
User's E-mail:
========================================
========================================
PHPINFO
========================================
========================================
phpinfo()
PHP Version => 5.0.0RC3-dev
System => Linux frodo 2.4.22-10mdk #1 Thu Sep 18 12:30:58 CEST 2003 i686
Build Date => Apr 25 2004 13:53:02
Configure Command => './configure' '--disable-maintainer-zts' '--enable-inline-optimization' '--with-apxs2=/usr/sbin/apxs2' '--with-config-files-path=/etc' '--enable-safe-mode' '--enable-memory-limit' '--enable-magic-quotes' '--enable-track-vars' '--with
-tsrm-pthreads' '--enable-versioning' '--enable-cli' '--enable-cgi' '--with-exec-dir=/usr/bin' '--with-pear' '--with-regex=php' '--with-gd' '--with-jpeg-dir' '--with-png-dir' '--with-tiff-dir' '--with-xpm-dir' '--with-freetype-dir' '--without-t1lib' '--wi
th-ttf' '--enable-gd-native-ttf' '--with-ming' '--disable-adt' '--enable-spl' '--enable-bcmath' '--enable-calendar' '--enable-debug' '--enable-dio' '--enable-exif' '--enable-filepro' '--enable-ftp' '--enable-mbstring=all' '--enable-mbstr-enc-trans' '--ena
ble-mbregex' '--with-libmbfl' '--disable-mime-magic' '--disable-overload' '--enable-pcntl' '--enable-shmop' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-ucd-snmp-hack' '--enable-yp' '!
--without-cyrus' '--with-db' '--enable-dba' '--without-db2' '--without-db3' '--with-db4' '--with-cdb' '--with-gdbm' '--without-ndbm' '--without-qdbm' '--without-dbm' '--with-inifile' '--with-flatfile' '--enable-dbase' '--enable-dbx' '--without-mysql' '--w
ith-mysqli=/usr/local/bin/mysql_config' '--with-pgsql' '--with-sqlite' '--with-cpdflib' '--without-crack' '--with-iconv' '--with-ldap' '--without-imap' '--without-imap-ssl' '--without-kerberos' '--with-mhash' '--without-mcrypt' '--without-readline' '--wit
hout-recode' '--without-snmp' '--with-openssl' '--without-pspell' '--with-zlib' '--with-zlib-dir' '--enable-xml' '--enable-wddx' '--with-simplexml' '--with-dom' '--with-xsl' '--with-simple-xml' '--enable-soap' '--enable-xslt' '--with-xslt-sablot' '--with-
sablot-js' '--enable-pdo' '--enable-date' '--enable-ffi' '--enable-vld' '--disable-xdebug' '--enable-util'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /home/marcus/php-cli.ini
PHP API => 20031224
PHP Extension => 20040412
Zend Extension => 220040412
Debug Build => yes
Thread Safety => disabled
IPv6 Support => enabled
Registered PHP Streams => php, file, http, ftp, compress.zlib, https, ftps
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, tls
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.0.0RC3-dev, Copyright (c) 1998-2004 Zend Technologies
________________________________________
_______________________________
Configuration
PHP Core
Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
allow_url_fopen => On => On
always_populate_raw_post_data => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
auto_append_file => no value => no value
auto_globals_jit => On => On
auto_prepend_file => /home/marcus/autoload.inc => /home/marcus/autoload.inc
browscap => no value => no value
default_charset => no value => no value
default_mimetype => text/html => text/html
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => On => On
display_startup_errors => On => On
doc_root => no value => no value
docref_ext => .html => .html
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => /home/marcus/php_error.log => /home/marcus/php_error.log
error_prepend_string => no value => no value
error_reporting => 4095 => 4095
expose_php => On => On
extension_dir => /usr/lib/php/extensions => /usr/lib/php/extensions
file_uploads => On => On
highlight.bg => #FFFFFF => #FFFFFF
highlight.comment => #FF9900 => #FF9900
highlight.default => #0000CC => #0000CC
highlight.html => #000000 => #000000
highlight.keyword => #006600 => #006600
highlight.string => #CC0000 => #CC0000
html_errors => Off => Off
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => Off
include_path => . => .
log_errors => On => On
log_errors_max_len => 4096 => 4096
magic_quotes_gpc => On => On
magic_quotes_runtime => On => On
magic_quotes_sybase => Off => Off
mail.force_extra_parameters => no value => no value
max_execution_time => 0 => 30
max_input_time => -1 => -1
memory_limit => 8M => 8M
open_basedir => no value => no value
output_buffering => 0 => no value
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 12 => 12
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 => no value => no value
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => me@localhost.com => me@localhost.com
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 => On => On
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 => Off => Off
zend.ze1_compatibility_mode => Off => Off
DateTime
date support => enabled
SPL
SPL support => enabled
Interfaces => RecursiveIterator, S ableIterator
Classes => ArrayObject, ArrayIterator, CachingIterator, CachingRecursiveIterator, DirectoryIterator, FilterIterator, LimitIterator, ParentIterator, RecursiveDirectoryIterator, RecursiveIteratorIterator, SimpleXMLIterator
SQLite
SQLite support => enabled
PECL Module version => 1.1-dev $Id: sqlite.c,v 1.142 2004/04/22 22:34:29 iliaa Exp $
SQLite Library => 2.8.11
SQLite Encoding => iso8859
Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0
SimpleXML
Simplexml support => enabled
Revision => $Revision: 1.138 $
Schema support => enabled
bcmath
BCMath support => enabled
calendar
Calendar support => enabled
cpdf
CPDF Support => enabled
Version => 2.02-r1-2
ctype
ctype functions => enabled
dba
DBA support => enabled
Supported handlers => gdbm cdb cdb_make db4 inifile flatfile
dbx
dbx support => enabled
dbx version => 1.1.0
supported databases => MySQL
ODBC
PostgreSQL
Microsoft SQL Server
FrontBase
Oracle 8 (oci8)
Sybase-CT
SQLite
Directive => Local Value => Master Value
dbx.colnames_case => unchanged => unchanged
dio
dio support => enabled
dom
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.6.2
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled
exif
EXIF Support => enabled
EXIF Version => 1.4 $Id: exif.c,v 1.162 2004/03/16 20:58:01 derick Exp $
Supported EXIF Version => 0220
Supported filetypes => JPEG,TIFF
ffi
ffi support => enabled
ftp
FTP support => enabled
gd
GD Support => enabled
GD Version => bundled (2.0.22 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.1.4
GIF Read Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XPM Support => enabled
XBM Support => enabled
iconv
iconv support => enabled
iconv implementation => glibc
iconv library version => 2.3.2
Directive => Local Value => Master Value
iconv.input_encoding => ISO-8859-1 => ISO-8859-1
iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
iconv.output_encoding => ISO-8859-15 => ISO-8859-15
ldap
LDAP Support => enabled
RCS Version => $Id: ldap.c,v 1.151 2004/04/06 23:14:06 iliaa Exp $
Total Links => 0/unlimited
API Version => 2004
Vendor Name => OpenLDAP
Vendor Version => 20122
libxml
libXML support => active
libXML Version => 2.6.2
libXML streams => enabled
mbstring
Multibyte Support => enabled
Multibyte string engine => libmbfl
Multibyte (japanese) regex support => enabled
Multibyte regex (oniguruma) version => 2.2.4
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Directive => Local Value => Master Value
mbstring.detect_order => no value => no value
mbstring.encoding_translation => Off => Off
mbstring.func_overload => 0 => 0
mbstring.http_input => pass => pass
mbstring.http_output => HTML-ENTITIES => HTML-ENTITIES
mbstring.internal_encoding => ISO-8859-1 => no value
mbstring.language => neutral => neutral
mbstring.substitute_character => no value => no value
mhash
MHASH support => Enabled
MHASH API Version => 20020524
ming
Ming SWF output library => enabled
Version => 0.2a
mysqli
MysqlI Support => enabled
Client API version => 4.1.2-alpha
MYSQLI_SOCKET => /tmp/mysql.sock
Directive => Local Value => Master Value
mysqli.default_host => no value => no value
mysqli.default_port => 3306 => 3306
mysqli.default_pw => no value => no value
mysqli.default_socket => no value => no value
mysqli.default_user => no value => no value
mysqli.max_links => Unlimited => Unlimited
mysqli.reconnect => Off => Off
openssl
OpenSSL support => enabled
OpenSSL Version => OpenSSL 0.9.7b 10 Apr 2003
pcntl
pcntl support => enabled
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 4.5 01-December-2003
pdo
PDO support => enabled
Supported databases => MySQL v4 PostgreSQL SQLite
SQLite Library => 2.8.11
SQLite Encoding => iso8859
pgsql
PostgreSQL Support => enabled
PostgreSQL(libpq) Version => 7.5devel
Multibyte character support => enabled
SSL support => disabled
Active Persistent Links => 0
Active Links => 0
Directive => Local Value => Master Value
pgsql.allow_persistent => On => On
pgsql.auto_reset_persistent => Off => Off
pgsql.ignore_notice => Off => Off
pgsql.log_notice => Off => Off
pgsql.max_links => Unlimited => Unlimited
pgsql.max_persistent => Unlimited => Unlimited
posix
Revision => $Revision: 1.60 $
session
Session Support => enabled
Registered save handlers => files user sqlite
Registered serializer handlers => php php_binary wddx
Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => On => On
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 4 => 4
session.hash_function => 0 => 0
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => 0 => 0
shmop
shmop support => enabled
soap
Soap Client => enabled
Soap Server => enabled
Directive => Local Value => Master Value
soap.wsdl_cache_dir => /tmp => /tmp
soap.wsdl_cache_enabled => 1 => 1
soap.wsdl_cache_ttl => 86400 => 86400
sockets
Sockets Support => enabled
standard
Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/sbin//sendmail -t -i
Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.83 => 90.83
date.sunset_zenith => 90.83 => 90.83
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,input=src,for
m=fakeentry => a=href,area=href,frame=src,input=src,for
m=fakeentry
user_agent => no value => no value
sysvmsg
sysvmsg support => enabled
Revision => $Revision: 1.16 $
tokenizer
Tokenizer Support => enabled
util
util support => enabled
vld
vld support => enabled
wddx
WDDX Support => enabled
WDDX Session Serializer => enabled
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.6.2
xsl
XSL => enabled
libxslt Version => 1.0.33
libxslt compiled against libxml Version => 2.5.11
EXSLT => enabled
libexslt Version => 1.0.33
yp
YP Support => enabled
zlib
ZLib Support => enabled
Compiled Version => 1.1.4
Linked Version => 1.1.4
Directive => Local Value => Master Value
zlib.output_compression => Off => Off
zlib.output_compression_level => -1 => -1
zlib.output_handler => ob_gzhandler,mb_output_handler,ob_iconv_
handler => ob_gzhandler,mb_output_handler,ob_iconv_
handler
Additional Modules
Module Name
dbase
filepro
sysvsem
sysvshm
Environment
Variable => Value
LESSKEY => /etc/.less
LC_PAPER => de_DE
LC_ADDRESS => de_DE
HOSTNAME => frodo
LC_MONETARY => de_DE
TEST_PHP_SRCDIR => /usr/src/php-cvs
SHELL => /bin/sh
TERM => cygwin
SAVEHIST => 3000
MAKEFLAGS =>
HISTSIZE => 3000
TMPDIR => /home/marcus/tmp
SSH_CLIENT => deleted
LC_NUMERIC => de_DE
X11HOME => /usr/X11R6
QTDIR => /usr/lib/qt3/
PHPRC => /home/marcus
SSH_TTY => deleted
USER => marcus
LS_COLORS =>
LC_TELEPHONE => de_DE
SCRIPT_FILENAME =>
EXIFLICDIR => /root
SSH_AUTH_SOCK => deleted
MAKELEVEL => 1
MFLAGS =>
PATH => /usr/local/kde/bin:/usr/local/lib/java/bin:/data/cust/acrobat/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/marcus/bin:/sbin/:/usr/sbin/:/usr/local/lib/java/ant/bin:/usr/local/lib/eclipse
MAIL => /var/mail/marcus
LC_MESSAGES => en_US
_ => /usr/src/php-cvs/sapi/cli/php
LC_COLLATE => en_US
SECURE_LEVEL => 2
LC_IDENTIFICATION => de_DE
PWD => /usr/src/php-cvs
INPUTRC => /etc/inputrc
JAVA_HOME => /usr/local/lib/java
LANG => en_US
TEST_PHP_EXECUTABLE => /usr/src/php-cvs/sapi/cli/php
REDIRECT_STATUS =>
LC_MEASUREMENT => de_DE
PATH_TRANSLATED =>
HOME => /home/marcus
SHLVL => 3
CONTENT_LENGTH =>
LANGUAGE => en_US:en
CFLAGS => -Wall -Wno-strict-aliasing -ggdb -Wall -prefer-pic
TMP => /home/marcus/tmp
LOGNAME => marcus
LESS => -MM
QUERY_STRING =>
CVS_RSH => ssh
LC_CTYPE => en_US
SSH_CONNECTION => 192.168.1.3 1070 192.168.1.5 22
CLASSPATH =>
REPORT_EXIT_STATUS => 1
LESSOPEN => |/usr/bin/lesspipe.sh %s
INFOPATH =>
CONTENT_TYPE =>
DISPLAY => localhost:10.0
CC => gcc
REQUEST_METHOD =>
LC_TIME => en_US
G_BROKEN_FILENAMES => 1
HISTFILE => /home/marcus/.zshhistory
LC_NAME => de_DE
PHP Variables
Variable => Value
_SERVER["LESSKEY"] => /etc/.less
_SERVER["LC_PAPER"] => de_DE
_SERVER["LC_ADDRESS"] => de_DE
_SERVER["HOSTNAME"] => frodo
_SERVER["LC_MONETARY"] => de_DE
_SERVER["TEST_PHP_SRCDIR"] => /usr/src/php-cvs
_SERVER["SHELL"] => /bin/sh
_SERVER["TERM"] => cygwin
_SERVER["SAVEHIST"] => 3000
_SERVER["MAKEFLAGS"] =>
_SERVER["HISTSIZE"] => 3000
_SERVER["TMPDIR"] => /home/marcus/tmp
_SERVER["SSH_CLIENT"] => deleted
_SERVER["LC_NUMERIC"] => de_DE
_SERVER["X11HOME"] => /usr/X11R6
_SERVER["QTDIR"] => /usr/lib/qt3/
_SERVER["PHPRC"] => /home/marcus
_SERVER["SSH_TTY"] => deleted
_SERVER["USER"] => marcus
_SERVER["LS_COLORS"] =>
_SERVER["LC_TELEPHONE"] => de_DE
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["EXIFLICDIR"] => /root
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["MAKELEVEL"] => 1
_SERVER["MFLAGS"] =>
_SERVER["PATH"] => /usr/local/kde/bin:/usr/local/lib/java/bin:/data/cust/acrobat/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/marcus/bin:/sbin/:/usr/sbin/:/usr/local/lib/java/ant/bin:/usr/local/lib/eclipse
_SERVER["MAIL"] => /var/mail/marcus
_SERVER["LC_MESSAGES"] => en_US
_SERVER["_"] => /usr/src/php-cvs/sapi/cli/php
_SERVER["LC_COLLATE"] => en_US
_SERVER["SECURE_LEVEL"] => 2
_SERVER["LC_IDENTIFICATION"] => de_DE
_SERVER["PWD"] => /usr/src/php-cvs
_SERVER["INPUTRC"] => /etc/inputrc
_SERVER["JAVA_HOME"] => /usr/local/lib/java
_SERVER["LANG"] => en_US
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/src/php-cvs/sapi/cli/php
_SERVER["REDIRECT_STATUS"] =>
_SERVER["LC_MEASUREMENT"] => de_DE
_SERVER["PATH_TRANSLATED"] =>
_SERVER["HOME"] => /home/marcus
_SERVER["SHLVL"] => 3
_SERVER["CONTENT_LENGTH"] =>
_SERVER["LANGUAGE"] => en_US:en
_SERVER["CFLAGS"] => -Wall -Wno-strict-aliasing -ggdb -Wall -prefer-pic
_SERVER["TMP"] => /home/marcus/tmp
_SERVER["LOGNAME"] => marcus
_SERVER["LESS"] => -MM
_SERVER["QUERY_STRING"] =>
_SERVER["CVS_RSH"] => ssh
_SERVER["LC_CTYPE"] => en_US
_SERVER["SSH_CONNECTION"] => 192.168.1.3 1070 192.168.1.5 22
_SERVER["CLASSPATH"] =>
_SERVER["REPORT_EXIT_STATUS"] => 1
_SERVER["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_SERVER["INFOPATH"] =>
_SERVER["CONTENT_TYPE"] =>
_SERVER["DISPLAY"] => localhost:10.0
_SERVER["CC"] => gcc
_SERVER["REQUEST_METHOD"] =>
_SERVER["LC_TIME"] => en_US
_SERVER["G_BROKEN_FILENAMES"] => 1
_SERVER["HISTFILE"] => /home/marcus/.zshhistory
_SERVER["LC_NAME"] => de_DE
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
_ENV["LESSKEY"] => /etc/.less
_ENV["LC_PAPER"] => de_DE
_ENV["LC_ADDRESS"] => de_DE
_ENV["HOSTNAME"] => frodo
_ENV["LC_MONETARY"] => de_DE
_ENV["TEST_PHP_SRCDIR"] => /usr/src/php-cvs
_ENV["SHELL"] => /bin/sh
_ENV["TERM"] => cygwin
_ENV["SAVEHIST"] => 3000
_ENV["MAKEFLAGS"] =>
_ENV["HISTSIZE"] => 3000
_ENV["TMPDIR"] => /home/marcus/tmp
_ENV["SSH_CLIENT"] => deleted
_ENV["LC_NUMERIC"] => de_DE
_ENV["X11HOME"] => /usr/X11R6
_ENV["QTDIR"] => /usr/lib/qt3/
_ENV["PHPRC"] => /home/marcus
_ENV["SSH_TTY"] => deleted
_ENV["USER"] => marcus
_ENV["LS_COLORS"] =>
_ENV["LC_TELEPHONE"] => de_DE
_ENV["SCRIPT_FILENAME"] =>
_ENV["EXIFLICDIR"] => /root
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["MAKELEVEL"] => 1
_ENV["MFLAGS"] =>
_ENV["PATH"] => /usr/local/kde/bin:/usr/local/lib/java/bin:/data/cust/acrobat/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/marcus/bin:/sbin/:/usr/sbin/:/usr/local/lib/java/ant/bin:/usr/local/lib/eclipse
_ENV["MAIL"] => /var/mail/marcus
_ENV["LC_MESSAGES"] => en_US
_ENV["_"] => /usr/src/php-cvs/sapi/cli/php
_ENV["LC_COLLATE"] => en_US
_ENV["SECURE_LEVEL"] => 2
_ENV["LC_IDENTIFICATION"] => de_DE
_ENV["PWD"] => /usr/src/php-cvs
_ENV["INPUTRC"] => /etc/inputrc
_ENV["JAVA_HOME"] => /usr/local/lib/java
_ENV["LANG"] => en_US
_ENV["TEST_PHP_EXECUTABLE"] => /usr/src/php-cvs/sapi/cli/php
_ENV["REDIRECT_STATUS"] =>
_ENV["LC_MEASUREMENT"] => de_DE
_ENV["PATH_TRANSLATED"] =>
_ENV["HOME"] => /home/marcus
_ENV["SHLVL"] => 3
_ENV["CONTENT_LENGTH"] =>
_ENV["LANGUAGE"] => en_US:en
_ENV["CFLAGS"] => -Wall -Wno-strict-aliasing -ggdb -Wall -prefer-pic
_ENV["TMP"] => /home/marcus/tmp
_ENV["LOGNAME"] => marcus
_ENV["LESS"] => -MM
_ENV["QUERY_STRING"] =>
_ENV["CVS_RSH"] => ssh
_ENV["LC_CTYPE"] => en_US
_ENV["SSH_CONNECTION"] => 192.168.1.3 1070 192.168.1.5 22
_ENV["CLASSPATH"] =>
_ENV["REPORT_EXIT_STATUS"] => 1
_ENV["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_ENV["INFOPATH"] =>
_ENV["CONTENT_TYPE"] =>
_ENV["DISPLAY"] => localhost:10.0
_ENV["CC"] => gcc
_ENV["REQUEST_METHOD"] =>
_ENV["LC_TIME"] => en_US
_ENV["G_BROKEN_FILENAMES"] => 1
_ENV["HISTFILE"] => /home/marcus/.zshhistory
_ENV["LC_NAME"] => de_DE
PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file: LICENSE
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact license@php.net.
|