PHP "make test" results

[email protected] ("Ghaznavi, Nadim")
Newsgroups php.qa.reports
Message-ID <E8C34E21FD04D045AC604746F3760E041B7055@SCLAVIP02.MONAD.MONERIS.COM>
Cheers!


______________________________________________________________________
This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations.Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized.If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately.
php_test_results_20091118_1032.txt (text/plain, 49.9 KB)
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #48058 (Year formatter goes wrong with out-of-int range) [ext/date/tests/bug48058.phpt]
Bug #16069 (ICONV transliteration failure) [ext/iconv/tests/bug16069.phpt]
mysql connect [ext/mysql/tests/001.phpt]
mysql_connect() [ext/mysql/tests/mysql_connect.phpt]
mysql_[p]connect() - max_links/max_persistent [ext/mysql/tests/mysql_max_links.phpt]
mysql_[p]connect() - safe_mode [ext/mysql/tests/mysql_sql_safe_mode.phpt]
Phar::setSupportedSignatures() with hash [ext/phar/tests/phar_setsignaturealgo2.phpt]
posix_initgroups(): Basic tests [ext/posix/tests/posix_initgroups.phpt]
posix_initgroups(): Basic tests [ext/posix/tests/posix_initgroups_basic.phpt]
SPL: DirectoryIterator defaults [ext/spl/tests/dit_002.phpt]
SQLite3::open error test [ext/sqlite3/tests/sqlite3_15_open_error.phpt]
Test natcasesort() function : usage variations - different numeric types [ext/standard/tests/array/natcasesort_variation3.phpt]
Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic2.phpt]
http-stream test [ext/standard/tests/network/http-stream.phpt]
Bug #38770 (unpack() broken with longs on 64 bit machines) [ext/standard/tests/strings/bug38770.phpt]
xmlwriter_write_attribute_ns with missing param [ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt]
=====================================================================

=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]
SimpleXML: array casting bug [ext/simplexml/tests/034.phpt]
=====================================================================

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
via [ext/pdo_sqlite/tests/common.phpt]
	SQLite PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_sqlite/tests/bug_34630.phpt] (warn: XFAIL section but test passes)
via [ext/sqlite/tests/pdo/common.phpt]
	SQLite2 PDO Common: Bug #34630 (inserting streams as LOBs) [ext/sqlite/tests/pdo/bug_34630.phpt] (warn: XFAIL section but test passes)
=====================================================================


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   47
Exts tested     :   31
---------------------------------------------------------------------

Number of tests : 10389              7162
Tests skipped   : 3227 ( 31.1%) --------
Tests warned    :    2 (  0.0%) (  0.0%)
Tests failed    :   16 (  0.2%) (  0.2%)
Expected fail   :    4 (  0.0%) (  0.1%)
Tests passed    : 7140 ( 68.7%) ( 99.7%)
---------------------------------------------------------------------
Time taken      :  499 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #48058 (Year formatter goes wrong with out-of-int range) [ext/date/tests/bug48058.phpt]
Bug #16069 (ICONV transliteration failure) [ext/iconv/tests/bug16069.phpt]
mysql connect [ext/mysql/tests/001.phpt]
mysql_connect() [ext/mysql/tests/mysql_connect.phpt]
mysql_[p]connect() - max_links/max_persistent [ext/mysql/tests/mysql_max_links.phpt]
mysql_[p]connect() - safe_mode [ext/mysql/tests/mysql_sql_safe_mode.phpt]
Phar::setSupportedSignatures() with hash [ext/phar/tests/phar_setsignaturealgo2.phpt]
posix_initgroups(): Basic tests [ext/posix/tests/posix_initgroups.phpt]
posix_initgroups(): Basic tests [ext/posix/tests/posix_initgroups_basic.phpt]
SPL: DirectoryIterator defaults [ext/spl/tests/dit_002.phpt]
SQLite3::open error test [ext/sqlite3/tests/sqlite3_15_open_error.phpt]
Test natcasesort() function : usage variations - different numeric types [ext/standard/tests/array/natcasesort_variation3.phpt]
Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic2.phpt]
http-stream test [ext/standard/tests/network/http-stream.phpt]
Bug #38770 (unpack() broken with longs on 64 bit machines) [ext/standard/tests/strings/bug38770.phpt]
xmlwriter_write_attribute_ns with missing param [ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt]
=====================================================================

