| noreply@php.net 2004-04-29, 4:12 pm |
|
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
ZE2 __toString() [tests/classes/tostring.phpt]
Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt]
Bug #23384 (use of class constants in statics) [tests/lang/bug23384.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
sqlite: crash inside sqlite_escape_string() & sqlite_udf_encode_binary [ext/sqlite/tests/sqlite_027.phpt]
sqlite-oo: factory and exception [ext/sqlite/tests/sqlite_oo_020.phpt]
sqlite-oo: and spl [ext/sqlite/tests/sqlite_oo_031.phpt]
date_sunrise() and date_sunset() functions [ext/standard/tests/general_functions/sunfuncts.phpt]
Check for mktime with out-of-range parameters [ext/standard/tests/time/003.phpt]
mktime() [ext/standard/tests/time/mktime.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
========================================
=============================
========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 70
Exts tested : 13
---------------------------------------------------------------------
Number of tests : 1164 621
Tests skipped : 543 ( 46.6%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 11 ( 0.9%) ( 1.8%)
Tests passed : 610 ( 52.4%) ( 98.2%)
---------------------------------------------------------------------
Time taken : 125 seconds
========================================
=============================
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
ZE2 __toString() [tests/classes/tostring.phpt]
Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt]
Bug #23384 (use of class constants in statics) [tests/lang/bug23384.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
sqlite: crash inside sqlite_escape_string() & sqlite_udf_encode_binary [ext/sqlite/tests/sqlite_027.phpt]
sqlite-oo: factory and exception [ext/sqlite/tests/sqlite_oo_020.phpt]
sqlite-oo: and spl [ext/sqlite/tests/sqlite_oo_031.phpt]
date_sunrise() and date_sunset() functions [ext/standard/tests/general_functions/sunfuncts.phpt]
Check for mktime with out-of-range parameters [ext/standard/tests/time/003.phpt]
mktime() [ext/standard/tests/time/mktime.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
========================================
=============================
========================================
========================================
/usr/ports/lang/php5/work/php-5.0.0a6/tests/classes/tostring.phpt
========================================
========================================
---- EXPECTED OUTPUT
====test1====
test1 Object
(
)
Notice: Object of class test1 could not be converted to string in %stostring.php on line %d
string(12) "Object id #%d"
object(test1)#%d (0) {
}
====test2====
test2 Object
(
)
test2::__toString()
Converted
object(test2)#%d (0) {
}
====test3====
test2::__toString()
Converted
====test4====
test2::__toString()
string:Converted
====test5====
test2::__toString()
1Converted
====test6====
test2::__toString()
test2::__toString()
Converted
Converted
====test7====
test2::__toString()
Warning: Illegal offset type in %stostring.php on line %d
====test8====
Notice: Object of class test2 to string conversion in %stostring.php on line %d
string(6) "Object"
test2::__toString()
string(9) "Converted"
====test9====
test2::__toString()
Converted
====DONE!====
---- ACTUAL OUTPUT
====test1====
test1 Object
(
)
string(12) "Object id #1"
object(test1)#1 (0) {
}
====test2====
test2 Object
(
)
test2::__toString()
Converted
object(test2)#2 (0) {
}
====test3====
test2::__toString()
Converted
====test4====
string:Object id #2====test5====
1Object id #2====test6====
Object id #2Object id #2====test7====
test2::__toString()
Warning: Illegal offset type in /usr/ports/lang/php5/work/php-5.0.0a6/tests/classes/tostring.php on line 39
====test8====
Notice: Object of class test2 to string conversion in /usr/ports/lang/php5/work/php-5.0.0a6/tests/classes/tostring.php on line 42
string(6) "Object"
string(12) "Object id #2"
====test9====
Object id #2====DONE!====
---- FAILED
========================================
========================================
005-
006- Notice: Object of class test1 could not be converted to string in %stostring.php on line %d
020+ string:Object id #2====test5====
021+ 1Object id #2====test6====
022+ Object id #2Object id #2====test7====
023- string:Converted
024- ====test5====
025- test2::__toString()
026- 1Converted
027- ====test6====
028- test2::__toString()
029- test2::__toString()
030- Converted
031- Converted
024+
025+ Warning: Illegal offset type in /usr/ports/lang/php5/work/php-5.0.0a6/tests/classes/tostring.php on line 39
026+ ====test8====
027+
028+ Notice: Object of class test2 to string conversion in /usr/ports/lang/php5/work/php-5.0.0a6/tests/classes/tostring.php on line 42
029+ string(6) "Object"
030+ string(12) "Object id #2"
031+ ====test9====
032+ Object id #2====DONE!====
032- ====test7====
033- test2::__toString()
034-
035- Warning: Illegal offset type in %stostring.php on line %d
036- ====test8====
037-
038- Notice: Object of class test2 to string conversion in %stostring.php on line %d
039- string(6) "Object"
040- test2::__toString()
041- string(9) "Converted"
042- ====test9====
043- test2::__toString()
044- Converted
045- ====DONE!====
========================================
========================================
========================================
========================================
/usr/ports/lang/php5/work/php-5.0.0a6/tests/lang/bug22367.phpt
========================================
========================================
---- EXPECTED OUTPUT
int(5)
bool(false)
Notice: Undefined offset: %d in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s 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)
}
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() must be compatible with that of foo::a() in /usr/ports/lang/php5/work/php-5.0.0a6/tests/lang/bug22367.php on line 45
NULL
bool(false)
Notice: Undefined index: in /usr/ports/lang/php5/work/php-5.0.0a6/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.0a6/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)
}
NULL
bool(false)
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)
}
---- FAILED
========================================
========================================
001+ Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in /usr/ports/lang/php5/work/php-5.0.0a6/tests/lang/bug22367.php on line 45
002+ NULL
001- int(5)
004- Notice: Undefined offset: %d in %s on line %d
005+ Notice: Undefined index: in /usr/ports/lang/php5/work/php-5.0.0a6/tests/lang/bug22367.php on line 9
032- int(2)
033- bool(true)
034- bool(true)
033+ NULL
034+ bool(false)
035+ bool(false)
========================================
========================================
========================================
========================================
/usr/ports/lang/php5/work/php-5.0.0a6/tests/lang/bug23384.phpt
========================================
========================================
---- EXPECTED OUTPUT
Strict Standards: Non-static method Foo::test() cannot be called statically in %sbug23384.php on line %d
Array
(
[100] => ten
)
Array
(
[10] => ten
)
100100
---- ACTUAL OUTPUT
Strict Standards: Non-static method Foo::test() should not be called statically in /usr/ports/lang/php5/work/php-5.0.0a6/tests/lang/bug23384.php on line 15
Array
(
[100] => ten
)
Array
(
[10] => ten
)
100100
---- FAILED
========================================
========================================
001+ Strict Standards: Non-static method Foo::test() should not be called statically in /usr/ports/lang/php5/work/php-5.0.0a6/tests/lang/bug23384.php on line 15
001- Strict Standards: Non-static method Foo::test() cannot be called statically in %sbug23384.php on line %d
========================================
========================================
========================================
========================================
/usr/ports/lang/php5/work/php-5.0.0a6/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.0a6/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.0a6/Zend/tests/bug22836.php on line 7
string(3) "foo"
'foo'
Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0a6/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.0a6/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0a6/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0a6/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0a6/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0a6/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0a6/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /usr/ports/lang/php5/work/php-5.0.0a6/Zend/tests/bug22836.php on line 7
/usr/ports/lang/php5/work/php-5.0.0a6/Zend/zend_execute.c(559) : Freeing 0x0825C75C (4 bytes), script=/usr/ports/lang/php5/work/php-5.0.0a6/Zend/tests/bug22836.php
/usr/ports/lang/php5/work/php-5.0.0a6/Zend/zend_variables.c(137) : Actual location (location was relayed)
/usr/ports/lang/php5/work/php-5.0.0a6/Zend/zend_execute.c(264) : Freeing 0x0825C848 (16 bytes), script=/usr/ports/lang/php5/work/php-5.0.0a6/Zend/tests/bug22836.php
=== Total 2 memory leaks detected ===
---- 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.0a6/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.0a6/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.0a6/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.0a6/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'
037+ /usr/ports/lang/php5/work/php-5.0.0a6/Zend/zend_execute.c(559) : Freeing 0x0825C75C (4 bytes), script=/usr/ports/lang/php5/work/php-5.0.0a6/Zend/tests/bug22836.php
038+ /usr/ports/lang/php5/work/php-5.0.0a6/Zend/zend_variables.c(137) : Actual location (location was relayed)
039+ /usr/ports/lang/php5/work/php-5.0.0a6/Zend/zend_execute.c(264) : Freeing 0x0825C848 (16 bytes), script=/usr/ports/lang/php5/work/php-5.0.0a6/Zend/tests/bug22836.php
040+ === Total 2 memory leaks detected ===
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.0a6/ext/sqlite/tests/sqlite_027.phpt
========================================
========================================
---- EXPECTED OUTPUT
int(20000002)
int(20000002)
---- ACTUAL OUTPUT
Fatal error: Allowed memory size of 8388608 bytes exhausted at /usr/ports/lang/php5/work/php-5.0.0a6/ext/standard/string.c:4134 (tried to allocate 20000001 bytes) in /usr/ports/lang/php5/work/php-5.0.0a6/ext/sqlite/tests/sqlite_027.php on line 2
Allowed memory size of 8388608 bytes exhausted at /usr/ports/lang/php5/work/php-5.0.0a6/Zend/zend_stack.c:28 (tried to allocate 256 bytes)
---- FAILED
========================================
========================================
001+ Fatal error: Allowed memory size of 8388608 bytes exhausted at /usr/ports/lang/php5/work/php-5.0.0a6/ext/standard/string.c:4134 (tried to allocate 20000001 bytes) in /usr/ports/lang/php5/work/php-5.0.0a6/ext/sqlite/tests/sqlite_027.php on line 2
002+ Allowed memory size of 8388608 bytes exhausted at /usr/ports/lang/php5/work/php-5.0.0a6/Zend/zend_stack.c:28 (tried to allocate 256 bytes)
001- int(20000002)
002- int(20000002)
========================================
========================================
========================================
========================================
/usr/ports/lang/php5/work/php-5.0.0a6/ext/sqlite/tests/sqlite_oo_020.phpt
========================================
========================================
---- EXPECTED OUTPUT
Message: sqlite_factory() expects at least 1 parameter, 0 given
File: %ssqlite_oo_020.php
array(2) {
[0]=>
string(3) "one"
[1]=>
string(3) "two"
}
array(2) {
[0]=>
string(5) "three"
[1]=>
string(4) "four"
}
DONE!
---- ACTUAL OUTPUT
Message: sqlite_factory() expects at least 1 parameter, 0 given
File: /usr/ports/lang/php5/work/php-5.0.0a6/ext/sqlite/tests/sqlite_oo_020.php
File: 0
Line: 12
Array
(
)
BackTrace: #0 {main}
array(2) {
[0]=>
string(3) "one"
[1]=>
string(3) "two"
}
array(2) {
[0]=>
string(5) "three"
[1]=>
string(4) "four"
}
DONE!
---- FAILED
========================================
========================================
003+ File: 0
004+ Line: 12
005+ Array
006+ (
007+ )
008+ BackTrace: #0 {main}
========================================
========================================
========================================
========================================
/usr/ports/lang/php5/work/php-5.0.0a6/ext/sqlite/tests/sqlite_oo_031.phpt
========================================
========================================
---- EXPECTED OUTPUT
0A
1B
2C
3D
2E
1F
===DONE===
---- ACTUAL OUTPUT
0Object id #6
1Object id #8
2Object id #10
3Object id #12
2Object id #11
1Object id #9
===DONE===
---- FAILED
========================================
========================================
001+ 0Object id #6
002+ 1Object id #8
003+ 2Object id #10
004+ 3Object id #12
005+ 2Object id #11
006+ 1Object id #9
001- 0A
002- 1B
003- 2C
004- 3D
005- 2E
006- 1F
========================================
========================================
========================================
========================================
/usr/ports/lang/php5/work/php-5.0.0a6/ext/standard/tests/general_functions/sunfuncts.phpt
========================================
========================================
---- EXPECTED OUTPUT
1041293199 06:39 6.6524557618962
1041293806 16:46 16.769374867459
1043971592 06:32 6.5453702926602
1043972233 17:13 17.217524708736
1046390766 06:06 6.1156526756851
1046391456 17:36 17.6108549623
1049069128 05:28 5.4727420290691
1049069878 17:58 17.972552584375
1051661094 04:54 4.9012299828593
1051661898 18:18 18.313688769483
1054339474 04:34 4.5744292894498
1054340319 18:39 18.656400943241
1056931476 04:36 4.6161204505189
1056932328 18:48 18.808871657766
1059609894 04:54 4.9068825098364
1059610715 18:35 18.599286002028
1062288314 05:14 5.2368895570738
1062289083 18:03 18.060541787879
1064880332 05:32 5.542366581139
1064881044 17:24 17.411505614917
1067558754 05:54 5.9162088420581
1067559410 16:50 16.833698570628
1070150780 06:20 6.3462215520697
1070151395 16:35 16.583589055537
---- ACTUAL OUTPUT
1041293199 06:39 6.6524557618962
1041293806 16:46 16.769374867459
1043971592 06:32 6.5453702926602
1043972233 17:13 17.217524708736
1046390766 06:06 6.1156526756851
1046391456 17:36 17.6108549623
1049069128 05:28 5.4727420290691
1049069878 17:58 17.972552584375
1051661094 04:54 4.9012299828593
1051661898 18:18 18.313688769483
1054339474 04:34 4.5744292894498
1054340319 18:39 18.656400943241
1056931476 04:36 4.6161204505189
1056932328 18:48 18.808871657766
1059609894 04:54 4.9068825098365
1059610715 18:35 18.599286002028
1062288314 05:14 5.2368895570738
1062289083 18:03 18.060541787879
1064880332 05:32 5.542366581139
1064881044 17:24 17.411505614917
1067558754 05:54 5.9162088420581
1067559410 16:50 16.833698570628
1070150780 06:20 6.3462215520697
1070151395 16:35 16.583589055537
---- FAILED
========================================
========================================
015+ 1059609894 04:54 4.9068825098365
015- 1059609894 04:54 4.9068825098364
========================================
========================================
========================================
========================================
/usr/ports/lang/php5/work/php-5.0.0a6/ext/standard/tests/time/003.phpt
========================================
========================================
---- EXPECTED OUTPUT
2000-02-29
2000-02-28
2000-02-29
2001-02-28
2001-03-01
1999-11-30
2000-05-29 12:00:00
2000-05-29 13:00:00
2000-05-29 12:00:00
2000-01-31 12:00:00
2000-01-31 12:00:00
2000-01-31 11:00:00
2000-04-29 12:00:00
2000-04-29 13:00:00
2000-04-29 12:00:00
---- ACTUAL OUTPUT
2000-02-29
2000-02-28
2000-02-29
2001-02-28
2001-03-01
1999-11-30
2000-05-29 12:00:00
2000-05-29 07:00:00
2000-05-29 12:00:00
2000-01-31 12:00:00
2000-01-31 06:00:00
2000-01-31 11:00:00
2000-04-29 12:00:00
2000-04-29 07:00:00
2000-04-29 12:00:00
---- FAILED
========================================
========================================
008+ 2000-05-29 07:00:00
008- 2000-05-29 13:00:00
011+ 2000-01-31 06:00:00
011- 2000-01-31 12:00:00
014+ 2000-04-29 07:00:00
014- 2000-04-29 13:00:00
========================================
========================================
========================================
========================================
/usr/ports/lang/php5/work/php-5.0.0a6/ext/standard/tests/time/mktime.phpt
========================================
========================================
---- EXPECTED OUTPUT
int(1009843200)
int(1009843200)
int(1009843200)
int(1009843200)
int(1025481600)
int(1025481600)
int(1025481600)
int(1025481600)
int(1009839600)
int(1009839600)
int(1009839600)
int(1009836000)
int(1025474400)
int(1025474400)
int(1025478000)
int(1025474400)
---- ACTUAL OUTPUT
int(1009843200)
int(1009843200)
int(1009843200)
int(-7262)
int(1025481600)
int(1025481600)
int(1025481600)
int(-7262)
int(1009839600)
int(1009839600)
int(1009839600)
int(1009857600)
int(1025474400)
int(1025474400)
int(1025456400)
int(1025474400)
---- FAILED
========================================
========================================
004+ int(-7262)
004- int(1009843200)
008+ int(-7262)
008- int(1025481600)
012+ int(1009857600)
012- int(1009836000)
015+ int(1025456400)
015- int(1025478000)
========================================
========================================
========================================
========================================
/usr/ports/lang/php5/work/php-5.0.0a6/ext/xml/tests/bug26614.phpt
========================================
========================================
---- EXPECTED OUTPUT
<DATA> at line 2
</DATA> at line 9
---- ACTUAL OUTPUT
<DATA> at line 2
</DATA> at line 4
---- FAILED
========================================
========================================
002+ </DATA> at line 4
002- </DATA> at line 9
========================================
========================================
========================================
========================================
BUILD ENVIRONMENT
========================================
========================================
OS:
FreeBSD - FreeBSD gw.aertech.ro 4.10-BETA FreeBSD 4.10-BETA #2: Tue Apr 2 i386
Automake:
Autoconf:
Bundled Libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)
System Libtool:
Compiler:
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
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.0a6/sapi/cli/php:
libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x1824a000)
libpanel.so.2 => /usr/lib/libpanel.so.2 (0x18263000)
libncurses.so.5 => /usr/lib/libncurses.so.5 (0x18267000)
libm.so.2 => /usr/lib/libm.so.2 (0x182a8000)
libxml2.so.5 => /usr/local/lib/libxml2.so.5 (0x182c3000)
libz.so.2 => /usr/lib/libz.so.2 (0x183a4000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x183b1000)
libc.so.4 => /usr/lib/libc.so.4 (0x1849f000)
User's E-mail: virgil at vipnet dot ro
========================================
========================================
PHPINFO
========================================
========================================
phpinfo()
PHP Version => 5.0.0a6-alexdupre
System => FreeBSD gw.aertech.ro 4.10-BETA FreeBSD 4.10-BETA #2: Tue Apr 2 i386
Build Date => Apr 29 2004 18:31:00
Configure Command => './configure' '--enable-versioning' '--enable-memory-limit' '--with-layout=GNU' '--disable-all' '--with-regex=php' '--with-pear' '--enable-ctype' '--enable-dom' '--with-pcre-regex' '--enable-posix' '--enable-session' '--enable-simple
xml' '--enable-spl' '--with-sqlite' '--enable-tokenizer' '--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-xml' '--with-apxs=/usr/local/sbin/apxs' '--enable-debug' '--with-ncurses=/usr' '--prefix=/usr/local' 'i386-portbld-freebsd4.10'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/etc
PHP API => 20031224
PHP Extension => 20040316
Zend Extension => 90021012
Debug Build => yes
Thread Safety => disabled
IPv6 Support => enabled
Registered PHP Streams => php, file, http, ftp
Registered Stream Socket Transports => tcp, udp, unix, udg
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.0.0RC2-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 => 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 => On => On
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => no value => no value
expose_php => On => On
extension_dir => /usr/local/lib/php/20040316-debug => /usr/local/lib/php/20040316-debug
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 => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
mail.force_extra_parameters => no value => no value
max_execution_time => 0 => 30
max_input_time => -1 => -1
memory_limit => 8M => 8M
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
register_argc_argv => On => On
register_globals => Off => Off
register_long_arrays => On => On
report_memleaks => On => On
report_zend_debug => Off => Off
safe_mode => Off => Off
safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
serialize_precision => 100 => 100
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
variables_order => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.ze1_compatibility_mode => Off => Off
ctype
ctype functions => enabled
dom
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.6.8
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled
libxml
libXML support => active
libXML Version => 2.6.8
libXML streams => enabled
ncurses
ncurses support => enabled
ncurses library version => 5.1
color support => yes
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 4.5 01-December-2003
posix
Revision => $Revision: 1.59 $
session
Session Support => enabled
Registered save handlers => files user sqlite
Registered serializer handlers => php php_binary
Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => On => On
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 4 => 4
session.hash_function => 0 => 0
session.name => 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
simplexml
Simplexml support => enabled
Revision => $Revision: 1.134 $
Schema 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.132 2004/03/09 01:09:35 iliaa Exp $
SQLite Library => 2.8.11
SQLite Encoding => iso8859
Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0
standard
Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i
Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
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,form=,fieldse
t= => a=href,area=href,frame=src,form=,fieldse
t=
user_agent => no value => no value
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.6.8
Additional Modules
Module Name
Environment
Variable => Value
CONTENT_TYPE =>
ARCH => i386
SUDO_GID => 1001
OPSYS => FreeBSD
USER => root
SSH_CLIENT => deleted
MAIL => /var/mail/qbic
CXXFLAGS => -O -pipe
MANPREFIX => /usr/local
SHLVL => 3
X11BASE => /usr/X11R6
QUERY_STRING =>
OLDPWD => /usr/ports/lang/php5
HOME => /root
TEST_PHP_SRCDIR => /usr/ports/lang/php5/work/php-5.0.0a6
SSH_TTY => deleted
PAGER => more
BSD_INSTALL_SCRIPT => install -c -o root -g wheel -m 555
CONTENT_LENGTH =>
SCRIPT_FILENAME =>
PATH_TRANSLATED =>
SUDO_UID => 1001
OSREL => 4.10
LOGNAME => root
_ => /usr/bin/make
LIBDIR => /usr/lib
TEST_PHP_EXECUTABLE => /usr/ports/lang/php5/work/php-5.0.0a6/sapi/cli/php
BLOCKSIZE => K
TERM => screen
BSD_INSTALL_DATA => install -c -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:/home/qbic/bin
CFLAGS => -O -pipe
SYSTEMVERSION =>
STY => 68728.ttyp0.gw
SSH_AUTH_SOCK => deleted
OSVERSION => 490102
SUDO_COMMAND => /usr/bin/su
PREFIX => /usr/local
SHELL => /bin/sh
REDIRECT_STATUS =>
SUDO_USER => qbic
LOCALBASE => /usr/local
REQUEST_METHOD =>
WINDOW => 0
PWD => /usr/ports/lang/php5/work/php-5.0.0a6
SSH_CONNECTION => 193.230.219.33 1162 81.196.16.105 22
BSD_INSTALL_MAN => install -c -o root -g wheel -m 444
FTP_PASSIVE_MODE => YES
MOTIFLIB => -L/usr/X11R6/lib -lXm -lXp
CC => cc
EDITOR => vi
BSD_INSTALL_PROGRAM => install -c -s -o root -g wheel -m 555
PHP Variables
Variable => Value
_SERVER["CONTENT_TYPE"] =>
_SERVER["ARCH"] => i386
_SERVER["SUDO_GID"] => 1001
_SERVER["OPSYS"] => FreeBSD
_SERVER["USER"] => root
_SERVER["SSH_CLIENT"] => deleted
_SERVER["MAIL"] => /var/mail/qbic
_SERVER["CXXFLAGS"] => -O -pipe
_SERVER["MANPREFIX"] => /usr/local
_SERVER["SHLVL"] => 3
_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.0a6
_SERVER["SSH_TTY"] => deleted
_SERVER["PAGER"] => more
_SERVER["BSD_INSTALL_SCRIPT"] => install -c -o root -g wheel -m 555
_SERVER["CONTENT_LENGTH"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["SUDO_UID"] => 1001
_SERVER["OSREL"] => 4.10
_SERVER["LOGNAME"] => root
_SERVER["_"] => /usr/bin/make
_SERVER["LIBDIR"] => /usr/lib
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/ports/lang/php5/work/php-5.0.0a6/sapi/cli/php
_SERVER["BLOCKSIZE"] => K
_SERVER["TERM"] => screen
_SERVER["BSD_INSTALL_DATA"] => install -c -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:/home/qbic/bin
_SERVER["CFLAGS"] => -O -pipe
_SERVER["SYSTEMVERSION"] =>
_SERVER["STY"] => 68728.ttyp0.gw
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["OSVERSION"] => 490102
_SERVER["SUDO_COMMAND"] => /usr/bin/su
_SERVER["PREFIX"] => /usr/local
_SERVER["SHELL"] => /bin/sh
_SERVER["REDIRECT_STATUS"] =>
_SERVER["SUDO_USER"] => qbic
_SERVER["LOCALBASE"] => /usr/local
_SERVER["REQUEST_METHOD"] =>
_SERVER["WINDOW"] => 0
_SERVER["PWD"] => /usr/ports/lang/php5/work/php-5.0.0a6
_SERVER["SSH_CONNECTION"] => 193.230.219.33 1162 81.196.16.105 22
_SERVER["BSD_INSTALL_MAN"] => install -c -o root -g wheel -m 444
_SERVER["FTP_PASSIVE_MODE"] => YES
_SERVER["MOTIFLIB"] => -L/usr/X11R6/lib -lXm -lXp
_SERVER["CC"] => cc
_SERVER["EDITOR"] => vi
_SERVER["BSD_INSTALL_PROGRAM"] => install -c -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["SUDO_GID"] => 1001
_ENV["OPSYS"] => FreeBSD
_ENV["USER"] => root
_ENV["SSH_CLIENT"] => deleted
_ENV["MAIL"] => /var/mail/qbic
_ENV["CXXFLAGS"] => -O -pipe
_ENV["MANPREFIX"] => /usr/local
_ENV["SHLVL"] => 3
_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.0a6
_ENV["SSH_TTY"] => deleted
_ENV["PAGER"] => more
_ENV["BSD_INSTALL_SCRIPT"] => install -c -o root -g wheel -m 555
_ENV["CONTENT_LENGTH"] =>
_ENV["SCRIPT_FILENAME"] =>
_ENV["PATH_TRANSLATED"] =>
_ENV["SUDO_UID"] => 1001
_ENV["OSREL"] => 4.10
_ENV["LOGNAME"] => root
_ENV["_"] => /usr/bin/make
_ENV["LIBDIR"] => /usr/lib
_ENV["TEST_PHP_EXECUTABLE"] => /usr/ports/lang/php5/work/php-5.0.0a6/sapi/cli/php
_ENV["BLOCKSIZE"] => K
_ENV["TERM"] => screen
_ENV["BSD_INSTALL_DATA"] => install -c -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:/home/qbic/bin
_ENV["CFLAGS"] => -O -pipe
_ENV["SYSTEMVERSION"] =>
_ENV["STY"] => 68728.ttyp0.gw
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["OSVERSION"] => 490102
_ENV["SUDO_COMMAND"] => /usr/bin/su
_ENV["PREFIX"] => /usr/local
_ENV["SHELL"] => /bin/sh
_ENV["REDIRECT_STATUS"] =>
_ENV["SUDO_USER"] => qbic
_ENV["LOCALBASE"] => /usr/local
_ENV["REQUEST_METHOD"] =>
_ENV["WINDOW"] => 0
_ENV["PWD"] => /usr/ports/lang/php5/work/php-5.0.0a6
_ENV["SSH_CONNECTION"] => 193.230.219.33 1162 81.196.16.105 22
_ENV["BSD_INSTALL_MAN"] => install -c -o root -g wheel -m 444
_ENV["FTP_PASSIVE_MODE"] => YES
_ENV["MOTIFLIB"] => -L/usr/X11R6/lib -lXm -lXp
_ENV["CC"] => cc
_ENV["EDITOR"] => vi
_ENV["BSD_INSTALL_PROGRAM"] => install -c -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.
|