Test results for 5.2.13RC1 [failed]

[email protected]
Newsgroups php.qa.reports
Message-ID <[email protected]>
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test curl_error() & curl_errno() function with problematic host [ext/curl/tests/curl_basic_008.phpt]
Test imagecolorallocate() function : usage variations  - passing different data types to fourth argument [ext/gd/tests/imagecolorallocate_variation4.phpt]
gmp_gcdext() basic tests [ext/gmp/tests/022.phpt]
Feature Request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36) [ext/gmp/tests/bug50283.phpt]
gmp_nextprime() [ext/gmp/tests/gmp_nextprime.phpt]
proc_open [ext/standard/tests/general_functions/proc_open02.phpt]
time_sleep_until() function - basic test for time_sleep_until() [ext/standard/tests/misc/time_sleep_until_basic.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
=====================================================================

=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush() [tests/output/ob_start_basic_unerasable_005.phpt]
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
=====================================================================


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   45
Exts tested     :   34
---------------------------------------------------------------------

Number of tests : 8875              6927
Tests skipped   : 1948 ( 21.9%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    8 (  0.1%) (  0.1%)
Expected fail   :    4 (  0.0%) (  0.1%)
Tests passed    : 6915 ( 77.9%) ( 99.8%)
---------------------------------------------------------------------
Time taken      :  418 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test curl_error() & curl_errno() function with problematic host [ext/curl/tests/curl_basic_008.phpt]
Test imagecolorallocate() function : usage variations  - passing different data types to fourth argument [ext/gd/tests/imagecolorallocate_variation4.phpt]
gmp_gcdext() basic tests [ext/gmp/tests/022.phpt]
Feature Request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36) [ext/gmp/tests/bug50283.phpt]
gmp_nextprime() [ext/gmp/tests/gmp_nextprime.phpt]
proc_open [ext/standard/tests/general_functions/proc_open02.phpt]
time_sleep_until() function - basic test for time_sleep_until() [ext/standard/tests/misc/time_sleep_until_basic.phpt]
Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt]
=====================================================================

=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush() [tests/output/ob_start_basic_unerasable_005.phpt]
Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt]
SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
=====================================================================


================================================================================
/home/tstarling/src/php/releases/php-5.2.13RC1/ext/curl/tests/curl_basic_008.phpt
================================================================================
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /error/noindex.html
on this server.</p>
<hr>
<address>Apache Server at www.4b6281d424b95.4b6281d424c20 Port 80</address>
</body></html>
string(0) ""
int(0)
================================================================================
001+ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
002+ <html><head>
001- %unicode|string%(%d) "%r(Couldn't resolve host|Could not resolve host:)%r %Swww.%s"
002- int(6)
003+ <title>403 Forbidden</title>
004+ </head><body>
005+ <h1>Forbidden</h1>
006+ <p>You don't have permission to access /error/noindex.html
007+ on this server.</p>
008+ <hr>
009+ <address>Apache Server at www.4b6281d424b95.4b6281d424c20 Port 80</address>
010+ </body></html>
011+ string(0) ""
012+ int(0)
================================================================================



================================================================================
/home/tstarling/src/php/releases/php-5.2.13RC1/ext/gd/tests/imagecolorallocate_variation4.phpt
================================================================================
*** Testing imagecolorallocate() : usage variations ***

--float 10.5--
int(657930)

--float -10.5--
int(657910)

--float 10.1234567e10--
bool(false)

--float 10.7654321E-10--
int(657920)

--float .5--
int(657920)

--empty array--
int(657920)

--int indexed array--
int(657921)

--associative array--
int(657921)

--nested arrays--
int(657921)

--uppercase NULL--
int(657920)

--lowercase null--
int(657920)

--lowercase true--
int(657921)

--lowercase false--
int(657920)

--uppercase TRUE--
int(657921)

--uppercase FALSE--
int(657920)

--empty string DQ--
int(657920)

--empty string SQ--
int(657920)

--string DQ--
int(657920)

--string SQ--
int(657920)

--mixed case string--
int(657920)