=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt]
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]
SimpleXML: array casting bug [ext/simplexml/tests/034.phpt]
=====================================================================

=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
via [ext/pdo_sqlite/tests/common.phpt]
	SQLite PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_sqlite/tests/bug_34630.phpt] (warn: XFAIL section but test passes)
via [ext/sqlite/tests/pdo/common.phpt]
	SQLite2 PDO Common: Bug #34630 (inserting streams as LOBs) [ext/sqlite/tests/pdo/bug_34630.phpt] (warn: XFAIL section but test passes)
=====================================================================


================================================================================
/opt/dev/php/5.3.0/ext/date/tests/bug48058.phpt
================================================================================
array(5) {
  ["ts"]=>
  int(-2147483648)
  ["time"]=>
  string(24) "1901-12-13T20:45:52+0000"
  ["offset"]=>
  int(3600)
  ["isdst"]=>
  bool(true)
  ["abbr"]=>
  string(3) "BST"
}
10000002008-02-28T12:00:00+0000
================================================================================
003+   int(-2147483648)
003-   int(-9223372036854775808)
005+   string(24) "1901-12-13T20:45:52+0000"
005-   string(33) "-292277022657-01-27T08:29:52+0000"
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/iconv/tests/bug16069.phpt
================================================================================
¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë(¡ë§¥¡ë)
================================================================================
001+ ¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë(¡ë§¥¡ë)
001- ¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë¥ß¥ê¥Ð¡¼¥ë(¡ë§¥¡ë)
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/mysql/tests/001.phpt
================================================================================
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/001.php on line 11

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/001.php on line 13

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/001.php on line 16

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/001.php on line 18
string(2) "00"
done!
================================================================================
001+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/001.php on line 11
002+ 
003+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/001.php on line 13
004+ 
005+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/001.php on line 16
006+ 
007+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/001.php on line 18
008+ string(2) "00"
001- string(2) "11"
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.phpt
================================================================================
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 12
[002] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 16

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 18

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 27
[005] Usage of mysql.default_socket failed

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 36
[006] Usage of mysql.default_port failed

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 43
[007] Usage of mysql.default_password failed

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 49
[008] Usage of mysql.default_user failed

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 56
[009] Usage of mysql.default_host failed

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 65
[010] Usage of env MYSQL_TCP_PORT failed

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 81

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 86
done!
================================================================================
001+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 12
002+ [002] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=
001- Warning: mysql_connect(): Access denied for user '%s'@'%s' (using password: YES) in %s on line %d
002- done!
003+ 
004+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 16
005+ 
006+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 18
007+ 
008+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 27
009+ [005] Usage of mysql.default_socket failed
010+ 
011+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 36
012+ [006] Usage of mysql.default_port failed
013+ 
014+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 43
015+ [007] Usage of mysql.default_password failed
016+ 
017+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 49
018+ [008] Usage of mysql.default_user failed
019+ 
020+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 56
021+ [009] Usage of mysql.default_host failed
022+ 
023+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 65
024+ [010] Usage of env MYSQL_TCP_PORT failed
025+ 
026+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 81
027+ 
028+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_connect.php on line 86
029+ done!
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.phpt
================================================================================
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 10
[010] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 2002

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 10
[020] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 2002

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 10
[030] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 2002

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 33

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 10
[050] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 2002

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 10
[060] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 2002
array(3) {
  [0]=>
  bool(false)
  [1]=>
  bool(false)
  [2]=>
  bool(false)
}

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 42

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 43
done!
================================================================================
001+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 10
002+ [010] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 2002
003+ 
004+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 10
005+ [020] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 2002
006+ 
007+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 10
008+ [030] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 2002
009+ 
010+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 33
011+ 
012+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 10
013+ [050] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 2002
001- Warning: mysql_connect(): Too many open links (2) in %s on line %s
002- [030] Cannot connect using host '%s', user '%s', password '****', [0] 0
004- Warning: mysql_connect(): Too many open links (2) in %s on line %s
005- [060] Cannot connect using host '%s', user '%s', password '****', [0] 0
008-   resource(%d) of type (mysql link)
010-   resource(%d) of type (mysql link)
015+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 10
016+ [060] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 2002
019+   bool(false)
021+   bool(false)
025+ 
026+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 42
027+ 
028+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_max_links.php on line 43
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/mysql/tests/mysql_sql_safe_mode.phpt
================================================================================
Notice: mysql_connect(): SQL safe mode in effect - ignoring host/user/password information in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_sql_safe_mode.php on line 8

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_sql_safe_mode.php on line 8

