On Tue, 10 Aug 2004, Derick Rethans wrote:

> On Tue, 10 Aug 2004, Andi Gutmans wrote:
>
> > I'd like to roll it today but haven't heard feedback from people about
> > successful installation.
> > Anyone installed it?
>
> Nope, I'd suggest to release on Thursday (like we often do :)
> I'll install it now and see if it compiles.

There are a couple of tests that fail. See attached file.

Derick
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #26737 (Protected and private variables are not saved on serialization when a user 
defined __sleep is used) [tests/classes/bug26737.phpt]
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
Test 5: HTML Test [ext/dom/tests/dom005.phpt]
jpeg <--> gd1/gd2 conversion test [ext/gd/tests/jpg2gd.phpt]
png <--> gd1/gd2 conversion test [ext/gd/tests/png2gd.phpt]
Bug #16069 [ext/iconv/tests/bug16069.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
HTML input/output [ext/mbstring/tests/htmlent.phpt]
mb_output_handler() (Shift_JIS) [ext/mbstring/tests/mb_output_handler_shift_jis.phpt]
Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) 
[ext/standard/tests/time/bug20382.phpt]
Passing configuration file through tidy_parse_file() [ext/tidy/tests/016.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
=====================================================================


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   61
Exts tested     :   22
---------------------------------------------------------------------

Number of tests : 1247               711
Tests skipped   :  536 (43.0%) --------
Tests warned    :    0 (0.0%) (0.0%)
Tests failed    :   13 (1.0%) (1.8%)
Tests passed    :  698 (56.0%) (98.2%)
---------------------------------------------------------------------
Time taken      :   65 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #26737 (Protected and private variables are not saved on serialization when a user 
defined __sleep is used) [tests/classes/bug26737.phpt]
Test for buffering in core functions with implicit flush off [tests/func/008.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
Test 5: HTML Test [ext/dom/tests/dom005.phpt]
jpeg <--> gd1/gd2 conversion test [ext/gd/tests/jpg2gd.phpt]
png <--> gd1/gd2 conversion test [ext/gd/tests/png2gd.phpt]
Bug #16069 [ext/iconv/tests/bug16069.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
HTML input/output [ext/mbstring/tests/htmlent.phpt]
mb_output_handler() (Shift_JIS) [ext/mbstring/tests/mb_output_handler_shift_jis.phpt]
Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) 
[ext/standard/tests/time/bug20382.phpt]
Passing configuration file through tidy_parse_file() [ext/tidy/tests/016.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
=====================================================================


================================================================================
/dat/dev/php/php-5.0.1RC1/tests/classes/bug26737.phpt
================================================================================

---- EXPECTED OUTPUT
string(76) 
"O:3:"foo":3:{s:7:"private";N;s:9:"protected";R:2;s:6:"public";s:6:"public";}"
---- ACTUAL OUTPUT
string(74) "O:3:"foo":3:{s:7:"private";N;s:9:"protected";N;s:6:"public";s:6:"public";}"
---- FAILED

================================================================================
001+ string(74) 
"O:3:"foo":3:{s:7:"private";N;s:9:"protected";N;s:6:"public";s:6:"public";}"

001- string(76) 
"O:3:"foo":3:{s:7:"private";N;s:9:"protected";R:2;s:6:"public";s:6:"public";}"
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/tests/func/008.phpt
================================================================================

---- EXPECTED OUTPUT
'foo1'

'foo2'
---- ACTUAL OUTPUT

---- FAILED

================================================================================
001- 'foo1'

003- 'foo2'
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/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 /dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on 
line 7

Strict Standards: Only variable references should be returned by reference in 
/dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on line 7
string(3) "foo"
'foo'

Notice: Undefined variable:  a in /dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on 
line 7

Strict Standards: Only variable references should be returned by reference in 
/dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on line 7
NULL
'foo'

Notice: Undefined variable:  a in /dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on 
line 7
NULL
'foo'

Notice: Undefined variable:  a in /dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on 
line 7
NULL
'foo'

Notice: Undefined variable:  a in /dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on 
line 7
NULL
'foo'

Notice: Undefined variable:  a in /dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on 
line 7
NULL
'foo'

Notice: Undefined variable:  a in /dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on 
line 7
NULL
'foo'

Notice: Undefined variable:  a in /dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on 
line 7
/dat/dev/php/php-5.0.1RC1/Zend/zend_execute.c(610) :  Freeing 0x0852D864 (4 bytes), 
script=/dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php
/dat/dev/php/php-5.0.1RC1/Zend/zend_variables.c(137) : Actual location (location was 
relayed)
/dat/dev/php/php-5.0.1RC1/Zend/zend_execute.c(265) :  Freeing 0x0853F75C (16 bytes), 
script=/dat/dev/php/php-5.0.1RC1/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 
/dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on line 7

021+ NULL

022+ 'foo'

023+ 

024+ Notice: Undefined variable:  a in 
/dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on line 7

025+ NULL

026+ 'foo'

027+ 

028+ Notice: Undefined variable:  a in 
/dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php on line 7

029+ NULL

030+ 'foo'

031+ 

032+ Notice: Undefined variable:  a in 
/dat/dev/php/php-5.0.1RC1/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+ /dat/dev/php/php-5.0.1RC1/Zend/zend_execute.c(610) :  Freeing 0x0852D864 (4 
bytes), script=/dat/dev/php/php-5.0.1RC1/Zend/tests/bug22836.php

038+ /dat/dev/php/php-5.0.1RC1/Zend/zend_variables.c(137) : Actual location (location 
was relayed)

039+ /dat/dev/php/php-5.0.1RC1/Zend/zend_execute.c(265) :  Freeing 0x0853F75C (16 
bytes), script=/dat/dev/php/php-5.0.1RC1/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
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/ext/dom/tests/dom005.phpt
================================================================================

---- EXPECTED OUTPUT
--- save as XML
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" 
"http://www.w3.org/TR/REC-html40/loose.dtd";>
<html><head><title>Hello world</title></head><body><p>
This is a not well-formed<br/>
html files with undeclared entities 
</p></body></html>
--- save as HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" 
"http://www.w3.org/TR/REC-html40/loose.dtd";>
<html>
<head><title>Hello world</title></head>
<body><p>
This is a not well-formed<br>
html files with undeclared entities&nbsp;
</p></body>
</html>
---- ACTUAL OUTPUT
--- save as XML
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" 
"http://www.w3.org/TR/REC-html40/loose.dtd";>
<html><head><title>Hello world</title></head><body><p>
This is a not well-formed<br/>
html files with undeclared entities&#xA0;
</p></body></html>
--- save as HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" 
"http://www.w3.org/TR/REC-html40/loose.dtd";>
<html>
<head><title>Hello world</title></head>
<body><p>
This is a not well-formed<br>
html files with undeclared entities&nbsp;
</p></body>
</html>
---- FAILED

================================================================================
006+ html files with undeclared entities&#xA0;

006- html files with undeclared entities 
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/ext/gd/tests/jpg2gd.phpt
================================================================================

---- EXPECTED OUTPUT
JPEG to GD1 conversion: ok
JPEG to GD2 conversion: ok
GD1 to JPEG conversion: ok
GD2 to JPEG conversion: ok
---- ACTUAL OUTPUT
JPEG to GD1 conversion: ok
JPEG to GD2 conversion: ok
GD1 to JPEG conversion: ok
GD2 to JPEG conversion: ok
/dat/dev/php/php-5.0.1RC1/ext/gd/libgd/gd_topal.c(1925) :  Freeing 0x0853DC64 (6 
bytes), script=/dat/dev/php/php-5.0.1RC1/ext/gd/tests/jpg2gd.php
/dat/dev/php/php-5.0.1RC1/Zend/zend_alloc.c(238) : Actual location (location was 
relayed)
=== Total 1 memory leaks detected ===
---- FAILED

================================================================================
005+ /dat/dev/php/php-5.0.1RC1/ext/gd/libgd/gd_topal.c(1925) :  Freeing 0x0853DC64 (6 
bytes), script=/dat/dev/php/php-5.0.1RC1/ext/gd/tests/jpg2gd.php

006+ /dat/dev/php/php-5.0.1RC1/Zend/zend_alloc.c(238) : Actual location (location was 
relayed)

007+ === Total 1 memory leaks detected ===
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/ext/gd/tests/png2gd.phpt
================================================================================

---- EXPECTED OUTPUT
PNG to GD1 conversion: ok
PNG to GD2 conversion: ok
GD1 to PNG conversion: ok
GD2 to PNG conversion: ok
---- ACTUAL OUTPUT
PNG to GD1 conversion: ok
PNG to GD2 conversion: ok
GD1 to PNG conversion: ok
GD2 to PNG conversion: ok
/dat/dev/php/php-5.0.1RC1/ext/gd/libgd/gd_topal.c(1925) :  Freeing 0x0853DC64 (6 
bytes), script=/dat/dev/php/php-5.0.1RC1/ext/gd/tests/png2gd.php
/dat/dev/php/php-5.0.1RC1/Zend/zend_alloc.c(238) : Actual location (location was 
relayed)
=== Total 1 memory leaks detected ===
---- FAILED

================================================================================
005+ /dat/dev/php/php-5.0.1RC1/ext/gd/libgd/gd_topal.c(1925) :  Freeing 0x0853DC64 (6 
bytes), script=/dat/dev/php/php-5.0.1RC1/ext/gd/tests/png2gd.php

006+ /dat/dev/php/php-5.0.1RC1/Zend/zend_alloc.c(238) : Actual location (location was 
relayed)

007+ === Total 1 memory leaks detected ===
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/ext/iconv/tests/bug16069.phpt
================================================================================

---- EXPECTED OUTPUT
¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë(¡ë§¥¡ë)
---- ACTUAL OUTPUT
????????????????????????????????????????(¡ë§¥¡ë)
---- FAILED

================================================================================
001+ ????????????????????????????????????????(¡ë§¥¡ë)

001- 
¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë(¡ë§¥¡ë)
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/ext/iconv/tests/iconv_stream_filter.phpt
================================================================================

---- EXPECTED OUTPUT
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"
string(20) "a4b3a4f3a4cba4c1a4cf"
string(10) "69636f6e76"
string(2) "0a"

Warning: fread(): iconv stream filter ("ISO-2022-JP"=>"EUC-JP"): invalid multibyte 
sequence in %s on line %d
string(0) ""
string(0) ""
string(0) ""
---- ACTUAL OUTPUT
string(20) "1b244224332473244b24"
string(10) "41244f1b28"
string(2) "42"
string(20) "a4b3a4f3a4cba4c1a4cf"
string(10) "69636f6e76"
string(2) "0a"
string(20) "1b244f24332466245824"
string(10) "4e24421b28"
string(2) "4f"
---- FAILED

================================================================================
007+ string(20) "1b244f24332466245824"

008+ string(10) "4e24421b28"

009+ string(2) "4f"

007- 

008- Warning: fread(): iconv stream filter ("ISO-2022-JP"=>"EUC-JP"): invalid 
multibyte sequence in %s on line %d

009- string(0) ""

010- string(0) ""

011- string(0) ""
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/ext/mbstring/tests/htmlent.phpt
================================================================================

---- EXPECTED OUTPUT
HTML-ENTITIES>UTF-8>HTML-ENTITIES
test='&&;&@AB&#128;&#129;&#130;&auml;&ouml;&uuml;&euro;&lang;&rang;'
---- ACTUAL OUTPUT

---- FAILED

================================================================================
001+ 

001- HTML-ENTITIES>UTF-8>HTML-ENTITIES

002- test='&&;&@AB&#128;&#129;&#130;&auml;&ouml;&uuml;&euro;&lang;&rang;'
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/ext/mbstring/tests/mb_output_handler_shift_jis.phpt
================================================================================

---- EXPECTED OUTPUT
string(73) "¥Æ¥¹¥ÈÍÑÆüËܸìʸ»úÎ󡣤³¤Î¥â¥¸¥å¡¼¥ë¤ÏPHP¤Ë¥Þ¥ë¥Á¥Ð¥¤¥È´Ø¿ô¤òÄ󶡤·¤Þ¤¹¡£"
---- ACTUAL OUTPUT

---- FAILED

================================================================================
001+ 

001- string(73) 
"¥Æ¥¹¥ÈÍÑÆüËܸìʸ»úÎ󡣤³¤Î¥â¥¸¥å¡¼¥ë¤ÏPHP¤Ë¥Þ¥ë¥Á¥Ð¥¤¥È´Ø¿ô¤òÄ󶡤·¤Þ¤¹¡£"
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/ext/standard/tests/time/bug20382.phpt
================================================================================

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

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

002- result=Monday 2004-11-01 00:00:00 CET
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/ext/tidy/tests/016.phpt
================================================================================

---- EXPECTED OUTPUT
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title></title>

<style type="text/css">
 p.c1 {font-weight: bold}
</style>
</head>
<body>
<p class="c1">testing</p>
</body>
</html>
---- ACTUAL OUTPUT

---- FAILED

================================================================================
001- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">

002- <html>

003- <head>

004- <title></title>

006- <style type="text/css">

007-  p.c1 {font-weight: bold}

008- </style>

009- </head>

010- <body>

011- <p class="c1">testing</p>

012- </body>

013- </html>
================================================================================



================================================================================
/dat/dev/php/php-5.0.1RC1/ext/xml/tests/bug26614.phpt
================================================================================

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

================================================================================
002+ <DATA> at line 2, col 6 (byte 9)

003+ </DATA> at line 9, col 7 (byte 56)

002- <DATA> at line 2, col 0 (byte 45)

003- </DATA> at line 9, col 0 (byte 90)

005+ <DATA> at line 2, col 6 (byte 9)

006+ </DATA> at line 9, col 7 (byte 56)

005- <DATA> at line 2, col 0 (byte 45)

006- </DATA> at line 9, col 0 (byte 90)

008+ <DATA> at line 2, col 6 (byte 9)

009+ </DATA> at line 9, col 10 (byte 56)

008- <DATA> at line 2, col 0 (byte 45)

009- </DATA> at line 9, col 0 (byte 90)
================================================================================




================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux tequila 2.6.3dr7 #1 SMP Sun Feb 29 21:41:04 CET 2004 i686

Automake:
automake (GNU automake) 1.4-p6

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

Written by Tom Tromey <[EMAIL PROTECTED]>

Autoconf:
Autoconf version 2.13

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

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

Compiler:
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu 
--enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc 
i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-7)

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

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