--heredoc--
int(657920)

--instance of classWithToString--

Notice: Object of class classWithToString could not be converted to int in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gd/tests/imagecolorallocate_variation4.php on line 91
int(657921)

--instance of classWithoutToString--

Notice: Object of class classWithoutToString could not be converted to int in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gd/tests/imagecolorallocate_variation4.php on line 91
int(657921)

--undefined var--
int(657920)

--unset var--
int(657920)

--file resource--
int(657925)
===DONE===
================================================================================
010+ bool(false)
010- int(657919)
================================================================================



================================================================================
/home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/022.phpt
================================================================================
string(1) "3"
string(2) "11"
string(3) "-30"
string(1) "1"
string(4) "-805"
string(3) "359"
string(1) "3"
string(3) "254"
string(6) "-17915"
string(4) "3003"
string(6) "-92342"
string(6) "175675"
string(1) "2"
string(2) "67"
string(2) "-3"
string(2) "15"
string(9) "-14436457"
string(3) "144"
string(3) "345"
string(1) "1"
string(1) "0"
string(1) "1"
string(5) "84319"
string(9) "-84241831"
string(1) "1"
string(12) "167180205823"
string(15) "-17856272782919"
string(3) "195"
string(14) "-4760039754357"
string(10) "6965866288"

Warning: gmp_gcdext(): Unable to convert variable to GMP - wrong type in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/022.php on line 26
bool(false)

Warning: gmp_gcdext(): Unable to convert variable to GMP - wrong type in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/022.php on line 27
bool(false)

Warning: Wrong parameter count for gmp_gcdext() in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/022.php on line 28
NULL

Warning: Wrong parameter count for gmp_gcdext() in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/022.php on line 29
NULL

Warning: Wrong parameter count for gmp_gcdext() in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/022.php on line 30
NULL
Done
================================================================================
002- string(2) "-4"
003+ string(3) "-30"
008+ string(3) "254"
009+ string(6) "-17915"
008- string(2) "32"
009- string(5) "-2257"
011+ string(6) "-92342"
012+ string(6) "175675"
011- string(3) "-10"
012- string(2) "19"
017+ string(9) "-14436457"
018+ string(3) "144"
017- string(7) "-601519"
018- string(1) "6"
026+ string(12) "167180205823"
027+ string(15) "-17856272782919"
026- string(13) "-156252240050"
027- string(14) "16689072773537"
029+ string(14) "-4760039754357"
030+ string(10) "6965866288"
029- string(11) "46994884483"
030- string(9) "-68772552"
================================================================================



================================================================================
/home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.phpt
================================================================================
Warning: gmp_strval(): Bad base for conversion: -36 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 3
Decimal: 71915494046709, -36-based: 
Decimal: 71915494046709, 36-based: phpiscool

Warning: gmp_strval(): Bad base for conversion: -1 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 5
Decimal: 71915494046709, -1-based: 

Warning: gmp_strval(): Bad base for conversion: 1 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 6
Decimal: 71915494046709, 1-based: 

Warning: gmp_strval(): Bad base for conversion: -37 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 7
Decimal: 71915494046709, -37-based: 

Warning: gmp_strval(): Bad base for conversion: 37 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 8
Decimal: 71915494046709, 37-based: 

Warning: gmp_strval(): Bad base for conversion: 62 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 9
Decimal: 71915494046709, 62-based: 

Warning: gmp_strval(): Bad base for conversion: 63 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 10
Decimal: 71915494046709, 63-based: 


Warning: gmp_strval(): Bad base for conversion: 62 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 11
Base 32 and 62-based:
================================================================================
001+ Warning: gmp_strval(): Bad base for conversion: -36 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 3
002+ Decimal: 71915494046709, -36-based: 
001- Decimal: 71915494046709, -36-based: PHPISCOOL
012- Decimal: 71915494046709, 37-based: KHKATELJF
013- Decimal: 71915494046709, 62-based: KQ6yq741
013+ 
014+ Warning: gmp_strval(): Bad base for conversion: 37 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 8
015+ Decimal: 71915494046709, 37-based: 
016+ 
017+ Warning: gmp_strval(): Bad base for conversion: 62 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 9
018+ Decimal: 71915494046709, 62-based: 
018- Base 32 and 62-based: 1NHkAcdIiD
023+ 
024+ Warning: gmp_strval(): Bad base for conversion: 62 in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/bug50283.php on line 11
025+ Base 32 and 62-based:
================================================================================