Notice: mysql_pconnect(): SQL safe mode in effect - ignoring host/user/password information in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_sql_safe_mode.php on line 13

Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_sql_safe_mode.php on line 13
done!
================================================================================
003+ Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_sql_safe_mode.php on line 8
003- Warning: mysql_connect(): Access denied for user '%s'@'%s' (using password: NO) in %s on line %d
007+ Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /opt/dev/php/5.3.0/ext/mysql/tests/mysql_sql_safe_mode.php on line 13
007- Warning: mysql_pconnect(): Access denied for user '%s'@'%s' (using password: NO) in %s on line %d
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/phar/tests/phar_setsignaturealgo2.phpt
================================================================================
array(2) {
  ["hash"]=>
  string(40) "FDEA777DEDFAB210A0BB439264B48381A9C81C46"
  ["hash_type"]=>
  string(5) "SHA-1"
}
array(2) {
  ["hash"]=>
  string(32) "F2D3E482BBBCA0F58B9ADA4E1651D2EE"
  ["hash_type"]=>
  string(3) "MD5"
}
array(2) {
  ["hash"]=>
  string(40) "FDEA777DEDFAB210A0BB439264B48381A9C81C46"
  ["hash_type"]=>
  string(5) "SHA-1"
}
array(2) {
  ["hash"]=>
  string(64) "FF01E5F80FEEDDF2D95343B3743827BFC3A409ECA6CDF4A823DEEA797A988510"
  ["hash_type"]=>
  string(7) "SHA-256"
}
array(2) {
  ["hash"]=>
  string(128) "A15320F5B3162AB3E2A5423180656EB431D4364F761342D07075614CDBEBB5882A8ADD05B7F2FEBBC06DF1AF087646E016D3BF4EFAA51B9369C04501AD69515E"
  ["hash_type"]=>
  string(7) "SHA-512"
}
phar error: unable to write signature: unable to write phar "/opt/dev/php/5.3.0/ext/phar/tests/phar_setsignaturealgo2.phar" with requested openssl signature===DONE===
================================================================================
031+ phar error: unable to write signature: unable to write phar "/opt/dev/php/5.3.0/ext/phar/tests/phar_setsignaturealgo2.phar" with requested openssl signature===DONE===
031- array(2) {
032-   ["hash"]=>
033-   string(%d) "%s"
034-   ["hash_type"]=>
035-   string(7) "OpenSSL"
036- }
037- ===DONE===
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/posix/tests/posix_initgroups.phpt
================================================================================
Warning: posix_initgroups() expects parameter 2 to be long, string given in /opt/dev/php/5.3.0/ext/posix/tests/posix_initgroups.php on line 3
bool(false)
bool(true)
================================================================================
003+ bool(true)
003- bool(false)
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/posix/tests/posix_initgroups_basic.phpt
================================================================================
Basic test of POSIX posix_initgroups function