Libraries:
        libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0x40029000)
        libexslt.so.0 => /usr/lib/libexslt.so.0 (0x40055000)
        libz.so.1 => /usr/lib/libz.so.1 (0x415a7000)
        libm.so.6 => /lib/tls/libm.so.6 (0x40066000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x415f3000)
        libtidy-0.99.so.0 => /usr/lib/libtidy-0.99.so.0 (0x40089000)
        libmysqlclient.so.12 => /usr/lib/libmysqlclient.so.12 (0x400d0000)
        libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0x40110000)
        libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0x40142000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4023f000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x402ac000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4149d000)
        libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x483b8000)
        libresolv.so.2 => /lib/tls/libresolv.so.2 (0x402d0000)
        libdl.so.2 => /lib/tls/libdl.so.2 (0x402e3000)
        libnsl.so.1 => /lib/tls/libnsl.so.1 (0x402e6000)
        libxslt.so.1 => /usr/lib/libxslt.so.1 (0x402fb000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x4032d000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40428000)
        libc.so.6 => /lib/tls/libc.so.6 (0x40437000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)



================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.0.1RC1

System => Linux tequila 2.6.3dr7 #1 SMP Sun Feb 29 21:41:04 CET 2004 i686
Build Date => Aug 11 2004 08:55:26
Configure Command =>  './configure' '--disable-cgi' 
'--with-apache=/dat/dev/php/apache_1.3.29' '--with-gd' '--with-freetype-dir=/usr' 
'--with-jpeg-dir=/usr' '--with-ttf' '--with-mysql=/usr' 
'--with-config-file-path=/etc/httpd' 
'--with-config-file-scan-dir=/etc/httpd/extra-ini' '--enable-track-vars' 
'--enable-memory-limit' '--enable-debug' '--with-iconv' '--enable-tidy' '--with-tidy' 
'--with-ctype' '--with-crack' '--with-bz2' '--enable-exif' '--with-xmlrpc' 
'--with-zlib' '--enable-spl' '--with-spl' '--with-xsl' '--enable-mbstring' 
'--with-mbstring'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/Zend/etc/php.ini
Scan this dir for additional .ini files => /etc/httpd/extra-ini
additional .ini files parsed => /etc/httpd/extra-ini/test.ini