================================================================================
/home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/gmp_nextprime.phpt
================================================================================
string(1) "2"
string(1) "2"
string(1) "2"
string(4) "1009"
string(6) "100003"

Warning: gmp_nextprime(): Unable to convert variable to GMP - wrong type in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/gmp_nextprime.php on line 13
string(1) "0"
string(1) "0"

Warning: gmp_nextprime(): Unable to convert variable to GMP - wrong type in /home/tstarling/src/php/releases/php-5.2.13RC1/ext/gmp/tests/gmp_nextprime.php on line 17
string(1) "0"
Done
================================================================================
003+ string(1) "2"
003- string(4) "-997"
================================================================================



================================================================================
/home/tstarling/src/php/releases/php-5.2.13RC1/ext/standard/tests/general_functions/proc_open02.phpt
================================================================================
bool(true)
array(8) {
  ["command"]=>
  string(28) "/usr/bin/nohup /bin/sleep 50"
  ["pid"]=>
  int(29669)
  ["running"]=>
  bool(false)
  ["signaled"]=>
  bool(true)
  ["stopped"]=>
  bool(false)
  ["exitcode"]=>
  int(-1)
  ["termsig"]=>
  int(1)
  ["stopsig"]=>
  int(0)
}
bool(false)
array(8) {
  ["command"]=>
  string(28) "/usr/bin/nohup /bin/sleep 50"
  ["pid"]=>
  int(29669)
  ["running"]=>
  bool(false)
  ["signaled"]=>
  bool(false)
  ["stopped"]=>
  bool(false)
  ["exitcode"]=>
  int(-1)
  ["termsig"]=>
  int(0)
  ["stopsig"]=>
  int(0)
}
Done!
================================================================================
008+   bool(false)
009+   ["signaled"]=>
009-   ["signaled"]=>
010-   bool(false)
016+   int(1)
016-   int(0)
020+ bool(false)
020- bool(true)
029+   bool(false)
029-   bool(true)
035+   int(0)
035-   int(15)
================================================================================



================================================================================
/home/tstarling/src/php/releases/php-5.2.13RC1/ext/standard/tests/misc/time_sleep_until_basic.phpt
================================================================================
bool(false)
===DONE===
================================================================================
001+ bool(false)
001- bool(true)
================================================================================