Warning: posix_initgroups() expects parameter 2 to be long, string given in /opt/dev/php/5.3.0/ext/posix/tests/posix_initgroups_basic.php on line 3
bool(false)
bool(true)
===DONE====
================================================================================
005+ bool(true)
005- bool(false)
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/spl/tests/dit_002.phpt
================================================================================
===DirectoryIterator===
DirectoryIterator
===FilesystemIterator===
SplFileInfo
int(4096)
int(0)
SplFileInfo
int(16)
FilesystemIterator
int(32)
bool(true)
===RecursiveDirectoryIterator===
SplFileInfo
int(0)
int(0)
SplFileInfo
int(16)
RecursiveDirectoryIterator
int(32)
bool(true)
===GlobIterator===
SplFileInfo
int(0)
int(0)
SplFileInfo
int(16)
GlobIterator
int(32)
bool(true)
===DONE===
================================================================================
005+ int(4096)
006- int(0)
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/sqlite3/tests/sqlite3_15_open_error.phpt
================================================================================
Done
================================================================================
001- exception 'Exception' with message 'Unable to open database: unable to open database file' in %s/sqlite3_15_open_error.php:%d
002- Stack trace:
003- #0 %s/sqlite3_15_open_error.php(%d): SQLite3->__construct('%s')
004- #1 {main}
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/standard/tests/array/natcasesort_variation3.phpt
================================================================================
*** Testing natcasesort() : usage variation ***

-- Iteration 1 --
bool(true)
array(9) {
  [1]=>
  int(-11)
  [3]=>
  int(-21)
  [5]=>
  int(-31)
  [8]=>
  int(-41)
  [6]=>
  int(0)
  [0]=>
  int(11)
  [2]=>
  int(21)
  [4]=>
  int(31)
  [7]=>
  int(41)
}

-- Iteration 1 --
bool(true)
array(7) {
  [6]=>
  float(-0.1)
  [1]=>
  float(-10.5)
  [5]=>
  float(0.01)
  [4]=>
  float(0.5)
  [3]=>
  float(0.106)
  [0]=>
  float(10.5)
  [2]=>
  float(1050)
}

-- Iteration 1 --
bool(true)
array(11) {
  [2]=>
  float(-0.01)
  [7]=>
  float(-0.9)
  [9]=>
  float(-0.106)
  [3]=>
  int(-1)
  [4]=>
  int(0)
  [0]=>
  float(0.0001)
  [5]=>
  float(0.09)
  [1]=>
  float(0.0021)
  [8]=>
  float(0.106)
  [6]=>
  int(2)
  [10]=>
  int(33)
}

-- Iteration 1 --
bool(true)
array(7) {
  [2]=>
  int(-2147483647)
  [3]=>
  float(-2147483648)
  [6]=>
  float(-2147483649)
  [5]=>
  int(0)
  [4]=>
  int(0)
  [0]=>
  int(2147483647)
  [1]=>
  float(2147483648)
}
Done
================================================================================
060+   [5]=>
061+   float(0.09)
062-   [5]=>
063-   float(0.09)
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/standard/tests/mail/mail_basic2.phpt
================================================================================
*** Testing mail() : basic functionality ***
-- extra parameters --
bool(false)
--- Extras
===DONE===
================================================================================
003+ bool(false)
003- bool(true)
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/standard/tests/network/http-stream.phpt
================================================================================
** ERROR: process timed out **
================================================================================
001+ ** ERROR: process timed out **
001- ALIVE
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/standard/tests/strings/bug38770.phpt
================================================================================
Array
(
    [1] => -30000
)
Array
(
    [1] => -30000
)
Array
(
    [1] => -30000
)
Done
================================================================================
003+     [1] => -30000
003-     [1] => 4294937296
================================================================================



================================================================================
/opt/dev/php/5.3.0/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt
================================================================================
Warning: xmlwriter_write_attribute_ns() expects exactly 5 parameters, 4 given in /opt/dev/php/5.3.0/ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.php on line 6
<?xml version="1.0" encoding="UTF-8"?>
<root>
 <elem1 attr1="first"/>
</root>bool(false)
================================================================================
005+ </root>bool(false)
005- </root>
006- bool(false)
================================================================================




================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux vclatisdv05 2.6.18-128.el5 #1 SMP Wed Dec 17 11:42:39 EST 2008 i686

Autoconf:

Bundled Libtool:
ltmain.sh (GNU libtool) 1.5.20 (1.1220.2.287 2005/08/31 18:54:15)

