For Programmers: Free Programming Magazines  


Home > Archive > PHP Questions and Answers > January 2008 > Test results for 4.4.8 [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 4.4.8 [failed]
noreply@php.net

2008-01-31, 7:12 pm


========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Handling of max_input_nesting_level being reached [tests/basic/027.phpt]
money_format test [ext/standard/tests/strings/moneyformat.phpt]
Invalid format type validation [ext/standard/tests/strings/unpack.phpt]
strtotime() function [ext/standard/tests/time/002.phpt]
Bug #13142 strtotime handling of "M d H:i:s Y" format [ext/standard/tests/time/bug13142.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt]
========================================
=============================


========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 72
Exts tested : 13
---------------------------------------------------------------------
Number of tests : 641
Tests skipped : 258 (40.2%)
Tests warned : 0 (0.0%)
Tests failed : 6 (0.9%)
Tests passed : 377 (58.8%)
---------------------------------------------------------------------
Time taken : 18 seconds
========================================
=============================


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

/usr/local/softwares/PHP4/php-4.4.8/tests/basic/027.phpt
========================================
========================================


---- EXPECTED OUTPUT
array(4) {
["a"]=>
string(1) "1"
["b"]=>
string(3) "ZYX"
["d"]=>
string(3) "123"
["e"]=>
array(1) {
[0]=>
array(1) {
[0]=>
string(1) "3"
}
}
}
string(124) "Unknown: Input variable nesting level exceeded 10. To increase the level change max_input_nesting_level in php.ini."
---- ACTUAL OUTPUT
array(5) {
["a"]=>
string(1) "1"
["b"]=>
string(3) "ZYX"
["c"]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
array(1) {
[0]=>
string(3) "123"
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
["d"]=>
string(3) "123"
["e"]=>
array(1) {
[0]=>
array(1) {
[0]=>
string(1) "3"
}
}
}
NULL
---- FAILED

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

001- array(4) {
001+ array(5) {
006- ["d"]=>
006+ ["c"]=>
007- string(3) "123"
007+ array(1) {
008- ["e"]=>
008+ [0]=>
009- array(1) {
009+ array(1) {
010- [0]=>
010+ [0]=>
011- array(1) {
011+ array(1) {
012- [0]=>
012+ [0]=>
013- string(1) "3"
013+ array(1) {
014- }
014+ [0]=>
015- }
015+ array(1) {
016- }
016+ [0]=>
017- string(124) "Unknown: Input variable nesting level exceeded 10. To increase the level change max_input_nesting_level in php.ini."
017+ array(1) {
018+ [0]=>
019+ array(1) {
020+ [0]=>
021+ array(1) {
022+ [0]=>
023+ array(1) {
024+ [0]=>
025+ array(1) {
026+ [0]=>
027+ array(1) {
028+ [0]=>
029+ array(1) {
030+ [0]=>
031+ array(1) {
032+ [0]=>
033+ array(1) {
034+ [0]=>
035+ array(1) {
036+ [0]=>
037+ array(1) {
038+ [0]=>
039+ array(1) {
040+ [0]=>
041+ array(1) {
042+ [0]=>
043+ array(1) {
044+ [0]=>
045+ array(1) {
046+ [0]=>
047+ array(1) {
048+ [0]=>
049+ array(1) {
050+ [0]=>
051+ string(3) "123"
052+ }
053+ }
054+ }
055+ }
056+ }
057+ }
058+ }
059+ }
060+ }
061+ }
062+ }
063+ }
064+ }
065+ }
066+ }
067+ }
068+ }
069+ }
070+ }
071+ }
072+ }
073+ }
074+ ["d"]=>
075+ string(3) "123"
076+ ["e"]=>
077+ array(1) {
078+ [0]=>
079+ array(1) {
080+ [0]=>
081+ string(1) "3"
082+ }
083+ }
084+ }
085+ NULL
========================================
========================================




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

/usr/local/softwares/PHP4/php-4.4.8/ext/standard/tests/strings/moneyformat.phpt
========================================
========================================


---- EXPECTED OUTPUT
string(7) "X$3.14Y"

Warning: money_format() [/phpmanual/function.money-format.html]: Only a single %ci or %cn token can be used in %s on line %d
bool(false)
---- ACTUAL OUTPUT
string(6) "X3.14Y"

Warning: money_format() [/phpmanual/function.money-format.html]: Only a single %i or %n token can be used in /usr/local/softwares/PHP4/php-4.4.8/ext/standard/tests/strings/moneyformat.php on line 4
bool(false)
---- FAILED

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

001- string(7) "X$3.14Y"
001+ string(6) "X3.14Y"
003- Warning: money_format() [/phpmanual/function.money-format.html]: Only a single %ci or %cn token can be used in %s on line %d
003+ Warning: money_format() [/phpmanual/function.money-format.html]: Only a single %i or %n token can be used in /usr/local/softwares/PHP4/php-4.4.8/ext/standard/tests/strings/moneyformat.php on line 4
========================================
========================================




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

/usr/local/softwares/PHP4/php-4.4.8/ext/standard/tests/strings/unpack.phpt
========================================
========================================


---- EXPECTED OUTPUT
Warning: unpack(): Invalid format type - in %s/unpack.php on line %d
bool(false)
Done
---- ACTUAL OUTPUT
Warning: unpack() [/phpmanual/function.unpack.html]: Invalid format type - in /usr/local/softwares/PHP4/php-4.4.8/ext/standard/tests/strings/unpack.php on line 2
bool(false)
Done
---- FAILED

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

001- Warning: unpack(): Invalid format type - in %s/unpack.php on line %d
001+ Warning: unpack() [/phpmanual/function.unpack.html]: Invalid format type - in /usr/local/softwares/PHP4/php-4.4.8/ext/standard/tests/strings/unpack.php on line 2
========================================
========================================




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

/usr/local/softwares/PHP4/php-4.4.8/ext/standard/tests/time/002.phpt
========================================
========================================


---- EXPECTED OUTPUT
1999-10-13 00:00:00
1999-10-13 00:00:00
2000-01-19 00:00:00
2000-01-19 00:00:00
2001-12-21 00:00:00
2001-12-21 00:00:00
2001-12-21 12:16:00
2001-12-21 12:16:00
1969-12-31 23:59:59
2001-10-22 21:19:58
2001-10-22 23:19:58
2001-10-22 23:32:58
2001-10-22 19:19:58
2001-10-22 19:06:58
1999-10-13 00:00:00
1999-10-13 00:00:00
2000-01-19 00:00:00
2000-01-19 00:00:00
2001-12-21 00:00:00
2001-12-21 00:00:00
2001-12-21 12:16:00
2001-12-21 12:16:00
1969-12-31 18:59:59
2001-10-22 21:19:58
2001-10-22 19:19:58
2001-10-22 19:32:58
2001-10-22 15:19:58
2001-10-22 15:06:58
---- ACTUAL OUTPUT
1999-10-13 00:00:00
1999-10-13 00:00:00
2000-01-19 00:00:00
2000-01-19 00:00:00
2001-12-21 00:00:00
2001-12-21 00:00:00
2001-12-21 12:16:00
2001-12-21 12:16:00
1969-12-31 23:59:59
2001-10-22 21:19:58
2001-10-22 23:19:58
2001-10-22 23:32:58
2001-10-22 19:19:58
2001-10-22 19:06:58
1999-10-13 00:00:00
1999-10-13 00:00:00
2000-01-19 00:00:00
2000-01-19 00:00:00
2001-12-21 00:00:00
2001-12-21 00:00:00
2001-12-21 12:16:00
2001-12-21 12:16:00
1969-12-31 23:59:59
2001-10-22 21:19:58
2001-10-22 23:19:58
2001-10-22 23:32:58
2001-10-22 19:19:58
2001-10-22 19:06:58
---- FAILED

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

023- 1969-12-31 18:59:59
023+ 1969-12-31 23:59:59
025- 2001-10-22 19:19:58
025+ 2001-10-22 23:19:58
026- 2001-10-22 19:32:58
026+ 2001-10-22 23:32:58
027- 2001-10-22 15:19:58
027+ 2001-10-22 19:19:58
028- 2001-10-22 15:06:58
028+ 2001-10-22 19:06:58
========================================
========================================




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

/usr/local/softwares/PHP4/php-4.4.8/ext/standard/tests/time/bug13142.phpt
========================================
========================================


---- EXPECTED OUTPUT
Tue, 04 Sep 2001 16:39:45 -0400
Tue, 04 Sep 2001 16:39:45 -0400
---- ACTUAL OUTPUT
Tue, 04 Sep 2001 16:39:45 +0000
Tue, 04 Sep 2001 16:39:45 +0000
---- FAILED

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

001- Tue, 04 Sep 2001 16:39:45 -0400
001+ Tue, 04 Sep 2001 16:39:45 +0000
002- Tue, 04 Sep 2001 16:39:45 -0400
002+ Tue, 04 Sep 2001 16:39:45 +0000
========================================
========================================




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

/usr/local/softwares/PHP4/php-4.4.8/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]
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
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

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

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]
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- 1076810400 [2004-02-14 23:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 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- 1076810401 [2004-02-14 23:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 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]
========================================
========================================





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

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

OS:
FreeBSD - FreeBSD gctemplate.pica9.com 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #0: Wed Dec 19 01:08:30 EST 2007 root@peregrine.pica9.com:/usr/obj/usr/src/sys/PICA9-WWW-SMP-PF-1 i386

Automake:

Autoconf:

Libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)

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