================================================================================
/home/tstarling/src/php/releases/php-5.2.13RC1/ext/xml/tests/bug32001.phpt
================================================================================
libxml2 Version => 2.7.5
Encoding: UTF-8
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: all data at once
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: all data at once
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16LE
XML Prologue: not present
Chunk size: all data at once
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: not prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-8
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
array(3) {
  [0]=>
  string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
  [1]=>
  string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
  [2]=>
  string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
array(0) {
}
Encoding: UTF-16BE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
array(0) {
}
Encoding: UTF-16BE
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
array(0) {
}
Encoding: UTF-16LE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: not prepended
[Error] Processing Instruction not finished
Encoding: UTF-16LE
XML Prologue: present
Chunk size: 1 byte(s)
BOM: prepended
[Error] Processing Instruction not finished
Encoding: UTF-16LE
XML Prologue: not present
Chunk size: 1 byte(s)
BOM: prepended
[Error] > required
================================================================================
174+ array(0) {
174- array(3) {
175-   [0]=>
176-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
177-   [1]=>
178-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
179-   [2]=>
180-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
180+ array(0) {
186+ array(0) {
186- array(3) {
187-   [0]=>
188-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
189-   [1]=>
190-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
191-   [2]=>
192-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
192+ [Error] Processing Instruction not finished
193+ Encoding: UTF-16LE
194+ XML Prologue: present
195+ Chunk size: 1 byte(s)
196+ BOM: prepended
197+ [Error] Processing Instruction not finished
198+ Encoding: UTF-16LE
199+ XML Prologue: not present
198- array(3) {
199-   [0]=>
200-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
201-   [1]=>
202-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
203-   [2]=>
204-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
202+ [Error] > required
210- array(3) {
211-   [0]=>
212-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
213-   [1]=>
214-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
215-   [2]=>
216-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
217- }
218- Encoding: UTF-16LE
219- XML Prologue: present
222- array(3) {
223-   [0]=>
224-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
225-   [1]=>
226-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
227-   [2]=>
228-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
229- }
230- Encoding: UTF-16LE
231- XML Prologue: not present
232- Chunk size: 1 byte(s)
233- BOM: prepended
234- array(3) {
235-   [0]=>
236-   string(128) "e38386e382b9e383883ae38386e382b9e3838831: 687474703a2f2f7777772e6578616d706c652e636f6d2fe38386e382b9e383882f, e38386e382b9e38388"
237-   [1]=>
238-   string(60) "e38386e382b9e383883ae38386e382b9e3838832: e38386e382b9e38388"
239-   [2]=>
240-   string(42) "e38386e382b9e383883ae38386e382b9e3838833: "
241- }
================================================================================




================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux shimmer 2.6.31-17-generic-pae #54-Ubuntu SMP Thu Dec 10 17:23:29 UTC 2009 i686

Autoconf:
autoconf (GNU Autoconf) 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

Bundled Libtool:
ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)

Copyright (C) 2008  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.

System Libtool:
ltmain.sh (GNU libtool) 2.2.6
Written by Gordon Matzigkeit <[email protected]>, 1996

Copyright (C) 2008 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.

Compiler:
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) 

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

Copyright (C) 2008 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:
	linux-gate.so.1 =>  (0x4001d000)
	libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0x4003e000)
	libreadline.so.5 => /lib/libreadline.so.5 (0x40070000)
	libncurses.so.5 => /lib/libncurses.so.5 (0x400a8000)
	libpq.so.5 => /usr/lib/libpq.so.5 (0x400e0000)
	librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0x40103000)
	libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0x4010c000)
	libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x402ed000)
	libz.so.1 => /lib/libz.so.1 (0x40306000)
	libgmp.so.3 => /usr/lib/libgmp.so.3 (0x4031d000)
	libpng12.so.0 => /usr/lib/libpng12.so.0 (0x4037e000)
	libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0x403a6000)
	libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x403ba000)
	libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x403e0000)
	libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0x403e5000)
	libcurl.so.4 => /usr/lib/libcurl.so.4 (0x403fc000)
	libxml2.so.2 => /usr/lib/libxml2.so.2 (0x40440000)
	libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x40569000)
	libssl.so.0.9.8 => /lib/i686/cmov/libssl.so.0.9.8 (0x406ae000)
	libcrypto.so.0.9.8 => /lib/i686/cmov/libcrypto.so.0.9.8 (0x406f5000)
	libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x4083b000)
	libcom_err.so.2 => /lib/libcom_err.so.2 (0x408e0000)
	libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x408e4000)
	libldap_r-2.4.so.2 => /usr/lib/libldap_r-2.4.so.2 (0x4090e000)
	/lib/ld-linux.so.2 (0x40000000)
	libidn.so.11 => /usr/lib/libidn.so.11 (0x4095a000)
	liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0x4098d000)
	libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x4099c000)
	libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x409c5000)
	libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x409cd000)
	libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x409d2000)
	libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0x409ec000)
	libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0x40a94000)
	libgcrypt.so.11 => /lib/libgcrypt.so.11 (0x40aa6000)
	libgpg-error.so.0 => /lib/libgpg-error.so.0 (0x40b22000)


User's E-mail: tstarling at wikimedia dot org


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