Copyright (C) 2005  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:
N/A
Compiler:
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)

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

Copyright (C) 2006 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 =>  (0xb7f21000)
	libcrypt.so.1 => /lib/libcrypt.so.1 (0x02f69000)
	librt.so.1 => /lib/librt.so.1 (0x00590000)
	libmysqlclient.so.15 => /usr/lib/mysql/libmysqlclient.so.15 (0x005f9000)
	libm.so.6 => /lib/libm.so.6 (0x00548000)
	libdl.so.2 => /lib/libdl.so.2 (0x00571000)
	libnsl.so.1 => /lib/libnsl.so.1 (0x0089f000)
	libxml2.so.2 => /usr/lib/libxml2.so.2 (0x0099e000)
	libz.so.1 => /usr/lib/libz.so.1 (0x0059b000)
	libc.so.6 => /lib/libc.so.6 (0x00402000)
	libresolv.so.2 => /lib/libresolv.so.2 (0x00b3b000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00577000)
	/lib/ld-linux.so.2 (0x003e4000)
	libssl.so.6 => /lib/libssl.so.6 (0x005b0000)
	libcrypto.so.6 => /lib/libcrypto.so.6 (0x00b50000)
	libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x0035b000)
	libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x02ed1000)
	libcom_err.so.2 => /lib/libcom_err.so.2 (0x00c92000)
	libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x002d4000)
	libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x0038b000)
	libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x00dfb000)
	libselinux.so.1 => /lib/libselinux.so.1 (0x002fc000)
	libsepol.so.1 => /lib/libsepol.so.1 (0x0017f000)


User's E-mail: Nadim dot Ghaznavi at moneris dot com


================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.3.0

System => Linux vclatisdv05 2.6.18-128.el5 #1 SMP Wed Dec 17 11:42:39 EST 2008 i686
Build Date => Nov 18 2009 05:11:35
Configure Command =>  './configure'  '--prefix=/opt/install/php/5.3.0' '--with-apxs2' '--with-openssl=/opt/install/openssl/0.9.8k' '--enable-sysvsem' '--enable-sysvshm' '--enable-inline-optimization' '--disable-debug' '--with-pear' '--with-mysql'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /opt/install/php/5.3.0/lib
Loaded Configuration File => (none)
Scan this dir for additional .ini files => (none)
Additional .ini files parsed => (none)
PHP API => 20090626
PHP Extension => 20090626
Zend Extension => 220090626
Zend Extension Build => API220090626,NTS
PHP Extension Build => API20090626,NTS
Debug Build => no
Thread Safety => disabled
Zend Memory Manager => enabled
Zend Multibyte Support => disabled
IPv6 Support => enabled
Registered PHP Streams => https, ftps, php, file, glob, data, http, ftp, phar  
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters => convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk


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


 _______________________________________________________________________


Configuration

Core

PHP Version => 5.3.0

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
exit_on_timeout => Off => Off
expose_php => On => On
extension_dir => /opt/install/php/5.3.0/lib/php/extensions/no-debug-non-zts-20090626 => /opt/install/php/5.3.0/lib/php/extensions/no-debug-non-zts-20090626
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 => .:/opt/install/php/5.3.0/lib/php => .:/opt/install/php/5.3.0/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.add_x_header => Off => Off
mail.force_extra_parameters => no value => no value
mail.log => no value => no value
max_execution_time => 0 => 0
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
request_order => no value => no value
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
user_ini.cache_ttl => 300 => 300
user_ini.filename => .user.ini => .user.ini
variables_order => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.enable_gc => On => On

ctype

ctype functions => enabled

date

date/time support => enabled
"Olson" Timezone Database Version => 2009.10
Timezone Database => internal
Default timezone => America/New_York

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

dom

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

ereg

Regex Library => Bundled library enabled

fileinfo

fileinfo support => enabled
version => 1.0.5-dev

filter

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

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

hash

hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b salsa10 salsa20 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.5

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 Compiled Version => 2.6.26
libXML Loaded Version => 20626
libXML streams => enabled

