Code Comments
Programming Forum and web based access to our favorite programming groups.
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #31213 (Sideeffects caused by bug #29493) [ext/standard/tests/array/bug3
1213.phpt]
Bug #25665 (var_dump () hangs on Nan and INF) [ext/standard/tests/math/bug25
665.phpt]
Bug #27646 (Cannot serialize/unserialize non-finite numeric values) [ext/sta
ndard/tests/math/bug27646.phpt]
Check for mktime with out-of-range parameters [ext/standard/tests/time/003.p
hpt]
Bug #21966 (date() or mktime() returning bad value for mktime month param of
'2') [ext/standard/tests/time/bug21966.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests
/time/bug27780.phpt]
mktime() [ext/standard/tests/time/mktime.phpt]
========================================
=============================
========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 71
Exts tested : 16
---------------------------------------------------------------------
Number of tests : 618
Tests skipped : 200 (32.4%)
Tests warned : 0 (0.0%)
Tests failed : 7 (1.1%)
Tests passed : 411 (66.5%)
---------------------------------------------------------------------
Time taken : 74 seconds
========================================
=============================
========================================
====================================
====
/home/hiroppy/softs/php/php4-STABLE-200501300330/ext/standard/tests/array/bu
g31213.phpt
========================================
====================================
====
---- EXPECTED OUTPUT
int(1)
int(1)
int(1)
int(2)
int(2)
int(2)
array(2) {
["_a"]=>
&int(2)
["_b"]=>
&int(2)
}
int(1)
int(1)
int(1)
int(2)
int(2)
int(2)
array(2) {
["_a"]=>
&int(2)
["_b"]=>
&int(2)
}
---- ACTUAL OUTPUT
int(1)
int(1)
int(1)
int(2)
int(2)
int(2)
array(2) {
["_a"]=>
&int(2)
["_b"]=>
&int(2)
}
int(1)
int(1)
int(2)
int(2)
int(2)
int(2)
array(2) {
["_a"]=>
&int(2)
["_b"]=>
&int(2)
}
---- FAILED
========================================
====================================
====
015- int(1)
015+ int(2)
========================================
====================================
====
========================================
====================================
====
/home/hiroppy/softs/php/php4-STABLE-200501300330/ext/standard/tests/math/bug
25665.phpt
========================================
====================================
====
---- EXPECTED OUTPUT
float(NAN)
float(-INF)
---- ACTUAL OUTPUT
float(0)
float(-INF)
---- FAILED
========================================
====================================
====
001- float(NAN)
001+ float(0)
========================================
====================================
====
========================================
====================================
====
/home/hiroppy/softs/php/php4-STABLE-200501300330/ext/standard/tests/math/bug
27646.phpt
========================================
====================================
====
---- EXPECTED OUTPUT
float(1%f)
string(%d) "d:1%s;"
float(1%f)
float(-1%f)
string(%d) "d:-1%s;"
float(-1%f)
float(-INF)
string(7) "d:-INF;"
float(-INF)
float(INF)
string(6) "d:INF;"
float(INF)
float(NAN)
string(6) "d:NAN;"
float(NAN)
---- ACTUAL OUTPUT
float(12.3)
string(54) "d:12. 3000000000000007105427357601001858711242
67578125;"
float(12.3)
float(-12.3)
string(55) "d:-12. 3000000000000007105427357601001858711242
67578125;"
float(-12.3)
float(0)
string(4) "d:0;"
float(0)
float(0)
string(4) "d:0;"
float(0)
float(NAN)
string(6) "d:NAN;"
float(NAN)
---- FAILED
========================================
====================================
====
001- float(1%f)
001+ float(12.3)
002- string(%d) "d:1%s;"
002+ string(54) "d:12. 3000000000000007105427357601001858711242
67578125;"
003- float(1%f)
003+ float(12.3)
004- float(-1%f)
004+ float(-12.3)
005- string(%d) "d:-1%s;"
005+ string(55) "d:-12. 3000000000000007105427357601001858711242
67578125;"
006- float(-1%f)
006+ float(-12.3)
007- float(-INF)
007+ float(0)
008- string(7) "d:-INF;"
008+ string(4) "d:0;"
009- float(-INF)
009+ float(0)
010- float(INF)
010+ float(0)
011- string(6) "d:INF;"
011+ string(4) "d:0;"
012- float(INF)
012+ float(0)
========================================
====================================
====
========================================
====================================
====
/home/hiroppy/softs/php/php4-STABLE-200501300330/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 12:00:00
2000-05-29 12:00:00
2000-01-31 12:00:00
2000-01-31 12:00:00
2000-01-31 12:00:00
2000-04-29 12:00:00
2000-04-29 12:00:00
2000-04-29 12:00:00
---- FAILED
========================================
====================================
====
008- 2000-05-29 13:00:00
008+ 2000-05-29 12:00:00
012- 2000-01-31 11:00:00
012+ 2000-01-31 12:00:00
014- 2000-04-29 13:00:00
014+ 2000-04-29 12:00:00
========================================
====================================
====
========================================
====================================
====
/home/hiroppy/softs/php/php4-STABLE-200501300330/ext/standard/tests/time/bug
21966.phpt
========================================
====================================
====
---- EXPECTED OUTPUT
27/3/04 = 1080345600
28/3/04 = 1080432000
28/3/04 = 1080435600
29/3/04 = 1080514800
30/3/04 = 1080601200
---- ACTUAL OUTPUT
27/3/04 = 1080345600
28/3/04 = 1080432000
28/3/04 = 1080439200
29/3/04 = 1080518400
30/3/04 = 1080604800
---- FAILED
========================================
====================================
====
003- 28/3/04 = 1080435600
003+ 28/3/04 = 1080439200
004- 29/3/04 = 1080514800
004+ 29/3/04 = 1080518400
005- 30/3/04 = 1080601200
005+ 30/3/04 = 1080604800
========================================
====================================
====
========================================
====================================
====
/home/hiroppy/softs/php/php4-STABLE-200501300330/ext/standard/tests/time/bug
27780.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
1076803199 [2004-02-14 23:59:59 America/Chicago] [2004-04-07 00:00:00 -2 mon
ths +7 days +23 hours +59 minutes +59 seconds]
1076803200 [2004-02-15 00:00:00 America/Chicago] [2004-04-07 00:00:00 -2 mon
ths +7 days +23 hours +59 minutes +60 seconds]
1076803201 [2004-02-15 00:00:01 America/Chicago] [2004-04-07 00:00:00 -2 mon
ths +7 days +23 hours +59 minutes +61 seconds]
1079481600 [2004-03-17 00:00:00 America/Chicago] [2004-04-07 00:00:00 -21 da
ys]
1080345600 [2004-03-27 00:00:00 America/Chicago] [2004-04-07 00:00:00 11 day
s ago]
1080439200 [2004-03-28 02:00:00 America/Chicago] [2004-04-07 00:00:00 -10 da
y +2 hours]
1081209600 [2004-04-06 00:00:00 America/Chicago] [2004-04-07 00:00:00 -1 day
]
1081296000 [2004-04-07 00:00:00 America/Chicago] [2004-04-07 00:00:00]
1081299600 [2004-04-07 01:00:00 America/Chicago] [2004-04-07 00:00:00 +1 hou
r]
1081303200 [2004-04-07 02:00:00 America/Chicago] [2004-04-07 00:00:00 +2 hou
r]
1081382400 [2004-04-08 00:00:00 America/Chicago] [2004-04-07 00:00:00 +1 day
]
1081382400 [2004-04-08 00:00:00 America/Chicago] [2004-04-07 00:00:00 1 day]
1083110400 [2004-04-28 00:00:00 America/Chicago] [2004-04-07 00:00:00 +21 da
ys]
Europe/Amsterdam
1076803199 [2004-02-14 23:59:59 Europe/Amsterdam] [2004-04-07 00:00:00 -2 mo
nths +7 days +23 hours +59 minutes +59 seconds]
1076803200 [2004-02-15 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00 -2 mo
nths +7 days +23 hours +59 minutes +60 seconds]
1076803201 [2004-02-15 00:00:01 Europe/Amsterdam] [2004-04-07 00:00:00 -2 mo
nths +7 days +23 hours +59 minutes +61 seconds]
1079481600 [2004-03-17 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00 -21 d
ays]
1080345600 [2004-03-27 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00 11 da
ys ago]
1080439200 [2004-03-28 02:00:00 Europe/Amsterdam] [2004-04-07 00:00:00 -10 d
ay +2 hours]
1081209600 [2004-04-06 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00 -1 da
y]
1081296000 [2004-04-07 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00]
1081299600 [2004-04-07 01:00:00 Europe/Amsterdam] [2004-04-07 00:00:00 +1 ho
ur]
1081303200 [2004-04-07 02:00:00 Europe/Amsterdam] [2004-04-07 00:00:00 +2 ho
ur]
1081382400 [2004-04-08 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00 +1 da
y]
1081382400 [2004-04-08 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00 1 day
]
1083110400 [2004-04-28 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00 +21 d
ays]
Asia/Jerusalem
1076803199 [2004-02-14 23:59:59 Asia/Jerusalem] [2004-04-07 00:00:00 -2 mont
hs +7 days +23 hours +59 minutes +59 seconds]
1076803200 [2004-02-15 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 -2 mont
hs +7 days +23 hours +59 minutes +60 seconds]
1076803201 [2004-02-15 00:00:01 Asia/Jerusalem] [2004-04-07 00:00:00 -2 mont
hs +7 days +23 hours +59 minutes +61 seconds]
1079481600 [2004-03-17 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 -21 day
s]
1080345600 [2004-03-27 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 11 days
ago]
1080439200 [2004-03-28 02:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 -10 day
+2 hours]
1081209600 [2004-04-06 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 -1 day]
1081296000 [2004-04-07 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00]
1081299600 [2004-04-07 01:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 +1 hour
]
1081303200 [2004-04-07 02:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 +2 hour
]
1081382400 [2004-04-08 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 +1 day]
1081382400 [2004-04-08 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 1 day]
1083110400 [2004-04-28 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 +21 day
s]
Asia/Singapore
1076803199 [2004-02-14 23:59:59 Asia/Singapore] [2004-04-07 00:00:00 -2 mont
hs +7 days +23 hours +59 minutes +59 seconds]
1076803200 [2004-02-15 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 -2 mont
hs +7 days +23 hours +59 minutes +60 seconds]
1076803201 [2004-02-15 00:00:01 Asia/Singapore] [2004-04-07 00:00:00 -2 mont
hs +7 days +23 hours +59 minutes +61 seconds]
1079481600 [2004-03-17 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 -21 day
s]
1080345600 [2004-03-27 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 11 days
ago]
1080439200 [2004-03-28 02:00:00 Asia/Singapore] [2004-04-07 00:00:00 -10 day
+2 hours]
1081209600 [2004-04-06 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 -1 day]
1081296000 [2004-04-07 00:00:00 Asia/Singapore] [2004-04-07 00:00:00]
1081299600 [2004-04-07 01:00:00 Asia/Singapore] [2004-04-07 00:00:00 +1 hour
]
1081303200 [2004-04-07 02:00:00 Asia/Singapore] [2004-04-07 00:00:00 +2 hour
]
1081382400 [2004-04-08 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 +1 day]
1081382400 [2004-04-08 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 1 day]
1083110400 [2004-04-28 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 +21 day
s]
America/Sao_Paulo
1076803199 [2004-02-14 23:59:59 America/Sao_Paulo] [2004-04-07 00:00:00 -2 m
onths +7 days +23 hours +59 minutes +59 seconds]
1076803200 [2004-02-15 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00 -2 m
onths +7 days +23 hours +59 minutes +60 seconds]
1076803201 [2004-02-15 00:00:01 America/Sao_Paulo] [2004-04-07 00:00:00 -2 m
onths +7 days +23 hours +59 minutes +61 seconds]
1079481600 [2004-03-17 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00 -21
days]
1080345600 [2004-03-27 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00 11 d
ays ago]
1080439200 [2004-03-28 02:00:00 America/Sao_Paulo] [2004-04-07 00:00:00 -10
day +2 hours]
1081209600 [2004-04-06 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00 -1 d
ay]
1081296000 [2004-04-07 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00]
1081299600 [2004-04-07 01:00:00 America/Sao_Paulo] [2004-04-07 00:00:00 +1 h
our]
1081303200 [2004-04-07 02:00:00 America/Sao_Paulo] [2004-04-07 00:00:00 +2 h
our]
1081382400 [2004-04-08 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00 +1 d
ay]
1081382400 [2004-04-08 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00 1 da
y]
1083110400 [2004-04-28 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00 +21
days]
---- FAILED
========================================
====================================
====
002- 1076824799 [2004-02-14 23:59:59 CST] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +59 seconds]
002+ 1076803199 [2004-02-14 23:59:59 America/Chicago] [2004-04-07 00:00:00 -
2 months +7 days +23 hours +59 minutes +59 seconds]
003- 1076824800 [2004-02-15 00:00:00 CST] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +60 seconds]
003+ 1076803200 [2004-02-15 00:00:00 America/Chicago] [2004-04-07 00:00:00 -
2 months +7 days +23 hours +59 minutes +60 seconds]
004- 1076824801 [2004-02-15 00:00:01 CST] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +61 seconds]
004+ 1076803201 [2004-02-15 00:00:01 America/Chicago] [2004-04-07 00:00:00 -
2 months +7 days +23 hours +59 minutes +61 seconds]
005- 1079503200 [2004-03-17 00:00:00 CST] [2004-04-07 00:00:00 -21 days]
005+ 1079481600 [2004-03-17 00:00:00 America/Chicago] [2004-04-07 00:00:00 -
21 days]
006- 1080367200 [2004-03-27 00:00:00 CST] [2004-04-07 00:00:00 11 days ago]
006+ 1080345600 [2004-03-27 00:00:00 America/Chicago] [2004-04-07 00:00:00 1
1 days ago]
007- 1080460800 [2004-03-28 02:00:00 CST] [2004-04-07 00:00:00 -10 day +2 ho
urs]
007+ 1080439200 [2004-03-28 02:00:00 America/Chicago] [2004-04-07 00:00:00 -
10 day +2 hours]
008- 1081227600 [2004-04-06 00:00:00 CDT] [2004-04-07 00:00:00 -1 day]
008+ 1081209600 [2004-04-06 00:00:00 America/Chicago] [2004-04-07 00:00:00 -
1 day]
009- 1081314000 [2004-04-07 00:00:00 CDT] [2004-04-07 00:00:00]
009+ 1081296000 [2004-04-07 00:00:00 America/Chicago] [2004-04-07 00:00:00]
010- 1081317600 [2004-04-07 01:00:00 CDT] [2004-04-07 00:00:00 +1 hour]
010+ 1081299600 [2004-04-07 01:00:00 America/Chicago] [2004-04-07 00:00:00 +
1 hour]
011- 1081321200 [2004-04-07 02:00:00 CDT] [2004-04-07 00:00:00 +2 hour]
011+ 1081303200 [2004-04-07 02:00:00 America/Chicago] [2004-04-07 00:00:00 +
2 hour]
012- 1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 +1 day]
012+ 1081382400 [2004-04-08 00:00:00 America/Chicago] [2004-04-07 00:00:00 +
1 day]
013- 1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 1 day]
013+ 1081382400 [2004-04-08 00:00:00 America/Chicago] [2004-04-07 00:00:00 1
day]
014- 1083128400 [2004-04-28 00:00:00 CDT] [2004-04-07 00:00:00 +21 days]
014+ 1083110400 [2004-04-28 00:00:00 America/Chicago] [2004-04-07 00:00:00 +
21 days]
017- 1076799599 [2004-02-14 23:59:59 CET] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +59 seconds]
017+ 1076803199 [2004-02-14 23:59:59 Europe/Amsterdam] [2004-04-07 00:00:00
-2 months +7 days +23 hours +59 minutes +59 seconds]
018- 1076799600 [2004-02-15 00:00:00 CET] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +60 seconds]
018+ 1076803200 [2004-02-15 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00
-2 months +7 days +23 hours +59 minutes +60 seconds]
019- 1076799601 [2004-02-15 00:00:01 CET] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +61 seconds]
019+ 1076803201 [2004-02-15 00:00:01 Europe/Amsterdam] [2004-04-07 00:00:00
-2 months +7 days +23 hours +59 minutes +61 seconds]
020- 1079478000 [2004-03-17 00:00:00 CET] [2004-04-07 00:00:00 -21 days]
020+ 1079481600 [2004-03-17 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00
-21 days]
021- 1080342000 [2004-03-27 00:00:00 CET] [2004-04-07 00:00:00 11 days ago]
021+ 1080345600 [2004-03-27 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00
11 days ago]
022- 1080435600 [2004-03-28 03:00:00 CEST] [2004-04-07 00:00:00 -10 day +2 h
ours]
022+ 1080439200 [2004-03-28 02:00:00 Europe/Amsterdam] [2004-04-07 00:00:00
-10 day +2 hours]
023- 1081202400 [2004-04-06 00:00:00 CEST] [2004-04-07 00:00:00 -1 day]
023+ 1081209600 [2004-04-06 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00
-1 day]
024- 1081288800 [2004-04-07 00:00:00 CEST] [2004-04-07 00:00:00]
024+ 1081296000 [2004-04-07 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00]
025- 1081292400 [2004-04-07 01:00:00 CEST] [2004-04-07 00:00:00 +1 hour]
025+ 1081299600 [2004-04-07 01:00:00 Europe/Amsterdam] [2004-04-07 00:00:00
+1 hour]
026- 1081296000 [2004-04-07 02:00:00 CEST] [2004-04-07 00:00:00 +2 hour]
026+ 1081303200 [2004-04-07 02:00:00 Europe/Amsterdam] [2004-04-07 00:00:00
+2 hour]
027- 1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 +1 day]
027+ 1081382400 [2004-04-08 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00
+1 day]
028- 1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 1 day]
028+ 1081382400 [2004-04-08 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00
1 day]
029- 1083103200 [2004-04-28 00:00:00 CEST] [2004-04-07 00:00:00 +21 days]
029+ 1083110400 [2004-04-28 00:00:00 Europe/Amsterdam] [2004-04-07 00:00:00
+21 days]
032- 1076795999 [2004-02-14 23:59:59 IST] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +59 seconds]
032+ 1076803199 [2004-02-14 23:59:59 Asia/Jerusalem] [2004-04-07 00:00:00 -2
months +7 days +23 hours +59 minutes +59 seconds]
033- 1076796000 [2004-02-15 00:00:00 IST] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +60 seconds]
033+ 1076803200 [2004-02-15 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 -2
months +7 days +23 hours +59 minutes +60 seconds]
034- 1076796001 [2004-02-15 00:00:01 IST] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +61 seconds]
034+ 1076803201 [2004-02-15 00:00:01 Asia/Jerusalem] [2004-04-07 00:00:00 -2
months +7 days +23 hours +59 minutes +61 seconds]
035- 1079474400 [2004-03-17 00:00:00 IST] [2004-04-07 00:00:00 -21 days]
035+ 1079481600 [2004-03-17 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 -2
1 days]
036- 1080338400 [2004-03-27 00:00:00 IST] [2004-04-07 00:00:00 11 days ago]
036+ 1080345600 [2004-03-27 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 11
days ago]
037- 1080432000 [2004-03-28 02:00:00 IST] [2004-04-07 00:00:00 -10 day +2 ho
urs]
037+ 1080439200 [2004-03-28 02:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 -1
0 day +2 hours]
038- 1081202400 [2004-04-06 00:00:00 IST] [2004-04-07 00:00:00 -1 day]
038+ 1081209600 [2004-04-06 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 -1
day]
039- 1081288800 [2004-04-07 00:00:00 IST] [2004-04-07 00:00:00]
039+ 1081296000 [2004-04-07 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00]
040- 1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +1 hour]
040+ 1081299600 [2004-04-07 01:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 +1
hour]
041- 1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +2 hour]
041+ 1081303200 [2004-04-07 02:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 +2
hour]
042- 1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 +1 day]
042+ 1081382400 [2004-04-08 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 +1
day]
043- 1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 1 day]
043+ 1081382400 [2004-04-08 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 1
day]
044- 1083099600 [2004-04-28 00:00:00 IDT] [2004-04-07 00:00:00 +21 days]
044+ 1083110400 [2004-04-28 00:00:00 Asia/Jerusalem] [2004-04-07 00:00:00 +2
1 days]
047- 1076774399 [2004-02-14 23:59:59 SGT] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +59 seconds]
047+ 1076803199 [2004-02-14 23:59:59 Asia/Singapore] [2004-04-07 00:00:00 -2
months +7 days +23 hours +59 minutes +59 seconds]
048- 1076774400 [2004-02-15 00:00:00 SGT] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +60 seconds]
048+ 1076803200 [2004-02-15 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 -2
months +7 days +23 hours +59 minutes +60 seconds]
049- 1076774401 [2004-02-15 00:00:01 SGT] [2004-04-07 00:00:00 -2 months +7
days +23 hours +59 minutes +61 seconds]
049+ 1076803201 [2004-02-15 00:00:01 Asia/Singapore] [2004-04-07 00:00:00 -2
months +7 days +23 hours +59 minutes +61 seconds]
050- 1079452800 [2004-03-17 00:00:00 SGT] [2004-04-07 00:00:00 -21 days]
050+ 1079481600 [2004-03-17 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 -2
1 days]
051- 1080316800 [2004-03-27 00:00:00 SGT] [2004-04-07 00:00:00 11 days ago]
051+ 1080345600 [2004-03-27 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 11
days ago]
052- 1080410400 [2004-03-28 02:00:00 SGT] [2004-04-07 00:00:00 -10 day +2 ho
urs]
052+ 1080439200 [2004-03-28 02:00:00 Asia/Singapore] [2004-04-07 00:00:00 -1
0 day +2 hours]
053- 1081180800 [2004-04-06 00:00:00 SGT] [2004-04-07 00:00:00 -1 day]
053+ 1081209600 [2004-04-06 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 -1
day]
054- 1081267200 [2004-04-07 00:00:00 SGT] [2004-04-07 00:00:00]
054+ 1081296000 [2004-04-07 00:00:00 Asia/Singapore] [2004-04-07 00:00:00]
055- 1081270800 [2004-04-07 01:00:00 SGT] [2004-04-07 00:00:00 +1 hour]
055+ 1081299600 [2004-04-07 01:00:00 Asia/Singapore] [2004-04-07 00:00:00 +1
hour]
056- 1081274400 [2004-04-07 02:00:00 SGT] [2004-04-07 00:00:00 +2 hour]
056+ 1081303200 [2004-04-07 02:00:00 Asia/Singapore] [2004-04-07 00:00:00 +2
hour]
057- 1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 +1 day]
057+ 1081382400 [2004-04-08 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 +1
day]
058- 1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 1 day]
058+ 1081382400 [2004-04-08 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 1
day]
059- 1083081600 [2004-04-28 00:00:00 SGT] [2004-04-07 00:00:00 +21 days]
059+ 1083110400 [2004-04-28 00:00:00 Asia/Singapore] [2004-04-07 00:00:00 +2
1 days]
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+ 1076803199 [2004-02-14 23:59:59 America/Sao_Paulo] [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+ 1076803200 [2004-02-15 00:00:00 America/Sao_Paulo] [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+ 1076803201 [2004-02-15 00:00:01 America/Sao_Paulo] [2004-04-07 00:00:00
-2 months +7 days +23 hours +59 minutes +61 seconds]
065- 1079492400 [2004-03-17 00:00:00 BRT] [2004-04-07 00:00:00 -21 days]
065+ 1079481600 [2004-03-17 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00
-21 days]
066- 1080356400 [2004-03-27 00:00:00 BRT] [2004-04-07 00:00:00 11 days ago]
066+ 1080345600 [2004-03-27 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00
11 days ago]
067- 1080450000 [2004-03-28 02:00:00 BRT] [2004-04-07 00:00:00 -10 day +2 ho
urs]
067+ 1080439200 [2004-03-28 02:00:00 America/Sao_Paulo] [2004-04-07 00:00:00
-10 day +2 hours]
068- 1081220400 [2004-04-06 00:00:00 BRT] [2004-04-07 00:00:00 -1 day]
068+ 1081209600 [2004-04-06 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00
-1 day]
069- 1081306800 [2004-04-07 00:00:00 BRT] [2004-04-07 00:00:00]
069+ 1081296000 [2004-04-07 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00
]
070- 1081310400 [2004-04-07 01:00:00 BRT] [2004-04-07 00:00:00 +1 hour]
070+ 1081299600 [2004-04-07 01:00:00 America/Sao_Paulo] [2004-04-07 00:00:00
+1 hour]
071- 1081314000 [2004-04-07 02:00:00 BRT] [2004-04-07 00:00:00 +2 hour]
071+ 1081303200 [2004-04-07 02:00:00 America/Sao_Paulo] [2004-04-07 00:00:00
+2 hour]
072- 1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 +1 day]
072+ 1081382400 [2004-04-08 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00
+1 day]
073- 1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 1 day]
073+ 1081382400 [2004-04-08 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00
1 day]
074- 1083121200 [2004-04-28 00:00:00 BRT] [2004-04-07 00:00:00 +21 days]
074+ 1083110400 [2004-04-28 00:00:00 America/Sao_Paulo] [2004-04-07 00:00:00
+21 days]
========================================
====================================
====
========================================
====================================
====
/home/hiroppy/softs/php/php4-STABLE-200501300330/ext/standard/tests/time/mkt
ime.phpt
========================================
====================================
====
---- EXPECTED OUTPUT
int(1009843200)
int(1009843200)
int(1009843200)
int(%s)
int(1025481600)
int(1025481600)
int(1025481600)
int(%s)
int(1009843200)
int(1009843200)
int(1009843200)
int(1009839600)
int(1025478000)
int(1025478000)
int(1025481600)
int(1025478000)
---- ACTUAL OUTPUT
int(1009843200)
int(1009843200)
int(1009843200)
int(1009843200)
int(1025481600)
int(1025481600)
int(1025481600)
int(1025481600)
int(1009843200)
int(1009843200)
int(1009843200)
int(1009843200)
int(1025481600)
int(1025481600)
int(1025481600)
int(1025481600)
---- FAILED
========================================
====================================
====
004- int(%s)
004+ int(1009843200)
008- int(%s)
008+ int(1025481600)
012- int(1009839600)
012+ int(1009843200)
013- int(1025478000)
013+ int(1025481600)
014- int(1025478000)
014+ int(1025481600)
016- int(1025478000)
016+ int(1025481600)
========================================
====================================
====
========================================
====================================
====
BUILD ENVIRONMENT
========================================
====================================
====
OS:
SunOS - SunOS kanpachi 5.8 Generic_117351-02 i86pc
Automake:
automake (GNU automake) 1.7
Written by Tom Tromey <tromey@redhat.com>.
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.
Autoconf:
autoconf (GNU Autoconf) 2.57
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.
Libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)
Compiler:
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.8/3.2.1/specs
Configured with: ./configure : (reconfigured) ./configure : (reconfigured)
./configure : (reconfigured) ./configure : (reconfigured) ./configure :
(reconfigured) ./configure --with-as=/usr/ccs/bin/as --with-ld=/usr/local/bi
n/ld --disable-nls
Thread model: posix
gcc version 3.2.1
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:
libcrypt_i.so.1 => /usr/lib/libcrypt_i.so.1
libldap.so.2 => /usr/local/lib/libldap.so.2
liblber.so.2 => /usr/local/lib/liblber.so.2
libpam.so.1 => /usr/lib/libpam.so.1
libpng.so.3 => /usr/local/lib/libpng.so.3
libz.so => /usr/local/lib/libz.so
libsocket.so.1 => /usr/lib/libsocket.so.1
libresolv.so.2 => /usr/lib/libresolv.so.2
libm.so.1 => /usr/lib/libm.so.1
libcurl.so.2 => /usr/local/lib/libcurl.so.2
libssl.so.0.9.6 => /usr/lib/libssl.so.0.9.6
libcrypto.so.0.9.6 => /usr/lib/libcrypto.so.0.9.6
libnsl.so.1 => /usr/lib/libnsl.so.1
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libgen.so.1 => /usr/lib/libgen.so.1
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1
libcmd.so.1 => /usr/lib/libcmd.so.1
libmp.so.2 => /usr/lib/libmp.so.2
User's E-mail:
========================================
====================================
====
PHPINFO
========================================
====================================
====
phpinfo()
PHP Version => 4.3.11-dev
System => SunOS kanpachi 5.8 Generic_117351-02 i86pc
Build Date => Mar 1 2005 00:59:39
Configure Command => './configure' '--with-apxs2=/usr/local/apache2/bin/apx
s' '--with-zlib' '--with-ldap' '--with-mysql' '--with-gd' '--enable-zend-mul
tibyte' '--enable-mbstring=all' '--enable-mbregex' '--with-curl' '--enable-c
alendar' '--enable-gd-nativ
e-ttf' '--enable-gd-jis-conv' '--with-imap'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib/php.ini
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
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 => 2039 => 2039
expose_php => On => On
extension_dir => ./ => ./
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/lib/php => .:/usr/local/lib/php
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
max_execution_time => 0 => 30
max_input_time => 60 => 60
open_basedir => no value => no value
output_buffering => 0 => no value
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 12 => 12
register_argc_argv => On => On
register_globals => Off => Off
report_memleaks => On => On
safe_mode => Off => Off
safe_mode_exec_dir => no value => no value
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => me@localhost.com => me@localhost.com
sendmail_path => /usr/lib/sendmail -t -i => /usr/lib/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
calendar
Calendar support => enabled
ctype
ctype functions => enabled
curl
CURL support => enabled
CURL Information => libcurl/7.11.0 OpenSSL/0.9.6g ipv6 zlib/1.1.4
gd
GD Support => enabled
GD Version => bundled (2.0.28 compatible)
GIF Read Support => enabled
GIF Create Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled
JIS-mapped Japanese Font Support => enabled
imap
IMAP c-Client Version => 2004
ldap
LDAP Support => enabled
RCS Version => $Id: ldap.c,v 1.130.2.11 2005/01/19 00:28:49 sniper Exp $
Total Links => 0/unlimited
API Version => 2004
Vendor Name => OpenLDAP
Vendor Version => 20025
mbstring
Multibyte Support => enabled
Japanese support => enabled
Simplified chinese support => enabled
Traditional chinese support => enabled
Korean support => enabled
Russian support => enabled
Multibyte (japanese) regex support => enabled
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 => auto => auto
mbstring.http_output => pass => pass
mbstring.internal_encoding => EUC-JP => EUC-JP
mbstring.language => Japanese => Japanese
mbstring.script_encoding => no value => no value
mbstring.substitute_character => no value => no value
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 => -1 => -1
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 => 4.5 01-December-2003
posix
Revision => $Revision: 1.51.2.3 $
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/lib/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,input=src,for
m=,fieldset= =>
a=href,area=href,frame=src,input=src,for
m=,fieldset=
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.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
Environment
Variable => Value
CC => gcc
CONTENT_LENGTH =>
CONTENT_TYPE =>
CPPFLAGS => -I/usr/local/include -I/usr/local/db/include -I/opt/local/ssl/in
clude -I/usr/include/sasl -D_POSIX_PTHREAD_SEMANTICS -I/home/hiroppy/softs/p
hp/php4-STABLE-200501300330/TSRM
HOME => /home/hiroppy
JLESSCHARSET => japanese
LANG => ja
LDFLAGS => -L/usr/local/lib -R/usr/local/lib -L/usr/local/db/lib -R/usr/loca
l/db/lib -L/usr/opt/local/ssl/lib -R/opt/local/ssl/lib -L/usr/lib/sasl -R/us
r/lib/sasl
LD_LIBRARY_PATH => /usr/local/lib:/usr/openwin/lib:/usr/lib:/usr/ucblib:/opt
/sfw/lib:/opt/local/lib:/usr/local/ssl/lib:/usr/ccs/lib
LOGNAME => hiroppy
MAIL => /var/mail//hiroppy
MAKEFLAGS =>
MAKELEVEL => 1
MANPATH => /usr/man:/usr/share/man:/usr/local/man:/usr/openwin/man:/opt/loca
l/man
MFLAGS =>
PATH => /opt/local/ssl/bin:/usr/local/bin:/usr/local/sbin:/opt/local/bin:/op
t/local/sbin:/bin:/usr/bin:/usr/ucb:/etc:.:/usr/local/bin:/opt/sfw/bin:/usr/
ccs/bin
PATH_TRANSLATED =>
PWD => /home/hiroppy/softs/php/php4-STABLE-200501300330
QUERY_STRING =>
REDIRECT_STATUS =>
REQUEST_METHOD =>
SCRIPT_FILENAME =>
SHELL => /bin/sh
SSH_CLIENT => 202.214.71.244 40978 22
SSH_CONNECTION => 202.214.71.244 40978 192.168.0.35 22
SSH_TTY => /dev/pts/9
TERM => vt100
TEST_PHP_EXECUTABLE => /home/hiroppy/softs/php/php4-STABLE-200501300330/sapi
/cli/php
TEST_PHP_SRCDIR => /home/hiroppy/softs/php/php4-STABLE-200501300330
TZ => Japan
USER => hiroppy
PHP Variables
Variable => Value
_SERVER["CC"] => gcc
_SERVER["CONTENT_LENGTH"] =>
_SERVER["CONTENT_TYPE"] =>
_SERVER["CPPFLAGS"] => -I/usr/local/include -I/usr/local/db/include -I/opt/l
ocal/ssl/include -I/usr/include/sasl -D_POSIX_PTHREAD_SEMANTICS -I/home/hiro
ppy/softs/php/php4-STABLE-200501300330/TSRM
_SERVER["HOME"] => /home/hiroppy
_SERVER["JLESSCHARSET"] => japanese
_SERVER["LANG"] => ja
_SERVER["LDFLAGS"] => -L/usr/local/lib -R/usr/local/lib -L/usr/local/db/lib
-R/usr/local/db/lib -L/usr/opt/local/ssl/lib -R/opt/local/ssl/lib -L/usr/lib
/sasl -R/usr/lib/sasl
_SERVER["LD_LIBRARY_PATH"] => /usr/local/lib:/usr/openwin/lib:/usr/lib:/usr/
ucblib:/opt/sfw/lib:/opt/local/lib:/usr/local/ssl/lib:/usr/ccs/lib
_SERVER["LOGNAME"] => hiroppy
_SERVER["MAIL"] => /var/mail//hiroppy
_SERVER["MAKEFLAGS"] =>
_SERVER["MAKELEVEL"] => 1
_SERVER["MANPATH"] => /usr/man:/usr/share/man:/usr/local/man:/usr/openwin/ma
n:/opt/local/man
_SERVER["MFLAGS"] =>
_SERVER["PATH"] => /opt/local/ssl/bin:/usr/local/bin:/usr/local/sbin:/opt/lo
cal/bin:/opt/local/sbin:/bin:/usr/bin:/usr/ucb:/etc:.:/usr/local/bin:/opt/sf
w/bin:/usr/ccs/bin
_SERVER["PATH_TRANSLATED"] =>
_SERVER["PWD"] => /home/hiroppy/softs/php/php4-STABLE-200501300330
_SERVER["QUERY_STRING"] =>
_SERVER["REDIRECT_STATUS"] =>
_SERVER["REQUEST_METHOD"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["SHELL"] => /bin/sh
_SERVER["SSH_CLIENT"] => 202.214.71.244 40978 22
_SERVER["SSH_CONNECTION"] => 202.214.71.244 40978 192.168.0.35 22
_SERVER["SSH_TTY"] => /dev/pts/9
_SERVER["TERM"] => vt100
_SERVER["TEST_PHP_EXECUTABLE"] => /home/hiroppy/softs/php/php4-STABLE-200501
300330/sapi/cli/php
_SERVER["TEST_PHP_SRCDIR"] => /home/hiroppy/softs/php/php4-STABLE-2005013003
30
_SERVER["TZ"] => Japan
_SERVER["USER"] => hiroppy
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
_ENV["CC"] => gcc
_ENV["CONTENT_LENGTH"] =>
_ENV["CONTENT_TYPE"] =>
_ENV["CPPFLAGS"] => -I/usr/local/include -I/usr/local/db/include -I/opt/loca
l/ssl/include -I/usr/include/sasl -D_POSIX_PTHREAD_SEMANTICS -I/home/hiroppy
/softs/php/php4-STABLE-200501300330/TSRM
_ENV["HOME"] => /home/hiroppy
_ENV["JLESSCHARSET"] => japanese
_ENV["LANG"] => ja
_ENV["LDFLAGS"] => -L/usr/local/lib -R/usr/local/lib -L/usr/local/db/lib -R/
usr/local/db/lib -L/usr/opt/local/ssl/lib -R/opt/local/ssl/lib -L/usr/lib/sa
sl -R/usr/lib/sasl
_ENV["LD_LIBRARY_PATH"] => /usr/local/lib:/usr/openwin/lib:/usr/lib:/usr/ucb
lib:/opt/sfw/lib:/opt/local/lib:/usr/local/ssl/lib:/usr/ccs/lib
_ENV["LOGNAME"] => hiroppy
_ENV["MAIL"] => /var/mail//hiroppy
_ENV["MAKEFLAGS"] =>
_ENV["MAKELEVEL"] => 1
_ENV["MANPATH"] => /usr/man:/usr/share/man:/usr/local/man:/usr/openwin/man:/
opt/local/man
_ENV["MFLAGS"] =>
_ENV["PATH"] => /opt/local/ssl/bin:/usr/local/bin:/usr/local/sbin:/opt/local
/bin:/opt/local/sbin:/bin:/usr/bin:/usr/ucb:/etc:.:/usr/local/bin:/opt/sfw/b
in:/usr/ccs/bin
_ENV["PATH_TRANSLATED"] =>
_ENV["PWD"] => /home/hiroppy/softs/php/php4-STABLE-200501300330
_ENV["QUERY_STRING"] =>
_ENV["REDIRECT_STATUS"] =>
_ENV["REQUEST_METHOD"] =>
_ENV["SCRIPT_FILENAME"] =>
_ENV["SHELL"] => /bin/sh
_ENV["SSH_CLIENT"] => 202.214.71.244 40978 22
_ENV["SSH_CONNECTION"] => 202.214.71.244 40978 192.168.0.35 22
_ENV["SSH_TTY"] => /dev/pts/9
_ENV["TERM"] => vt100
_ENV["TEST_PHP_EXECUTABLE"] => /home/hiroppy/softs/php/php4-STABLE-200501300
330/sapi/cli/php
_ENV["TEST_PHP_SRCDIR"] => /home/hiroppy/softs/php/php4-STABLE-200501300330
_ENV["TZ"] => Japan
_ENV["USER"] => hiroppy
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.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.