System => Linux shimmer 2.6.31-17-generic-pae #54-Ubuntu SMP Thu Dec 10 17:23:29 UTC 2009 i686
Build Date => Jan 29 2010 17:34:35
Configure Command =>  './configure'  '--prefix=/usr/local' '--enable-debug' '--enable-dba' '--with-gd' '--enable-mbstring' '--with-mysql' '--with-readline' '--with-curl' '--with-zlib' '--enable-sockets' '--enable-pcntl' '--with-gmp' '--with-pgsql' '--enable-exif' '--prefix=/usr/local/php-5.2.13'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/php-5.2.13/lib
Loaded Configuration File => (none)
Scan this dir for additional .ini files => (none)
additional .ini files parsed => (none)
PHP API => 20041225
PHP Extension => 20060613
Zend Extension => 220060519
Debug Build => yes
Thread Safety => disabled
Zend Memory Manager => enabled
IPv6 Support => enabled
Registered PHP Streams => compress.zlib, php, file, data, http, ftp  
Registered Stream Socket Transports => tcp, udp, unix, udg
Registered Stream Filters => zlib.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed


This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies


 _______________________________________________________________________


Configuration

PHP Core

Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
allow_url_fopen => On => On
allow_url_include => Off => Off
always_populate_raw_post_data => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
auto_append_file => no value => no value
auto_globals_jit => On => On
auto_prepend_file => no value => no value
browscap => no value => no value
default_charset => no value => no value
default_mimetype => text/html => text/html
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => STDERR => STDERR
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/php-5.2.13/lib/php/extensions/debug-non-zts-20060613 => /usr/local/php-5.2.13/lib/php/extensions/debug-non-zts-20060613
file_uploads => On => On
highlight.bg => <font style="color: #FFFFFF">#FFFFFF</font> => <font style="color: #FFFFFF">#FFFFFF</font>
highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
html_errors => Off => Off
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => On
include_path => .:/usr/local/php-5.2.13/lib/php => .:/usr/local/php-5.2.13/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
mail.force_extra_parameters => no value => no value
max_execution_time => 0 => 0
max_file_uploads => 20 => 20
max_input_nesting_level => 64 => 64
max_input_time => -1 => -1
memory_limit => 128M => 128M
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 14 => 14
realpath_cache_size => 16K => 16K
realpath_cache_ttl => 120 => 120
register_argc_argv => On => On
register_globals => Off => Off
register_long_arrays => On => On
report_memleaks => On => On
report_zend_debug => Off => Off
safe_mode => Off => Off
safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i  => /usr/sbin/sendmail -t -i 
serialize_precision => 100 => 100
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
variables_order => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.ze1_compatibility_mode => Off => Off

ctype

ctype functions => enabled

curl

cURL support => enabled
cURL Information => libcurl/7.19.5 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.15

date

date/time support => enabled
"Olson" Timezone Database Version => 2010.1
Timezone Database => internal
Default timezone => Australia/Melbourne

Directive => Local Value => Master Value
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.583333 => 90.583333
date.sunset_zenith => 90.583333 => 90.583333
date.timezone => no value => no value

dba

DBA support => enabled
Supported handlers => cdb cdb_make inifile flatfile 

dom

DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.7.5
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 293036 2010-01-03 09:23:27Z sebastian $
Supported EXIF Version => 0220
Supported filetypes => JPEG,TIFF

filter

Input Validation and Filtering => enabled
Revision => $Revision: 293051 $

Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value

gd

GD Support => enabled
GD Version => bundled (2.0.34 compatible)
GIF Read Support => enabled
GIF Create Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled

gmp

gmp support => enabled
GMP version => 4.3.1

hash

hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 

iconv

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

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

json

json support => enabled
json version => 1.2.1

libxml

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

mbstring

Multibyte Support => enabled
Multibyte string engine => libmbfl
Multibyte (japanese) regex support => enabled
Multibyte regex (oniguruma) version => 4.4.4
Multibyte regex (oniguruma) backtrack check => On

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 => no value => no value
mbstring.language => neutral => neutral
mbstring.strict_detection => Off => Off
mbstring.substitute_character => no value => no value