Bison:

Libraries:
/usr/local/softwares/PHP4/php-4.4.8/sapi/cli/php:
libcrypt.so.3 => /lib/libcrypt.so.3 (0x281b2000)
libpq.so.5 => /usr/local/pgsql/lib/libpq.so.5 (0x281ca000)
libintl.so.6 => /usr/local/lib/libintl.so.6 (0x281e2000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x281eb000)
libz.so.3 => /lib/libz.so.3 (0x282d8000)
libm.so.4 => /lib/libm.so.4 (0x282e9000)
libcurl.so.3 => /usr/local/lib/libcurl.so.3 (0x282ff000)
libssl.so.4 => /usr/lib/libssl.so.4 (0x28332000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x28360000)
libc.so.6 => /lib/libc.so.6 (0x28453000)


User's E-mail: ike at lesmuug dot org


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

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

phpinfo()
PHP Version => 4.4.8

System => FreeBSD gctemplate.pica9.com 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #0: Wed Dec 19 01:08:30 EST 2007 root@peregrine.pica9.com:/usr/obj/usr/src/sys/PICA9-WWW-SMP-PF-1 i386
Build Date => Jan 31 2008 17:14:58
Configure Command => './configure' '--with-mysql' '--with-pgsql' '--with-zlib' '--with-gettext' '--with-ssl' '--enable-versioning' '--enable-memory-limit' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--enable-libxml' '--with-libx
ml-dir=/usr/local/lib' '--enable-reflextion' '--enable-spl' '--with-curl' '--with-config-file-path=/usr/local/lib'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib
Scan this dir for additional .ini files => /usr/local/etc/php
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20050606
Debug Build => no
Zend Memory Manager => enabled
Thread Safety => disabled
Registered PHP Streams => php, http, ftp, compress.zlib


