For Programmers: Free Programming Magazines  


Home > Archive > PHP Questions and Answers > May 2004 > Test results for 5.0.0RC2 [failed]









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

 

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

2004-05-04, 11:33 pm


========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
Bug #27582 (Filling to border an area using tiles). [ext/gd/tests/bug27582_2.phpt]
Gettext basic test [ext/gettext/tests/gettext_basic.phpt]
HTML input/output [ext/mbstring/tests/htmlent.phpt]
mb_output_handler() (Shift_JIS) [ext/mbstring/tests/mb_output_handler_shift_jis.phpt]
OpenSSL private key functions [ext/openssl/tests/001.phpt]
openssl: get public key from generated private key [ext/openssl/tests/bug25614.phpt]
Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt]
Accessing the error buffer via $obj->error_buf... [ext/tidy/tests/008.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 : 32
Exts tested : 51
---------------------------------------------------------------------

Number of tests : 1184 912
Tests skipped : 272 ( 23.0%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 14 ( 1.2%) ( 1.5%)
Tests passed : 898 ( 75.8%) ( 98.5%)
---------------------------------------------------------------------
Time taken : 435 seconds
========================================
=============================

========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
Bug #27582 (Filling to border an area using tiles). [ext/gd/tests/bug27582_2.phpt]
Gettext basic test [ext/gettext/tests/gettext_basic.phpt]
HTML input/output [ext/mbstring/tests/htmlent.phpt]
mb_output_handler() (Shift_JIS) [ext/mbstring/tests/mb_output_handler_shift_jis.phpt]
OpenSSL private key functions [ext/openssl/tests/001.phpt]
openssl: get public key from generated private key [ext/openssl/tests/bug25614.phpt]
Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt]
Accessing the error buffer via $obj->error_buf... [ext/tidy/tests/008.phpt]
wddx deserialization test [ext/wddx/tests/001.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
========================================
=============================


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

/usr/ports/lang/php5/work/php-5.0.0RC2/tests/func/008.phpt
========================================
========================================


---- EXPECTED OUTPUT
'foo1'

'foo2'
---- ACTUAL OUTPUT

---- FAILED

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

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




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

/usr/ports/lang/php5/work/php-5.0.0RC2/tests/lang/bug22367.phpt
========================================
========================================


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

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

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

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

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

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

Notice: Undefined offset: 5 in /usr/ports/lang/php5/work/php-5.0.0RC2/tests/lang/bug22367.php on line 9

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

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

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

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




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

/usr/ports/lang/php5/work/php-5.0.0RC2/Zend/tests/bug22836.phpt
========================================
========================================


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0RC2/Zend/tests/bug22836.php on line 7

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

Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0RC2/Zend/tests/bug22836.php on line 7

Strict Standards: Only variable references should be returned by reference in /usr/ports/lang/php5/work/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
---- FAILED

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

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




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

/usr/ports/lang/php5/work/php-5.0.0RC2/ext/gd/tests/bug27582_2.phpt
========================================
========================================


---- EXPECTED OUTPUT
000000111111101010
111111111111111111
---- ACTUAL OUTPUT
000000111111101010
Segmentation fault (core dumped)
---- FAILED

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

002+ Segmentation fault (core dumped)
002- 111111111111111111
========================================
========================================




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

/usr/ports/lang/php5/work/php-5.0.0RC2/ext/gettext/tests/gettext_basic.phpt
========================================
========================================


---- EXPECTED OUTPUT
Perustesti
Perustesti
---- ACTUAL OUTPUT
Basic test
Basic test
---- FAILED

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

001+ Basic test
002+ Basic test
001- Perustesti
002- Perustesti
========================================
========================================




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

/usr/ports/lang/php5/work/php-5.0.0RC2/ext/mbstring/tests/htmlent.phpt
========================================
========================================


---- EXPECTED OUTPUT
HTML-ENTITIES>UTF-8>HTML-ENTITIES
test='&&;&@AB€‚äöü€⟨⟩'
---- ACTUAL OUTPUT
Segmentation fault (core dumped)
---- FAILED

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

001+ Segmentation fault (core dumped)
001- HTML-ENTITIES>UTF-8>HTML-ENTITIES
002- test='&&;&@AB€‚äöü€⟨⟩'
========================================
========================================




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

/usr/ports/lang/php5/work/php-5.0.0RC2/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/ports/lang/php5/work/php-5.0.0RC2/ext/openssl/tests/001.phpt
========================================
========================================


---- EXPECTED OUTPUT
Creating private key
Export key to file
Load key from file - array syntax
Load key using direct syntax
Load key manually and use string syntax
OK!
---- ACTUAL OUTPUT
Creating private key
failed to create private key
---- FAILED

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

002+ failed to create private key
002- Export key to file
003- Load key from file - array syntax
004- Load key using direct syntax
005- Load key manually and use string syntax
006- OK!
========================================
========================================




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

/usr/ports/lang/php5/work/php-5.0.0RC2/ext/openssl/tests/bug25614.phpt
========================================
========================================


---- EXPECTED OUTPUT
Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s
---- ACTUAL OUTPUT

---- FAILED

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

001+
001- Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s
========================================
========================================




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

/usr/ports/lang/php5/work/php-5.0.0RC2/ext/standard/tests/time/bug20382.phpt
========================================
========================================


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

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

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




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

/usr/ports/lang/php5/work/php-5.0.0RC2/ext/standard/tests/time/bug27780.phpt
========================================
========================================


---- EXPECTED OUTPUT
America/Chicago
1076824799 [2004-02-14 23:59:59 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076824800 [2004-02-15 00:00:00 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076824801 [2004-02-15 00:00:01 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079503200 [2004-03-17 00:00:00 CST] [2004-04-07 00:00:00 -21 days]
1080367200 [2004-03-27 00:00:00 CST] [2004-04-07 00:00:00 11 days ago]
1080460800 [2004-03-28 02:00:00 CST] [2004-04-07 00:00:00 -10 day +2 hours]
1081227600 [2004-04-06 00:00:00 CDT] [2004-04-07 00:00:00 -1 day]
1081314000 [2004-04-07 00:00:00 CDT] [2004-04-07 00:00:00]
1081317600 [2004-04-07 01:00:00 CDT] [2004-04-07 00:00:00 +1 hour]
1081321200 [2004-04-07 02:00:00 CDT] [2004-04-07 00:00:00 +2 hour]
1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 +1 day]
1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 1 day]
1083128400 [2004-04-28 00:00:00 CDT] [2004-04-07 00:00:00 +21 days]

Europe/Amsterdam
1076799599 [2004-02-14 23:59:59 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076799600 [2004-02-15 00:00:00 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076799601 [2004-02-15 00:00:01 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079478000 [2004-03-17 00:00:00 CET] [2004-04-07 00:00:00 -21 days]
1080342000 [2004-03-27 00:00:00 CET] [2004-04-07 00:00:00 11 days ago]
1080435600 [2004-03-28 03:00:00 CEST] [2004-04-07 00:00:00 -10 day +2 hours]
1081202400 [2004-04-06 00:00:00 CEST] [2004-04-07 00:00:00 -1 day]
1081288800 [2004-04-07 00:00:00 CEST] [2004-04-07 00:00:00]
1081292400 [2004-04-07 01:00:00 CEST] [2004-04-07 00:00:00 +1 hour]
1081296000 [2004-04-07 02:00:00 CEST] [2004-04-07 00:00:00 +2 hour]
1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 +1 day]
1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 1 day]
1083103200 [2004-04-28 00:00:00 CEST] [2004-04-07 00:00:00 +21 days]

Asia/Jerusalem
1076795999 [2004-02-14 23:59:59 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076796000 [2004-02-15 00:00:00 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076796001 [2004-02-15 00:00:01 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079474400 [2004-03-17 00:00:00 IST] [2004-04-07 00:00:00 -21 days]
1080338400 [2004-03-27 00:00:00 IST] [2004-04-07 00:00:00 11 days ago]
1080432000 [2004-03-28 02:00:00 IST] [2004-04-07 00:00:00 -10 day +2 hours]
1081202400 [2004-04-06 00:00:00 IST] [2004-04-07 00:00:00 -1 day]
1081288800 [2004-04-07 00:00:00 IST] [2004-04-07 00:00:00]
1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +1 hour]
1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +2 hour]
1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 +1 day]
1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 1 day]
1083099600 [2004-04-28 00:00:00 IDT] [2004-04-07 00:00:00 +21 days]

Asia/Singapore
1076774399 [2004-02-14 23:59:59 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076774400 [2004-02-15 00:00:00 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076774401 [2004-02-15 00:00:01 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079452800 [2004-03-17 00:00:00 SGT] [2004-04-07 00:00:00 -21 days]
1080316800 [2004-03-27 00:00:00 SGT] [2004-04-07 00:00:00 11 days ago]
1080410400 [2004-03-28 02:00:00 SGT] [2004-04-07 00:00:00 -10 day +2 hours]
1081180800 [2004-04-06 00:00:00 SGT] [2004-04-07 00:00:00 -1 day]
1081267200 [2004-04-07 00:00:00 SGT] [2004-04-07 00:00:00]
1081270800 [2004-04-07 01:00:00 SGT] [2004-04-07 00:00:00 +1 hour]
1081274400 [2004-04-07 02:00:00 SGT] [2004-04-07 00:00:00 +2 hour]
1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 +1 day]
1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 1 day]
1083081600 [2004-04-28 00:00:00 SGT] [2004-04-07 00:00:00 +21 days]

America/Sao_Paulo
1076810399 [2004-02-14 23:59:59 BRST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076810400 [2004-02-14 23:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076810401 [2004-02-14 23:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079492400 [2004-03-17 00:00:00 BRT] [2004-04-07 00:00:00 -21 days]
1080356400 [2004-03-27 00:00:00 BRT] [2004-04-07 00:00:00 11 days ago]
1080450000 [2004-03-28 02:00:00 BRT] [2004-04-07 00:00:00 -10 day +2 hours]
1081220400 [2004-04-06 00:00:00 BRT] [2004-04-07 00:00:00 -1 day]
1081306800 [2004-04-07 00:00:00 BRT] [2004-04-07 00:00:00]
1081310400 [2004-04-07 01:00:00 BRT] [2004-04-07 00:00:00 +1 hour]
1081314000 [2004-04-07 02:00:00 BRT] [2004-04-07 00:00:00 +2 hour]
1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 +1 day]
1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 1 day]
1083121200 [2004-04-28 00:00:00 BRT] [2004-04-07 00:00:00 +21 days]
---- ACTUAL OUTPUT
America/Chicago
1076824799 [2004-02-14 23:59:59 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076824800 [2004-02-15 00:00:00 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076824801 [2004-02-15 00:00:01 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079503200 [2004-03-17 00:00:00 CST] [2004-04-07 00:00:00 -21 days]
1080367200 [2004-03-27 00:00:00 CST] [2004-04-07 00:00:00 11 days ago]
1080460800 [2004-03-28 02:00:00 CST] [2004-04-07 00:00:00 -10 day +2 hours]
1081227600 [2004-04-06 00:00:00 CDT] [2004-04-07 00:00:00 -1 day]
1081314000 [2004-04-07 00:00:00 CDT] [2004-04-07 00:00:00]
1081317600 [2004-04-07 01:00:00 CDT] [2004-04-07 00:00:00 +1 hour]
1081321200 [2004-04-07 02:00:00 CDT] [2004-04-07 00:00:00 +2 hour]
1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 +1 day]
1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 1 day]
1083128400 [2004-04-28 00:00:00 CDT] [2004-04-07 00:00:00 +21 days]

Europe/Amsterdam
1076799599 [2004-02-14 23:59:59 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076799600 [2004-02-15 00:00:00 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076799601 [2004-02-15 00:00:01 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079478000 [2004-03-17 00:00:00 CET] [2004-04-07 00:00:00 -21 days]
1080342000 [2004-03-27 00:00:00 CET] [2004-04-07 00:00:00 11 days ago]
-1 [1970-01-01 00:59:59 CET] [2004-04-07 00:00:00 -10 day +2 hours]
1081202400 [2004-04-06 00:00:00 CEST] [2004-04-07 00:00:00 -1 day]
1081288800 [2004-04-07 00:00:00 CEST] [2004-04-07 00:00:00]
1081292400 [2004-04-07 01:00:00 CEST] [2004-04-07 00:00:00 +1 hour]
1081296000 [2004-04-07 02:00:00 CEST] [2004-04-07 00:00:00 +2 hour]
1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 +1 day]
1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 1 day]
1083103200 [2004-04-28 00:00:00 CEST] [2004-04-07 00:00:00 +21 days]

Asia/Jerusalem
1076795999 [2004-02-14 23:59:59 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076796000 [2004-02-15 00:00:00 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076796001 [2004-02-15 00:00:01 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079474400 [2004-03-17 00:00:00 IST] [2004-04-07 00:00:00 -21 days]
1080338400 [2004-03-27 00:00:00 IST] [2004-04-07 00:00:00 11 days ago]
1080432000 [2004-03-28 02:00:00 IST] [2004-04-07 00:00:00 -10 day +2 hours]
1081202400 [2004-04-06 00:00:00 IST] [2004-04-07 00:00:00 -1 day]
1081288800 [2004-04-07 00:00:00 IST] [2004-04-07 00:00:00]
-1 [1970-01-01 01:59:59 IST] [2004-04-07 00:00:00 +1 hour]
1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +2 hour]
1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 +1 day]
1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 1 day]
1083099600 [2004-04-28 00:00:00 IDT] [2004-04-07 00:00:00 +21 days]

Asia/Singapore
1076774399 [2004-02-14 23:59:59 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076774400 [2004-02-15 00:00:00 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076774401 [2004-02-15 00:00:01 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079452800 [2004-03-17 00:00:00 SGT] [2004-04-07 00:00:00 -21 days]
1080316800 [2004-03-27 00:00:00 SGT] [2004-04-07 00:00:00 11 days ago]
1080410400 [2004-03-28 02:00:00 SGT] [2004-04-07 00:00:00 -10 day +2 hours]
1081180800 [2004-04-06 00:00:00 SGT] [2004-04-07 00:00:00 -1 day]
1081267200 [2004-04-07 00:00:00 SGT] [2004-04-07 00:00:00]
1081270800 [2004-04-07 01:00:00 SGT] [2004-04-07 00:00:00 +1 hour]
1081274400 [2004-04-07 02:00:00 SGT] [2004-04-07 00:00:00 +2 hour]
1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 +1 day]
1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 1 day]
1083081600 [2004-04-28 00:00:00 SGT] [2004-04-07 00:00:00 +21 days]

America/Sao_Paulo
1076813999 [2004-02-14 23:59:59 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076814000 [2004-02-15 00:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076814001 [2004-02-15 00:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079492400 [2004-03-17 00:00:00 BRT] [2004-04-07 00:00:00 -21 days]
1080356400 [2004-03-27 00:00:00 BRT] [2004-04-07 00:00:00 11 days ago]
1080450000 [2004-03-28 02:00:00 BRT] [2004-04-07 00:00:00 -10 day +2 hours]
1081220400 [2004-04-06 00:00:00 BRT] [2004-04-07 00:00:00 -1 day]
1081306800 [2004-04-07 00:00:00 BRT] [2004-04-07 00:00:00]
1081310400 [2004-04-07 01:00:00 BRT] [2004-04-07 00:00:00 +1 hour]
1081314000 [2004-04-07 02:00:00 BRT] [2004-04-07 00:00:00 +2 hour]
1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 +1 day]
1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 1 day]
1083121200 [2004-04-28 00:00:00 BRT] [2004-04-07 00:00:00 +21 days]
---- FAILED

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

022+ -1 [1970-01-01 00:59:59 CET] [2004-04-07 00:00:00 -10 day +2 hours]
022- 1080435600 [2004-03-28 03:00:00 CEST] [2004-04-07 00:00:00 -10 day +2 hours]
040+ -1 [1970-01-01 01:59:59 IST] [2004-04-07 00:00:00 +1 hour]
040- 1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +1 hour]
062+ 1076813999 [2004-02-14 23:59:59 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
063+ 1076814000 [2004-02-15 00:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
064+ 1076814001 [2004-02-15 00:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
062- 1076810399 [2004-02-14 23:59:59 BRST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
063- 1076810400 [2004-02-14 23:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
064- 1076810401 [2004-02-14 23:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
========================================
========================================




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

/usr/ports/lang/php5/work/php-5.0.0RC2/ext/tidy/tests/008.phpt
========================================
========================================


---- EXPECTED OUTPUT
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 1 column 7 - Error: <asd> is not recognized!
line 1 column 7 - Warning: discarding unexpected <asd>
line 1 column 17 - Warning: discarding unexpected </html>
line 1 column 7 - Warning: inserting missing 'title' element
---- ACTUAL OUTPUT
Notice: Undefined property: tidy::$error_buf in /usr/ports/lang/php5/work/php-5.0.0RC2/ext/tidy/tests/008.php on line 4
---- FAILED

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

001+ Notice: Undefined property: tidy::$error_buf in /usr/ports/lang/php5/work/php-5.0.0RC2/ext/tidy/tests/008.php on line 4
001- line 1 column 1 - Warning: missing <!DOCTYPE> declaration
002- line 1 column 7 - Error: <asd> is not recognized!
003- line 1 column 7 - Warning: discarding unexpected <asd>
004- line 1 column 17 - Warning: discarding unexpected </html>
005- line 1 column 7 - Warning: inserting missing 'title' element
========================================
========================================




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

/usr/ports/lang/php5/work/php-5.0.0RC2/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/ports/lang/php5/work/php-5.0.0RC2/ext/xml/tests/bug26614.phpt
========================================
========================================


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

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

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





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

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

OS:
FreeBSD - FreeBSD cain01 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sat Feb 28 14:51:16 CST 2004 root@cain01:/usr/obj/usr/src/sys/CAIN-01 i386

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

Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

System Libtool:

Compiler:
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.3 [FreeBSD] 20031106

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

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Libraries:
/usr/ports/lang/php5/work/php-5.0.0RC2/sapi/cli/php:
libcrypto.so.3 => /usr/local/lib/libcrypto.so.3 (0x284eb000)
libssl.so.3 => /usr/local/lib/libssl.so.3 (0x285f1000)
libcrypt.so.2 => /lib/libcrypt.so.2 (0x28622000)
libc-client4.so.8 => /usr/local/lib/libc-client4.so.8 (0x2863b000)
libexslt.so.8 => /usr/local/lib/libexslt.so.8 (0x286f2000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28701000)
libexpat.so.5 => /usr/local/lib/libexpat.so.5 (0x287f0000)
libtidy-0.99.so.0 => /usr/local/lib/libtidy-0.99.so.0 (0x28810000)
libhistory.so.4 => /usr/lib/libhistory.so.4 (0x2885a000)
libreadline.so.4 => /lib/libreadline.so.4 (0x28861000)
libncurses.so.5 => /lib/libncurses.so.5 (0x2888f000)
libpspell.so.15 => /usr/local/lib/libpspell.so.15 (0x288cf000)
libpq.so.3 => /usr/local/lib/libpq.so.3 (0x288d1000)
libpdf.so.6 => /usr/local/lib/libpdf.so.6 (0x288ec000)
libz.so.2 => /lib/libz.so.2 (0x289af000)
libpng.so.5 => /usr/local/lib/libpng.so.5 (0x289bd000)
libjpeg.so.9 => /usr/local/lib/libjpeg.so.9 (0x289e2000)
libpanel.so.2 => /usr/lib/libpanel.so.2 (0x289ff000)
libmysqlclient.so.12 => /usr/local/lib/mysql/libmysqlclient.so.12 (0x28a03000)
libmhash.so.2 => /usr/local/lib/libmhash.so.2 (0x28a26000)
libmcve.so.3 => /usr/local/lib/libmcve.so.3 (0x28a44000)
libmcrypt.so.8 => /usr/local/lib/libmcrypt.so.8 (0x28a52000)
libltdl.so.4 => /usr/local/lib/libltdl.so.4 (0x28a86000)
libldap.so.2 => /usr/local/lib/libldap.so.2 (0x28a8e000)
liblber.so.2 => /usr/local/lib/liblber.so.2 (0x28abd000)
libpam.so.2 => /usr/lib/libpam.so.2 (0x28aca000)
libintl.so.6 => /usr/local/lib/libintl.so.6 (0x28ad1000)
libt1.so.5 => /usr/local/lib/libt1.so.5 (0x28ada000)
libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x28b2a000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28b94000)
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x28c5a000)
libdb41.so.1 => /usr/local/lib/libdb41.so.1 (0x28c68000)
libgdbm.so.3 => /usr/local/lib/libgdbm.so.3 (0x28d18000)
libcurl.so.2 => /usr/local/lib/libcurl.so.2 (0x28d1e000)
libbz2.so.1 => /usr/lib/libbz2.so.1 (0x28d49000)
libm.so.2 => /lib/libm.so.2 (0x28d58000)
libxml2.so.5 => /usr/local/lib/libxml2.so.5 (0x28d71000)
libnetsnmp.so.6 => /usr/local/lib/libnetsnmp.so.6 (0x28e67000)
libkvm.so.2 => /lib/libkvm.so.2 (0x28eef000)
libdevstat.so.4 => /lib/libdevstat.so.4 (0x28ef5000)
libxslt.so.2 => /usr/local/lib/libxslt.so.2 (0x28efa000)
libc.so.5 => /lib/libc.so.5 (0x28f29000)
libaspell.so.15 => /usr/local/lib/libaspell.so.15 (0x29003000)
libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x2909d000)
libssl.so.3 => /usr/lib/libssl.so.3 (0x29159000)
libcrypto.so.3 => /lib/libcrypto.so.3 (0x2918b000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x29299000)


User's E-mail:


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

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

phpinfo()
PHP Version => 5.0.0RC2

System => FreeBSD cain01 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sat Feb 28 14:51:16 CST 2004 root@cain01:/usr/obj/usr/src/sys/CAIN-01 i386
Build Date => May 4 2004 19:42:34
Configure Command => './configure' '--enable-versioning' '--enable-memory-limit' '--with-layout=GNU' '--disable-all' '--with-regex=php' '--with-pear' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--with-cdb' '--with-crack=/usr/local' '--enable
-ctype' '--with-curl=/usr/local' '--with-db4=/usr/local' '--enable-dba' '--enable-dbase' '--enable-dbx' '--enable-dio' '--enable-dom' '--enable-exif' '--enable-ftp' '--with-gd' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-freetype-dir=/usr/loca
l' '--with-t1lib=/usr/local' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-xpm-dir=/usr/X11R6' '--enable-gd-lzw-gif' '--with-gdbm=/usr/local' '--with-gettext=/usr/local' '--with-iconv-dir=/usr/local' '--with-iconv=/usr/local' '--with-in
ifile' '--enable-mbstring' '--with-mcve=/usr/local' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local' '--with-mysql=/usr/local' '--with-ldap=/usr/local' '--with-openssl-dir=/usr/local' '--with-openssl=/usr/local' '--enabl!
e-pcntl' '--with-pcre-regex' '--with-pdflib=/usr/local' '--enable-posix' '--with-pgsql=/usr/local' '--with-pspell=/usr/local' '--with-readline' '--enable-session' '--enable-shmop' '--enable-simplexml' '--enable-soap' '--enable-sockets' '--enable-spl' '--w
ith-sqlite' '--enable-sysvsem' '--enable-sysvshm' '--with-tidy=/usr/local' '--enable-tokenizer' '--enable-wddx' '--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-xml' '--with-xmlrpc' '--with-expat-dir=/usr/local' '--with-xsl=/usr/local' '--enable
-yp' '--with-zlib-dir=/usr' '--with-zlib' '--with-apxs=/usr/local/sbin/apxs' '--with-imap=/usr/local' '--with-imap-ssl=/usr/local' '--with-ncurses=/usr' '--with-snmp=/usr/local' '--enable-ucd-snmp-hack' '--prefix=/usr/local' 'i386-portbld-freebsd5.2.1'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/etc/php.ini
PHP API => 20031224
PHP Extension => 20040412
Zend Extension => 220040412
Debug Build => no
Thread Safety => disabled
IPv6 Support => enabled
Registered PHP Streams => php, file, http, ftp, compress.bzip2, 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.0RC2, Copyright (c) 1998-2004 Zend Technologies


________________________________________
_______________________________


Configuration

PHP Core

Directive => Local Value => Master Value
allow_call_time_pass_reference => Off => Off
allow_url_fopen => 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 => Off => Off
display_startup_errors => On => On
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 => /var/log/php.log => /var/log/php.log
error_prepend_string => no value => no value
error_reporting => 2047 => 2047
expose_php => On => On
extension_dir => ./ => ./
file_uploads => On => On
highlight.bg => #FFFFFF => #FFFFFF
highlight.comment => #FF8000 => #FF8000
highlight.default => #0000BB => #0000BB
highlight.html => #000000 => #000000
highlight.keyword => #007700 => #007700
highlight.string => #DD0000 => #DD0000
html_errors => Off => On
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => Off
include_path => .:/usr/local/share/pear => .:/usr/local/share/pear
log_errors => On => On
log_errors_max_len => 4096 => 4096
magic_quotes_gpc => Off => Off
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
mail.force_extra_parameters => no value => no value
max_execution_time => 0 => 30
max_input_time => 60 => 60
memory_limit => 8M => 8M
open_basedir => no value => no value
output_buffering => 0 => 4096
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
register_argc_argv => On => Off
register_globals => Off => Off
register_long_arrays => Off => Off
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 => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
serialize_precision => 100 => 100
short_open_tag => Off => Off
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 => GPCS => GPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.ze1_compatibility_mode => Off => Off

SQLite

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

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

SimpleXML

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

bcmath

BCMath support => enabled

bz2

BZip2 Support => Enabled
BZip2 Version => 1.0.2, 30-Dec-2001

calendar

Calendar support => enabled

ctype

ctype functions => enabled

curl

CURL support => enabled
CURL Information => libcurl/7.11.0 OpenSSL/0.9.7d zlib/1.1.4

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 => lowercase => lowercase

dio

dio support => enabled

dom

DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.6.6
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

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.5
T1Lib Support => enabled
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XPM Support => enabled
XBM Support => enabled
JIS-mapped Japanese Font Support => enabled

gettext

GetText Support => enabled

iconv

iconv support => enabled
iconv implementation => libiconv
iconv library version => 1.9

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

imap

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

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 => 20125

libxml

libXML support => active
libXML Version => 2.6.6
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 => pass => pass
mbstring.internal_encoding => ISO-8859-1 => no value
mbstring.language => neutral => neutral
mbstring.substitute_character => no value => no value

mcrypt

mcrypt support => enabled
Version => 2.5.7
Api No => 20021217
Supported ciphers => cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream

Directive => Local Value => Master Value
mcrypt.algorithms_dir => no value => no value
mcrypt.modes_dir => no value => no value

mcve

mcve support => enabled
version => 3.2

mhash

MHASH support => Enabled
MHASH API Version => 20020524

mysql

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

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

ncurses

ncurses support => enabled
ncurses library version => 5.2
color support => yes

openssl

OpenSSL support => enabled
OpenSSL Version => OpenSSL 0.9.7d 17 Mar 2004

pcntl

pcntl support => enabled

pcre

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

pdf

PDF Support => enabled
PDFlib GmbH Version => 5.0.3
Revision => $Revision: 1.130 $

pgsql

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

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

posix

Revision => $Revision: 1.60 $

pspell

PSpell Support => enabled

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 => Off => Off
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 => 1000 => 1000
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 5 => 5
session.hash_function => 0 => 0
session.name => PSSID => PSSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp/PHP => /tmp/PHP
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

snmp

NET-SNMP Support => enabled
NET-SNMP Version => 5.1

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

spl

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

standard

Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i

Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.83 => 90.83
date.sunset_zenith => 90.83 => 90.83
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => 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

tidy

Tidy support => enabled
libTidy Release => 1st February 2004
Extension Version => 2.0-dev ($Id: tidy.c,v 1.49 2004/04/20 18:28:09 john Exp $)

Directive => Local Value => Master Value
tidy.clean_output => no value => no value
tidy.default_config => no value => no value

tokenizer

Tokenizer Support => enabled

wddx

WDDX Support => enabled
WDDX Session Serializer => enabled

xml

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

xmlrpc

core library version => xmlrpc-epi v. 0.51
php extension version => 0.51
author => Dan Libby
homepage => http://xmlrpc-epi.sourceforge.net
open sourced by => Epinions.com

xsl

XSL => enabled
libxslt Version => 1.1.2
libxslt compiled against libxml Version => 2.6.6
EXSLT => enabled
libexslt Version => 1.1.2

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 => no value => no value

Additional Modules

Module Name
dbase
readline
sysvsem
sysvshm

Environment

Variable => Value
CONTENT_TYPE =>
ARCH => i386
OPSYS => FreeBSD
MACHTYPE => i386
USER => djcain
SSH_CLIENT => deleted
OPENSSLINC => /usr/local/include
MAIL => /var/mail/djcain
CXXFLAGS => -O -pipe -mcpu=pentiumpro
MANPREFIX => /usr/local
VENDOR => intel
SHLVL => 2
X11BASE => /usr/X11R6
QUERY_STRING =>
OLDPWD => /usr/ports/lang/php5
HOME => /root
TEST_PHP_SRCDIR => /usr/ports/lang/php5/work/php-5.0.0RC2
SSH_TTY => deleted
OPENSSLDIR => /usr/local/openssl
PAGER => more
LDFLAGS => -lcrypto -lssl -rpath=/usr/local/lib
BSD_INSTALL_SCRIPT => install -o root -g wheel -m 555
CONTENT_LENGTH =>
ENV => /home/djcain/.shrc
SCRIPT_FILENAME =>
PATH_TRANSLATED =>
GROUP => wheel
OSREL => 5.2.1
LOGNAME => djcain
_ => /usr/bin/su
LIBDIR => /usr/lib
TEST_PHP_EXECUTABLE => /usr/ports/lang/php5/work/php-5.0.0RC2/sapi/cli/php
BLOCKSIZE => K
TERM => xterm-color
BSD_INSTALL_DATA => install -o root -g wheel -m 444
PORTOBJFORMAT => elf
PATH => /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/var/qmail/bin:/root/bin
CFLAGS => -O -pipe -mcpu=pentiumpro
SYSTEMVERSION =>
REMOTEHOST => 65.27.120.4
SSH_AUTH_SOCK => deleted
OSVERSION => 502010
PREFIX => /usr/local
HOST => cain01
SHELL => /bin/sh
REDIRECT_STATUS =>
__MKLVL__ => 2
OPENSSLBASE => /usr/local
LOCALBASE => /usr/local
REQUEST_METHOD =>
OSTYPE => FreeBSD
PWD => /usr/ports/lang/php5/work/php-5.0.0RC2
SSH_CONNECTION => 65.27.120.4 61139 69.56.130.170 22
BSD_INSTALL_MAN => install -o root -g wheel -m 444
FTP_PASSIVE_MODE => YES
MOTIFLIB => -L/usr/X11R6/lib -lXm -lXp
CC => cc
HOSTTYPE => FreeBSD
EDITOR => vi
OPENSSLLIB => /usr/local/lib
BSD_INSTALL_PROGRAM => install -s -o root -g wheel -m 555

PHP Variables

Variable => Value
_SERVER["CONTENT_TYPE"] =>
_SERVER["ARCH"] => i386
_SERVER["OPSYS"] => FreeBSD
_SERVER["MACHTYPE"] => i386
_SERVER["USER"] => djcain
_SERVER["SSH_CLIENT"] => deleted
_SERVER["OPENSSLINC"] => /usr/local/include
_SERVER["MAIL"] => /var/mail/djcain
_SERVER["CXXFLAGS"] => -O -pipe -mcpu=pentiumpro
_SERVER["MANPREFIX"] => /usr/local
_SERVER["VENDOR"] => intel
_SERVER["SHLVL"] => 2
_SERVER["X11BASE"] => /usr/X11R6
_SERVER["QUERY_STRING"] =>
_SERVER["OLDPWD"] => /usr/ports/lang/php5
_SERVER["HOME"] => /root
_SERVER["TEST_PHP_SRCDIR"] => /usr/ports/lang/php5/work/php-5.0.0RC2
_SERVER["SSH_TTY"] => deleted
_SERVER["OPENSSLDIR"] => /usr/local/openssl
_SERVER["PAGER"] => more
_SERVER["LDFLAGS"] => -lcrypto -lssl -rpath=/usr/local/lib
_SERVER["BSD_INSTALL_SCRIPT"] => install -o root -g wheel -m 555
_SERVER["CONTENT_LENGTH"] =>
_SERVER["ENV"] => /home/djcain/.shrc
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["GROUP"] => wheel
_SERVER["OSREL"] => 5.2.1
_SERVER["LOGNAME"] => djcain
_SERVER["_"] => /usr/bin/su
_SERVER["LIBDIR"] => /usr/lib
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/ports/lang/php5/work/php-5.0.0RC2/sapi/cli/php
_SERVER["BLOCKSIZE"] => K
_SERVER["TERM"] => xterm-color
_SERVER["BSD_INSTALL_DATA"] => install -o root -g wheel -m 444
_SERVER["PORTOBJFORMAT"] => elf
_SERVER["PATH"] => /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/var/qmail/bin:/root/bin
_SERVER["CFLAGS"] => -O -pipe -mcpu=pentiumpro
_SERVER["SYSTEMVERSION"] =>
_SERVER["REMOTEHOST"] => 65.27.120.4
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["OSVERSION"] => 502010
_SERVER["PREFIX"] => /usr/local
_SERVER["HOST"] => cain01
_SERVER["SHELL"] => /bin/sh
_SERVER["REDIRECT_STATUS"] =>
_SERVER["__MKLVL__"] => 2
_SERVER["OPENSSLBASE"] => /usr/local
_SERVER["LOCALBASE"] => /usr/local
_SERVER["REQUEST_METHOD"] =>
_SERVER["OSTYPE"] => FreeBSD
_SERVER["PWD"] => /usr/ports/lang/php5/work/php-5.0.0RC2
_SERVER["SSH_CONNECTION"] => 65.27.120.4 61139 69.56.130.170 22
_SERVER["BSD_INSTALL_MAN"] => install -o root -g wheel -m 444
_SERVER["FTP_PASSIVE_MODE"] => YES
_SERVER["MOTIFLIB"] => -L/usr/X11R6/lib -lXm -lXp
_SERVER["CC"] => cc
_SERVER["HOSTTYPE"] => FreeBSD
_SERVER["EDITOR"] => vi
_SERVER["OPENSSLLIB"] => /usr/local/lib
_SERVER["BSD_INSTALL_PROGRAM"] => install -s -o root -g wheel -m 555
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["CONTENT_TYPE"] =>
_ENV["ARCH"] => i386
_ENV["OPSYS"] => FreeBSD
_ENV["MACHTYPE"] => i386
_ENV["USER"] => djcain
_ENV["SSH_CLIENT"] => deleted
_ENV["OPENSSLINC"] => /usr/local/include
_ENV["MAIL"] => /var/mail/djcain
_ENV["CXXFLAGS"] => -O -pipe -mcpu=pentiumpro
_ENV["MANPREFIX"] => /usr/local
_ENV["VENDOR"] => intel
_ENV["SHLVL"] => 2
_ENV["X11BASE"] => /usr/X11R6
_ENV["QUERY_STRING"] =>
_ENV["OLDPWD"] => /usr/ports/lang/php5
_ENV["HOME"] => /root
_ENV["TEST_PHP_SRCDIR"] => /usr/ports/lang/php5/work/php-5.0.0RC2
_ENV["SSH_TTY"] => deleted
_ENV["OPENSSLDIR"] => /usr/local/openssl
_ENV["PAGER"] => more
_ENV["LDFLAGS"] => -lcrypto -lssl -rpath=/usr/local/lib
_ENV["BSD_INSTALL_SCRIPT"] => install -o root -g wheel -m 555
_ENV["CONTENT_LENGTH"] =>
_ENV["ENV"] => /home/djcain/.shrc
_ENV["SCRIPT_FILENAME"] =>
_ENV["PATH_TRANSLATED"] =>
_ENV["GROUP"] => wheel
_ENV["OSREL"] => 5.2.1
_ENV["LOGNAME"] => djcain
_ENV["_"] => /usr/bin/su
_ENV["LIBDIR"] => /usr/lib
_ENV["TEST_PHP_EXECUTABLE"] => /usr/ports/lang/php5/work/php-5.0.0RC2/sapi/cli/php
_ENV["BLOCKSIZE"] => K
_ENV["TERM"] => xterm-color
_ENV["BSD_INSTALL_DATA"] => install -o root -g wheel -m 444
_ENV["PORTOBJFORMAT"] => elf
_ENV["PATH"] => /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/var/qmail/bin:/root/bin
_ENV["CFLAGS"] => -O -pipe -mcpu=pentiumpro
_ENV["SYSTEMVERSION"] =>
_ENV["REMOTEHOST"] => 65.27.120.4
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["OSVERSION"] => 502010
_ENV["PREFIX"] => /usr/local
_ENV["HOST"] => cain01
_ENV["SHELL"] => /bin/sh
_ENV["REDIRECT_STATUS"] =>
_ENV["__MKLVL__"] => 2
_ENV["OPENSSLBASE"] => /usr/local
_ENV["LOCALBASE"] => /usr/local
_ENV["REQUEST_METHOD"] =>
_ENV["OSTYPE"] => FreeBSD
_ENV["PWD"] => /usr/ports/lang/php5/work/php-5.0.0RC2
_ENV["SSH_CONNECTION"] => 65.27.120.4 61139 69.56.130.170 22
_ENV["BSD_INSTALL_MAN"] => install -o root -g wheel -m 444
_ENV["FTP_PASSIVE_MODE"] => YES
_ENV["MOTIFLIB"] => -L/usr/X11R6/lib -lXm -lXp
_ENV["CC"] => cc
_ENV["HOSTTYPE"] => FreeBSD
_ENV["EDITOR"] => vi
_ENV["OPENSSLLIB"] => /usr/local/lib
_ENV["BSD_INSTALL_PROGRAM"] => install -s -o root -g wheel -m 555

PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact license@php.net.
Sponsored Links







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

Copyright 2008 codecomments.com