mysql

MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 5.0.83
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

pcntl

pcntl support => enabled

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 8.01 2010-01-19

Directive => Local Value => Master Value
pcre.backtrack_limit => 100000 => 100000
pcre.recursion_limit => 100000 => 100000

PDO

PDO support => enabled
PDO drivers => sqlite, sqlite2

pdo_sqlite

PDO Driver for SQLite 3.x => enabled
PECL Module version => (bundled) 1.0.1 $Id: pdo_sqlite.c 293036 2010-01-03 09:23:27Z sebastian $
SQLite Library => 3.3.7

pgsql

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

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

posix

Revision => $Revision: 293036 $

Reflection

Reflection => enabled
Version => $Id: php_reflection.c 293850 2010-01-22 14:21:17Z jani $

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_httponly => Off => Off
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: 293036 $
Schema support => enabled

sockets

Sockets Support => enabled

SPL

SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException

SQLite

SQLite support => enabled
PECL Module version => 2.0-dev $Id: sqlite.c 293036 2010-01-03 09:23:27Z sebastian $
SQLite Library => 2.8.17
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
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

tokenizer

Tokenizer Support => enabled

xml

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

xmlreader

XMLReader => enabled

xmlwriter

XMLWriter => enabled

zlib

ZLib Support => enabled
Stream Wrapper support => compress.zlib://
Stream Filter support => zlib.inflate, zlib.deflate
Compiled Version => 1.2.3.3
Linked Version => 1.2.3.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
readline

Environment

Variable => Value
LESSOPEN => | /usr/bin/lesspipe %s
GDM_KEYBOARD_LAYOUT => us
GNOME_KEYRING_PID => 2706
SSH_CLIENT => deleted
USER => tstarling
GNOME_KEYRING_SOCKET => /tmp/keyring-zK1LLG/socket
SSH_AGENT_PID => 2769
MW_INSTALL_PATH => /home/tstarling/src/mediawiki/trunk/phase3
ORBIT_SOCKETDIR => /tmp/orbit-tstarling
SHLVL => 1
HOME => /home/tstarling
OLDPWD => /home/tstarling/src/php/releases
TEST_PHP_SRCDIR => /home/tstarling/src/php/releases/php-5.2.13RC1
SSH_TTY => deleted
DESKTOP_SESSION => gnome
XDG_SESSION_COOKIE => dc5c2f746fe0be5b939bbf0047f21a57-1263632989.447766-1192593223
GTK_RC_FILES => /etc/gtk/gtkrc:/home/tstarling/.gtkrc-1.2-gnome2
GTK_MODULES => canberra-gtk-module:gail:atk-bridge
DBUS_SESSION_BUS_ADDRESS => unix:abstract=/tmp/dbus-SIhjPLXszR,guid=6801ccfb7507e45a661e2a014b518260
MAKEFLAGS =>  
COLORTERM => gnome-terminal
LOGNAME => tstarling
_ => /usr/bin/make
WINDOWID => 138412035
TEST_PHP_EXECUTABLE => /home/tstarling/src/php/releases/php-5.2.13RC1/sapi/cli/php
USERNAME => tstarling
TERM => xterm
GNOME_DESKTOP_SESSION_ID => this-is-deprecated
HISTCONTROL => ignoreboth
GDM_LANG => en_AU.UTF-8
SESSION_MANAGER => local/shimmer:@/tmp/.ICE-unix/2721,unix/shimmer:/tmp/.ICE-unix/2721
EMAIL => [email protected]
PATH => /home/tstarling/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
GREP_OPTIONS => --color=auto
MAKELEVEL => 1
DISPLAY => :0.0
LANG => en_AU.UTF-8
XAUTHORITY => /var/run/gdm/auth-for-tstarling-vzqUoM/database
LS_COLORS => rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=0!
 1;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