PHP API => 20031224
PHP Extension => 20040412
Zend Extension => 220040412
Debug Build => yes
Thread Safety => disabled
IPv6 Support => enabled
Registered PHP Streams => php, file, http, ftp, compress.bzip2, compress.zlib  
Registered Stream Socket Transports => tcp, udp, unix, udg


This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.0.1RC1, 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 => On => On
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => 2047 => 2047
expose_php => On => On
extension_dir => /usr/local/lib/php/extensions/debug-non-zts-20040412 => 
/usr/local/lib/php/extensions/debug-non-zts-20040412
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/lib/php => .:/usr/local/lib/php
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => Off => Off
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
mail.force_extra_parameters => no value => no value
max_execution_time => 0 => 90
max_input_time => -1 => -1
memory_limit => 64M => 64M
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

bz2

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

ctype

ctype functions => enabled

dom

DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.6.11
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled

exif

EXIF Support => enabled
EXIF Version => 1.4 $Id: exif.c,v 1.162 2004/03/16 20:58:01 derick Exp $
Supported EXIF Version => 0220
Supported filetypes => JPEG,TIFF

gd

GD Support => enabled
GD Version => bundled (2.0.28 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.1.7
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled

iconv

iconv support => enabled
iconv implementation => glibc
iconv library version => 2.3.2

Directive => Local Value => Master Value
iconv.input_encoding => ISO-8859-1 => ISO-8859-1
iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
iconv.output_encoding => ISO-8859-1 => ISO-8859-1

libxml

libXML support => active
libXML Version => 2.6.11
libXML streams => enabled

mbstring

Multibyte Support => enabled
Multibyte string engine => libmbfl
Multibyte (japanese) regex support => enabled
Multibyte regex (oniguruma) version => 2.2.4

mbstring extension makes use of "streamable kanji code filter and converter", which is 
distributed under the GNU Lesser General Public License version 2.1.

Directive => Local Value => Master Value
mbstring.detect_order => no value => no value
mbstring.encoding_translation => Off => Off
mbstring.func_overload => 0 => 0
mbstring.http_input => pass => pass
mbstring.http_output => pass => pass
mbstring.internal_encoding => ISO-8859-1 => no value
mbstring.language => neutral => neutral
mbstring.substitute_character => no value => no value

mysql

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

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

pcre

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

posix

Revision => $Revision: 1.60 $

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 => no value => no value
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.139.2.3 $
Schema support => enabled

SPL

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

SQLite

SQLite support => enabled
PECL Module version => 2.0-dev $Id: sqlite.c,v 1.146.2.2 2004/08/02 22:43:42 iliaa Exp 
$
SQLite Library => 2.8.14
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=,fieldset= => 
a=href,area=href,frame=src,form=,fieldset=
user_agent => no value => no value

tidy

Tidy support => enabled
libTidy Release => 1st July 2004
Extension Version => 2.0 ($Id: tidy.c,v 1.56.2.1 2004/08/04 16:39:56 zeev Exp $)

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

tokenizer

Tokenizer Support => enabled

xml

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

xmlrpc

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

xsl

XSL => enabled
libxslt Version => 1.1.8
libxslt compiled against libxml Version => 2.6.11
EXSLT => enabled
libexslt Version => 1.1.8

zlib

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

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
TEST_PHP_SRCDIR => /dat/dev/php/php-5.0.1RC1
SHELL => /bin/sh
TERM => xterm
MAKEFLAGS =>  
SSH_CLIENT => deleted
SSH_TTY => deleted
USER => derick
SCRIPT_FILENAME =>  
SSH_AUTH_SOCK => deleted
MAKELEVEL => 1
MFLAGS =>  
PATH => /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
MAIL => /var/mail/derick
_ => /dat/dev/php/php-5.0.1RC1/sapi/cli/php
PWD => /dat/dev/php/php-5.0.1RC1
TEST_PHP_EXECUTABLE => /dat/dev/php/php-5.0.1RC1/sapi/cli/php
REDIRECT_STATUS =>  
PATH_TRANSLATED =>  
HOME => /home/derick
SHLVL => 3
CONTENT_LENGTH =>  
LOGNAME => derick
QUERY_STRING =>  
SSH_CONNECTION => 10.0.2.29 55548 10.0.2.34 22
CONTENT_TYPE =>  
DISPLAY => localhost:13.0
CC => gcc
REQUEST_METHOD =>  

PHP Variables

Variable => Value
_SERVER["TEST_PHP_SRCDIR"] => /dat/dev/php/php-5.0.1RC1
_SERVER["SHELL"] => /bin/sh
_SERVER["TERM"] => xterm
_SERVER["MAKEFLAGS"] => 
_SERVER["SSH_CLIENT"] => deleted
_SERVER["SSH_TTY"] => deleted
_SERVER["USER"] => derick
_SERVER["SCRIPT_FILENAME"] => 
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["MAKELEVEL"] => 1
_SERVER["MFLAGS"] => 
_SERVER["PATH"] => /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
_SERVER["MAIL"] => /var/mail/derick
_SERVER["_"] => /dat/dev/php/php-5.0.1RC1/sapi/cli/php
_SERVER["PWD"] => /dat/dev/php/php-5.0.1RC1
_SERVER["TEST_PHP_EXECUTABLE"] => /dat/dev/php/php-5.0.1RC1/sapi/cli/php
_SERVER["REDIRECT_STATUS"] => 
_SERVER["PATH_TRANSLATED"] => 
_SERVER["HOME"] => /home/derick
_SERVER["SHLVL"] => 3
_SERVER["CONTENT_LENGTH"] => 
_SERVER["LOGNAME"] => derick
_SERVER["QUERY_STRING"] => 
_SERVER["SSH_CONNECTION"] => 10.0.2.29 55548 10.0.2.34 22
_SERVER["CONTENT_TYPE"] => 
_SERVER["DISPLAY"] => localhost:13.0
_SERVER["CC"] => gcc
_SERVER["REQUEST_METHOD"] => 
_SERVER["PHP_SELF"] => 
_SERVER["SCRIPT_NAME"] => 
_SERVER["DOCUMENT_ROOT"] => 
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["TEST_PHP_SRCDIR"] => /dat/dev/php/php-5.0.1RC1
_ENV["SHELL"] => /bin/sh
_ENV["TERM"] => xterm
_ENV["MAKEFLAGS"] => 
_ENV["SSH_CLIENT"] => deleted
_ENV["SSH_TTY"] => deleted
_ENV["USER"] => derick
_ENV["SCRIPT_FILENAME"] => 
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["MAKELEVEL"] => 1
_ENV["MFLAGS"] => 
_ENV["PATH"] => /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
_ENV["MAIL"] => /var/mail/derick
_ENV["_"] => /dat/dev/php/php-5.0.1RC1/sapi/cli/php
_ENV["PWD"] => /dat/dev/php/php-5.0.1RC1
_ENV["TEST_PHP_EXECUTABLE"] => /dat/dev/php/php-5.0.1RC1/sapi/cli/php
_ENV["REDIRECT_STATUS"] => 
_ENV["PATH_TRANSLATED"] => 
_ENV["HOME"] => /home/derick
_ENV["SHLVL"] => 3
_ENV["CONTENT_LENGTH"] => 
_ENV["LOGNAME"] => derick
_ENV["QUERY_STRING"] => 
_ENV["SSH_CONNECTION"] => 10.0.2.29 55548 10.0.2.34 22
_ENV["CONTENT_TYPE"] => 
_ENV["DISPLAY"] => localhost:13.0
_ENV["CC"] => gcc
_ENV["REQUEST_METHOD"] => 

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 [EMAIL PROTECTED]
-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to