This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, 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_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/20020429 => /usr/local/lib/php/20020429
file_uploads => On => On
gpc_order => GPC => GPC
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
max_execution_time => 0 => 30
max_input_nesting_level => 500 => 500
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
report_memleaks => On => On
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 => no value => no value
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On

ctype

ctype functions => enabled

curl

CURL support => enabled
CURL Information => libcurl/7.15.5 OpenSSL/0.9.7e zlib/1.2.3

gettext

GetText Support => enabled

mysql

MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 3.23.49
MYSQL_MODULE_TYPE => builtin
MYSQL_SOCKET => /tmp/mysql.sock
MYSQL_INCLUDE =>
MYSQL_LIBS =>

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

overload

User-Space Object Overloading Support => enabled

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 7.0 18-Dec-2006

pgsql

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

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

posix

Revision => $Revision: 1.51.2.4.2.4 $

session

Session Support => enabled
Registered save handlers => files user

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.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 => Off => Off

standard

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

Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,form=,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
EXPAT Version => 1.95.6

zlib

ZLib Support => enabled
Compiled Version => 1.2.3
Linked Version => 1.2.3

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

Environment

Variable => Value
CONTENT_TYPE =>
SSH_CLIENT => 216.27.135.141 64709 22
USER => ike
MACHTYPE => i386
MAIL => /var/mail/ike
SHLVL => 2
VENDOR => intel
QUERY_STRING =>
HOME => /home/ike
OLDPWD => /usr/local/softwares/PHP4
TEST_PHP_SRCDIR => /usr/local/softwares/PHP4/php-4.4.8
SSH_TTY => /dev/ttypb
PAGER => more
CONTENT_LENGTH =>
SCRIPT_FILENAME =>
PATH_TRANSLATED =>
GROUP => ike
LOGNAME => ike
_ => /usr/bin/make
TEST_PHP_EXECUTABLE => /usr/local/softwares/PHP4/php-4.4.8/sapi/cli/php
TERM => xterm-color
BLOCKSIZE => K
PATH => /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/ike/bin
REMOTEHOST => 216.27.135.141
HOST => gctemplate.pica9.com
SHELL => /bin/tcsh
REDIRECT_STATUS =>
__MKLVL__ => 1
REQUEST_METHOD =>
OSTYPE => FreeBSD
PWD => /usr/local/softwares/PHP4/php-4.4.8
SSH_CONNECTION => 216.27.135.141 64709 64.74.246.82 22
FTP_PASSIVE_MODE => YES
CC => gcc
HOSTTYPE => FreeBSD
EDITOR => vi