mysql

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

Directive => Local Value => Master Value
mysql.allow_local_infile => On => On
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 => /var/lib/mysql/mysql.sock => /var/lib/mysql/mysql.sock
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off

openssl

OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 0.9.8k 25 Mar 2009
OpenSSL Header Version => OpenSSL 0.9.8k 25 Mar 2009

pcre

PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 7.9 2009-04-11

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
SQLite Library => 3.6.15

Phar

Phar: PHP Archive support => enabled
Phar EXT version => 2.0.0-dev
Phar API version => 1.1.1
CVS revision => $Revision: 1.370.2.62 $
Phar-based phar archives => enabled
Tar-based phar archives => enabled
ZIP-based phar archives => enabled
gzip compression => disabled (install ext/zlib)
bzip2 compression => disabled (install pecl/bz2)
OpenSSL support => enabled


Phar based on pear/PHP_Archive, original concept by Davey Shafik.
Phar fully realized by Gregory Beaver and Marcus Boerger.
Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
Directive => Local Value => Master Value
phar.cache_list => no value => no value
phar.readonly => On => On
phar.require_hash => On => On

posix

Revision => $Revision: 1.70.2.3.2.16.2.15 $

Reflection

Reflection => enabled
Version => $Revision: 1.164.2.33.2.45.2.58 $

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 => On => On
session.use_trans_sid => 0 => 0

SimpleXML

Simplexml support => enabled
Revision => $Revision: 1.151.2.22.2.35.2.32 $
Schema support => enabled

SPL

SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

SQLite

SQLite support => enabled
PECL Module version => 2.0-dev $Id: sqlite.c,v 1.166.2.13.2.9.2.22 2009/06/25 09:38:04 johannes Exp $
SQLite Library => 2.8.17
SQLite Encoding => iso8859

Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0

sqlite3

SQLite3 support => enabled
SQLite3 module version => 0.7-dev
SQLite Library => 3.6.15

Directive => Local Value => Master Value
sqlite3.extension_dir => no value => no value

standard

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.6.26

xmlreader

XMLReader => enabled

xmlwriter

XMLWriter => enabled

Additional Modules

Module Name
sysvsem
sysvshm

Environment

Variable => Value
HOSTNAME => vclatisdv05
TEST_PHP_SRCDIR => /opt/dev/php/5.3.0
SHELL => /bin/bash
TERM => xterm
MAKEFLAGS =>  
HISTSIZE => 1000
KDE_NO_IPV6 => 1
SSH_CLIENT => deleted
SSH_TTY => deleted
USER => ghaznavi
LS_COLORS => no=00:fi=00:di=01;36:ln=01;36: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:tw=30;42:ow=36;42:st=37;36:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=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:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:
SSH_AUTH_SOCK => deleted
KDEDIR => /usr
MAKELEVEL => 1
MFLAGS =>  
PATH => /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/install/redhat-directory-server/shared/bin:/root/bin
MAIL => /var/spool/mail/ghaznavi
_ => /opt/dev/php/5.3.0/sapi/cli/php
PWD => /opt/dev/php/5.3.0
INPUTRC => /etc/inputrc
KDE_IS_PRELINKED => 1
LANG => en_US.UTF-8
TEST_PHP_EXECUTABLE => /opt/dev/php/5.3.0/sapi/cli/php
SSH_ASKPASS => /usr/libexec/openssh/gnome-ssh-askpass
HOME => /root
SHLVL => 4
LOGNAME => ghaznavi
SSH_CONNECTION => deleted
LESSOPEN => |/usr/bin/lesspipe.sh %s
DISPLAY => localhost:10.0
CC => gcc
G_BROKEN_FILENAMES => 1
XAUTHORITY => /root/.xauthfEFU0J

PHP Variables