SSH_AUTH_SOCK => deleted
SHELL => /bin/bash
GDMSESSION => gnome
LESSCLOSE => /usr/bin/lesspipe %s %s
PWD => /home/tstarling/src/php/releases/php-5.2.13RC1
SPEECHD_PORT => 7560
SSH_CONNECTION => deleted
XDG_DATA_DIRS => /usr/share/gnome:/usr/local/share/:/usr/share/
PGUSER => postgres
MFLAGS =>  
CC => gcc
EDITOR => gvim -f

PHP Variables

Variable => Value
_SERVER["LESSOPEN"] => | /usr/bin/lesspipe %s
_SERVER["GDM_KEYBOARD_LAYOUT"] => us
_SERVER["GNOME_KEYRING_PID"] => 2706
_SERVER["SSH_CLIENT"] => deleted
_SERVER["USER"] => tstarling
_SERVER["GNOME_KEYRING_SOCKET"] => /tmp/keyring-zK1LLG/socket
_SERVER["SSH_AGENT_PID"] => 2769
_SERVER["MW_INSTALL_PATH"] => /home/tstarling/src/mediawiki/trunk/phase3
_SERVER["ORBIT_SOCKETDIR"] => /tmp/orbit-tstarling
_SERVER["SHLVL"] => 1
_SERVER["HOME"] => /home/tstarling
_SERVER["OLDPWD"] => /home/tstarling/src/php/releases
_SERVER["TEST_PHP_SRCDIR"] => /home/tstarling/src/php/releases/php-5.2.13RC1
_SERVER["SSH_TTY"] => deleted
_SERVER["DESKTOP_SESSION"] => gnome
_SERVER["XDG_SESSION_COOKIE"] => dc5c2f746fe0be5b939bbf0047f21a57-1263632989.447766-1192593223
_SERVER["GTK_RC_FILES"] => /etc/gtk/gtkrc:/home/tstarling/.gtkrc-1.2-gnome2
_SERVER["GTK_MODULES"] => canberra-gtk-module:gail:atk-bridge
_SERVER["DBUS_SESSION_BUS_ADDRESS"] => unix:abstract=/tmp/dbus-SIhjPLXszR,guid=6801ccfb7507e45a661e2a014b518260
_SERVER["MAKEFLAGS"] => 
_SERVER["COLORTERM"] => gnome-terminal
_SERVER["LOGNAME"] => tstarling
_SERVER["_"] => /usr/bin/make
_SERVER["WINDOWID"] => 138412035
_SERVER["TEST_PHP_EXECUTABLE"] => /home/tstarling/src/php/releases/php-5.2.13RC1/sapi/cli/php
_SERVER["USERNAME"] => tstarling
_SERVER["TERM"] => xterm
_SERVER["GNOME_DESKTOP_SESSION_ID"] => this-is-deprecated
_SERVER["HISTCONTROL"] => ignoreboth
_SERVER["GDM_LANG"] => en_AU.UTF-8
_SERVER["SESSION_MANAGER"] => local/shimmer:@/tmp/.ICE-unix/2721,unix/shimmer:/tmp/.ICE-unix/2721
_SERVER["EMAIL"] => [email protected]
_SERVER["PATH"] => /home/tstarling/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
_SERVER["GREP_OPTIONS"] => --color=auto
_SERVER["MAKELEVEL"] => 1
_SERVER["DISPLAY"] => :0.0
_SERVER["LANG"] => en_AU.UTF-8
_SERVER["XAUTHORITY"] => /var/run/gdm/auth-for-tstarling-vzqUoM/database
_SERVER["LS_COLORS"] => rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01!
 ;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["SHELL"] => /bin/bash