PHP Variables

Variable => Value
_SERVER["CONTENT_TYPE"] =>
_SERVER["SSH_CLIENT"] => 216.27.135.141 64709 22
_SERVER["USER"] => ike
_SERVER["MACHTYPE"] => i386
_SERVER["MAIL"] => /var/mail/ike
_SERVER["SHLVL"] => 2
_SERVER["VENDOR"] => intel
_SERVER["QUERY_STRING"] =>
_SERVER["HOME"] => /home/ike
_SERVER["OLDPWD"] => /usr/local/softwares/PHP4
_SERVER["TEST_PHP_SRCDIR"] => /usr/local/softwares/PHP4/php-4.4.8
_SERVER["SSH_TTY"] => /dev/ttypb
_SERVER["PAGER"] => more
_SERVER["CONTENT_LENGTH"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["GROUP"] => ike
_SERVER["LOGNAME"] => ike
_SERVER["_"] => /usr/bin/make
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/local/softwares/PHP4/php-4.4.8/sapi/cli/php
_SERVER["TERM"] => xterm-color
_SERVER["BLOCKSIZE"] => K
_SERVER["PATH"] => /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/ike/bin
_SERVER["REMOTEHOST"] => 216.27.135.141
_SERVER["HOST"] => gctemplate.pica9.com
_SERVER["SHELL"] => /bin/tcsh
_SERVER["REDIRECT_STATUS"] =>
_SERVER["__MKLVL__"] => 1
_SERVER["REQUEST_METHOD"] =>
_SERVER["OSTYPE"] => FreeBSD
_SERVER["PWD"] => /usr/local/softwares/PHP4/php-4.4.8
_SERVER["SSH_CONNECTION"] => 216.27.135.141 64709 64.74.246.82 22
_SERVER["FTP_PASSIVE_MODE"] => YES
_SERVER["CC"] => gcc
_SERVER["HOSTTYPE"] => FreeBSD
_SERVER["EDITOR"] => vi
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["CONTENT_TYPE"] =>
_ENV["SSH_CLIENT"] => 216.27.135.141 64709 22
_ENV["USER"] => ike
_ENV["MACHTYPE"] => i386
_ENV["MAIL"] => /var/mail/ike
_ENV["SHLVL"] => 2
_ENV["VENDOR"] => intel
_ENV["QUERY_STRING"] =>
_ENV["HOME"] => /home/ike
_ENV["OLDPWD"] => /usr/local/softwares/PHP4
_ENV["TEST_PHP_SRCDIR"] => /usr/local/softwares/PHP4/php-4.4.8
_ENV["SSH_TTY"] => /dev/ttypb
_ENV["PAGER"] => more
_ENV["CONTENT_LENGTH"] =>
_ENV["SCRIPT_FILENAME"] =>
_ENV["PATH_TRANSLATED"] =>
_ENV["GROUP"] => ike
_ENV["LOGNAME"] => ike
_ENV["_"] => /usr/bin/make
_ENV["TEST_PHP_EXECUTABLE"] => /usr/local/softwares/PHP4/php-4.4.8/sapi/cli/php
_ENV["TERM"] => xterm-color
_ENV["BLOCKSIZE"] => K
_ENV["PATH"] => /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/ike/bin
_ENV["REMOTEHOST"] => 216.27.135.141
_ENV["HOST"] => gctemplate.pica9.com
_ENV["SHELL"] => /bin/tcsh
_ENV["REDIRECT_STATUS"] =>
_ENV["__MKLVL__"] => 1
_ENV["REQUEST_METHOD"] =>
_ENV["OSTYPE"] => FreeBSD
_ENV["PWD"] => /usr/local/softwares/PHP4/php-4.4.8
_ENV["SSH_CONNECTION"] => 216.27.135.141 64709 64.74.246.82 22
_ENV["FTP_PASSIVE_MODE"] => YES
_ENV["CC"] => gcc
_ENV["HOSTTYPE"] => FreeBSD
_ENV["EDITOR"] => vi

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