Variable => Value
_SERVER["HOSTNAME"] => vclatisdv05
_SERVER["TEST_PHP_SRCDIR"] => /opt/dev/php/5.3.0
_SERVER["SHELL"] => /bin/bash
_SERVER["TERM"] => xterm
_SERVER["MAKEFLAGS"] => 
_SERVER["HISTSIZE"] => 1000
_SERVER["KDE_NO_IPV6"] => 1
_SERVER["SSH_CLIENT"] => deleted
_SERVER["SSH_TTY"] => deleted
_SERVER["USER"] => ghaznavi
_SERVER["LS_COLORS"] => no=00:fi=00:di=01;36:ln=01;36: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:tw=30;42:ow=36;42:st=37;36:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=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:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["KDEDIR"] => /usr
_SERVER["MAKELEVEL"] => 1
_SERVER["MFLAGS"] => 
_SERVER["PATH"] => /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/install/redhat-directory-server/shared/bin:/root/bin
_SERVER["MAIL"] => /var/spool/mail/ghaznavi
_SERVER["_"] => /opt/dev/php/5.3.0/sapi/cli/php
_SERVER["PWD"] => /opt/dev/php/5.3.0
_SERVER["INPUTRC"] => /etc/inputrc
_SERVER["KDE_IS_PRELINKED"] => 1
_SERVER["LANG"] => en_US.UTF-8
_SERVER["TEST_PHP_EXECUTABLE"] => /opt/dev/php/5.3.0/sapi/cli/php
_SERVER["SSH_ASKPASS"] => /usr/libexec/openssh/gnome-ssh-askpass
_SERVER["HOME"] => /root
_SERVER["SHLVL"] => 4
_SERVER["LOGNAME"] => ghaznavi
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_SERVER["DISPLAY"] => localhost:10.0
_SERVER["CC"] => gcc
_SERVER["G_BROKEN_FILENAMES"] => 1
_SERVER["XAUTHORITY"] => /root/.xauthfEFU0J
_SERVER["PHP_SELF"] => 
_SERVER["SCRIPT_NAME"] => 
_SERVER["SCRIPT_FILENAME"] => 
_SERVER["PATH_TRANSLATED"] => 
_SERVER["DOCUMENT_ROOT"] => 
_SERVER["REQUEST_TIME"] => 1258541105
_SERVER["argv"] => Array
(
)

_SERVER["argc"] => 0
_ENV["HOSTNAME"] => vclatisdv05
_ENV["TEST_PHP_SRCDIR"] => /opt/dev/php/5.3.0
_ENV["SHELL"] => /bin/bash
_ENV["TERM"] => xterm
_ENV["MAKEFLAGS"] => 
_ENV["HISTSIZE"] => 1000
_ENV["KDE_NO_IPV6"] => 1
_ENV["SSH_CLIENT"] => deleted
_ENV["SSH_TTY"] => deleted
_ENV["USER"] => ghaznavi
_ENV["LS_COLORS"] => no=00:fi=00:di=01;36:ln=01;36: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:tw=30;42:ow=36;42:st=37;36:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=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:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["KDEDIR"] => /usr
_ENV["MAKELEVEL"] => 1
_ENV["MFLAGS"] => 
_ENV["PATH"] => /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/install/redhat-directory-server/shared/bin:/root/bin
_ENV["MAIL"] => /var/spool/mail/ghaznavi
_ENV["_"] => /opt/dev/php/5.3.0/sapi/cli/php
_ENV["PWD"] => /opt/dev/php/5.3.0
_ENV["INPUTRC"] => /etc/inputrc
_ENV["KDE_IS_PRELINKED"] => 1
_ENV["LANG"] => en_US.UTF-8
_ENV["TEST_PHP_EXECUTABLE"] => /opt/dev/php/5.3.0/sapi/cli/php
_ENV["SSH_ASKPASS"] => /usr/libexec/openssh/gnome-ssh-askpass
_ENV["HOME"] => /root
_ENV["SHLVL"] => 4
_ENV["LOGNAME"] => ghaznavi
_ENV["SSH_CONNECTION"] => deleted
_ENV["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_ENV["DISPLAY"] => localhost:10.0
_ENV["CC"] => gcc
_ENV["G_BROKEN_FILENAMES"] => 1
_ENV["XAUTHORITY"] => /root/.xauthfEFU0J

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.