_SERVER["GDMSESSION"] => gnome
_SERVER["LESSCLOSE"] => /usr/bin/lesspipe %s %s
_SERVER["PWD"] => /home/tstarling/src/php/releases/php-5.2.13RC1
_SERVER["SPEECHD_PORT"] => 7560
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["XDG_DATA_DIRS"] => /usr/share/gnome:/usr/local/share/:/usr/share/
_SERVER["PGUSER"] => postgres
_SERVER["MFLAGS"] => 
_SERVER["CC"] => gcc
_SERVER["EDITOR"] => gvim -f
_SERVER["PHP_SELF"] => 
_SERVER["SCRIPT_NAME"] => 
_SERVER["SCRIPT_FILENAME"] => 
_SERVER["PATH_TRANSLATED"] => 
_SERVER["DOCUMENT_ROOT"] => 
_SERVER["REQUEST_TIME"] => 1264747436
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["LESSOPEN"] => | /usr/bin/lesspipe %s
_ENV["GDM_KEYBOARD_LAYOUT"] => us
_ENV["GNOME_KEYRING_PID"] => 2706
_ENV["SSH_CLIENT"] => deleted
_ENV["USER"] => tstarling
_ENV["GNOME_KEYRING_SOCKET"] => /tmp/keyring-zK1LLG/socket
_ENV["SSH_AGENT_PID"] => 2769
_ENV["MW_INSTALL_PATH"] => /home/tstarling/src/mediawiki/trunk/phase3
_ENV["ORBIT_SOCKETDIR"] => /tmp/orbit-tstarling
_ENV["SHLVL"] => 1
_ENV["HOME"] => /home/tstarling
_ENV["OLDPWD"] => /home/tstarling/src/php/releases
_ENV["TEST_PHP_SRCDIR"] => /home/tstarling/src/php/releases/php-5.2.13RC1
_ENV["SSH_TTY"] => deleted
_ENV["DESKTOP_SESSION"] => gnome
_ENV["XDG_SESSION_COOKIE"] => dc5c2f746fe0be5b939bbf0047f21a57-1263632989.447766-1192593223
_ENV["GTK_RC_FILES"] => /etc/gtk/gtkrc:/home/tstarling/.gtkrc-1.2-gnome2
_ENV["GTK_MODULES"] => canberra-gtk-module:gail:atk-bridge
_ENV["DBUS_SESSION_BUS_ADDRESS"] => unix:abstract=/tmp/dbus-SIhjPLXszR,guid=6801ccfb7507e45a661e2a014b518260
_ENV["MAKEFLAGS"] => 
_ENV["COLORTERM"] => gnome-terminal
_ENV["LOGNAME"] => tstarling
_ENV["_"] => /usr/bin/make
_ENV["WINDOWID"] => 138412035
_ENV["TEST_PHP_EXECUTABLE"] => /home/tstarling/src/php/releases/php-5.2.13RC1/sapi/cli/php
_ENV["USERNAME"] => tstarling
_ENV["TERM"] => xterm
_ENV["GNOME_DESKTOP_SESSION_ID"] => this-is-deprecated
_ENV["HISTCONTROL"] => ignoreboth
_ENV["GDM_LANG"] => en_AU.UTF-8
_ENV["SESSION_MANAGER"] => local/shimmer:@/tmp/.ICE-unix/2721,unix/shimmer:/tmp/.ICE-unix/2721
_ENV["EMAIL"] => [email protected]
_ENV["PATH"] => /home/tstarling/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
_ENV["GREP_OPTIONS"] => --color=auto
_ENV["MAKELEVEL"] => 1
_ENV["DISPLAY"] => :0.0
_ENV["LANG"] => en_AU.UTF-8
_ENV["XAUTHORITY"] => /var/run/gdm/auth-for-tstarling-vzqUoM/database
_ENV["LS_COLORS"] => rs=0:di=01;34:ln=01;36:hl=44;37:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35!
 :*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["SHELL"] => /bin/bash
_ENV["GDMSESSION"] => gnome
_ENV["LESSCLOSE"] => /usr/bin/lesspipe %s %s
_ENV["PWD"] => /home/tstarling/src/php/releases/php-5.2.13RC1
_ENV["SPEECHD_PORT"] => 7560
_ENV["SSH_CONNECTION"] => deleted
_ENV["XDG_DATA_DIRS"] => /usr/share/gnome:/usr/local/share/:/usr/share/
_ENV["PGUSER"] => postgres
_ENV["MFLAGS"] => 
_ENV["CC"] => gcc
_ENV["EDITOR"] => gvim -f

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].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.