1 Dec 2011 16:56
PHP 5.3.8 make test results
Paul Greene <prdgreene <at> gmail.com>
2011-12-01 15:56:13 GMT
2011-12-01 15:56:13 GMT
To give you some background on what I was trying to do:
Install new stable version of PHP (5.3.8) along side existing PHP 5.3.4 with it's own prefix on a live PROD box.
The idea was to get PHP-FPM in the mix for easy compatibility with Nginx.
Server: Linux hostname 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
OS: CentOS release 5.5 (Final)
Hopefully this helps you and your DEV team.
Let me know if you need anymore info.
Regards,
Paul G.
PS - I created a build.sh script with the following options:
#!/bin/sh
"./configure" \
"--prefix=/webserver/php" \
"--enable-fastcgi" \
"--enable-fpm" \
"--with-libdir=lib64" \
"--with-config-file-path=/webserver/php/etc" \
"--with-config-file-scan-dir=/webserver/php/etc/php.d" \
"--with-amf" \
"--with-bcmath" \
"--with-bz2" \
"--with-calendar" \
"--with-cgi-fcgi" \
"--with-Core" \
"--with-ctype" \
"--with-curl=/usr/local/lib" \
"--with-date" \
"--with-dom" \
"--with-eAccelerator" \
"--with-ereg" \
"--with-filter" \
"--with-ftp" \
"--with-gd" \
"--with-gettext" \
"--with-hash" \
"--with-iconv" \
"--with-imap" \
"--with-imap-ssl" \
"--with-json" \
"--with-kerberos" \
"--with-libxml" \
"--with-mbstring" \
"--with-mcrypt" \
"--with-memcache" \
"--with-mysql" \
"--with-mysqli" \
"--with-openssl" \
"--with-pcre" \
"--with-pcre-regex=/usr" \
"--with-pdo" \
"--with-pdo-mysql=shared" \
"--with-pdo-sqlite=shared" \
"--with-posix" \
"--with-pspell" \
"--with-Reflection" \
"--with-session" \
"--with-simplexml" \
"--with-soap" \
"--with-sockets" \
"--with-sourceguardian" \
"--with-spl" \
"--with-sqlite" \
"--with-sqlite3" \
"--with-standard" \
"--with-tidy" \
"--with-tokenizer" \
"--with-xhprof" \
"--with-xml" \
"--with-xmlreader" \
"--with-xmlrpc" \
"--with-xmlwriter" \
"--with-xsl" \
"--with-zip" \
"--with-zlib" \
"--with-zlib-dir=/usr/local/lib"
AND the following configuration options were unknown:
--enable-fastcgi
--with-amf
--with-bcmath
--with-calendar
--with-cgi-fcgi
--with-Core
--with-ctype
--with-date
--with-dom
--with-eAccelerator
--with-ereg
--with-filter
--with-ftp
--with-hash
--with-json
--with-libxml
--with-mbstring
--with-memcache
--with-pcre
--with-pdo
--with-posix
--with-Reflection
--with-session
--with-simplexml
--with-soap
--with-sockets
--with-sourceguardian
--with-spl
--with-standard
--with-tokenizer
--with-xhprof
--with-xml
--with-xmlreader
--with-xmlwriter
--with-zip
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none) [Zend/tests/bug55156.phpt]
Curl_multi_getcontent() basic test with different sources (local file/http) [ext/curl/tests/curl_multi_getcontent_basic3.phpt]
DateTime::diff() days -- spring type2 type2 [ext/date/tests/DateTime_days-spring-type2-type2.phpt]
DateTime::diff() days -- spring type2 type3 [ext/date/tests/DateTime_days-spring-type2-type3.phpt]
DateTime::diff() days -- spring type3 type2 [ext/date/tests/DateTime_days-spring-type3-type2.phpt]
DateTime::diff() days -- spring type3 type3 [ext/date/tests/DateTime_days-spring-type3-type3.phpt]
DateTime::sub() -- dates [ext/date/tests/DateTime_sub-dates.phpt]
DateTime::sub() -- february [ext/date/tests/DateTime_sub-february.phpt]
DOMDocument::relaxNGValidate() should fail on invalid RelaxNG file source [ext/dom/tests/DOMDocument_relaxNGValidate_error2.phpt]
Test finfo extention : loading into phpinfo() [ext/fileinfo/tests/finfo_phpinfo_basic.phpt]
Test phpinfo() displays gettext support [ext/gettext/tests/gettext_phpinfo.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]
mysqli_connect() [ext/mysqli/tests/mysqli_connect.phpt]
new mysqli() [ext/mysqli/tests/mysqli_connect_oo.phpt]
new mysqli() [ext/mysqli/tests/mysqli_connect_oo_defaults.phpt]
preg_replace() with array of failing regular expressions [ext/pcre/tests/006.phpt]
Bug #47769 (Strange extends PDO) [ext/pdo/tests/bug47769.phpt]
Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/pdo/tests/bug_44159.phpt]
PDO Common: PDORow + get_parent_class() [ext/pdo/tests/pdo_035.phpt]
via [ext/pdo_mysql/tests/common.phpt]
MySQL Bug #47769 (Strange extends PDO) [ext/pdo_mysql/tests/bug47769.phpt]
via [ext/pdo_mysql/tests/common.phpt]
MySQL Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/pdo_mysql/tests/bug_44159.phpt]
via [ext/pdo_mysql/tests/common.phpt]
MySQL PDO Common: PDORow + get_parent_class() [ext/pdo_mysql/tests/pdo_035.phpt]
MySQL PDO->__construct(), options [ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt]
MySQL PDO->__construct(), libmysql only options [ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt]
PDO MySQL specific class constants [ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt]
MySQL PDO class interface [ext/pdo_mysql/tests/pdo_mysql_interface.phpt]
PDO SQLite Bug #33841 (rowCount() does not work on prepared statements) [ext/pdo_sqlite/tests/bug33841.phpt]
Bug #35336 (crash on PDO::FETCH_CLASS + __set()) [ext/pdo_sqlite/tests/bug35336.phpt]
Bug #43831 ($this gets mangled when extending PDO with persistent connection) [ext/pdo_sqlite/tests/bug43831.phpt]
Bug #44327.2 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_sqlite/tests/bug44327_2.phpt]
Bug #44327.3 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_sqlite/tests/bug44327_3.phpt]
Bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE) [ext/pdo_sqlite/tests/bug46139.phpt]
Bug #46542 Extending PDO class with a __call() function [ext/pdo_sqlite/tests/bug46542.phpt]
Bug #48773 (Incorrect error when setting PDO::ATTR_STATEMENT_CLASS with ctor_args) [ext/pdo_sqlite/tests/bug48773.phpt]
Bug #50728 (All PDOExceptions hardcode 'code' property to 0) [ext/pdo_sqlite/tests/bug50728.phpt]
Bug #52487 (PDO::FETCH_INTO leaks memory) [ext/pdo_sqlite/tests/bug52487.phpt]
PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name) [ext/pdo_sqlite/tests/bug_42589.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite Bug #47769 (Strange extends PDO) [ext/pdo_sqlite/tests/bug47769.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #34687 (query doesn't return error information) [ext/pdo_sqlite/tests/bug_34687.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #35671 (binding by name breakage) [ext/pdo_sqlite/tests/bug_35671.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll()) [ext/pdo_sqlite/tests/bug_36428.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars) [ext/pdo_sqlite/tests/bug_36798.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #38253 (PDO produces segfault with default fetch mode) [ext/pdo_sqlite/tests/bug_38253.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #38394 (Prepared statement error stops subsequent statements) [ext/pdo_sqlite/tests/bug_38394.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #39398 (Booleans are not automatically translated to integers) [ext/pdo_sqlite/tests/bug_39398.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statment object after closeCursor()) [ext/pdo_sqlite/tests/bug_39656.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":) [ext/pdo_sqlite/tests/bug_40285.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode) [ext/pdo_sqlite/tests/bug_42917.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #43139 (PDO ignore ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll()) [ext/pdo_sqlite/tests/bug_43139.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #43663 (__call on classes derived from PDO) [ext/pdo_sqlite/tests/bug_43663.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/pdo_sqlite/tests/bug_44159.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #44173 (PDO->query() parameter parsing/checking needs an update) [ext/pdo_sqlite/tests/bug_44173.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) [ext/pdo_sqlite/tests/bug_44409.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #50458 (PDO::FETCH_FUNC fails with Closures) [ext/pdo_sqlite/tests/bug_50458.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_ASSOC [ext/pdo_sqlite/tests/pdo_001.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_NUM [ext/pdo_sqlite/tests/pdo_002.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_BOTH [ext/pdo_sqlite/tests/pdo_003.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_OBJ [ext/pdo_sqlite/tests/pdo_004.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_CLASS [ext/pdo_sqlite/tests/pdo_005.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_GROUP [ext/pdo_sqlite/tests/pdo_006.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_UNIQUE [ext/pdo_sqlite/tests/pdo_007.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_UNIQUE conflict [ext/pdo_sqlite/tests/pdo_008.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_CLASSTYPE [ext/pdo_sqlite/tests/pdo_009.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_CLASSTYPE and GROUP/UNIQUE [ext/pdo_sqlite/tests/pdo_010.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_FUNC and statement overloading [ext/pdo_sqlite/tests/pdo_011.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement::setFetchMode [ext/pdo_sqlite/tests/pdo_012.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement iterator [ext/pdo_sqlite/tests/pdo_013.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement SPL iterator [ext/pdo_sqlite/tests/pdo_014.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_COLUMN [ext/pdo_sqlite/tests/pdo_015.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_BOUND [ext/pdo_sqlite/tests/pdo_016.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_BOUND w/o : [ext/pdo_sqlite/tests/pdo_016a.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: transactions [ext/pdo_sqlite/tests/pdo_017.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: serializing [ext/pdo_sqlite/tests/pdo_018.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: fetch() and while() [ext/pdo_sqlite/tests/pdo_019.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement::columnCount [ext/pdo_sqlite/tests/pdo_020.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement::execute with parameters [ext/pdo_sqlite/tests/pdo_021.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: extending PDO [ext/pdo_sqlite/tests/pdo_023.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: assert that bindParam does not modify parameter [ext/pdo_sqlite/tests/pdo_024.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_INTO [ext/pdo_sqlite/tests/pdo_025.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: extending PDO (2) [ext/pdo_sqlite/tests/pdo_026.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_LAZY [ext/pdo_sqlite/tests/pdo_027.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: bindValue [ext/pdo_sqlite/tests/pdo_028.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: extending PDO (3) [ext/pdo_sqlite/tests/pdo_029.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: extending PDO (4) [ext/pdo_sqlite/tests/pdo_030.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement SPL iterator [ext/pdo_sqlite/tests/pdo_031.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::ATTR_CASE [ext/pdo_sqlite/tests/pdo_032.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::quote() [ext/pdo_sqlite/tests/pdo_033.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_KEY_PAIR fetch mode test [ext/pdo_sqlite/tests/pdo_034.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDORow + get_parent_class() [ext/pdo_sqlite/tests/pdo_035.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PECL Bug #5217 (serialize/unserialze safety) [ext/pdo_sqlite/tests/pecl_bug_5217.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PECL Bug #5772 (PDO::FETCH_FUNC breaks on mixed case func name) [ext/pdo_sqlite/tests/pecl_bug_5772.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param) [ext/pdo_sqlite/tests/pecl_bug_5809.phpt]
Testing PDOStatement::debugDumpParams() with bound params [ext/pdo_sqlite/tests/debugdumpparams_001.phpt]
Testing several callbacks using PDO::FETCH_FUNC [ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt]
PDO_sqlite: Testing sqliteCreateAggregate() [ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt]
PDO_sqlite: Testing invalid callback for sqliteCreateAggregate() [ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt]
PDO_sqlite: Testing sqliteCreateFunction() [ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt]
PDO_sqlite: Testing getAttribute() [ext/pdo_sqlite/tests/pdo_sqlite_get_attribute.phpt]
PDO_sqlite: Testing lastInsertId() [ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt]
PDO_sqlite: Testing transaction [ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt]
Test for bug 52013 about Phar::decompressFiles(). [ext/phar/tests/bug52013.phpt]
Phar and RecursiveDirectoryIterator [ext/phar/tests/phar_oo_005.phpt]
a script should not be able to modify session.use_trans_sid [ext/session/tests/014.phpt]
use_trans_sid should not affect SID [ext/session/tests/015.phpt]
rewriter correctly handles attribute names which contain dashes [ext/session/tests/018.phpt]
rewriter uses arg_seperator.output for modifying URLs [ext/session/tests/020.phpt]
rewriter handles form and fieldset tags correctly [ext/session/tests/021.phpt]
Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n) [ext/session/tests/bug36459.phpt]
Bug #41600 (url rewriter tags doesn't work with namespaced tags) [ext/session/tests/bug41600.phpt]
Bug #48601 (xpath() returns FALSE for legitimate query) [ext/simplexml/tests/bug48601.phpt]
via [ext/sqlite/tests/pdo/common.phpt]
SQLite2 Bug #47769 (Strange extends PDO) [ext/sqlite/tests/pdo/bug47769.phpt]
via [ext/sqlite/tests/pdo/common.phpt]
SQLite2 PDO Common: Bug #43663 (__call on classes derived from PDO) [ext/sqlite/tests/pdo/bug_43663.phpt]
via [ext/sqlite/tests/pdo/common.phpt]
SQLite2 Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/sqlite/tests/pdo/bug_44159.phpt]
via [ext/sqlite/tests/pdo/common.phpt]
SQLite2 PDO Common: PDORow + get_parent_class() [ext/sqlite/tests/pdo/pdo_035.phpt]
Bug #52820 (writes to fopencookie FILE* not commited when seeking the stream) [ext/standard/tests/file/bug52820.phpt]
phpinfo() [ext/standard/tests/general_functions/phpinfo.phpt]
Test phpinfo() displays xsl info [ext/xsl/tests/xsl-phpinfo.phpt]
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt] XFAIL REASON: This test will fail until the fix in revision r214155 is backported from php 6
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt] XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt] XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt] XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt] XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt] XFAIL REASON: See Bug #48770
DateTime::add() -- fall type2 type2 [ext/date/tests/DateTime_add-fall-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- fall type2 type3 [ext/date/tests/DateTime_add-fall-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type2 [ext/date/tests/DateTime_add-fall-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type3 [ext/date/tests/DateTime_add-fall-type3-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- spring type2 type2 [ext/date/tests/DateTime_add-spring-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- spring type2 type3 [ext/date/tests/DateTime_add-spring-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type2 [ext/date/tests/DateTime_add-spring-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type3 [ext/date/tests/DateTime_add-spring-type3-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type2 type2 [ext/date/tests/DateTime_diff-fall-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type2 type3 [ext/date/tests/DateTime_diff-fall-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type2 [ext/date/tests/DateTime_diff-fall-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type3 [ext/date/tests/DateTime_diff-fall-type3-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type2 type2 [ext/date/tests/DateTime_diff-spring-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type2 type3 [ext/date/tests/DateTime_diff-spring-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type2 [ext/date/tests/DateTime_diff-spring-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type3 [ext/date/tests/DateTime_diff-spring-type3-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type2 type2 [ext/date/tests/DateTime_sub-fall-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type2 type3 [ext/date/tests/DateTime_sub-fall-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type2 [ext/date/tests/DateTime_sub-fall-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type3 [ext/date/tests/DateTime_sub-fall-type3-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type2 type2 [ext/date/tests/DateTime_sub-spring-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type2 type3 [ext/date/tests/DateTime_sub-spring-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type2 [ext/date/tests/DateTime_sub-spring-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type3 [ext/date/tests/DateTime_sub-spring-type3-type3.phpt] XFAIL REASON: Various bugs exist
Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format) [ext/date/tests/bug51994.phpt] XFAIL REASON: Bug #51994 isn't fixed yet
DateTime::add() and sub() result -1 hour on objects with time zone type 2 [ext/date/tests/bug55253.phpt] XFAIL REASON: Bug 55253 exists
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_sqlite/tests/bug_34630.phpt] XFAIL REASON: This bug might be still open on aix5.2-ppc64 and hpux11.23-ia64
SimpleXML: array casting bug [ext/simplexml/tests/034.phpt] XFAIL REASON: Does anyone know why?
=====================================================================
=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
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 : 36
Exts tested : 42
---------------------------------------------------------------------
Number of tests : 11660 8501
Tests skipped : 3159 ( 27.1%) --------
Tests warned : 1 ( 0.0%) ( 0.0%)
Tests failed : 119 ( 1.0%) ( 1.4%)
Expected fail : 34 ( 0.3%) ( 0.4%)
Tests passed : 8347 ( 71.6%) ( 98.2%)
---------------------------------------------------------------------
Time taken : 462 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none) [Zend/tests/bug55156.phpt]
Curl_multi_getcontent() basic test with different sources (local file/http) [ext/curl/tests/curl_multi_getcontent_basic3.phpt]
DateTime::diff() days -- spring type2 type2 [ext/date/tests/DateTime_days-spring-type2-type2.phpt]
DateTime::diff() days -- spring type2 type3 [ext/date/tests/DateTime_days-spring-type2-type3.phpt]
DateTime::diff() days -- spring type3 type2 [ext/date/tests/DateTime_days-spring-type3-type2.phpt]
DateTime::diff() days -- spring type3 type3 [ext/date/tests/DateTime_days-spring-type3-type3.phpt]
DateTime::sub() -- dates [ext/date/tests/DateTime_sub-dates.phpt]
DateTime::sub() -- february [ext/date/tests/DateTime_sub-february.phpt]
DOMDocument::relaxNGValidate() should fail on invalid RelaxNG file source [ext/dom/tests/DOMDocument_relaxNGValidate_error2.phpt]
Test finfo extention : loading into phpinfo() [ext/fileinfo/tests/finfo_phpinfo_basic.phpt]
Test phpinfo() displays gettext support [ext/gettext/tests/gettext_phpinfo.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]
mysqli_connect() [ext/mysqli/tests/mysqli_connect.phpt]
new mysqli() [ext/mysqli/tests/mysqli_connect_oo.phpt]
new mysqli() [ext/mysqli/tests/mysqli_connect_oo_defaults.phpt]
preg_replace() with array of failing regular expressions [ext/pcre/tests/006.phpt]
Bug #47769 (Strange extends PDO) [ext/pdo/tests/bug47769.phpt]
Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/pdo/tests/bug_44159.phpt]
PDO Common: PDORow + get_parent_class() [ext/pdo/tests/pdo_035.phpt]
via [ext/pdo_mysql/tests/common.phpt]
MySQL Bug #47769 (Strange extends PDO) [ext/pdo_mysql/tests/bug47769.phpt]
via [ext/pdo_mysql/tests/common.phpt]
MySQL Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/pdo_mysql/tests/bug_44159.phpt]
via [ext/pdo_mysql/tests/common.phpt]
MySQL PDO Common: PDORow + get_parent_class() [ext/pdo_mysql/tests/pdo_035.phpt]
MySQL PDO->__construct(), options [ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt]
MySQL PDO->__construct(), libmysql only options [ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt]
PDO MySQL specific class constants [ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt]
MySQL PDO class interface [ext/pdo_mysql/tests/pdo_mysql_interface.phpt]
PDO SQLite Bug #33841 (rowCount() does not work on prepared statements) [ext/pdo_sqlite/tests/bug33841.phpt]
Bug #35336 (crash on PDO::FETCH_CLASS + __set()) [ext/pdo_sqlite/tests/bug35336.phpt]
Bug #43831 ($this gets mangled when extending PDO with persistent connection) [ext/pdo_sqlite/tests/bug43831.phpt]
Bug #44327.2 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_sqlite/tests/bug44327_2.phpt]
Bug #44327.3 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_sqlite/tests/bug44327_3.phpt]
Bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE) [ext/pdo_sqlite/tests/bug46139.phpt]
Bug #46542 Extending PDO class with a __call() function [ext/pdo_sqlite/tests/bug46542.phpt]
Bug #48773 (Incorrect error when setting PDO::ATTR_STATEMENT_CLASS with ctor_args) [ext/pdo_sqlite/tests/bug48773.phpt]
Bug #50728 (All PDOExceptions hardcode 'code' property to 0) [ext/pdo_sqlite/tests/bug50728.phpt]
Bug #52487 (PDO::FETCH_INTO leaks memory) [ext/pdo_sqlite/tests/bug52487.phpt]
PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name) [ext/pdo_sqlite/tests/bug_42589.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite Bug #47769 (Strange extends PDO) [ext/pdo_sqlite/tests/bug47769.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #34687 (query doesn't return error information) [ext/pdo_sqlite/tests/bug_34687.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #35671 (binding by name breakage) [ext/pdo_sqlite/tests/bug_35671.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll()) [ext/pdo_sqlite/tests/bug_36428.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars) [ext/pdo_sqlite/tests/bug_36798.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #38253 (PDO produces segfault with default fetch mode) [ext/pdo_sqlite/tests/bug_38253.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #38394 (Prepared statement error stops subsequent statements) [ext/pdo_sqlite/tests/bug_38394.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #39398 (Booleans are not automatically translated to integers) [ext/pdo_sqlite/tests/bug_39398.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statment object after closeCursor()) [ext/pdo_sqlite/tests/bug_39656.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":) [ext/pdo_sqlite/tests/bug_40285.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode) [ext/pdo_sqlite/tests/bug_42917.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #43139 (PDO ignore ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll()) [ext/pdo_sqlite/tests/bug_43139.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #43663 (__call on classes derived from PDO) [ext/pdo_sqlite/tests/bug_43663.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/pdo_sqlite/tests/bug_44159.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #44173 (PDO->query() parameter parsing/checking needs an update) [ext/pdo_sqlite/tests/bug_44173.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) [ext/pdo_sqlite/tests/bug_44409.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #50458 (PDO::FETCH_FUNC fails with Closures) [ext/pdo_sqlite/tests/bug_50458.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_ASSOC [ext/pdo_sqlite/tests/pdo_001.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_NUM [ext/pdo_sqlite/tests/pdo_002.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_BOTH [ext/pdo_sqlite/tests/pdo_003.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_OBJ [ext/pdo_sqlite/tests/pdo_004.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_CLASS [ext/pdo_sqlite/tests/pdo_005.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_GROUP [ext/pdo_sqlite/tests/pdo_006.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_UNIQUE [ext/pdo_sqlite/tests/pdo_007.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_UNIQUE conflict [ext/pdo_sqlite/tests/pdo_008.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_CLASSTYPE [ext/pdo_sqlite/tests/pdo_009.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_CLASSTYPE and GROUP/UNIQUE [ext/pdo_sqlite/tests/pdo_010.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_FUNC and statement overloading [ext/pdo_sqlite/tests/pdo_011.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement::setFetchMode [ext/pdo_sqlite/tests/pdo_012.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement iterator [ext/pdo_sqlite/tests/pdo_013.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement SPL iterator [ext/pdo_sqlite/tests/pdo_014.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_COLUMN [ext/pdo_sqlite/tests/pdo_015.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_BOUND [ext/pdo_sqlite/tests/pdo_016.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_BOUND w/o : [ext/pdo_sqlite/tests/pdo_016a.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: transactions [ext/pdo_sqlite/tests/pdo_017.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: serializing [ext/pdo_sqlite/tests/pdo_018.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: fetch() and while() [ext/pdo_sqlite/tests/pdo_019.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement::columnCount [ext/pdo_sqlite/tests/pdo_020.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement::execute with parameters [ext/pdo_sqlite/tests/pdo_021.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: extending PDO [ext/pdo_sqlite/tests/pdo_023.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: assert that bindParam does not modify parameter [ext/pdo_sqlite/tests/pdo_024.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_INTO [ext/pdo_sqlite/tests/pdo_025.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: extending PDO (2) [ext/pdo_sqlite/tests/pdo_026.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_LAZY [ext/pdo_sqlite/tests/pdo_027.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: bindValue [ext/pdo_sqlite/tests/pdo_028.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: extending PDO (3) [ext/pdo_sqlite/tests/pdo_029.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: extending PDO (4) [ext/pdo_sqlite/tests/pdo_030.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDOStatement SPL iterator [ext/pdo_sqlite/tests/pdo_031.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::ATTR_CASE [ext/pdo_sqlite/tests/pdo_032.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::quote() [ext/pdo_sqlite/tests/pdo_033.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDO::FETCH_KEY_PAIR fetch mode test [ext/pdo_sqlite/tests/pdo_034.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PDORow + get_parent_class() [ext/pdo_sqlite/tests/pdo_035.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PECL Bug #5217 (serialize/unserialze safety) [ext/pdo_sqlite/tests/pecl_bug_5217.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PECL Bug #5772 (PDO::FETCH_FUNC breaks on mixed case func name) [ext/pdo_sqlite/tests/pecl_bug_5772.phpt]
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param) [ext/pdo_sqlite/tests/pecl_bug_5809.phpt]
Testing PDOStatement::debugDumpParams() with bound params [ext/pdo_sqlite/tests/debugdumpparams_001.phpt]
Testing several callbacks using PDO::FETCH_FUNC [ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt]
PDO_sqlite: Testing sqliteCreateAggregate() [ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt]
PDO_sqlite: Testing invalid callback for sqliteCreateAggregate() [ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt]
PDO_sqlite: Testing sqliteCreateFunction() [ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt]
PDO_sqlite: Testing getAttribute() [ext/pdo_sqlite/tests/pdo_sqlite_get_attribute.phpt]
PDO_sqlite: Testing lastInsertId() [ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt]
PDO_sqlite: Testing transaction [ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt]
Test for bug 52013 about Phar::decompressFiles(). [ext/phar/tests/bug52013.phpt]
Phar and RecursiveDirectoryIterator [ext/phar/tests/phar_oo_005.phpt]
a script should not be able to modify session.use_trans_sid [ext/session/tests/014.phpt]
use_trans_sid should not affect SID [ext/session/tests/015.phpt]
rewriter correctly handles attribute names which contain dashes [ext/session/tests/018.phpt]
rewriter uses arg_seperator.output for modifying URLs [ext/session/tests/020.phpt]
rewriter handles form and fieldset tags correctly [ext/session/tests/021.phpt]
Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n) [ext/session/tests/bug36459.phpt]
Bug #41600 (url rewriter tags doesn't work with namespaced tags) [ext/session/tests/bug41600.phpt]
Bug #48601 (xpath() returns FALSE for legitimate query) [ext/simplexml/tests/bug48601.phpt]
via [ext/sqlite/tests/pdo/common.phpt]
SQLite2 Bug #47769 (Strange extends PDO) [ext/sqlite/tests/pdo/bug47769.phpt]
via [ext/sqlite/tests/pdo/common.phpt]
SQLite2 PDO Common: Bug #43663 (__call on classes derived from PDO) [ext/sqlite/tests/pdo/bug_43663.phpt]
via [ext/sqlite/tests/pdo/common.phpt]
SQLite2 Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/sqlite/tests/pdo/bug_44159.phpt]
via [ext/sqlite/tests/pdo/common.phpt]
SQLite2 PDO Common: PDORow + get_parent_class() [ext/sqlite/tests/pdo/pdo_035.phpt]
Bug #52820 (writes to fopencookie FILE* not commited when seeking the stream) [ext/standard/tests/file/bug52820.phpt]
phpinfo() [ext/standard/tests/general_functions/phpinfo.phpt]
Test phpinfo() displays xsl info [ext/xsl/tests/xsl-phpinfo.phpt]
=====================================================================
=====================================================================
EXPECTED FAILED TEST SUMMARY
---------------------------------------------------------------------
output buffering - fatalism [tests/output/ob_011.phpt] XFAIL REASON: This test will fail until the fix in revision r214155 is backported from php 6
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt] XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt] XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt] XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt] XFAIL REASON: See Bug #48770
Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt] XFAIL REASON: See Bug #48770
DateTime::add() -- fall type2 type2 [ext/date/tests/DateTime_add-fall-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- fall type2 type3 [ext/date/tests/DateTime_add-fall-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type2 [ext/date/tests/DateTime_add-fall-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- fall type3 type3 [ext/date/tests/DateTime_add-fall-type3-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- spring type2 type2 [ext/date/tests/DateTime_add-spring-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- spring type2 type3 [ext/date/tests/DateTime_add-spring-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type2 [ext/date/tests/DateTime_add-spring-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::add() -- spring type3 type3 [ext/date/tests/DateTime_add-spring-type3-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type2 type2 [ext/date/tests/DateTime_diff-fall-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type2 type3 [ext/date/tests/DateTime_diff-fall-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type2 [ext/date/tests/DateTime_diff-fall-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- fall type3 type3 [ext/date/tests/DateTime_diff-fall-type3-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type2 type2 [ext/date/tests/DateTime_diff-spring-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type2 type3 [ext/date/tests/DateTime_diff-spring-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type2 [ext/date/tests/DateTime_diff-spring-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::diff() -- spring type3 type3 [ext/date/tests/DateTime_diff-spring-type3-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type2 type2 [ext/date/tests/DateTime_sub-fall-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type2 type3 [ext/date/tests/DateTime_sub-fall-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type2 [ext/date/tests/DateTime_sub-fall-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- fall type3 type3 [ext/date/tests/DateTime_sub-fall-type3-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type2 type2 [ext/date/tests/DateTime_sub-spring-type2-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type2 type3 [ext/date/tests/DateTime_sub-spring-type2-type3.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type2 [ext/date/tests/DateTime_sub-spring-type3-type2.phpt] XFAIL REASON: Various bugs exist
DateTime::sub() -- spring type3 type3 [ext/date/tests/DateTime_sub-spring-type3-type3.phpt] XFAIL REASON: Various bugs exist
Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format) [ext/date/tests/bug51994.phpt] XFAIL REASON: Bug #51994 isn't fixed yet
DateTime::add() and sub() result -1 hour on objects with time zone type 2 [ext/date/tests/bug55253.phpt] XFAIL REASON: Bug 55253 exists
via [ext/pdo_sqlite/tests/common.phpt]
SQLite PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_sqlite/tests/bug_34630.phpt] XFAIL REASON: This bug might be still open on aix5.2-ppc64 and hpux11.23-ia64
SimpleXML: array casting bug [ext/simplexml/tests/034.phpt] XFAIL REASON: Does anyone know why?
=====================================================================
=====================================================================
WARNED TEST SUMMARY
---------------------------------------------------------------------
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)
=====================================================================
================================================================================
/usr/src/php-5.3.8/Zend/tests/bug55156.phpt
================================================================================
string(11) "/** test */"
string(12) "/** test1 */"
string(12) "/** test2 */"
================================================================================
001+ string(11) "/** test */"
001- bool(false)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/curl/tests/curl_multi_getcontent_basic3.phpt
================================================================================
User-agent: *
Disallow: /backend/
Disallow: /distributions/
Disallow: /stats/
Disallow: /server-status/
Disallow: /source.php
Disallow: /search.php
Disallow: /mod.php
Disallow: /manual/add-note.php
Disallow: /harming/humans
Disallow: /ignoring/human/orders
Disallow: /harm/to/self
CURL2
================================================================================
005+ Disallow: /server-status/
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/date/tests/DateTime_days-spring-type2-type2.phpt
================================================================================
test_time_spring_type2_prev_type2_prev: DAYS: **30**
test_time_spring_type2_prev_type2_st: DAYS: **0**
test_time_spring_type2_prev_type2_dt: DAYS: **0**
test_time_spring_type2_prev_type2_post: DAYS: **2**
test_time_spring_type2_st_type2_prev: DAYS: **0**
test_time_spring_type2_st_type2_st: DAYS: **0**
test_time_spring_type2_st_type2_dt: DAYS: **0**
test_time_spring_type2_st_type2_post: DAYS: **1**
test_time_spring_type2_dt_type2_prev: DAYS: **0**
test_time_spring_type2_dt_type2_st: DAYS: **0**
test_time_spring_type2_dt_type2_dt: DAYS: **0**
test_time_spring_type2_dt_type2_post: DAYS: **1**
test_time_spring_type2_post_type2_prev: DAYS: **2**
test_time_spring_type2_post_type2_st: DAYS: **1**
test_time_spring_type2_post_type2_dt: DAYS: **1**
test_time_spring_type2_post_type2_post: DAYS: **0**
test_time_spring_type2_stsec_type2_dtsec: DAYS: **2**
test_time_spring_type2_dtsec_type2_stsec: DAYS: **1**
================================================================================
017+ test_time_spring_type2_stsec_type2_dtsec: DAYS: **2**
018+ test_time_spring_type2_dtsec_type2_stsec: DAYS: **1**
017- test_time_spring_type2_stsec_type2_dtsec: DAYS: **0**
018- test_time_spring_type2_dtsec_type2_stsec: DAYS: **0**
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/date/tests/DateTime_days-spring-type2-type3.phpt
================================================================================
test_time_spring_type2_prev_type3_prev: DAYS: **30**
test_time_spring_type2_prev_type3_st: DAYS: **0**
test_time_spring_type2_prev_type3_dt: DAYS: **0**
test_time_spring_type2_prev_type3_post: DAYS: **2**
test_time_spring_type2_st_type3_prev: DAYS: **0**
test_time_spring_type2_st_type3_st: DAYS: **0**
test_time_spring_type2_st_type3_dt: DAYS: **0**
test_time_spring_type2_st_type3_post: DAYS: **1**
test_time_spring_type2_dt_type3_prev: DAYS: **0**
test_time_spring_type2_dt_type3_st: DAYS: **0**
test_time_spring_type2_dt_type3_dt: DAYS: **0**
test_time_spring_type2_dt_type3_post: DAYS: **1**
test_time_spring_type2_post_type3_prev: DAYS: **2**
test_time_spring_type2_post_type3_st: DAYS: **1**
test_time_spring_type2_post_type3_dt: DAYS: **1**
test_time_spring_type2_post_type3_post: DAYS: **0**
test_time_spring_type2_stsec_type3_dtsec: DAYS: **2**
test_time_spring_type2_dtsec_type3_stsec: DAYS: **1**
================================================================================
017+ test_time_spring_type2_stsec_type3_dtsec: DAYS: **2**
018+ test_time_spring_type2_dtsec_type3_stsec: DAYS: **1**
017- test_time_spring_type2_stsec_type3_dtsec: DAYS: **0**
018- test_time_spring_type2_dtsec_type3_stsec: DAYS: **0**
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/date/tests/DateTime_days-spring-type3-type2.phpt
================================================================================
test_time_spring_type3_prev_type2_prev: DAYS: **30**
test_time_spring_type3_prev_type2_st: DAYS: **0**
test_time_spring_type3_prev_type2_dt: DAYS: **0**
test_time_spring_type3_prev_type2_post: DAYS: **2**
test_time_spring_type3_st_type2_prev: DAYS: **0**
test_time_spring_type3_st_type2_st: DAYS: **0**
test_time_spring_type3_st_type2_dt: DAYS: **0**
test_time_spring_type3_st_type2_post: DAYS: **1**
test_time_spring_type3_dt_type2_prev: DAYS: **0**
test_time_spring_type3_dt_type2_st: DAYS: **0**
test_time_spring_type3_dt_type2_dt: DAYS: **0**
test_time_spring_type3_dt_type2_post: DAYS: **1**
test_time_spring_type3_post_type2_prev: DAYS: **2**
test_time_spring_type3_post_type2_st: DAYS: **1**
test_time_spring_type3_post_type2_dt: DAYS: **1**
test_time_spring_type3_post_type2_post: DAYS: **0**
test_time_spring_type3_stsec_type2_dtsec: DAYS: **2**
test_time_spring_type3_dtsec_type2_stsec: DAYS: **1**
================================================================================
017+ test_time_spring_type3_stsec_type2_dtsec: DAYS: **2**
018+ test_time_spring_type3_dtsec_type2_stsec: DAYS: **1**
017- test_time_spring_type3_stsec_type2_dtsec: DAYS: **0**
018- test_time_spring_type3_dtsec_type2_stsec: DAYS: **0**
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/date/tests/DateTime_days-spring-type3-type3.phpt
================================================================================
test_time_spring_type3_prev_type3_prev: DAYS: **30**
test_time_spring_type3_prev_type3_st: DAYS: **0**
test_time_spring_type3_prev_type3_dt: DAYS: **0**
test_time_spring_type3_prev_type3_post: DAYS: **2**
test_time_spring_type3_st_type3_prev: DAYS: **0**
test_time_spring_type3_st_type3_st: DAYS: **0**
test_time_spring_type3_st_type3_dt: DAYS: **0**
test_time_spring_type3_st_type3_post: DAYS: **1**
test_time_spring_type3_dt_type3_prev: DAYS: **0**
test_time_spring_type3_dt_type3_st: DAYS: **0**
test_time_spring_type3_dt_type3_dt: DAYS: **0**
test_time_spring_type3_dt_type3_post: DAYS: **1**
test_time_spring_type3_post_type3_prev: DAYS: **2**
test_time_spring_type3_post_type3_st: DAYS: **1**
test_time_spring_type3_post_type3_dt: DAYS: **1**
test_time_spring_type3_post_type3_post: DAYS: **0**
test_time_spring_type3_stsec_type3_dtsec: DAYS: **2**
test_time_spring_type3_dtsec_type3_stsec: DAYS: **1**
================================================================================
017+ test_time_spring_type3_stsec_type3_dtsec: DAYS: **2**
018+ test_time_spring_type3_dtsec_type3_stsec: DAYS: **1**
017- test_time_spring_type3_stsec_type3_dtsec: DAYS: **0**
018- test_time_spring_type3_dtsec_type3_stsec: DAYS: **0**
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/date/tests/DateTime_sub-dates.phpt
================================================================================
test__7: SUB: 2009-01-14 00:00:00 EST - P+0Y0M7DT0H0M0S = **2009-01-07 00:00:00 EST**
test_years_positive__7_by_0_day: SUB: 2007-02-07 00:00:00 EST - P+7Y0M0DT0H0M0S = **2000-02-07 00:00:00 EST**
test_years_positive__7_by_1_day: SUB: 2007-02-08 00:00:00 EST - P+7Y0M1DT0H0M0S = **2000-02-07 00:00:00 EST**
test_years_positive__6_shy_1_day: SUB: 2007-02-06 00:00:00 EST - P+6Y11M30DT0H0M0S = **2000-02-05 00:00:00 EST**
test_years_positive__7_by_1_month: SUB: 2007-03-07 00:00:00 EST - P+7Y1M0DT0H0M0S = **2000-02-07 00:00:00 EST**
test_years_positive__6_shy_1_month: SUB: 2007-01-07 00:00:00 EST - P+6Y11M0DT0H0M0S = **2000-02-07 00:00:00 EST**
test_years_positive__7_by_1_month_split_newyear: SUB: 2007-01-07 00:00:00 EST - P+7Y1M0DT0H0M0S = **1999-12-07 00:00:00 EST**
test_years_positive__6_shy_1_month_split_newyear: SUB: 2006-12-07 00:00:00 EST - P+6Y11M0DT0H0M0S = **2000-01-07 00:00:00 EST**
test_negative__7: SUB: 2009-01-07 00:00:00 EST - P-0Y0M7DT0H0M0S = **2009-01-14 00:00:00 EST**
test_years_negative__7_by_0_day: SUB: 2000-02-07 00:00:00 EST - P-7Y0M0DT0H0M0S = **2007-02-07 00:00:00 EST**
test_years_negative__7_by_1_day: SUB: 2000-02-07 00:00:00 EST - P-7Y0M1DT0H0M0S = **2007-02-08 00:00:00 EST**
test_years_negative__6_shy_1_day: SUB: 2000-02-07 00:00:00 EST - P-6Y11M28DT0H0M0S = **2007-02-04 00:00:00 EST**
test_years_negative__7_by_1_month: SUB: 2000-02-07 00:00:00 EST - P-7Y1M0DT0H0M0S = **2007-03-07 00:00:00 EST**
test_years_negative__6_shy_1_month: SUB: 2000-02-07 00:00:00 EST - P-6Y11M0DT0H0M0S = **2007-01-07 00:00:00 EST**
test_years_negative__7_by_1_month_split_newyear: SUB: 1999-12-07 00:00:00 EST - P-7Y1M0DT0H0M0S = **2007-01-07 00:00:00 EST**
test_years_negative__6_shy_1_month_split_newyear: SUB: 2000-01-07 00:00:00 EST - P-6Y11M0DT0H0M0S = **2006-12-07 00:00:00 EST**
================================================================================
004+ test_years_positive__6_shy_1_day: SUB: 2007-02-06 00:00:00 EST - P+6Y11M30DT0H0M0S = **2000-02-05 00:00:00 EST**
004- test_years_positive__6_shy_1_day: SUB: 2007-02-06 00:00:00 EST - P+6Y11M30DT0H0M0S = **2000-02-07 00:00:00 EST**
012+ test_years_negative__6_shy_1_day: SUB: 2000-02-07 00:00:00 EST - P-6Y11M28DT0H0M0S = **2007-02-04 00:00:00 EST**
012- test_years_negative__6_shy_1_day: SUB: 2000-02-07 00:00:00 EST - P-6Y11M28DT0H0M0S = **2007-02-06 00:00:00 EST**
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/date/tests/DateTime_sub-february.phpt
================================================================================
test_bug_49081__1: SUB: 2010-03-31 00:00:00 EDT - P+0Y0M30DT0H0M0S = **2010-03-01 00:00:00 EST**
test_bug_49081__2: SUB: 2010-04-01 00:00:00 EDT - P+0Y1M0DT0H0M0S = **2010-03-01 00:00:00 EST**
test_bug_49081__3: SUB: 2010-04-01 00:00:00 EDT - P+0Y0M1DT0H0M0S = **2010-03-31 00:00:00 EDT**
test_bug_49081__4: SUB: 2010-04-29 00:00:00 EDT - P+0Y0M29DT0H0M0S = **2010-03-31 00:00:00 EDT**
test_bug_49081__5: SUB: 2010-04-30 00:00:00 EDT - P+0Y0M30DT0H0M0S = **2010-03-31 00:00:00 EDT**
test_bug_49081__6: SUB: 2010-04-30 00:00:00 EDT - P+0Y1M0DT0H0M0S = **2010-03-30 00:00:00 EDT**
test_bug_49081__7: SUB: 2010-04-30 00:00:00 EDT - P+0Y1M1DT0H0M0S = **2010-03-29 00:00:00 EDT**
test_bug_49081__8: SUB: 2010-01-29 00:00:00 EST - P+0Y0M28DT0H0M0S = **2010-01-01 00:00:00 EST**
test_bug_49081__9: SUB: 2010-01-30 00:00:00 EST - P+0Y0M29DT0H0M0S = **2010-01-01 00:00:00 EST**
test_bug_49081__10: SUB: 2010-01-31 00:00:00 EST - P+0Y0M30DT0H0M0S = **2010-01-01 00:00:00 EST**
test_bug_49081__11: SUB: 2010-02-01 00:00:00 EST - P+0Y1M0DT0H0M0S = **2010-01-01 00:00:00 EST**
test_bug_49081__12: SUB: 2010-02-01 00:00:00 EST - P+0Y0M1DT0H0M0S = **2010-01-31 00:00:00 EST**
test_bug_49081__13: SUB: 2010-02-27 00:00:00 EST - P+0Y0M27DT0H0M0S = **2010-01-31 00:00:00 EST**
test_bug_49081__14: SUB: 2010-02-28 00:00:00 EST - P+0Y0M28DT0H0M0S = **2010-01-31 00:00:00 EST**
test_bug_49081__15: SUB: 2010-02-28 00:00:00 EST - P+0Y0M29DT0H0M0S = **2010-01-30 00:00:00 EST**
test_bug_49081__16: SUB: 2010-02-28 00:00:00 EST - P+0Y0M30DT0H0M0S = **2010-01-29 00:00:00 EST**
test_bug_49081__17: SUB: 2010-02-28 00:00:00 EST - P+0Y1M0DT0H0M0S = **2010-01-28 00:00:00 EST**
test_bug_49081__18: SUB: 2010-02-28 00:00:00 EST - P+0Y1M1DT0H0M0S = **2010-01-27 00:00:00 EST**
test_bug_49081__19: SUB: 2010-03-01 00:00:00 EST - P+0Y2M0DT0H0M0S = **2010-01-01 00:00:00 EST**
test_bug_49081__20: SUB: 2010-03-01 00:00:00 EST - P+0Y0M29DT0H0M0S = **2010-01-31 00:00:00 EST**
test_bug_49081__21: SUB: 2010-03-27 00:00:00 EDT - P+0Y1M24DT0H0M0S = **2010-02-03 00:00:00 EST**
test_bug_49081__22: SUB: 2010-03-28 00:00:00 EDT - P+0Y1M25DT0H0M0S = **2010-02-03 00:00:00 EST**
test_bug_49081__23: SUB: 2010-03-29 00:00:00 EDT - P+0Y1M26DT0H0M0S = **2010-02-03 00:00:00 EST**
test_bug_49081__24: SUB: 2010-03-30 00:00:00 EDT - P+0Y1M27DT0H0M0S = **2010-02-03 00:00:00 EST**
test_bug_49081__25: SUB: 2010-03-31 00:00:00 EDT - P+0Y2M0DT0H0M0S = **2010-01-31 00:00:00 EST**
test_bug_49081__26: SUB: 2010-03-31 00:00:00 EDT - P+0Y2M1DT0H0M0S = **2010-01-30 00:00:00 EST**
test_bug_49081__27: SUB: 2009-01-31 00:00:00 EST - P+0Y0M30DT0H0M0S = **2009-01-01 00:00:00 EST**
test_bug_49081__28: SUB: 2010-03-27 00:00:00 EDT - P+0Y0M27DT0H0M0S = **2010-02-28 00:00:00 EST**
test_bug_49081__29: SUB: 2010-03-28 00:00:00 EDT - P+0Y1M0DT0H0M0S = **2010-02-28 00:00:00 EST**
test_bug_49081__30: SUB: 2010-03-29 00:00:00 EDT - P+0Y1M1DT0H0M0S = **2010-02-28 00:00:00 EST**
test_bug_49081__31: SUB: 2010-03-27 00:00:00 EDT - P+0Y1M0DT0H0M0S = **2010-02-27 00:00:00 EST**
test_bug_49081__32: SUB: 2010-03-27 00:00:00 EDT - P+0Y1M1DT0H0M0S = **2010-02-26 00:00:00 EST**
test_bug_49081_negative__1: SUB: 2010-03-01 00:00:00 EST - P-0Y0M30DT0H0M0S = **2010-03-31 00:00:00 EDT**
test_bug_49081_negative__2: SUB: 2010-03-01 00:00:00 EST - P-0Y1M0DT0H0M0S = **2010-04-01 00:00:00 EDT**
test_bug_49081_negative__3: SUB: 2010-03-31 00:00:00 EDT - P-0Y0M1DT0H0M0S = **2010-04-01 00:00:00 EDT**
test_bug_49081_negative__4: SUB: 2010-03-31 00:00:00 EDT - P-0Y0M29DT0H0M0S = **2010-04-29 00:00:00 EDT**
test_bug_49081_negative__5: SUB: 2010-03-31 00:00:00 EDT - P-0Y0M30DT0H0M0S = **2010-04-30 00:00:00 EDT**
test_bug_49081_negative__6: SUB: 2010-03-30 00:00:00 EDT - P-0Y1M0DT0H0M0S = **2010-04-30 00:00:00 EDT**
test_bug_49081_negative__7: SUB: 2010-03-29 00:00:00 EDT - P-0Y1M1DT0H0M0S = **2010-04-30 00:00:00 EDT**
test_bug_49081_negative__8: SUB: 2010-01-01 00:00:00 EST - P-0Y0M28DT0H0M0S = **2010-01-29 00:00:00 EST**
test_bug_49081_negative__9: SUB: 2010-01-01 00:00:00 EST - P-0Y0M29DT0H0M0S = **2010-01-30 00:00:00 EST**
test_bug_49081_negative__10: SUB: 2010-01-01 00:00:00 EST - P-0Y0M30DT0H0M0S = **2010-01-31 00:00:00 EST**
test_bug_49081_negative__11: SUB: 2010-01-01 00:00:00 EST - P-0Y1M0DT0H0M0S = **2010-02-01 00:00:00 EST**
test_bug_49081_negative__12: SUB: 2010-01-31 00:00:00 EST - P-0Y0M1DT0H0M0S = **2010-02-01 00:00:00 EST**
test_bug_49081_negative__13: SUB: 2010-01-31 00:00:00 EST - P-0Y0M27DT0H0M0S = **2010-02-27 00:00:00 EST**
test_bug_49081_negative__14: SUB: 2010-01-31 00:00:00 EST - P-0Y0M28DT0H0M0S = **2010-02-28 00:00:00 EST**
test_bug_49081_negative__15: SUB: 2010-01-30 00:00:00 EST - P-0Y0M29DT0H0M0S = **2010-02-28 00:00:00 EST**
test_bug_49081_negative__16: SUB: 2010-01-29 00:00:00 EST - P-0Y0M30DT0H0M0S = **2010-02-28 00:00:00 EST**
test_bug_49081_negative__17: SUB: 2010-01-28 00:00:00 EST - P-0Y1M0DT0H0M0S = **2010-02-28 00:00:00 EST**
test_bug_49081_negative__18: SUB: 2010-01-27 00:00:00 EST - P-0Y1M1DT0H0M0S = **2010-02-28 00:00:00 EST**
test_bug_49081_negative__19: SUB: 2010-01-01 00:00:00 EST - P-0Y2M0DT0H0M0S = **2010-03-01 00:00:00 EST**
test_bug_49081_negative__20: SUB: 2010-01-31 00:00:00 EST - P-0Y1M1DT0H0M0S = **2010-03-04 00:00:00 EST**
test_bug_49081_negative__21: SUB: 2010-01-31 00:00:00 EST - P-0Y1M27DT0H0M0S = **2010-03-30 00:00:00 EDT**
test_bug_49081_negative__22: SUB: 2010-01-31 00:00:00 EST - P-0Y1M28DT0H0M0S = **2010-03-31 00:00:00 EDT**
test_bug_49081_negative__23: SUB: 2010-01-31 00:00:00 EST - P-0Y1M29DT0H0M0S = **2010-04-01 00:00:00 EDT**
test_bug_49081_negative__24: SUB: 2010-01-31 00:00:00 EST - P-0Y1M30DT0H0M0S = **2010-04-02 00:00:00 EDT**
test_bug_49081_negative__25: SUB: 2010-01-31 00:00:00 EST - P-0Y2M0DT0H0M0S = **2010-03-31 00:00:00 EDT**
test_bug_49081_negative__26: SUB: 2010-01-30 00:00:00 EST - P-0Y2M1DT0H0M0S = **2010-03-31 00:00:00 EDT**
test_bug_49081_negative__27: SUB: 2009-01-01 00:00:00 EST - P-0Y0M30DT0H0M0S = **2009-01-31 00:00:00 EST**
test_bug_49081_negative__28: SUB: 2010-02-28 00:00:00 EST - P-0Y0M27DT0H0M0S = **2010-03-27 00:00:00 EDT**
test_bug_49081_negative__29: SUB: 2010-02-28 00:00:00 EST - P-0Y1M0DT0H0M0S = **2010-03-28 00:00:00 EDT**
test_bug_49081_negative__30: SUB: 2010-02-28 00:00:00 EST - P-0Y1M1DT0H0M0S = **2010-03-29 00:00:00 EDT**
test_bug_49081_negative__31: SUB: 2010-02-27 00:00:00 EST - P-0Y1M0DT0H0M0S = **2010-03-27 00:00:00 EDT**
test_bug_49081_negative__32: SUB: 2010-02-26 00:00:00 EST - P-0Y1M1DT0H0M0S = **2010-03-27 00:00:00 EDT**
================================================================================
021+ test_bug_49081__21: SUB: 2010-03-27 00:00:00 EDT - P+0Y1M24DT0H0M0S = **2010-02-03 00:00:00 EST**
022+ test_bug_49081__22: SUB: 2010-03-28 00:00:00 EDT - P+0Y1M25DT0H0M0S = **2010-02-03 00:00:00 EST**
023+ test_bug_49081__23: SUB: 2010-03-29 00:00:00 EDT - P+0Y1M26DT0H0M0S = **2010-02-03 00:00:00 EST**
024+ test_bug_49081__24: SUB: 2010-03-30 00:00:00 EDT - P+0Y1M27DT0H0M0S = **2010-02-03 00:00:00 EST**
021- test_bug_49081__21: SUB: 2010-03-27 00:00:00 EDT - P+0Y1M24DT0H0M0S = **2010-01-31 00:00:00 EST**
022- test_bug_49081__22: SUB: 2010-03-28 00:00:00 EDT - P+0Y1M25DT0H0M0S = **2010-01-31 00:00:00 EST**
023- test_bug_49081__23: SUB: 2010-03-29 00:00:00 EDT - P+0Y1M26DT0H0M0S = **2010-01-31 00:00:00 EST**
024- test_bug_49081__24: SUB: 2010-03-30 00:00:00 EDT - P+0Y1M27DT0H0M0S = **2010-01-31 00:00:00 EST**
052+ test_bug_49081_negative__20: SUB: 2010-01-31 00:00:00 EST - P-0Y1M1DT0H0M0S = **2010-03-04 00:00:00 EST**
053+ test_bug_49081_negative__21: SUB: 2010-01-31 00:00:00 EST - P-0Y1M27DT0H0M0S = **2010-03-30 00:00:00 EDT**
054+ test_bug_49081_negative__22: SUB: 2010-01-31 00:00:00 EST - P-0Y1M28DT0H0M0S = **2010-03-31 00:00:00 EDT**
055+ test_bug_49081_negative__23: SUB: 2010-01-31 00:00:00 EST - P-0Y1M29DT0H0M0S = **2010-04-01 00:00:00 EDT**
056+ test_bug_49081_negative__24: SUB: 2010-01-31 00:00:00 EST - P-0Y1M30DT0H0M0S = **2010-04-02 00:00:00 EDT**
052- test_bug_49081_negative__20: SUB: 2010-01-31 00:00:00 EST - P-0Y1M1DT0H0M0S = **2010-03-01 00:00:00 EST**
053- test_bug_49081_negative__21: SUB: 2010-01-31 00:00:00 EST - P-0Y1M27DT0H0M0S = **2010-03-27 00:00:00 EDT**
054- test_bug_49081_negative__22: SUB: 2010-01-31 00:00:00 EST - P-0Y1M28DT0H0M0S = **2010-03-28 00:00:00 EDT**
055- test_bug_49081_negative__23: SUB: 2010-01-31 00:00:00 EST - P-0Y1M29DT0H0M0S = **2010-03-29 00:00:00 EDT**
056- test_bug_49081_negative__24: SUB: 2010-01-31 00:00:00 EST - P-0Y1M30DT0H0M0S = **2010-03-30 00:00:00 EDT**
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/dom/tests/DOMDocument_relaxNGValidate_error2.phpt
================================================================================
Warning: DOMDocument::relaxNGValidate(): I/O warning : failed to load external entity "/usr/src/php-5.3.8/ext/dom/tests/foo.rng" in /usr/src/php-5.3.8/ext/dom/tests/DOMDocument_relaxNGValidate_error2.php on line 12
Warning: DOMDocument::relaxNGValidate(): xmlRelaxNGParse: could not load /usr/src/php-5.3.8/ext/dom/tests/foo.rng in /usr/src/php-5.3.8/ext/dom/tests/DOMDocument_relaxNGValidate_error2.php on line 12
Warning: DOMDocument::relaxNGValidate(): Invalid RelaxNG in /usr/src/php-5.3.8/ext/dom/tests/DOMDocument_relaxNGValidate_error2.php on line 12
bool(false)
================================================================================
001+ Warning: DOMDocument::relaxNGValidate(): I/O warning : failed to load external entity "/usr/src/php-5.3.8/ext/dom/tests/foo.rng" in /usr/src/php-5.3.8/ext/dom/tests/DOMDocument_relaxNGValidate_error2.php on line 12
003+ Warning: DOMDocument::relaxNGValidate(): xmlRelaxNGParse: could not load /usr/src/php-5.3.8/ext/dom/tests/foo.rng in /usr/src/php-5.3.8/ext/dom/tests/DOMDocument_relaxNGValidate_error2.php on line 12
004+
005+ Warning: DOMDocument::relaxNGValidate(): Invalid RelaxNG in /usr/src/php-5.3.8/ext/dom/tests/DOMDocument_relaxNGValidate_error2.php on line 12
006+ bool(false)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/fileinfo/tests/finfo_phpinfo_basic.phpt
================================================================================
*** Testing finfo extension : loading info phpinfo() ***
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_libversion
================================================================================
002+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_libversion
002- int(1)
003- ===DONE===
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/gettext/tests/gettext_phpinfo.phpt
================================================================================
phpinfo()
PHP Version => 5.3.8
System => Linux london.wonderbingo.com 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64
Build Date => Dec 1 2011 15:33:53
Configure Command => './configure' '--prefix=/webserver/php' '--enable-fastcgi' '--enable-fpm' '--with-libdir=lib64' '--with-config-file-path=/webserver/php/etc' '--with-config-file-scan-dir=/webserver/php/etc/php.d' '--with-amf' '--with-bcmath' '--with-bz2' '--with-calendar' '--with-cgi-fcgi' '--with-Core' '--with-ctype' '--with-curl=/usr/local/lib' '--with-date' '--with-dom' '--with-eAccelerator' '--with-ereg' '--with-filter' '--with-ftp' '--with-gd' '--with-gettext' '--with-hash' '--with-iconv' '--with-imap' '--with-imap-ssl' '--with-json' '--with-kerberos' '--with-libxml' '--with-mbstring' '--with-mcrypt' '--with-memcache' '--with-mysql' '--with-mysqli' '--with-openssl' '--with-pcre' '--with-pcre-regex=/usr' '--with-pdo' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-posix' '--with-pspell' '--with-Reflection' '--with-session' '--with-simplexml' '--with-soap' '--with-sockets' '--with-sourceguardian' '--with-spl' '--with-sqlite' '--with-sqlite3' '--with-standard' '--with-tidy' '--with-tokenizer' '--with-xhprof' '--with-xml' '--with-xmlreader' '--with-xmlrpc' '--with-xmlwriter' '--with-xsl' '--with-zip' '--with-zlib' '--with-zlib-dir=/usr/local/lib'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /webserver/php/etc
Loaded Configuration File => /usr/src/php-5.3.8/tmp-php.ini
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, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, mcrypt.*, mdecrypt.*, 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-2011 Zend Technologies
_______________________________________________________________________
Configuration
bz2
BZip2 Support => Enabled
Stream Wrapper support => compress.bzip2://
Stream Filter support => bzip2.decompress, bzip2.compress
BZip2 Version => 1.0.3, 15-Feb-2005
Core
PHP Version => 5.3.8
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 => STDOUT => STDOUT
display_startup_errors => On => On
doc_root => no value => no value
docref_ext => .html => .html
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 => 32767 => 32767
exit_on_timeout => Off => Off
expose_php => On => On
extension_dir => /usr/src/php-5.3.8/modules/ => /usr/src/php-5.3.8/modules/
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 => .:/webserver/php/lib/php => .:/webserver/php/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_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 => no value => no value
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 => 17 => 17
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => On => On
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
curl
cURL support => enabled
cURL Information => 7.15.5
Age => 2
Features
AsynchDNS => No
Debug => No
GSS-Negotiate => Yes
IDN => Yes
IPv6 => Yes
Largefile => Yes
NTLM => Yes
SPNEGO => No
SSL => Yes
SSPI => No
krb4 => No
libz => Yes
CharConv => No
Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps
Host => x86_64-redhat-linux-gnu
SSL Version => OpenSSL/0.9.8b
ZLib Version => 1.2.3
date
date/time support => enabled
"Olson" Timezone Database Version => 2011.8
Timezone Database => internal
Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'GMT/0.0/no DST' instead in /usr/src/php-5.3.8/ext/gettext/tests/gettext_phpinfo.php on line 2
Default timezone => UTC
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: 313665 $
Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value
gd
GD Support => enabled
GD Version/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_libversion
================================================================================
002+ PHP Version => 5.3.8
003+
004+ System => Linux london.wonderbingo.com 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64
005+ Build Date => Dec 1 2011 15:33:53
006+ Configure Command => './configure' '--prefix=/webserver/php' '--enable-fastcgi' '--enable-fpm' '--with-libdir=lib64' '--with-config-file-path=/webserver/php/etc' '--with-config-file-scan-dir=/webserver/php/etc/php.d' '--with-amf' '--with-bcmath' '--with-bz2' '--with-calendar' '--with-cgi-fcgi' '--with-Core' '--with-ctype' '--with-curl=/usr/local/lib' '--with-date' '--with-dom' '--with-eAccelerator' '--with-ereg' '--with-filter' '--with-ftp' '--with-gd' '--with-gettext' '--with-hash' '--with-iconv' '--with-imap' '--with-imap-ssl' '--with-json' '--with-kerberos' '--with-libxml' '--with-mbstring' '--with-mcrypt' '--with-memcache' '--with-mysql' '--with-mysqli' '--with-openssl' '--with-pcre' '--with-pcre-regex=/usr' '--with-pdo' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-posix' '--with-pspell' '--with-Reflection' '--with-session' '--with-simplexml' '--with-soap' '--with-sockets' '--with-sourceguardian' '--with-spl' '--with-sqlite' '--with-sqlite3' '--with-standard' '--with-tidy' '--with-tokenizer' '--with-xhprof' '--with-xml' '--with-xmlreader' '--with-xmlrpc' '--with-xmlwriter' '--with-xsl' '--with-zip' '--with-zlib' '--with-zlib-dir=/usr/local/lib'
007+ Server API => Command Line Interface
008+ Virtual Directory Support => disabled
009+ Configuration File (php.ini) Path => /webserver/php/etc
010+ Loaded Configuration File => /usr/src/php-5.3.8/tmp-php.ini
011+ Scan this dir for additional .ini files => (none)
012+ Additional .ini files parsed => (none)
013+ PHP API => 20090626
014+ PHP Extension => 20090626
015+ Zend Extension => 220090626
016+ Zend Extension Build => API220090626,NTS
017+ PHP Extension Build => API20090626,NTS
018+ Debug Build => no
019+ Thread Safety => disabled
020+ Zend Memory Manager => enabled
021+ Zend Multibyte Support => disabled
022+ IPv6 Support => enabled
023+ Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar
024+ Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
025+ Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, mcrypt.*, mdecrypt.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk
026+
027+
028+ This program makes use of the Zend Scripting Language Engine:
029+ Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
030+
031+
032+ _______________________________________________________________________
033+
034+
035+ Configuration
036+
037+ bz2
038+
039+ BZip2 Support => Enabled
040+ Stream Wrapper support => compress.bzip2://
041+ Stream Filter support => bzip2.decompress, bzip2.compress
042+ BZip2 Version => 1.0.3, 15-Feb-2005
043+
044+ Core
045+
046+ PHP Version => 5.3.8
047+
048+ Directive => Local Value => Master Value
049+ allow_call_time_pass_reference => On => On
050+ allow_url_fopen => On => On
051+ allow_url_include => Off => Off
052+ always_populate_raw_post_data => Off => Off
053+ arg_separator.input => & => &
054+ arg_separator.output => & => &
055+ asp_tags => Off => Off
056+ auto_append_file => no value => no value
057+ auto_globals_jit => On => On
058+ auto_prepend_file => no value => no value
059+ browscap => no value => no value
060+ default_charset => no value => no value
061+ default_mimetype => text/html => text/html
062+ define_syslog_variables => Off => Off
063+ disable_classes => no value => no value
064+ disable_functions => no value => no value
065+ display_errors => STDOUT => STDOUT
066+ display_startup_errors => On => On
067+ doc_root => no value => no value
068+ docref_ext => .html => .html
069+ docref_root => no value => no value
070+ enable_dl => On => On
071+ error_append_string => no value => no value
072+ error_log => no value => no value
073+ error_prepend_string => no value => no value
074+ error_reporting => 32767 => 32767
075+ exit_on_timeout => Off => Off
076+ expose_php => On => On
077+ extension_dir => /usr/src/php-5.3.8/modules/ => /usr/src/php-5.3.8/modules/
078+ file_uploads => On => On
079+ highlight.bg => <font style="color: #FFFFFF">#FFFFFF</font> => <font style="color: #FFFFFF">#FFFFFF</font>
080+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
081+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
082+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
083+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
084+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
085+ html_errors => Off => Off
086+ ignore_repeated_errors => Off => Off
087+ ignore_repeated_source => Off => Off
088+ ignore_user_abort => Off => Off
089+ implicit_flush => On => On
090+ include_path => .:/webserver/php/lib/php => .:/webserver/php/lib/php
091+ log_errors => Off => Off
092+ log_errors_max_len => 1024 => 1024
093+ magic_quotes_gpc => On => On
094+ magic_quotes_runtime => Off => Off
095+ magic_quotes_sybase => Off => Off
096+ mail.add_x_header => Off => Off
097+ mail.force_extra_parameters => no value => no value
098+ mail.log => no value => no value
099+ max_execution_time => 0 => 0
100+ max_file_uploads => 20 => 20
101+ max_input_nesting_level => 64 => 64
102+ max_input_time => -1 => -1
103+ memory_limit => 128M => 128M
104+ open_basedir => no value => no value
105+ output_buffering => no value => no value
106+ output_handler => no value => no value
107+ post_max_size => 8M => 8M
108+ precision => 14 => 14
109+ realpath_cache_size => 16K => 16K
110+ realpath_cache_ttl => 120 => 120
111+ register_argc_argv => On => On
112+ register_globals => Off => Off
113+ register_long_arrays => On => On
114+ report_memleaks => On => On
115+ report_zend_debug => Off => Off
116+ request_order => no value => no value
117+ safe_mode => Off => Off
118+ safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
119+ safe_mode_gid => Off => Off
120+ safe_mode_include_dir => no value => no value
121+ sendmail_from => no value => no value
122+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
123+ serialize_precision => 17 => 17
124+ short_open_tag => On => On
125+ SMTP => localhost => localhost
126+ smtp_port => 25 => 25
127+ sql.safe_mode => Off => Off
128+ track_errors => On => On
129+ unserialize_callback_func => no value => no value
130+ upload_max_filesize => 2M => 2M
131+ upload_tmp_dir => no value => no value
132+ user_dir => no value => no value
133+ user_ini.cache_ttl => 300 => 300
134+ user_ini.filename => .user.ini => .user.ini
135+ variables_order => EGPCS => EGPCS
136+ xmlrpc_error_number => 0 => 0
137+ xmlrpc_errors => Off => Off
138+ y2k_compliance => On => On
139+ zend.enable_gc => On => On
140+
141+ ctype
142+
143+ ctype functions => enabled
144+
145+ curl
146+
147+ cURL support => enabled
148+ cURL Information => 7.15.5
149+ Age => 2
150+ Features
151+ AsynchDNS => No
152+ Debug => No
153+ GSS-Negotiate => Yes
154+ IDN => Yes
155+ IPv6 => Yes
156+ Largefile => Yes
157+ NTLM => Yes
158+ SPNEGO => No
159+ SSL => Yes
160+ SSPI => No
161+ krb4 => No
162+ libz => Yes
163+ CharConv => No
164+ Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps
165+ Host => x86_64-redhat-linux-gnu
166+ SSL Version => OpenSSL/0.9.8b
167+ ZLib Version => 1.2.3
168+
169+ date
170+
171+ date/time support => enabled
172+ "Olson" Timezone Database Version => 2011.8
173+ Timezone Database => internal
174+
175+ Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'GMT/0.0/no DST' instead in /usr/src/php-5.3.8/ext/gettext/tests/gettext_phpinfo.php on line 2
176+ Default timezone => UTC
177+
178+ Directive => Local Value => Master Value
179+ date.default_latitude => 31.7667 => 31.7667
180+ date.default_longitude => 35.2333 => 35.2333
181+ date.sunrise_zenith => 90.583333 => 90.583333
182+ date.sunset_zenith => 90.583333 => 90.583333
183+ date.timezone => no value => no value
184+
185+ dom
186+
187+ DOM/XML => enabled
188+ DOM/XML API Version => 20031129
189+ libxml Version => 2.6.26
190+ HTML Support => enabled
191+ XPath Support => enabled
192+ XPointer Support => enabled
193+ Schema Support => enabled
194+ RelaxNG Support => enabled
195+
196+ ereg
197+
198+ Regex Library => Bundled library enabled
199+
200+ fileinfo
201+
202+ fileinfo support => enabled
203+ version => 1.0.5-dev
204+
205+ filter
206+
207+ Input Validation and Filtering => enabled
208+ Revision => $Revision: 313665 $
209+
210+ Directive => Local Value => Master Value
211+ filter.default => unsafe_raw => unsafe_raw
212+ filter.default_flags => no value => no value
213+
214+ gd
215+
216+ GD Support => enabled
002- %rGetText Support.*enabled%r
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/mysql/tests/001.phpt
================================================================================
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/001.php on line 11
Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.8/ext/mysql/tests/001.php on line 13
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/001.php on line 16
Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.8/ext/mysql/tests/001.php on line 18
string(2) "00"
done!
================================================================================
001+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/001.php on line 11
002+
003+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.8/ext/mysql/tests/001.php on line 13
004+
005+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/001.php on line 16
006+
007+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.8/ext/mysql/tests/001.php on line 18
008+ string(2) "00"
001- %unicode|string%(2) "11"
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.phpt
================================================================================
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/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 /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 16
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 18
[003] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=
Warning: mysql_close(): no MySQL-Link resource supplied in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 22
Warning: mysql_connect(): Access denied for user 'rootunknown_real' <at> 'localhost' (using password: YES) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 24
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 45
[007] Usage of mysql.default_port failed
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 53
[008] Usage of mysql.default_password failed
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 59
[009] Usage of mysql.default_user failed
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 66
[010] Usage of mysql.default_host failed
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 72
[011] Usage of mysql.default_host failed
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 82
[012] Usage of env MYSQL_TCP_PORT failed
done!
================================================================================
001+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/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=
003+
004+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 16
005+
006+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 18
007+ [003] Cannot connect to the server using host=localhost/localhost:3306, user=root, passwd=***, dbname=test, port=3306, socket=
008+
009+ Warning: mysql_close(): no MySQL-Link resource supplied in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 22
010+
002- done!
012+
013+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 45
014+ [007] Usage of mysql.default_port failed
015+
016+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 53
017+ [008] Usage of mysql.default_password failed
018+
019+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 59
020+ [009] Usage of mysql.default_user failed
021+
022+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 66
023+ [010] Usage of mysql.default_host failed
024+
025+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 72
026+ [011] Usage of mysql.default_host failed
027+
028+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_connect.php on line 82
029+ [012] Usage of env MYSQL_TCP_PORT failed
030+ done!
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.phpt
================================================================================
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 10
[010] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 10
[020] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 10
[030] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 33
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 10
[050] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 10
[060] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
array(3) {
[0]=>
bool(false)
[1]=>
bool(false)
[2]=>
bool(false)
}
Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 42
Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 43
done!
================================================================================
001+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 10
002+ [010] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
003+
004+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 10
005+ [020] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
006+
007+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 10
008+ [030] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
009+
010+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 33
011+
012+ Warning: mysql_connect(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 10
013+ [050] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
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(): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 10
016+ [060] Cannot connect using host 'localhost:3306', user 'root', password '****', [0] 1045
019+ bool(false)
021+ bool(false)
025+
026+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 42
027+
028+ Warning: mysql_close() expects parameter 1 to be resource, boolean given in /usr/src/php-5.3.8/ext/mysql/tests/mysql_max_links.php on line 43
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.phpt
================================================================================
Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 47
[008] Cannot connect to the server using host=localhost, user=root, passwd=***, dbname=test, port=3306, socket=
Warning: mysqli_close() expects parameter 1 to be mysqli, boolean given in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 51
Warning: mysqli_connect(): (28000/1045): Access denied for user 'rootunknown_real' <at> 'localhost' (using password: YES) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 53
Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 62
[011] Usage of mysqli.default_socket failed
Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 73
[013] Usage of mysqli.default_port failed
Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 84
[015] Usage of mysqli.default_pw failed
Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 95
[017] Usage of mysqli.default_user failed
Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 106
[019] Usage of mysqli.default_host failed
done!
================================================================================
001+ Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 47
002+ [008] Cannot connect to the server using host=localhost, user=root, passwd=***, dbname=test, port=3306, socket=
003+
004+ Warning: mysqli_close() expects parameter 1 to be mysqli, boolean given in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 51
005+
002- array(1) {
003- [%u|b%"testing"]=>
004- %unicode|string%(21) "mysqli.default_socket"
005- }
006- array(1) {
007- [%u|b%"testing"]=>
008- %unicode|string%(19) "mysqli.default_port"
009- }
010- array(1) {
011- [%u|b%"testing"]=>
012- %unicode|string%(17) "mysqli.default_pw"
013- }
014- array(2) {
015- [0]=>
016- %unicode|string%(19) "mysqli.default_user"
017- [%u|b%"testing"]=>
007+
008+ Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 62
009+ [011] Usage of mysqli.default_socket failed
010+
011+ Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 73
012+ [013] Usage of mysqli.default_port failed
013+
014+ Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 84
015+ [015] Usage of mysqli.default_pw failed
016+
017+ Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 95
018+ [017] Usage of mysqli.default_user failed
019+
020+ Warning: mysqli_connect(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect.php on line 106
021+ [019] Usage of mysqli.default_host failed
022+ done!
018- %unicode|string%(19) "mysqli.default_user"
019- }
020- array(1) {
021- [0]=>
022- %unicode|string%(19) "mysqli.default_host"
023- }
024- done!
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect_oo.phpt
================================================================================
Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'rootunknown_real' <at> 'localhost' (using password: YES) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect_oo.php on line 9
Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect_oo.php on line 18
[005] Usage of mysqli.default_socket failed
Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect_oo.php on line 25
[006] Usage of mysqli.default_port failed
Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect_oo.php on line 32
[007] Usage of mysqli.default_pw failed
Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect_oo.php on line 39
[008] Usage of mysqli.default_user failed
[012] Failed to create mysqli object
... and now Exceptions
Access denied for user 'rootunknown_real' <at> 'localhost' (using password: YES)
Access denied for user 'root' <at> 'localhost' (using password: NO)
[017] Usage of mysqli.default_socket failed
Access denied for user 'root' <at> 'localhost' (using password: NO)
[018] Usage of mysqli.default_port failed
Access denied for user 'root' <at> 'localhost' (using password: NO)
[019] Usage of mysqli.default_pw failed
Access denied for user 'root' <at> 'localhost' (using password: NO)
[020] Usage of mysqli.default_user failed
Access denied for user 'root' <at> 'localhost' (using password: NO)
[021] Usage of mysqli.default_host failed
done!
================================================================================
002+
003+ Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect_oo.php on line 18
004+ [005] Usage of mysqli.default_socket failed
002- ... and now Exceptions
003- Access denied for user '%s' <at> '%s' (using password: %s)
004- done!
005+
006+ Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect_oo.php on line 25
007+ [006] Usage of mysqli.default_port failed
008+
009+ Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect_oo.php on line 32
010+ [007] Usage of mysqli.default_pw failed
011+
012+ Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'root' <at> 'localhost' (using password: NO) in /usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect_oo.php on line 39
013+ [008] Usage of mysqli.default_user failed
014+ [012] Failed to create mysqli object
015+ ... and now Exceptions
016+ Access denied for user 'rootunknown_real' <at> 'localhost' (using password: YES)
017+ Access denied for user 'root' <at> 'localhost' (using password: NO)
018+ [017] Usage of mysqli.default_socket failed
019+ Access denied for user 'root' <at> 'localhost' (using password: NO)
020+ [018] Usage of mysqli.default_port failed
021+ Access denied for user 'root' <at> 'localhost' (using password: NO)
022+ [019] Usage of mysqli.default_pw failed
023+ Access denied for user 'root' <at> 'localhost' (using password: NO)
024+ [020] Usage of mysqli.default_user failed
025+ Access denied for user 'root' <at> 'localhost' (using password: NO)
026+ [021] Usage of mysqli.default_host failed
027+ done!
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/mysqli/tests/mysqli_connect_oo_defaults.phpt
================================================================================
Access denied for user 'root' <at> 'localhost' (using password: NO)
[004] Usage of mysqli.default_port failed
Access denied for user 'root' <at> 'localhost' (using password: NO)
[006] Usage of mysqli.default_pw failed
Access denied for user 'root' <at> 'localhost' (using password: NO)
[008] Usage of mysqli.default_user failed
Access denied for user 'root' <at> 'localhost' (using password: NO)
[012] Usage of mysqli.default_host failed
Access denied for user 'root' <at> 'localhost' (using password: NO)
[014] Usage of mysqli_connect() has failed
Access denied for user 'root' <at> 'localhost' (using password: NO)
[016] Usage of mysqli_connect() has failed
done!
================================================================================
001+ Access denied for user 'root' <at> 'localhost' (using password: NO)
002+ [004] Usage of mysqli.default_port failed
003+ Access denied for user 'root' <at> 'localhost' (using password: NO)
004+ [006] Usage of mysqli.default_pw failed
005+ Access denied for user 'root' <at> 'localhost' (using password: NO)
006+ [008] Usage of mysqli.default_user failed
007+ Access denied for user 'root' <at> 'localhost' (using password: NO)
008+ [012] Usage of mysqli.default_host failed
009+ Access denied for user 'root' <at> 'localhost' (using password: NO)
010+ [014] Usage of mysqli_connect() has failed
011+ Access denied for user 'root' <at> 'localhost' (using password: NO)
012+ [016] Usage of mysqli_connect() has failed
013+ done!
001- array(1) {
002- [%u|b%"testing"]=>
003- %unicode|string%(19) "mysqli.default_port"
004- }
005- array(1) {
006- [%u|b%"testing"]=>
007- %unicode|string%(17) "mysqli.default_pw"
008- }
009- array(1) {
010- [%u|b%"testing"]=>
011- %unicode|string%(19) "mysqli.default_user"
012- }
013- array(1) {
014- [%u|b%"all_defaults"]=>
015- %unicode|string%(13) "have been set"
016- }
017- array(1) {
018- [%u|b%"all_defaults"]=>
019- %unicode|string%(13) "have been set"
020- }
021- done!
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pcre/tests/006.phpt
================================================================================
string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
Done
================================================================================
002+ string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
003+ string(58) "[CODE]<td align="$stylevar[right]">[/CODE]"
002- NULL
004- NULL
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug47769.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- this is a protected method.
002- this is a private method.
003- foo
004-
005- Fatal error: Call to protected method test::isProtected() from context '' in %s on line %d
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_44159.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
002- bool(false)
003-
004- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
005- bool(false)
006-
007- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
008- bool(false)
009-
010- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: attribute value must be an integer in %s on line %d
011- bool(false)
012- bool(true)
013- bool(true)
014- bool(true)
015- bool(true)
016- bool(true)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_035.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- PDORow
002- bool(false)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug47769.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug47769.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- this is a protected method.
002- this is a private method.
003- foo
004-
005- Fatal error: Call to protected method test::isProtected() from context '' in %s on line %d
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_44159.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_44159.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
002- bool(false)
003-
004- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
005- bool(false)
006-
007- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
008- bool(false)
009-
010- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: attribute value must be an integer in %s on line %d
011- bool(false)
012- bool(true)
013- bool(true)
014- bool(true)
015- bool(true)
016- bool(true)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_035.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_035.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- PDORow
002- bool(false)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt
================================================================================
[001] SQLSTATE[28000] [1045] Access denied for user 'root' <at> 'localhost' (using password: NO), [n/a] n/a
done!
================================================================================
001+ [001] SQLSTATE[28000] [1045] Access denied for user 'root' <at> 'localhost' (using password: NO), [n/a] n/a
002+ done!
001- [003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!
002- [003a] Expecting default value for 'PDO::ATTR_EMULATE_PREPARES' of '1'/integer, getAttribute() reports setting ''/boolean
003- [003a] Expecting default value for 'PDO::MYSQL_ATTR_INIT_COMMAND' of ''/string, getAttribute() reports setting ''/boolean
004-
005- Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this function: driver does not support that attribute in %s on line %d
006- [010] [TODO][CHANGEREQUEST] ATTR_EMULATE_PREPARES should be on
007-
008- Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this function: driver does not support that attribute in %s on line %d
009-
010- Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this function: driver does not support that attribute in %s on line %d
011- [015] PDO::ATTR_EMULATE_PREPARES should be on
012- [016] PDO::MYSQL_ATTR_DIRECT_QUERY should be on
013-
014- Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this function: driver does not support that attribute in %s on line %d
015- [018] PDO::MYSQL_ATTR_DIRECT_QUERY should be off
016- [021] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_LOCAL_INFILE'
017- [023] Execting 'SET <at> a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND'
018- [024] SQLSTATE[42000] [1065] Query was empty
019- [025] SQLSTATE[42S02] [1146] Table '%s.nonexistent' doesn't exist
020- done!
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt
================================================================================
Notice: Undefined variable: db in /usr/src/php-5.3.8/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.php on line 63
Notice: Undefined variable: db in /usr/src/php-5.3.8/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.php on line 64
[001] SQLSTATE[28000] [1045] Access denied for user 'root' <at> 'localhost' (using password: NO), [n/a] n/a
done!
================================================================================
001+ Notice: Undefined variable: db in /usr/src/php-5.3.8/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.php on line 63
002+
003+ Notice: Undefined variable: db in /usr/src/php-5.3.8/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.php on line 64
004+ [001] SQLSTATE[28000] [1045] Access denied for user 'root' <at> 'localhost' (using password: NO), [n/a] n/a
001- [001] Expecting default value for 'PDO::MYSQL_ATTR_INIT_COMMAND' of ''/string, getAttribute() reports setting ''/boolean
002- [026] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_READ_DEFAULT_FILE'
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_libversion
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_libversion
001- done!
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_mysql/tests/pdo_mysql_interface.phpt
================================================================================
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root' <at> 'localhost' (using password: NO)' in /usr/src/php-5.3.8/ext/pdo_mysql/tests/mysql_pdo_test.inc:24
Stack trace:
#0 /usr/src/php-5.3.8/ext/pdo_mysql/tests/mysql_pdo_test.inc(24): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
#1 /usr/src/php-5.3.8/ext/pdo_mysql/tests/pdo_mysql_interface.php(3): MySQLPDOTest::factory()
#2 {main}
thrown in /usr/src/php-5.3.8/ext/pdo_mysql/tests/mysql_pdo_test.inc on line 24
================================================================================
001+ Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root' <at> 'localhost' (using password: NO)' in /usr/src/php-5.3.8/ext/pdo_mysql/tests/mysql_pdo_test.inc:24
001- done!
002+ Stack trace:
003+ #0 /usr/src/php-5.3.8/ext/pdo_mysql/tests/mysql_pdo_test.inc(24): PDO->__construct('mysql:host=loca...', 'root', '', NULL)
004+ #1 /usr/src/php-5.3.8/ext/pdo_mysql/tests/pdo_mysql_interface.php(3): MySQLPDOTest::factory()
005+ #2 {main}
006+ thrown in /usr/src/php-5.3.8/ext/pdo_mysql/tests/mysql_pdo_test.inc on line 24
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/bug33841.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- bool(true)
002- int(1)
003- bool(true)
004- int(1)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/bug35336.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- hello world
002- hello world
003- Done
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/bug43831.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Bar
002- Bar
003- object(MyPDO)#%d (0) {
004- }
005- object(MyPDO)#%d (0) {
006- }
007-
008- Notice: Undefined variable: bar in %s on line %d
009- NULL
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/bug44327_2.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- object(PDOStatement)#%d (1) {
002- ["queryString"]=>
003- string(23) "select 1 as queryString"
004- }
005- string(23) "select 1 as queryString"
006- array(2) {
007- ["queryString"]=>
008- string(1) "1"
009- [0]=>
010- string(1) "1"
011- }
012- NULL
013- --------------------------------------------
014- object(PDOStatement)#%d (1) {
015- ["queryString"]=>
016- string(23) "select 1 as queryString"
017- }
018- string(23) "select 1 as queryString"
019- object(PDORow)#%d (1) {
020- ["queryString"]=>
021- string(1) "1"
022- }
023- string(1) "1"
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/bug44327_3.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- object(PDORow)#%d (2) {
002- ["queryString"]=>
003- string(25) "select 1 as queryStringxx"
004- ["queryStringxx"]=>
005- string(1) "1"
006- }
007- string(25) "select 1 as queryStringxx"
008- NULL
009- string(1) "1"
010- ---
011- NULL
012- NULL
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/bug46139.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- NULL
002- 'foo'
003- NULL
004- 'foo'
005- NULL
006- 'foo'
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/bug46542.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- A::truc
002- A::TRUC
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/bug48773.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- object(bar)#%d (1) {
002- [%u|b%"queryString"]=>
003- %unicode|string%(8) "SELECT 1"
004- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/bug50728.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- int(14)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/bug52487.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- ok
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/bug_42589.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- bool(true)
002- bool(true)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug47769.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug47769.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- this is a protected method.
002- this is a private method.
003- foo
004-
005- Fatal error: Call to protected method test::isProtected() from context '' in %s on line %d
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_34687.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_34687.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- bool(false)
002- OK: %s
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_35671.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_35671.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(1) {
002- [0]=>
003- array(3) {
004- ["field1"]=>
005- string(2) "15"
006- ["field2"]=>
007- string(2) "20"
008- ["field3"]=>
009- string(2) "25"
010- }
011- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_36428.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_36428.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(1) {
002- [0]=>
003- object(SimpleXMLElement)#%d (1) {
004- ["a"]=>
005- string(3) "xyz"
006- }
007- }
008- ===DONE===
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_36798.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_36798.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(1) {
002- [0]=>
003- string(1) "ร"
004- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_38253.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_38253.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: No fetch class specified in %s on line %d
002-
003- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error%s on line %d
004- array(0) {
005- }
006-
007- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: No fetch function specified in %s on line %d
008-
009- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error%s on line %d
010- array(0) {
011- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_38394.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_38394.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(2) {
002- [0]=>
003- array(3) {
004- ["a"]=>
005- string(1) "1"
006- ["b"]=>
007- string(1) "2"
008- ["c"]=>
009- string(1) "3"
010- }
011- [1]=>
012- array(3) {
013- ["a"]=>
014- string(1) "9"
015- ["b"]=>
016- string(2) "10"
017- ["c"]=>
018- string(2) "11"
019- }
020- }
021- ===DONE===
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_39398.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_39398.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(1) {
002- [0]=>
003- array(1) {
004- ["test"]=>
005- string(1) "1"
006- }
007- }
008- ===DONE===
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_39656.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_39656.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(4) {
002- ["id"]=>
003- string(1) "1"
004- [0]=>
005- string(1) "1"
006- ["usr"]=>
007- string(4) "user"
008- [1]=>
009- string(4) "user"
010- }
011- bool(false)
012- Done
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_40285.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_40285.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Done
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_42917.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_42917.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(5) {
002- ["test0"]=>
003- string(1) "0"
004- ["test1"]=>
005- string(1) "1"
006- ["test2"]=>
007- string(1) "2"
008- ["test3"]=>
009- string(1) "3"
010- ["test4"]=>
011- string(1) "4"
012- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_43139.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_43139.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(1) {
002- [0]=>
003- array(1) {
004- [0]=>
005- array(2) {
006- ["xyz"]=>
007- string(1) "1"
008- ["def"]=>
009- string(1) "2"
010- }
011- }
012- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_43663.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_43663.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Called foo in test
002- Called bar in test
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_44159.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_44159.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
002- bool(false)
003-
004- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
005- bool(false)
006-
007- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
008- bool(false)
009-
010- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: attribute value must be an integer in %s on line %d
011- bool(false)
012- bool(true)
013- bool(true)
014- bool(true)
015- bool(true)
016- bool(true)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_44173.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_44173.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Warning: PDO::query() expects at least 1 parameter, 0 given in %s
002- bool(false)
003-
004- Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode doesn't allow any extra arguments in %s
005- bool(false)
006-
007- Warning: PDO::query(): SQLSTATE[HY000]: General error: mode must be an integer in %s
008- bool(false)
009-
010- Warning: PDO::query(): SQLSTATE[HY000]: General error: too many arguments in %s
011- bool(false)
012-
013- Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the object parameter in %s
014- bool(false)
015-
016- Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the colno argument in %s
017- bool(false)
018-
019- Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the classname argument in %s
020- bool(false)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_44409.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_44409.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Method called: bug44409::unserialize('Data from DB')
002- Array
003- (
004- [0] => bug44409 Object
005- (
006- )
007-
008- )
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_50458.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_50458.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(1) {
002- [0]=>
003- string(3) "XYZ"
004- }
005- ===DONE===
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_001.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_001.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(3) {
002- [0]=>
003- array(2) {
004- ["id"]=>
005- string(1) "1"
006- ["val"]=>
007- string(1) "A"
008- }
009- [1]=>
010- array(2) {
011- ["id"]=>
012- string(1) "2"
013- ["val"]=>
014- string(1) "B"
015- }
016- [2]=>
017- array(2) {
018- ["id"]=>
019- string(1) "3"
020- ["val"]=>
021- string(1) "C"
022- }
023- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_002.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_002.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(3) {
002- [0]=>
003- array(2) {
004- [0]=>
005- string(1) "1"
006- [1]=>
007- string(1) "A"
008- }
009- [1]=>
010- array(2) {
011- [0]=>
012- string(1) "2"
013- [1]=>
014- string(1) "B"
015- }
016- [2]=>
017- array(2) {
018- [0]=>
019- string(1) "3"
020- [1]=>
021- string(1) "C"
022- }
023- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_003.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_003.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(3) {
002- [0]=>
003- array(4) {
004- ["id"]=>
005- string(1) "1"
006- [0]=>
007- string(1) "1"
008- ["val"]=>
009- string(1) "A"
010- [1]=>
011- string(1) "A"
012- }
013- [1]=>
014- array(4) {
015- ["id"]=>
016- string(1) "2"
017- [0]=>
018- string(1) "2"
019- ["val"]=>
020- string(1) "B"
021- [1]=>
022- string(1) "B"
023- }
024- [2]=>
025- array(4) {
026- ["id"]=>
027- string(1) "3"
028- [0]=>
029- string(1) "3"
030- ["val"]=>
031- string(1) "C"
032- [1]=>
033- string(1) "C"
034- }
035- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_004.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_004.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(3) {
002- [0]=>
003- object(stdClass)#%d (2) {
004- ["id"]=>
005- string(1) "1"
006- ["val"]=>
007- string(1) "A"
008- }
009- [1]=>
010- object(stdClass)#%d (2) {
011- ["id"]=>
012- string(1) "2"
013- ["val"]=>
014- string(1) "B"
015- }
016- [2]=>
017- object(stdClass)#%d (2) {
018- ["id"]=>
019- string(1) "3"
020- ["val"]=>
021- string(1) "C"
022- }
023- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_005.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_005.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(3) {
002- [0]=>
003- object(stdClass)#%d (3) {
004- ["id"]=>
005- string(1) "1"
006- ["val"]=>
007- string(1) "A"
008- ["val2"]=>
009- string(2) "AA"
010- }
011- [1]=>
012- object(stdClass)#%d (3) {
013- ["id"]=>
014- string(1) "2"
015- ["val"]=>
016- string(1) "B"
017- ["val2"]=>
018- string(2) "BB"
019- }
020- [2]=>
021- object(stdClass)#%d (3) {
022- ["id"]=>
023- string(1) "3"
024- ["val"]=>
025- string(1) "C"
026- ["val2"]=>
027- string(2) "CC"
028- }
029- }
030- array(3) {
031- [0]=>
032- object(TestBase)#%d (3) {
033- ["id"]=>
034- string(1) "1"
035- ["val":protected]=>
036- string(1) "A"
037- ["val2":"TestBase":private]=>
038- string(2) "AA"
039- }
040- [1]=>
041- object(TestBase)#%d (3) {
042- ["id"]=>
043- string(1) "2"
044- ["val":protected]=>
045- string(1) "B"
046- ["val2":"TestBase":private]=>
047- string(2) "BB"
048- }
049- [2]=>
050- object(TestBase)#%d (3) {
051- ["id"]=>
052- string(1) "3"
053- ["val":protected]=>
054- string(1) "C"
055- ["val2":"TestBase":private]=>
056- string(2) "CC"
057- }
058- }
059- TestDerived::__construct(0,1)
060- TestDerived::__construct(1,2)
061- TestDerived::__construct(2,3)
062- array(3) {
063- [0]=>
064- object(TestDerived)#%d (5) {
065- ["row":protected]=>
066- int(0)
067- ["id"]=>
068- string(1) "1"
069- ["val":protected]=>
070- string(1) "A"
071- ["val2":"TestBase":private]=>
072- NULL
073- ["val2"]=>
074- string(2) "AA"
075- }
076- [1]=>
077- object(TestDerived)#%d (5) {
078- ["row":protected]=>
079- int(1)
080- ["id"]=>
081- string(1) "2"
082- ["val":protected]=>
083- string(1) "B"
084- ["val2":"TestBase":private]=>
085- NULL
086- ["val2"]=>
087- string(2) "BB"
088- }
089- [2]=>
090- object(TestDerived)#%d (5) {
091- ["row":protected]=>
092- int(2)
093- ["id"]=>
094- string(1) "3"
095- ["val":protected]=>
096- string(1) "C"
097- ["val2":"TestBase":private]=>
098- NULL
099- ["val2"]=>
100- string(2) "CC"
101- }
102- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_006.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_006.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(2) {
002- ["A"]=>
003- array(2) {
004- [0]=>
005- array(1) {
006- [0]=>
007- string(1) "1"
008- }
009- [1]=>
010- array(1) {
011- [0]=>
012- string(1) "2"
013- }
014- }
015- ["C"]=>
016- array(1) {
017- [0]=>
018- array(1) {
019- [0]=>
020- string(1) "3"
021- }
022- }
023- }
024- array(2) {
025- ["A"]=>
026- array(2) {
027- [0]=>
028- array(1) {
029- ["id"]=>
030- string(1) "1"
031- }
032- [1]=>
033- array(1) {
034- ["id"]=>
035- string(1) "2"
036- }
037- }
038- ["C"]=>
039- array(1) {
040- [0]=>
041- array(1) {
042- ["id"]=>
043- string(1) "3"
044- }
045- }
046- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_007.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_007.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(3) {
002- ["A"]=>
003- array(1) {
004- [0]=>
005- string(1) "A"
006- }
007- ["B"]=>
008- array(1) {
009- [0]=>
010- string(1) "A"
011- }
012- ["C"]=>
013- array(1) {
014- [0]=>
015- string(1) "C"
016- }
017- }
018- array(3) {
019- ["A"]=>
020- array(1) {
021- ["val"]=>
022- string(1) "A"
023- }
024- ["B"]=>
025- array(1) {
026- ["val"]=>
027- string(1) "A"
028- }
029- ["C"]=>
030- array(1) {
031- ["val"]=>
032- string(1) "C"
033- }
034- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_008.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_008.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(2) {
002- ["A"]=>
003- array(1) {
004- [0]=>
005- string(1) "B"
006- }
007- ["C"]=>
008- array(1) {
009- [0]=>
010- string(1) "C"
011- }
012- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_009.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_009.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(4) {
002- [0]=>
003- array(3) {
004- [0]=>
005- string(8) "stdClass"
006- [1]=>
007- string(1) "1"
008- [2]=>
009- string(1) "A"
010- }
011- [1]=>
012- array(3) {
013- [0]=>
014- string(5) "Test1"
015- [1]=>
016- string(1) "2"
017- [2]=>
018- string(1) "B"
019- }
020- [2]=>
021- array(3) {
022- [0]=>
023- string(5) "Test2"
024- [1]=>
025- string(1) "3"
026- [2]=>
027- string(1) "C"
028- }
029- [3]=>
030- array(3) {
031- [0]=>
032- NULL
033- [1]=>
034- string(1) "4"
035- [2]=>
036- string(1) "D"
037- }
038- }
039- Test1::__construct()
040- Test2::__construct()
041- Test3::__construct()
042- array(4) {
043- [0]=>
044- object(stdClass)#%d (2) {
045- ["id"]=>
046- string(1) "1"
047- ["val"]=>
048- string(1) "A"
049- }
050- [1]=>
051- object(Test1)#%d (2) {
052- ["id"]=>
053- string(1) "2"
054- ["val"]=>
055- string(1) "B"
056- }
057- [2]=>
058- object(Test2)#%d (2) {
059- ["id"]=>
060- string(1) "3"
061- ["val"]=>
062- string(1) "C"
063- }
064- [3]=>
065- object(Test3)#%d (2) {
066- ["id"]=>
067- string(1) "4"
068- ["val"]=>
069- string(1) "D"
070- }
071- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_010.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_010.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Test1::__construct()
002- Test2::__construct()
003- Test3::__construct()
004- array(2) {
005- ["Group1"]=>
006- array(2) {
007- [0]=>
008- object(stdClass)#%d (2) {
009- ["id"]=>
010- string(1) "1"
011- ["val"]=>
012- string(1) "A"
013- }
014- [1]=>
015- object(Test1)#%d (2) {
016- ["id"]=>
017- string(1) "2"
018- ["val"]=>
019- string(1) "B"
020- }
021- }
022- ["Group2"]=>
023- array(2) {
024- [0]=>
025- object(Test2)#%d (2) {
026- ["id"]=>
027- string(1) "3"
028- ["val"]=>
029- string(1) "C"
030- }
031- [1]=>
032- object(Test3)#%d (2) {
033- ["id"]=>
034- string(1) "4"
035- ["val"]=>
036- string(1) "D"
037- }
038- }
039- }
040- Test1::__construct()
041- Test2::__construct()
042- Test3::__construct()
043- array(2) {
044- ["Group1"]=>
045- object(Test1)#%d (2) {
046- ["id"]=>
047- string(1) "2"
048- ["val"]=>
049- string(1) "B"
050- }
051- ["Group2"]=>
052- object(Test3)#%d (2) {
053- ["id"]=>
054- string(1) "4"
055- ["val"]=>
056- string(1) "D"
057- }
058- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_011.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_011.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- DerivedStatement::__construct(Overloaded)
002- Test1::__construct(0,0)
003- test(1,N/A)
004- test(2,N/A)
005- test(3,N/A)
006- test(4,N/A)
007- array(2) {
008- ["Group1"]=>
009- array(2) {
010- [0]=>
011- array(1) {
012- [1]=>
013- string(3) "N/A"
014- }
015- [1]=>
016- array(1) {
017- [2]=>
018- string(3) "N/A"
019- }
020- }
021- ["Group2"]=>
022- array(2) {
023- [0]=>
024- array(1) {
025- [3]=>
026- string(3) "N/A"
027- }
028- [1]=>
029- array(1) {
030- [4]=>
031- string(3) "N/A"
032- }
033- }
034- }
035- test(1,A)
036- test(2,B)
037- test(3,C)
038- test(4,D)
039- array(4) {
040- [0]=>
041- array(1) {
042- [1]=>
043- string(1) "A"
044- }
045- [1]=>
046- array(1) {
047- [2]=>
048- string(1) "B"
049- }
050- [2]=>
051- array(1) {
052- [3]=>
053- string(1) "C"
054- }
055- [3]=>
056- array(1) {
057- [4]=>
058- string(1) "D"
059- }
060- }
061- Test1::factory(1,A)
062- Test1::__construct(1,A)
063- Test1::factory(2,B)
064- Test1::__construct(2,B)
065- Test1::factory(3,C)
066- Test1::__construct(3,C)
067- Test1::factory(4,D)
068- Test1::__construct(4,D)
069- array(4) {
070- [0]=>
071- object(Test1)#%d (2) {
072- ["id"]=>
073- string(1) "1"
074- ["val"]=>
075- string(1) "A"
076- }
077- [1]=>
078- object(Test1)#%d (2) {
079- ["id"]=>
080- string(1) "2"
081- ["val"]=>
082- string(1) "B"
083- }
084- [2]=>
085- object(Test1)#%d (2) {
086- ["id"]=>
087- string(1) "3"
088- ["val"]=>
089- string(1) "C"
090- }
091- [3]=>
092- object(Test1)#%d (2) {
093- ["id"]=>
094- string(1) "4"
095- ["val"]=>
096- string(1) "D"
097- }
098- }
099- Test1::factory(1,A)
100- Test1::__construct(1,A)
101- Test1::factory(2,B)
102- Test1::__construct(2,B)
103- Test1::factory(3,C)
104- Test1::__construct(3,C)
105- Test1::factory(4,D)
106- Test1::__construct(4,D)
107- array(4) {
108- [0]=>
109- object(Test1)#%d (2) {
110- ["id"]=>
111- string(1) "1"
112- ["val"]=>
113- string(1) "A"
114- }
115- [1]=>
116- object(Test1)#%d (2) {
117- ["id"]=>
118- string(1) "2"
119- ["val"]=>
120- string(1) "B"
121- }
122- [2]=>
123- object(Test1)#%d (2) {
124- ["id"]=>
125- string(1) "3"
126- ["val"]=>
127- string(1) "C"
128- }
129- [3]=>
130- object(Test1)#%d (2) {
131- ["id"]=>
132- string(1) "4"
133- ["val"]=>
134- string(1) "D"
135- }
136- }
137- string(16) "DerivedStatement"
138- DerivedStatement::reTrieve(1,A)
139- DerivedStatement::reTrieve(2,B)
140- DerivedStatement::reTrieve(3,C)
141- DerivedStatement::reTrieve(4,D)
142- array(4) {
143- [0]=>
144- array(1) {
145- [1]=>
146- string(1) "A"
147- }
148- [1]=>
149- array(1) {
150- [2]=>
151- string(1) "B"
152- }
153- [2]=>
154- array(1) {
155- [3]=>
156- string(1) "C"
157- }
158- [3]=>
159- array(1) {
160- [4]=>
161- string(1) "D"
162- }
163- }
164- DerivedStatement::reTrieve(1,A)
165- DerivedStatement::reTrieve(2,B)
166- DerivedStatement::reTrieve(3,C)
167- DerivedStatement::reTrieve(4,D)
168- array(4) {
169- [0]=>
170- array(1) {
171- [1]=>
172- string(1) "A"
173- }
174- [1]=>
175- array(1) {
176- [2]=>
177- string(1) "B"
178- }
179- [2]=>
180- array(1) {
181- [3]=>
182- string(1) "C"
183- }
184- [3]=>
185- array(1) {
186- [4]=>
187- string(1) "D"
188- }
189- }
190- DerivedStatement::reTrieve(1,A)
191- DerivedStatement::reTrieve(2,B)
192- DerivedStatement::reTrieve(3,C)
193- DerivedStatement::reTrieve(4,D)
194- array(4) {
195- [0]=>
196- array(1) {
197- [1]=>
198- string(1) "A"
199- }
200- [1]=>
201- array(1) {
202- [2]=>
203- string(1) "B"
204- }
205- [2]=>
206- array(1) {
207- [3]=>
208- string(1) "C"
209- }
210- [3]=>
211- array(1) {
212- [4]=>
213- string(1) "D"
214- }
215- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_012.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_012.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(2) {
002- [0]=>
003- array(2) {
004- [0]=>
005- string(1) "A"
006- [1]=>
007- string(6) "Group1"
008- }
009- [1]=>
010- array(2) {
011- [0]=>
012- string(1) "B"
013- [1]=>
014- string(6) "Group2"
015- }
016- }
017- Test::__construct(N/A)
018- Test::__construct(N/A)
019- array(2) {
020- [0]=>
021- object(Test)#%d (2) {
022- ["val"]=>
023- string(1) "A"
024- ["grp"]=>
025- string(6) "Group1"
026- }
027- [1]=>
028- object(Test)#%d (2) {
029- ["val"]=>
030- string(1) "B"
031- ["grp"]=>
032- string(6) "Group2"
033- }
034- }
035- Test::__construct(Changed)
036- Test::__construct(Changed)
037- array(2) {
038- [0]=>
039- object(Test)#%d (2) {
040- ["val"]=>
041- string(1) "A"
042- ["grp"]=>
043- string(6) "Group1"
044- }
045- [1]=>
046- object(Test)#%d (2) {
047- ["val"]=>
048- string(1) "B"
049- ["grp"]=>
050- string(6) "Group2"
051- }
052- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_013.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_013.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(2) {
002- [0]=>
003- string(1) "A"
004- [1]=>
005- string(6) "Group1"
006- }
007- array(2) {
008- [0]=>
009- string(1) "B"
010- [1]=>
011- string(6) "Group2"
012- }
013- Test::__construct(N/A)
014- object(Test)#%d (2) {
015- ["val"]=>
016- string(1) "A"
017- ["grp"]=>
018- string(6) "Group1"
019- }
020- Test::__construct(N/A)
021- object(Test)#%d (2) {
022- ["val"]=>
023- string(1) "B"
024- ["grp"]=>
025- string(6) "Group2"
026- }
027- Test::__construct(WOW)
028- object(Test)#%d (2) {
029- ["val"]=>
030- string(1) "A"
031- ["grp"]=>
032- string(6) "Group1"
033- }
034- Test::__construct(WOW)
035- object(Test)#%d (2) {
036- ["val"]=>
037- string(1) "B"
038- ["grp"]=>
039- string(6) "Group2"
040- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_014.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_014.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Test::__construct(WOW)
002- object(Test)#4 (2) {
003- ["val"]=>
004- string(1) "A"
005- ["grp"]=>
006- string(6) "Group1"
007- }
008- Test::__construct(WOW)
009- object(Test)#6 (2) {
010- ["val"]=>
011- string(1) "B"
012- ["grp"]=>
013- string(6) "Group2"
014- }
015- NULL
016- bool(false)
017- PDOStatementAggregate::__construct
018- PDOStatementAggregate::getIterator
019- array(2) {
020- [0]=>
021- string(1) "A"
022- [1]=>
023- string(6) "Group1"
024- }
025- array(2) {
026- [0]=>
027- string(1) "B"
028- [1]=>
029- string(6) "Group2"
030- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_015.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_015.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(2) {
002- [0]=>
003- string(1) "1"
004- [1]=>
005- string(1) "2"
006- }
007- array(2) {
008- [0]=>
009- string(2) "A2"
010- [1]=>
011- string(2) "B2"
012- }
013- array(2) {
014- [1]=>
015- array(1) {
016- [0]=>
017- string(1) "A"
018- }
019- [2]=>
020- array(1) {
021- [0]=>
022- string(1) "A"
023- }
024- }
025- array(2) {
026- [1]=>
027- string(1) "A"
028- [2]=>
029- string(1) "A"
030- }
031- array(2) {
032- [1]=>
033- string(1) "1"
034- [2]=>
035- string(1) "2"
036- }
037- array(2) {
038- [1]=>
039- string(1) "A"
040- [2]=>
041- string(1) "A"
042- }
043- array(2) {
044- [1]=>
045- string(2) "A2"
046- [2]=>
047- string(2) "B2"
048- }
049- array(1) {
050- ["A"]=>
051- array(2) {
052- [0]=>
053- string(2) "A2"
054- [1]=>
055- string(2) "B2"
056- }
057- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_016.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_016.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- string(1) "3"
002- array(3) {
003- [0]=>
004- string(7) "String0"
005- [1]=>
006- string(7) "String1"
007- [2]=>
008- string(7) "String2"
009- }
010- ===WHILE===
011- array(1) {
012- [0]=>
013- string(7) "String0"
014- }
015- array(1) {
016- [1]=>
017- string(7) "String1"
018- }
019- array(1) {
020- [2]=>
021- string(7) "String2"
022- }
023- ===ALONE===
024- array(1) {
025- [0]=>
026- string(7) "String0"
027- }
028- bool(true)
029- bool(true)
030- bool(true)
031- bool(true)
032- array(1) {
033- [0]=>
034- string(7) "String0"
035- }
036- array(1) {
037- [1]=>
038- string(7) "String1"
039- }
040- bool(true)
041- bool(true)
042- bool(true)
043- bool(true)
044- array(1) {
045- [1]=>
046- string(7) "String1"
047- }
048- array(1) {
049- [2]=>
050- string(7) "String2"
051- }
052- bool(true)
053- bool(true)
054- bool(true)
055- bool(true)
056- array(1) {
057- [2]=>
058- string(7) "String2"
059- }
060- ===REBIND/SAME===
061- array(1) {
062- [0]=>
063- string(7) "String0"
064- }
065- bool(true)
066- bool(true)
067- string(7) "String0"
068- bool(true)
069- bool(true)
070- string(1) "0"
071- array(1) {
072- [1]=>
073- string(7) "String1"
074- }
075- bool(true)
076- bool(true)
077- string(7) "String1"
078- bool(true)
079- bool(true)
080- string(1) "1"
081- array(1) {
082- [2]=>
083- string(7) "String2"
084- }
085- bool(true)
086- bool(true)
087- string(7) "String2"
088- bool(true)
089- bool(true)
090- string(1) "2"
091- ===REBIND/CONFLICT===
092- string(7) "String0"
093- string(7) "String1"
094- string(7) "String2"
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_016a.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_016a.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- string(1) "3"
002- array(3) {
003- [0]=>
004- string(7) "String0"
005- [1]=>
006- string(7) "String1"
007- [2]=>
008- string(7) "String2"
009- }
010- ===WHILE===
011- array(1) {
012- [0]=>
013- string(7) "String0"
014- }
015- array(1) {
016- [1]=>
017- string(7) "String1"
018- }
019- array(1) {
020- [2]=>
021- string(7) "String2"
022- }
023- ===ALONE===
024- array(1) {
025- [0]=>
026- string(7) "String0"
027- }
028- bool(true)
029- bool(true)
030- bool(true)
031- bool(true)
032- array(1) {
033- [0]=>
034- string(7) "String0"
035- }
036- array(1) {
037- [1]=>
038- string(7) "String1"
039- }
040- bool(true)
041- bool(true)
042- bool(true)
043- bool(true)
044- array(1) {
045- [1]=>
046- string(7) "String1"
047- }
048- array(1) {
049- [2]=>
050- string(7) "String2"
051- }
052- bool(true)
053- bool(true)
054- bool(true)
055- bool(true)
056- array(1) {
057- [2]=>
058- string(7) "String2"
059- }
060- ===REBIND/SAME===
061- array(1) {
062- [0]=>
063- string(7) "String0"
064- }
065- bool(true)
066- bool(true)
067- string(7) "String0"
068- bool(true)
069- bool(true)
070- string(1) "0"
071- array(1) {
072- [1]=>
073- string(7) "String1"
074- }
075- bool(true)
076- bool(true)
077- string(7) "String1"
078- bool(true)
079- bool(true)
080- string(1) "1"
081- array(1) {
082- [2]=>
083- string(7) "String2"
084- }
085- bool(true)
086- bool(true)
087- string(7) "String2"
088- bool(true)
089- bool(true)
090- string(1) "2"
091- ===REBIND/CONFLICT===
092- string(7) "String0"
093- string(7) "String1"
094- string(7) "String2"
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_017.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_017.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Counted 3 rows after insert.
002- Counted 0 rows after delete.
003- Counted 3 rows after rollback.
004- Counted 0 rows after delete.
005- Counted 0 rows after commit.
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_018.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_018.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- string(1) "3"
002- array(3) {
003- [0]=>
004- string(8) "stdClass"
005- [1]=>
006- string(8) "TestBase"
007- [2]=>
008- string(11) "TestDerived"
009- }
010- ===TYPES===
011- array(4) {
012- ["stdClass"]=>
013- string(1) "0"
014- ["TestBase"]=>
015- string(1) "1"
016- ["TestDerived"]=>
017- string(1) "2"
018- ["TestLeaf"]=>
019- NULL
020- }
021- ===INSERT===
022- TestBase::serialize() = 'a:3:{s:7:"BasePub";s:6:"Public";s:7:"BasePro";s:9:"Protected";s:7:"BasePri";s:7:"Private";}'
023- TestDerived::serialize()
024- TestBase::serialize() = 'a:5:{s:7:"BasePub";s:13:"DerivedPublic";s:7:"BasePro";s:16:"DerivdeProtected";s:10:"DerivedPub";s:6:"Public";s:10:"DerivedPro";s:9:"Protected";s:7:"BasePri";s:7:"Private";}'
025- TestDerived::serialize()
026- TestBase::serialize() = 'a:5:{s:7:"BasePub";s:13:"DerivedPublic";s:7:"BasePro";s:16:"DerivdeProtected";s:10:"DerivedPub";s:6:"Public";s:10:"DerivedPro";s:9:"Protected";s:7:"BasePri";s:7:"Private";}'
027- ===DATA===
028- array(4) {
029- [0]=>
030- string(0) ""
031- [1]=>
032- string(91) "a:3:{s:7:"BasePub";s:6:"Public";s:7:"BasePro";s:9:"Protected";s:7:"BasePri";s:7:"Private";}"
033- [2]=>
034- string(172) "a:5:{s:7:"BasePub";s:13:"DerivedPublic";s:7:"BasePro";s:16:"DerivdeProtected";s:10:"DerivedPub";s:6:"Public";s:10:"DerivedPro";s:9:"Protected";s:7:"BasePri";s:7:"Private";}"
035- [3]=>
036- string(172) "a:5:{s:7:"BasePub";s:13:"DerivedPublic";s:7:"BasePro";s:16:"DerivdeProtected";s:10:"DerivedPub";s:6:"Public";s:10:"DerivedPro";s:9:"Protected";s:7:"BasePri";s:7:"Private";}"
037- }
038- ===FAILURE===
039- Exception:SQLSTATE[HY000]: General error: cannot unserialize class
040- ===COUNT===
041- string(1) "3"
042- ===DATABASE===
043- array(3) {
044- [0]=>
045- array(2) {
046- ["name"]=>
047- string(8) "TestBase"
048- ["val"]=>
049- string(91) "a:3:{s:7:"BasePub";s:6:"Public";s:7:"BasePro";s:9:"Protected";s:7:"BasePri";s:7:"Private";}"
050- }
051- [1]=>
052- array(2) {
053- ["name"]=>
054- string(11) "TestDerived"
055- ["val"]=>
056- string(172) "a:5:{s:7:"BasePub";s:13:"DerivedPublic";s:7:"BasePro";s:16:"DerivdeProtected";s:10:"DerivedPub";s:6:"Public";s:10:"DerivedPro";s:9:"Protected";s:7:"BasePri";s:7:"Private";}"
057- }
058- [2]=>
059- array(2) {
060- ["name"]=>
061- NULL
062- ["val"]=>
063- string(172) "a:5:{s:7:"BasePub";s:13:"DerivedPublic";s:7:"BasePro";s:16:"DerivdeProtected";s:10:"DerivedPub";s:6:"Public";s:10:"DerivedPro";s:9:"Protected";s:7:"BasePri";s:7:"Private";}"
064- }
065- }
066- ===FETCHCLASS===
067- TestBase::unserialize(a:3:{s:7:"BasePub";s:6:"Public";s:7:"BasePro";s:9:"Protected";s:7:"BasePri";s:7:"Private";})
068- TestDerived::unserialize()
069- TestBase::unserialize(a:5:{s:7:"BasePub";s:13:"DerivedPublic";s:7:"BasePro";s:16:"DerivdeProtected";s:10:"DerivedPub";s:6:"Public";s:10:"DerivedPro";s:9:"Protected";s:7:"BasePri";s:7:"Private";})
070- TestDerived::unserialize()
071- TestBase::unserialize(a:5:{s:7:"BasePub";s:13:"DerivedPublic";s:7:"BasePro";s:16:"DerivdeProtected";s:10:"DerivedPub";s:6:"Public";s:10:"DerivedPro";s:9:"Protected";s:7:"BasePri";s:7:"Private";})
072- array(3) {
073- [0]=>
074- object(TestBase)#%d (3) {
075- ["BasePub"]=>
076- string(7) "#Public"
077- ["BasePro":protected]=>
078- string(10) "#Protected"
079- ["BasePri":"TestBase":private]=>
080- string(8) "#Private"
081- }
082- [1]=>
083- object(TestDerived)#%d (6) {
084- ["BasePub"]=>
085- string(14) "#DerivedPublic"
086- ["BasePro":protected]=>
087- string(17) "#DerivdeProtected"
088- ["DerivedPub"]=>
089- string(7) "#Public"
090- ["DerivedPro":protected]=>
091- string(10) "#Protected"
092- ["DerivedPri":"TestDerived":private]=>
093- string(7) "Private"
094- ["BasePri":"TestBase":private]=>
095- string(8) "#Private"
096- }
097- [2]=>
098- object(TestLeaf)#%d (6) {
099- ["BasePub"]=>
100- string(14) "#DerivedPublic"
101- ["BasePro":protected]=>
102- string(17) "#DerivdeProtected"
103- ["DerivedPub"]=>
104- string(7) "#Public"
105- ["DerivedPro":protected]=>
106- string(10) "#Protected"
107- ["DerivedPri":"TestDerived":private]=>
108- string(7) "Private"
109- ["BasePri":"TestBase":private]=>
110- string(8) "#Private"
111- }
112- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_019.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_019.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- string(1) "4"
002- array(4) {
003- [0]=>
004- string(7) "String0"
005- [1]=>
006- string(7) "String1"
007- [2]=>
008- string(7) "String2"
009- [3]=>
010- string(7) "String3"
011- }
012- ===WHILE===
013- array(1) {
014- [0]=>
015- string(7) "String0"
016- }
017- array(1) {
018- [1]=>
019- string(7) "String1"
020- }
021- array(1) {
022- [2]=>
023- string(7) "String2"
024- }
025- array(1) {
026- [3]=>
027- string(7) "String3"
028- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_020.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_020.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Counted 2 columns after SELECT id, val FROM test.
002- Counted 3 columns after SELECT id, val, val2 FROM test.
003- Counted 1 columns after SELECT COUNT(*) FROM test.
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_021.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_021.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- There are 6 rows in the table.
002- There are 12 rows in the table.
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_023.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_023.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- int(1)
002- int(2)
003- object(PDODatabaseX)#%d (2) {
004- ["test1"]=>
005- int(1)
006- ["test2"]=>
007- int(22)
008- }
009- PDODatabaseX::query()
010- PDOStatementX::__construct()
011- PDOStatementX::__destruct()
012- PDODatabaseX::query()
013- PDOStatementX::__construct()
014- PDOStatementX::__destruct()
015- PDODatabaseX::query()
016- PDOStatementX::__construct()
017- PDOStatementX::__destruct()
018- PDODatabaseX::query()
019- PDOStatementX::__construct()
020- object(PDOStatementX)#%d (3) {
021- ["test1"]=>
022- int(1)
023- ["queryString"]=>
024- string(24) "SELECT val, id FROM test"
025- ["test2"]=>
026- int(22)
027- }
028- array(2) {
029- ["A"]=>
030- string(1) "0"
031- ["B"]=>
032- string(1) "1"
033- }
034- PDOStatementX::__destruct()
035- PDODatabaseX::__destruct()
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_024.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_024.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- bind: success
002- bool(true)
003- NULL
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_025.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_025.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- object(Test)#%d (3) {
002- ["id"]=>
003- string(2) "10"
004- ["val"]=>
005- string(3) "Abc"
006- ["val2"]=>
007- string(3) "zxy"
008- }
009- object(Test)#%d (3) {
010- ["id"]=>
011- string(2) "20"
012- ["val"]=>
013- string(3) "Def"
014- ["val2"]=>
015- string(3) "wvu"
016- }
017- object(Test)#%d (3) {
018- ["id"]=>
019- string(2) "30"
020- ["val"]=>
021- string(3) "Ghi"
022- ["val2"]=>
023- string(3) "tsr"
024- }
025- object(Test)#%d (3) {
026- ["id"]=>
027- string(2) "40"
028- ["val"]=>
029- string(3) "Jkl"
030- ["val2"]=>
031- string(3) "qpo"
032- }
033- object(Test)#%d (3) {
034- ["id"]=>
035- string(2) "50"
036- ["val"]=>
037- string(3) "Mno"
038- ["val2"]=>
039- string(3) "nml"
040- }
041- object(Test)#%d (3) {
042- ["id"]=>
043- string(2) "60"
044- ["val"]=>
045- string(3) "Pqr"
046- ["val2"]=>
047- string(3) "kji"
048- }
049- ===FAIL===
050-
051- Fatal error: Cannot access protected property Fail::$id in %spdo_025.php on line %d%A
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_026.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_026.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- string(11) "PDODatabase"
002- string(12) "PDOStatement"
003- PDODatabase::query()
004- PDOStatementX::__construct()
005- string(13) "PDOStatementX"
006- string(11) "PDODatabase"
007- array(3) {
008- ["id"]=>
009- string(2) "10"
010- ["val"]=>
011- string(3) "Abc"
012- ["val2"]=>
013- string(3) "zxy"
014- }
015- array(3) {
016- ["id"]=>
017- string(2) "20"
018- ["val"]=>
019- string(3) "Def"
020- ["val2"]=>
021- string(3) "wvu"
022- }
023- array(3) {
024- ["id"]=>
025- string(2) "30"
026- ["val"]=>
027- string(3) "Ghi"
028- ["val2"]=>
029- string(3) "tsr"
030- }
031- ===DONE===
032- PDOStatementX::__destruct()
033- PDODatabase::__destruct()
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_027.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_027.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- lazy: 1test1
002- lazy: 2test2
003- End
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_028.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_028.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(1) {
002- [0]=>
003- array(4) {
004- ["id"]=>
005- string(1) "1"
006- ["val1"]=>
007- string(3) "one"
008- ["val2"]=>
009- string(3) "two"
010- ["val3"]=>
011- string(5) "three"
012- }
013- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_029.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_029.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- string(11) "PDODatabase"
002- string(12) "PDOStatement"
003- ===QUERY===
004- PDODatabase::query()
005- PDOStatementX::__construct()
006- PDOStatementX::execute()
007- string(13) "PDOStatementX"
008- string(11) "PDODatabase"
009- ===FOREACH===
010- array(3) {
011- ["id"]=>
012- string(2) "10"
013- ["val"]=>
014- string(3) "Abc"
015- ["val2"]=>
016- string(3) "zxy"
017- }
018- array(3) {
019- ["id"]=>
020- string(2) "20"
021- ["val"]=>
022- string(3) "Def"
023- ["val2"]=>
024- string(3) "wvu"
025- }
026- array(3) {
027- ["id"]=>
028- string(2) "30"
029- ["val"]=>
030- string(3) "Ghi"
031- ["val2"]=>
032- string(3) "tsr"
033- }
034- ===DONE===
035- PDOStatementX::__destruct()
036- PDODatabase::__destruct()
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_030.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_030.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- string(11) "PDODatabase"
002- string(12) "PDOStatement"
003- ===QUERY===
004- array(1) {
005- [0]=>
006- string(12) "PDOStatement"
007- }
008- array(2) {
009- [0]=>
010- string(13) "PDOStatementX"
011- [1]=>
012- array(1) {
013- [0]=>
014- object(PDODatabase)#%d (0) {
015- }
016- }
017- }
018- PDODatabase::query()
019- PDOStatementX::__construct()
020- string(13) "PDOStatementX"
021- string(11) "PDODatabase"
022- ===FOREACH===
023- array(3) {
024- ["id"]=>
025- string(2) "10"
026- ["val"]=>
027- string(3) "Abc"
028- ["val2"]=>
029- string(3) "zxy"
030- }
031- array(3) {
032- ["id"]=>
033- string(2) "20"
034- ["val"]=>
035- string(3) "Def"
036- ["val2"]=>
037- string(3) "wvu"
038- }
039- array(3) {
040- ["id"]=>
041- string(2) "30"
042- ["val"]=>
043- string(3) "Ghi"
044- ["val2"]=>
045- string(3) "tsr"
046- }
047- ===DONE===
048- PDOStatementX::__destruct()
049- PDODatabase::__destruct()
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_031.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_031.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- ===QUERY===
002- |-Array [0]
003- | |-10 [id]
004- | |-Abc [val]
005- | \-zxy [val2]
006- |-Array [1]
007- | |-20 [id]
008- | |-Def [val]
009- | \-wvu [val2]
010- \-Array [2]
011- |-30 [id]
012- |-Ghi [val]
013- \-tsr [val2]
014- ===DONE===
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_032.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_032.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(3) {
002- [0]=>
003- array(2) {
004- ["id"]=>
005- string(1) "1"
006- ["val"]=>
007- string(1) "A"
008- }
009- [1]=>
010- array(2) {
011- ["id"]=>
012- string(1) "2"
013- ["val"]=>
014- string(1) "B"
015- }
016- [2]=>
017- array(2) {
018- ["id"]=>
019- string(1) "3"
020- ["val"]=>
021- string(1) "C"
022- }
023- }
024- array(3) {
025- [0]=>
026- array(2) {
027- ["ID"]=>
028- string(1) "1"
029- ["VAL"]=>
030- string(1) "A"
031- }
032- [1]=>
033- array(2) {
034- ["ID"]=>
035- string(1) "2"
036- ["VAL"]=>
037- string(1) "B"
038- }
039- [2]=>
040- array(2) {
041- ["ID"]=>
042- string(1) "3"
043- ["VAL"]=>
044- string(1) "C"
045- }
046- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_033.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_033.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Array
002- (
003- [0] => Array
004- (
005- [t] => !"#$%&'()*+,-./0123456789:;<=>? <at> ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
006- )
007-
008- )
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_034.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_034.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(1) {
002- ["test0"]=>
003- string(1) "0"
004- }
005- array(5) {
006- ["test0"]=>
007- string(1) "0"
008- ["test1"]=>
009- string(1) "1"
010- ["test2"]=>
011- string(1) "2"
012- ["test3"]=>
013- string(1) "3"
014- ["test4"]=>
015- string(1) "4"
016- }
017-
018- Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error: PDO::FETCH_KEY_PAIR fetch mode requires the result set to contain extactly 2 columns. in %spdo_034.php on line %d
019-
020- Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error%spdo_034.php on line %d
021- bool(false)
022- array(5) {
023- ["test0"]=>
024- string(5) "test0"
025- ["test1"]=>
026- string(5) "test1"
027- ["test2"]=>
028- string(5) "test2"
029- ["test3"]=>
030- string(5) "test3"
031- ["test4"]=>
032- string(5) "test4"
033- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_035.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_035.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- PDORow
002- bool(false)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pecl_bug_5217.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pecl_bug_5217.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Safely caught You cannot serialize or unserialize PDO instances
002- PHP Didn't crash!
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pecl_bug_5772.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pecl_bug_5772.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- string(1) "1"
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pecl_bug_5809.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pecl_bug_5809.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(1) {
002- [0]=>
003- int(1)
004- }
005- array(1) {
006- [0]=>
007- int(1)
008- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/debugdumpparams_001.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- SQL: [16] select :a, :b, ?
002- Params: 3
003- Key: Name: [2] :a
004- paramno=-1
005- name=[2] ":a"
006- is_param=1
007- param_type=1
008- Key: Name: [2] :b
009- paramno=-1
010- name=[2] ":b"
011- is_param=1
012- param_type=2
013- Key: Position #2:
014- paramno=2
015- name=[0] ""
016- is_param=1
017- param_type=2
018- NULL
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- object(PDOStatement)#%d (1) {
002- [%u|b%"queryString"]=>
003- %string|unicode%(21) "SELECT * FROM testing"
004- }
005- data: 1, php
006- object(PDOStatement)#%d (1) {
007- [%u|b%"queryString"]=>
008- %string|unicode%(21) "SELECT * FROM testing"
009- }
010- data: 2,
011- array(2) {
012- [0]=>
013- %string|unicode%(3) "PHP"
014- [1]=>
015- %string|unicode%(0) ""
016- }
017-
018- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: function 'nothing' not found or invalid function name in %s on line %d
019- bool(false)
020-
021- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: function '' not found or invalid function name in %s on line %d
022- bool(false)
023-
024- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: no array or string given in %s on line %d
025- bool(false)
026-
027- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: no array or string given in %s on line %d
028- bool(false)
029-
030- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: cannot access self:: when no class scope is active in %s on line %d
031- bool(false)
032- array(2) {
033- [0]=>
034- %string|unicode%(9) "--- 1 ---"
035- [1]=>
036- %string|unicode%(9) "--- 2 ---"
037- }
038- array(2) {
039- [0]=>
040- %string|unicode%(7) "1---php"
041- [1]=>
042- %string|unicode%(4) "2---"
043- }
044-
045- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: cannot access private method bar::test2() in %s on line %d
046- bool(false)
047- array(2) {
048- [0]=>
049- %string|unicode%(7) "1===php"
050- [1]=>
051- %string|unicode%(4) "2==="
052- }
053-
054- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: class 'bar' does not have a method 'inexistent' in %s on line %d
055- bool(false)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(2) {
002- ["testing(name)"]=>
003- %string|unicode%(2) "12"
004- [0]=>
005- %string|unicode%(2) "12"
006- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Warning: PDO::sqliteCreateAggregate(): function 'a' is not callable in %s on line %d
002-
003- Warning: PDO::sqliteCreateAggregate(): function '' is not callable in %s on line %d
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- array(2) {
002- ["testing(name)"]=>
003- %string|unicode%(3) "php"
004- [0]=>
005- %string|unicode%(3) "php"
006- }
007- array(2) {
008- ["testing(name)"]=>
009- %string|unicode%(4) "php6"
010- [0]=>
011- %string|unicode%(4) "php6"
012- }
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/pdo_sqlite_get_attribute.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- string(%d) "%s"
002- string(%d) "%s"
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- object(PDOStatement)#2 (1) {
002- ["queryString"]=>
003- %string|unicode%(17) "SELECT * FROM foo"
004- }
005- array(3) {
006- [0]=>
007- %string|unicode%(5) "00000"
008- [1]=>
009- NULL
010- [2]=>
011- NULL
012- }
013- %string|unicode%(1) "2"
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- int(0)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/phar/tests/bug52013.phpt
================================================================================
Fatal error: Uncaught exception 'BadMethodCallException' with message 'unable to write contents of file "1.php" to new phar "/usr/src/php-5.3.8/ext/phar/tests/compressed.phar"' in /usr/src/php-5.3.8/ext/phar/tests/bug52013.php:9
Stack trace:
#0 /usr/src/php-5.3.8/ext/phar/tests/bug52013.php(9): Phar->decompressFiles()
#1 {main}
thrown in /usr/src/php-5.3.8/ext/phar/tests/bug52013.php on line 9
================================================================================
001+ Fatal error: Uncaught exception 'BadMethodCallException' with message 'unable to write contents of file "1.php" to new phar "/usr/src/php-5.3.8/ext/phar/tests/compressed.phar"' in /usr/src/php-5.3.8/ext/phar/tests/bug52013.php:9
001- ok
002+ Stack trace:
003+ #0 /usr/src/php-5.3.8/ext/phar/tests/bug52013.php(9): Phar->decompressFiles()
004+ #1 {main}
005+ thrown in /usr/src/php-5.3.8/ext/phar/tests/bug52013.php on line 9
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/phar/tests/phar_oo_005.phpt
================================================================================
string(14) "phar://*/a.php"
string(14) "phar://*/a.php"
string(0) ""
string(5) "a.php"
string(21) "phar_oo_test.phar.php"
string(16) "phar://*/b/c.php"
string(16) "phar://*/b/c.php"
string(1) "b"
string(7) "b/c.php"
string(1) "b"
string(16) "phar://*/b/d.php"
string(16) "phar://*/b/d.php"
string(1) "b"
string(7) "b/d.php"
string(1) "b"
string(14) "phar://*/b.php"
string(14) "phar://*/b.php"
string(0) ""
string(5) "b.php"
string(21) "phar_oo_test.phar.php"
string(14) "phar://*/e.php"
string(14) "phar://*/e.php"
string(0) ""
string(5) "e.php"
string(21) "phar_oo_test.phar.php"
===DONE===
================================================================================
005+ string(21) "phar_oo_test.phar.php"
005- string(5) "a.php"
010+ string(1) "b"
010- string(5) "c.php"
015+ string(1) "b"
015- string(5) "d.php"
020+ string(21) "phar_oo_test.phar.php"
020- string(5) "b.php"
025+ string(21) "phar_oo_test.phar.php"
025- string(5) "e.php"
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/session/tests/014.phpt
================================================================================
Deprecated: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0
<a href="/link">
Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /usr/src/php-5.3.8/ext/session/tests/014.php on line 10
<a href="/link">
Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /usr/src/php-5.3.8/ext/session/tests/014.php on line 14
<a href="/link">
================================================================================
002+ <a href="/link">
002- <a href="/link?PHPSESSID=abtest">
005+ <a href="/link">
005- <a href="/link?PHPSESSID=abtest">
008+ <a href="/link">
008- <a href="/link?PHPSESSID=abtest">
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/session/tests/015.phpt
================================================================================
<a href="/link?PHPSESSID=abtest">
================================================================================
001+ <a href="/link?PHPSESSID=abtest">
001- <a href="/link?PHPSESSID=abtest&PHPSESSID=abtest">
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/session/tests/018.phpt
================================================================================
<form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php>
================================================================================
001+ <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php>
001- <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php><input type="hidden" name="PHPSESSID" value="abtest" />
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/session/tests/020.phpt
================================================================================
<a href="link.php?a=b">
================================================================================
001+ <a href="link.php?a=b">
001- <a href="link.php?a=b&PHPSESSID=abtest">
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/session/tests/021.phpt
================================================================================
<form>
<fieldset>
Notice: ob_flush(): failed to flush buffer. No buffer to flush in /usr/src/php-5.3.8/ext/session/tests/021.php on line 12
<form>
<fieldset>
Notice: ob_flush(): failed to flush buffer. No buffer to flush in /usr/src/php-5.3.8/ext/session/tests/021.php on line 21
<form>
<fieldset>
Notice: ob_flush(): failed to flush buffer. No buffer to flush in /usr/src/php-5.3.8/ext/session/tests/021.php on line 30
<form>
<fieldset>
================================================================================
001+ <form>
002+ <fieldset>
003+
004+ Notice: ob_flush(): failed to flush buffer. No buffer to flush in /usr/src/php-5.3.8/ext/session/tests/021.php on line 12
005+ <form>
006+ <fieldset>
007+
008+ Notice: ob_flush(): failed to flush buffer. No buffer to flush in /usr/src/php-5.3.8/ext/session/tests/021.php on line 21
009+ <form>
010+ <fieldset>
011+
012+ Notice: ob_flush(): failed to flush buffer. No buffer to flush in /usr/src/php-5.3.8/ext/session/tests/021.php on line 30
013+ <form>
001- <form><input type="hidden" name="PHPSESSID" value="abtest" />
002- <fieldset><input type="hidden" name="PHPSESSID" value="abtest" />
003- <form><input type="hidden" name="PHPSESSID" value="abtest" />
005- <form><input type="hidden" name="PHPSESSID" value="abtest" />
006- <fieldset>
007- <form>
008- <fieldset><input type="hidden" name="PHPSESSID" value="abtest" />
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/session/tests/bug36459.phpt
================================================================================
<html>
<head>
<title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title>
</head>
<body>
<p>See source html code</p>
<a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2"
style="font: normal 11pt Times New Roman">incorrect link</a><br />
<br />
<a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2" style="font: normal 11pt Times New Roman">correct link</a>
</body>
</html>
================================================================================
007+ <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2"
007- <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2&sid=%s"
010+ <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2" style="font: normal 11pt Times New Roman">correct link</a>
010- <a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2&sid=%s" style="font: normal 11pt Times New Roman">correct link</a>
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/session/tests/bug41600.phpt
================================================================================
<a href="link.php?a=b">
================================================================================
001+ <a href="link.php?a=b">
001- <a href="link.php?a=b&PHPSESSID=abtest">
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/simplexml/tests/bug48601.phpt
================================================================================
An error occured
================================================================================
001+ An error occured
001- Result Count: 0
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug47769.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug47769.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- this is a protected method.
002- this is a private method.
003- foo
004-
005- Fatal error: Call to protected method test::isProtected() from context '' in %s on line %d
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_43663.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_43663.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Called foo in test
002- Called bar in test
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/bug_44159.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/bug_44159.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
002- bool(false)
003-
004- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
005- bool(false)
006-
007- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d
008- bool(false)
009-
010- Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: attribute value must be an integer in %s on line %d
011- bool(false)
012- bool(true)
013- bool(true)
014- bool(true)
015- bool(true)
016- bool(true)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/pdo/tests/pdo_035.phpt
================================================================================
/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
================================================================================
# original source file: ext/pdo/tests/pdo_035.phpt
001+ /usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- PDORow
002- bool(false)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/standard/tests/file/bug52820.phpt
================================================================================
temp stream (close after):
About to rewind!
* About to connect() to 127.0.0.1 port 37349
* Trying 127.0.0.1... * Connection refused
* couldn't connect to host
* Closing connection #0
memory stream (close after):
About to rewind!
* About to connect() to 127.0.0.1 port 37349
* Trying 127.0.0.1... * Connection refused
* couldn't connect to host
* Closing connection #0
Done.
================================================================================
003+ * About to connect() to 127.0.0.1 port 37349
003- * About to connect() to 127.0.0.1 port 37349 (#0)
010+ * About to connect() to 127.0.0.1 port 37349
010- * About to connect() to 127.0.0.1 port 37349 (#0)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/standard/tests/general_functions/phpinfo.phpt
================================================================================
phpinfo()
PHP Version => 5.3.8
System => Linux london.wonderbingo.com 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64
Build Date => Dec 1 2011 15:33:53
Configure Command => './configure' '--prefix=/webserver/php' '--enable-fastcgi' '--enable-fpm' '--with-libdir=lib64' '--with-config-file-path=/webserver/php/etc' '--with-config-file-scan-dir=/webserver/php/etc/php.d' '--with-amf' '--with-bcmath' '--with-bz2' '--with-calendar' '--with-cgi-fcgi' '--with-Core' '--with-ctype' '--with-curl=/usr/local/lib' '--with-date' '--with-dom' '--with-eAccelerator' '--with-ereg' '--with-filter' '--with-ftp' '--with-gd' '--with-gettext' '--with-hash' '--with-iconv' '--with-imap' '--with-imap-ssl' '--with-json' '--with-kerberos' '--with-libxml' '--with-mbstring' '--with-mcrypt' '--with-memcache' '--with-mysql' '--with-mysqli' '--with-openssl' '--with-pcre' '--with-pcre-regex=/usr' '--with-pdo' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-posix' '--with-pspell' '--with-Reflection' '--with-session' '--with-simplexml' '--with-soap' '--with-sockets' '--with-sourceguardian' '--with-spl' '--with-sqlite' '--with-sqlite3' '--with-standard' '--with-tidy' '--with-tokenizer' '--with-xhprof' '--with-xml' '--with-xmlreader' '--with-xmlrpc' '--with-xmlwriter' '--with-xsl' '--with-zip' '--with-zlib' '--with-zlib-dir=/usr/local/lib'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /webserver/php/etc
Loaded Configuration File => /usr/src/php-5.3.8/tmp-php.ini
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, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, mcrypt.*, mdecrypt.*, 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-2011 Zend Technologies
_______________________________________________________________________
Configuration
bz2
BZip2 Support => Enabled
Stream Wrapper support => compress.bzip2://
Stream Filter support => bzip2.decompress, bzip2.compress
BZip2 Version => 1.0.3, 15-Feb-2005
Core
PHP Version => 5.3.8
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 => STDOUT => STDOUT
display_startup_errors => On => On
doc_root => no value => no value
docref_ext => .html => .html
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 => 32767 => 32767
exit_on_timeout => Off => Off
expose_php => On => On
extension_dir => /usr/src/php-5.3.8/modules/ => /usr/src/php-5.3.8/modules/
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 => .:/webserver/php/lib/php => .:/webserver/php/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_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 => no value => no value
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 => 17 => 17
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => On => On
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
curl
cURL support => enabled
cURL Information => 7.15.5
Age => 2
Features
AsynchDNS => No
Debug => No
GSS-Negotiate => Yes
IDN => Yes
IPv6 => Yes
Largefile => Yes
NTLM => Yes
SPNEGO => No
SSL => Yes
SSPI => No
krb4 => No
libz => Yes
CharConv => No
Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps
Host => x86_64-redhat-linux-gnu
SSL Version => OpenSSL/0.9.8b
ZLib Version => 1.2.3
date
date/time support => enabled
"Olson" Timezone Database Version => 2011.8
Timezone Database => internal
Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'GMT/0.0/no DST' instead in /usr/src/php-5.3.8/ext/standard/tests/general_functions/phpinfo.php on line 2
Default timezone => UTC
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: 313665 $
Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value
gd
GD Support => enabled/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_libversion
================================================================================
027+
029+ Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
030+
031+
033- Core
035- Additional Modules
037- Environment
039- PHP Variables
040+ Stream Wrapper support => compress.bzip2://
041+ Stream Filter support => bzip2.decompress, bzip2.compress
042+ BZip2 Version => 1.0.3, 15-Feb-2005
043+
044+ Core
045+
046+ PHP Version => 5.3.8
047+
048+ Directive => Local Value => Master Value
049+ allow_call_time_pass_reference => On => On
050+ allow_url_fopen => On => On
051+ allow_url_include => Off => Off
052+ always_populate_raw_post_data => Off => Off
053+ arg_separator.input => & => &
054+ arg_separator.output => & => &
055+ asp_tags => Off => Off
056+ auto_append_file => no value => no value
057+ auto_globals_jit => On => On
058+ auto_prepend_file => no value => no value
059+ browscap => no value => no value
060+ default_charset => no value => no value
061+ default_mimetype => text/html => text/html
062+ define_syslog_variables => Off => Off
063+ disable_classes => no value => no value
064+ disable_functions => no value => no value
065+ display_errors => STDOUT => STDOUT
066+ display_startup_errors => On => On
067+ doc_root => no value => no value
068+ docref_ext => .html => .html
069+ docref_root => no value => no value
070+ enable_dl => On => On
071+ error_append_string => no value => no value
072+ error_log => no value => no value
073+ error_prepend_string => no value => no value
074+ error_reporting => 32767 => 32767
075+ exit_on_timeout => Off => Off
076+ expose_php => On => On
077+ extension_dir => /usr/src/php-5.3.8/modules/ => /usr/src/php-5.3.8/modules/
078+ file_uploads => On => On
079+ highlight.bg => <font style="color: #FFFFFF">#FFFFFF</font> => <font style="color: #FFFFFF">#FFFFFF</font>
080+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
081+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
082+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
083+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
084+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
085+ html_errors => Off => Off
086+ ignore_repeated_errors => Off => Off
087+ ignore_repeated_source => Off => Off
088+ ignore_user_abort => Off => Off
089+ implicit_flush => On => On
090+ include_path => .:/webserver/php/lib/php => .:/webserver/php/lib/php
091+ log_errors => Off => Off
092+ log_errors_max_len => 1024 => 1024
093+ magic_quotes_gpc => On => On
094+ magic_quotes_runtime => Off => Off
095+ magic_quotes_sybase => Off => Off
096+ mail.add_x_header => Off => Off
097+ mail.force_extra_parameters => no value => no value
098+ mail.log => no value => no value
099+ max_execution_time => 0 => 0
100+ max_file_uploads => 20 => 20
101+ max_input_nesting_level => 64 => 64
102+ max_input_time => -1 => -1
103+ memory_limit => 128M => 128M
104+ open_basedir => no value => no value
105+ output_buffering => no value => no value
106+ output_handler => no value => no value
107+ post_max_size => 8M => 8M
108+ precision => 14 => 14
109+ realpath_cache_size => 16K => 16K
110+ realpath_cache_ttl => 120 => 120
111+ register_argc_argv => On => On
112+ register_globals => Off => Off
113+ register_long_arrays => On => On
114+ report_memleaks => On => On
115+ report_zend_debug => Off => Off
116+ request_order => no value => no value
117+ safe_mode => Off => Off
118+ safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
119+ safe_mode_gid => Off => Off
120+ safe_mode_include_dir => no value => no value
121+ sendmail_from => no value => no value
122+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
123+ serialize_precision => 17 => 17
124+ short_open_tag => On => On
125+ SMTP => localhost => localhost
126+ smtp_port => 25 => 25
127+ sql.safe_mode => Off => Off
128+ track_errors => On => On
129+ unserialize_callback_func => no value => no value
130+ upload_max_filesize => 2M => 2M
131+ upload_tmp_dir => no value => no value
132+ user_dir => no value => no value
133+ user_ini.cache_ttl => 300 => 300
134+ user_ini.filename => .user.ini => .user.ini
135+ variables_order => EGPCS => EGPCS
136+ xmlrpc_error_number => 0 => 0
137+ xmlrpc_errors => Off => Off
138+ y2k_compliance => On => On
139+ zend.enable_gc => On => On
140+
141+ ctype
142+
143+ ctype functions => enabled
144+
145+ curl
146+
147+ cURL support => enabled
148+ cURL Information => 7.15.5
149+ Age => 2
150+ Features
151+ AsynchDNS => No
152+ Debug => No
153+ GSS-Negotiate => Yes
154+ IDN => Yes
155+ IPv6 => Yes
156+ Largefile => Yes
157+ NTLM => Yes
158+ SPNEGO => No
159+ SSL => Yes
160+ SSPI => No
161+ krb4 => No
162+ libz => Yes
163+ CharConv => No
164+ Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps
165+ Host => x86_64-redhat-linux-gnu
166+ SSL Version => OpenSSL/0.9.8b
167+ ZLib Version => 1.2.3
168+
169+ date
170+
171+ date/time support => enabled
172+ "Olson" Timezone Database Version => 2011.8
173+ Timezone Database => internal
174+
175+ Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'GMT/0.0/no DST' instead in /usr/src/php-5.3.8/ext/standard/tests/general_functions/phpinfo.php on line 2
176+ Default timezone => UTC
177+
178+ Directive => Local Value => Master Value
179+ date.default_latitude => 31.7667 => 31.7667
180+ date.default_longitude => 35.2333 => 35.2333
181+ date.sunrise_zenith => 90.583333 => 90.583333
182+ date.sunset_zenith => 90.583333 => 90.583333
183+ date.timezone => no value => no value
184+
185+ dom
186+
187+ DOM/XML => enabled
188+ DOM/XML API Version => 20031129
189+ libxml Version => 2.6.26
190+ HTML Support => enabled
191+ XPath Support => enabled
192+ XPointer Support => enabled
193+ Schema Support => enabled
194+ RelaxNG Support => enabled
195+
196+ ereg
197+
198+ Regex Library => Bundled library enabled
199+
200+ fileinfo
201+
202+ fileinfo support => enabled
203+ version => 1.0.5-dev
204+
205+ filter
206+
207+ Input Validation and Filtering => enabled
208+ Revision => $Revision: 313665 $
209+
210+ Directive => Local Value => Master Value
211+ filter.default => unsafe_raw => unsafe_raw
212+ filter.default_flags => no value => no value
213+
214+ gd
041- PHP License
043- bool(true)
044- --
045-
046- Warning: phpinfo() expects parameter 1 to be long, array given in %sphpinfo.php on line 5
047- NULL
048- --
049- phpinfo()
050- bool(true)
051- --
052- phpinfo()
053-
054- PHP License
055- %a
056- bool(true)
================================================================================
================================================================================
/usr/src/php-5.3.8/ext/xsl/tests/xsl-phpinfo.phpt
================================================================================
phpinfo()
PHP Version => 5.3.8
System => Linux london.wonderbingo.com 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64
Build Date => Dec 1 2011 15:33:53
Configure Command => './configure' '--prefix=/webserver/php' '--enable-fastcgi' '--enable-fpm' '--with-libdir=lib64' '--with-config-file-path=/webserver/php/etc' '--with-config-file-scan-dir=/webserver/php/etc/php.d' '--with-amf' '--with-bcmath' '--with-bz2' '--with-calendar' '--with-cgi-fcgi' '--with-Core' '--with-ctype' '--with-curl=/usr/local/lib' '--with-date' '--with-dom' '--with-eAccelerator' '--with-ereg' '--with-filter' '--with-ftp' '--with-gd' '--with-gettext' '--with-hash' '--with-iconv' '--with-imap' '--with-imap-ssl' '--with-json' '--with-kerberos' '--with-libxml' '--with-mbstring' '--with-mcrypt' '--with-memcache' '--with-mysql' '--with-mysqli' '--with-openssl' '--with-pcre' '--with-pcre-regex=/usr' '--with-pdo' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-posix' '--with-pspell' '--with-Reflection' '--with-session' '--with-simplexml' '--with-soap' '--with-sockets' '--with-sourceguardian' '--with-spl' '--with-sqlite' '--with-sqlite3' '--with-standard' '--with-tidy' '--with-tokenizer' '--with-xhprof' '--with-xml' '--with-xmlreader' '--with-xmlrpc' '--with-xmlwriter' '--with-xsl' '--with-zip' '--with-zlib' '--with-zlib-dir=/usr/local/lib'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /webserver/php/etc
Loaded Configuration File => /usr/src/php-5.3.8/tmp-php.ini
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, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, mcrypt.*, mdecrypt.*, 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-2011 Zend Technologies
_______________________________________________________________________
Configuration
bz2
BZip2 Support => Enabled
Stream Wrapper support => compress.bzip2://
Stream Filter support => bzip2.decompress, bzip2.compress
BZip2 Version => 1.0.3, 15-Feb-2005
Core
PHP Version => 5.3.8
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 => STDOUT => STDOUT
display_startup_errors => On => On
doc_root => no value => no value
docref_ext => .html => .html
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 => 32767 => 32767
exit_on_timeout => Off => Off
expose_php => On => On
extension_dir => /usr/src/php-5.3.8/modules/ => /usr/src/php-5.3.8/modules/
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 => .:/webserver/php/lib/php => .:/webserver/php/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_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 => no value => no value
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 => 17 => 17
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => On => On
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
curl
cURL support => enabled
cURL Information => 7.15.5
Age => 2
Features
AsynchDNS => No
Debug => No
GSS-Negotiate => Yes
IDN => Yes
IPv6 => Yes
Largefile => Yes
NTLM => Yes
SPNEGO => No
SSL => Yes
SSPI => No
krb4 => No
libz => Yes
CharConv => No
Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps
Host => x86_64-redhat-linux-gnu
SSL Version => OpenSSL/0.9.8b
ZLib Version => 1.2.3
date
date/time support => enabled
"Olson" Timezone Database Version => 2011.8
Timezone Database => internal
Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'GMT/0.0/no DST' instead in /usr/src/php-5.3.8/ext/xsl/tests/xsl-phpinfo.php on line 2
Default timezone => UTC
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: 313665 $
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)/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_libversion
================================================================================
002+ PHP Version => 5.3.8
002- libxslt compiled against libxml Version%a
003+
004+ System => Linux london.wonderbingo.com 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64
005+ Build Date => Dec 1 2011 15:33:53
006+ Configure Command => './configure' '--prefix=/webserver/php' '--enable-fastcgi' '--enable-fpm' '--with-libdir=lib64' '--with-config-file-path=/webserver/php/etc' '--with-config-file-scan-dir=/webserver/php/etc/php.d' '--with-amf' '--with-bcmath' '--with-bz2' '--with-calendar' '--with-cgi-fcgi' '--with-Core' '--with-ctype' '--with-curl=/usr/local/lib' '--with-date' '--with-dom' '--with-eAccelerator' '--with-ereg' '--with-filter' '--with-ftp' '--with-gd' '--with-gettext' '--with-hash' '--with-iconv' '--with-imap' '--with-imap-ssl' '--with-json' '--with-kerberos' '--with-libxml' '--with-mbstring' '--with-mcrypt' '--with-memcache' '--with-mysql' '--with-mysqli' '--with-openssl' '--with-pcre' '--with-pcre-regex=/usr' '--with-pdo' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-posix' '--with-pspell' '--with-Reflection' '--with-session' '--with-simplexml' '--with-soap' '--with-sockets' '--with-sourceguardian' '--with-spl' '--with-sqlite' '--with-sqlite3' '--with-standard' '--with-tidy' '--with-tokenizer' '--with-xhprof' '--with-xml' '--with-xmlreader' '--with-xmlrpc' '--with-xmlwriter' '--with-xsl' '--with-zip' '--with-zlib' '--with-zlib-dir=/usr/local/lib'
007+ Server API => Command Line Interface
008+ Virtual Directory Support => disabled
009+ Configuration File (php.ini) Path => /webserver/php/etc
010+ Loaded Configuration File => /usr/src/php-5.3.8/tmp-php.ini
011+ Scan this dir for additional .ini files => (none)
012+ Additional .ini files parsed => (none)
013+ PHP API => 20090626
014+ PHP Extension => 20090626
015+ Zend Extension => 220090626
016+ Zend Extension Build => API220090626,NTS
017+ PHP Extension Build => API20090626,NTS
018+ Debug Build => no
019+ Thread Safety => disabled
020+ Zend Memory Manager => enabled
021+ Zend Multibyte Support => disabled
022+ IPv6 Support => enabled
023+ Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar
024+ Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
025+ Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, mcrypt.*, mdecrypt.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk
026+
027+
028+ This program makes use of the Zend Scripting Language Engine:
029+ Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
030+
031+
032+ _______________________________________________________________________
033+
034+
035+ Configuration
036+
037+ bz2
038+
039+ BZip2 Support => Enabled
040+ Stream Wrapper support => compress.bzip2://
041+ Stream Filter support => bzip2.decompress, bzip2.compress
042+ BZip2 Version => 1.0.3, 15-Feb-2005
043+
044+ Core
045+
046+ PHP Version => 5.3.8
047+
048+ Directive => Local Value => Master Value
049+ allow_call_time_pass_reference => On => On
050+ allow_url_fopen => On => On
051+ allow_url_include => Off => Off
052+ always_populate_raw_post_data => Off => Off
053+ arg_separator.input => & => &
054+ arg_separator.output => & => &
055+ asp_tags => Off => Off
056+ auto_append_file => no value => no value
057+ auto_globals_jit => On => On
058+ auto_prepend_file => no value => no value
059+ browscap => no value => no value
060+ default_charset => no value => no value
061+ default_mimetype => text/html => text/html
062+ define_syslog_variables => Off => Off
063+ disable_classes => no value => no value
064+ disable_functions => no value => no value
065+ display_errors => STDOUT => STDOUT
066+ display_startup_errors => On => On
067+ doc_root => no value => no value
068+ docref_ext => .html => .html
069+ docref_root => no value => no value
070+ enable_dl => On => On
071+ error_append_string => no value => no value
072+ error_log => no value => no value
073+ error_prepend_string => no value => no value
074+ error_reporting => 32767 => 32767
075+ exit_on_timeout => Off => Off
076+ expose_php => On => On
077+ extension_dir => /usr/src/php-5.3.8/modules/ => /usr/src/php-5.3.8/modules/
078+ file_uploads => On => On
079+ highlight.bg => <font style="color: #FFFFFF">#FFFFFF</font> => <font style="color: #FFFFFF">#FFFFFF</font>
080+ highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
081+ highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
082+ highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
083+ highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
084+ highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
085+ html_errors => Off => Off
086+ ignore_repeated_errors => Off => Off
087+ ignore_repeated_source => Off => Off
088+ ignore_user_abort => Off => Off
089+ implicit_flush => On => On
090+ include_path => .:/webserver/php/lib/php => .:/webserver/php/lib/php
091+ log_errors => Off => Off
092+ log_errors_max_len => 1024 => 1024
093+ magic_quotes_gpc => On => On
094+ magic_quotes_runtime => Off => Off
095+ magic_quotes_sybase => Off => Off
096+ mail.add_x_header => Off => Off
097+ mail.force_extra_parameters => no value => no value
098+ mail.log => no value => no value
099+ max_execution_time => 0 => 0
100+ max_file_uploads => 20 => 20
101+ max_input_nesting_level => 64 => 64
102+ max_input_time => -1 => -1
103+ memory_limit => 128M => 128M
104+ open_basedir => no value => no value
105+ output_buffering => no value => no value
106+ output_handler => no value => no value
107+ post_max_size => 8M => 8M
108+ precision => 14 => 14
109+ realpath_cache_size => 16K => 16K
110+ realpath_cache_ttl => 120 => 120
111+ register_argc_argv => On => On
112+ register_globals => Off => Off
113+ register_long_arrays => On => On
114+ report_memleaks => On => On
115+ report_zend_debug => Off => Off
116+ request_order => no value => no value
117+ safe_mode => Off => Off
118+ safe_mode_exec_dir => /usr/local/php/bin => /usr/local/php/bin
119+ safe_mode_gid => Off => Off
120+ safe_mode_include_dir => no value => no value
121+ sendmail_from => no value => no value
122+ sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
123+ serialize_precision => 17 => 17
124+ short_open_tag => On => On
125+ SMTP => localhost => localhost
126+ smtp_port => 25 => 25
127+ sql.safe_mode => Off => Off
128+ track_errors => On => On
129+ unserialize_callback_func => no value => no value
130+ upload_max_filesize => 2M => 2M
131+ upload_tmp_dir => no value => no value
132+ user_dir => no value => no value
133+ user_ini.cache_ttl => 300 => 300
134+ user_ini.filename => .user.ini => .user.ini
135+ variables_order => EGPCS => EGPCS
136+ xmlrpc_error_number => 0 => 0
137+ xmlrpc_errors => Off => Off
138+ y2k_compliance => On => On
139+ zend.enable_gc => On => On
140+
141+ ctype
142+
143+ ctype functions => enabled
144+
145+ curl
146+
147+ cURL support => enabled
148+ cURL Information => 7.15.5
149+ Age => 2
150+ Features
151+ AsynchDNS => No
152+ Debug => No
153+ GSS-Negotiate => Yes
154+ IDN => Yes
155+ IPv6 => Yes
156+ Largefile => Yes
157+ NTLM => Yes
158+ SPNEGO => No
159+ SSL => Yes
160+ SSPI => No
161+ krb4 => No
162+ libz => Yes
163+ CharConv => No
164+ Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps
165+ Host => x86_64-redhat-linux-gnu
166+ SSL Version => OpenSSL/0.9.8b
167+ ZLib Version => 1.2.3
168+
169+ date
170+
171+ date/time support => enabled
172+ "Olson" Timezone Database Version => 2011.8
173+ Timezone Database => internal
174+
175+ Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'GMT/0.0/no DST' instead in /usr/src/php-5.3.8/ext/xsl/tests/xsl-phpinfo.php on line 2
176+ Default timezone => UTC
177+
178+ Directive => Local Value => Master Value
179+ date.default_latitude => 31.7667 => 31.7667
180+ date.default_longitude => 35.2333 => 35.2333
181+ date.sunrise_zenith => 90.583333 => 90.583333
182+ date.sunset_zenith => 90.583333 => 90.583333
183+ date.timezone => no value => no value
184+
185+ dom
186+
187+ DOM/XML => enabled
188+ DOM/XML API Version => 20031129
189+ libxml Version => 2.6.26
190+ HTML Support => enabled
191+ XPath Support => enabled
192+ XPointer Support => enabled
193+ Schema Support => enabled
194+ RelaxNG Support => enabled
195+
196+ ereg
197+
198+ Regex Library => Bundled library enabled
199+
200+ fileinfo
201+
202+ fileinfo support => enabled
203+ version => 1.0.5-dev
204+
205+ filter
206+
207+ Input Validation and Filtering => enabled
208+ Revision => $Revision: 313665 $
209+
210+ Directive => Local Value => Master Value
211+ filter.default => unsafe_raw => unsafe_raw
212+ filter.default_flags => no value => no value
213+
214+ gd
215+
216+ GD Support => enabled
217+ GD Version => bundled (2.0.34 compatible)/usr/src/php-5.3.8/sapi/cli/php: symbol lookup error: /usr/src/php-5.3.8/modules/pdo_sqlite.so: undefined symbol: sqlite3_libversion
================================================================================
================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux london.wonderbingo.com 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64
Autoconf:
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
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.
Compiler:
N/A
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:
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x0000003f0e200000)
libc-client.so.1 => /usr/lib64/libc-client.so.1 (0x00002b2cc90ff000)
libexslt.so.0 => /usr/lib64/libexslt.so.0 (0x0000003f0d200000)
libtidy-0.99.so.0 => /usr/lib64/libtidy-0.99.so.0 (0x00002b2cc93d4000)
libaspell.so.15 => /usr/lib64/libaspell.so.15 (0x0000003f14200000)
libpspell.so.15 => /usr/lib64/libpspell.so.15 (0x0000003f14e00000)
libmcrypt.so.4 => /usr/lib64/libmcrypt.so.4 (0x00002b2cc9630000)
libltdl.so.3 => /usr/lib64/libltdl.so.3 (0x0000003f14a00000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003f0c200000)
libpam.so.0 => /lib64/libpam.so.0 (0x0000003f13600000)
libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x0000003f13a00000)
libcurl.so.3 => /usr/lib64/libcurl.so.3 (0x0000003f0c600000)
libbz2.so.1 => /usr/lib64/libbz2.so.1 (0x0000003f14600000)
libpcre.so.0 => /lib64/libpcre.so.0 (0x00002b2cc9863000)
librt.so.1 => /lib64/librt.so.1 (0x00002b2cc9a95000)
libm.so.6 => /lib64/libm.so.6 (0x0000003f0ca00000)
libnsl.so.1 => /lib64/libnsl.so.1 (0x0000003f0de00000)
libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 (0x0000003f11200000)
libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x0000003f0fe00000)
libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x0000003f10e00000)
libcom_err.so.2 => /lib64/libcom_err.so.2 (0x0000003f0f200000)
libssl.so.6 => /lib64/libssl.so.6 (0x0000003f11a00000)
libcrypto.so.6 => /lib64/libcrypto.so.6 (0x0000003f0fa00000)
libidn.so.11 => /usr/lib64/libidn.so.11 (0x0000003f13e00000)
libmysqlclient.so.15 => /usr/lib64/libmysqlclient.so.15 (0x00002b2cc9ca2000)
libxslt.so.1 => /usr/lib64/libxslt.so.1 (0x00002b2cca00b000)
libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x00002b2cca240000)
libc.so.6 => /lib64/libc.so.6 (0x0000003f0be00000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x0000003f0ee00000)
libgcrypt.so.11 => /usr/lib64/libgcrypt.so.11 (0x0000003f13200000)
libgpg-error.so.0 => /usr/lib64/libgpg-error.so.0 (0x0000003f10600000)
libz.so.1 => /usr/lib64/libz.so.1 (0x0000003f0ce00000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003f0ea00000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003f0e600000)
/lib64/ld-linux-x86-64.so.2 (0x0000003f0ba00000)
libaudit.so.0 => /lib64/libaudit.so.0 (0x00002b2cca580000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b2cca798000)
libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 (0x0000003f11600000)
libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x0000003f0f600000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x0000003f0d600000)
libsepol.so.1 => /lib64/libsepol.so.1 (0x0000003f0da00000)
================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.3.8
System => Linux london.wonderbingo.com 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64
Build Date => Dec 1 2011 15:33:53
Configure Command => './configure' '--prefix=/webserver/php' '--enable-fastcgi' '--enable-fpm' '--with-libdir=lib64' '--with-config-file-path=/webserver/php/etc' '--with-config-file-scan-dir=/webserver/php/etc/php.d' '--with-amf' '--with-bcmath' '--with-bz2' '--with-calendar' '--with-cgi-fcgi' '--with-Core' '--with-ctype' '--with-curl=/usr/local/lib' '--with-date' '--with-dom' '--with-eAccelerator' '--with-ereg' '--with-filter' '--with-ftp' '--with-gd' '--with-gettext' '--with-hash' '--with-iconv' '--with-imap' '--with-imap-ssl' '--with-json' '--with-kerberos' '--with-libxml' '--with-mbstring' '--with-mcrypt' '--with-memcache' '--with-mysql' '--with-mysqli' '--with-openssl' '--with-pcre' '--with-pcre-regex=/usr' '--with-pdo' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-posix' '--with-pspell' '--with-Reflection' '--with-session' '--with-simplexml' '--with-soap' '--with-sockets' '--with-sourceguardian' '--with-spl' '--with-sqlite' '--with-sqlite3' '--with-standard' '--with-tidy' '--with-tokenizer' '--with-xhprof' '--with-xml' '--with-xmlreader' '--with-xmlrpc' '--with-xmlwriter' '--with-xsl' '--with-zip' '--with-zlib' '--with-zlib-dir=/usr/local/lib'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /webserver/php/etc
Loaded Configuration File => (none)
Scan this dir for additional .ini files => /webserver/php/etc/php.d
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, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, mcrypt.*, mdecrypt.*, 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-2011 Zend Technologies
_______________________________________________________________________
Configuration
bz2
BZip2 Support => Enabled
Stream Wrapper support => compress.bzip2://
Stream Filter support => bzip2.decompress, bzip2.compress
BZip2 Version => 1.0.3, 15-Feb-2005
Core
PHP Version => 5.3.8
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 => /webserver/php/lib/php/extensions/no-debug-non-zts-20090626 => /webserver/php/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 => .:/webserver/php/lib/php => .:/webserver/php/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_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
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 => 17 => 17
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
curl
cURL support => enabled
cURL Information => 7.15.5
Age => 2
Features
AsynchDNS => No
Debug => No
GSS-Negotiate => Yes
IDN => Yes
IPv6 => Yes
Largefile => Yes
NTLM => Yes
SPNEGO => No
SSL => Yes
SSPI => No
krb4 => No
libz => Yes
CharConv => No
Protocols => tftp, ftp, telnet, dict, ldap, http, file, https, ftps
Host => x86_64-redhat-linux-gnu
SSL Version => OpenSSL/0.9.8b
ZLib Version => 1.2.3
date
date/time support => enabled
"Olson" Timezone Database Version => 2011.8
Timezone Database => internal
Default timezone => UTC
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: 313665 $
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
libPNG Version => 1.2.10
WBMP Support => enabled
XBM Support => enabled
Directive => Local Value => Master Value
gd.jpeg_ignore_warning => 0 => 0
gettext
GetText Support => enabled
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
imap
IMAP c-Client Version => 2004
SSL Support => enabled
Kerberos Support => enabled
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
mcrypt
mcrypt support => enabled
mcrypt_filter support => enabled
Version => 2.5.8
Api No => 20021217
Supported ciphers => cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
Directive => Local Value => Master Value
mcrypt.algorithms_dir => no value => no value
mcrypt.modes_dir => no value => no value
mysql
MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 5.0.92
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /var/tmp/mysql.sock
MYSQL_INCLUDE => -I/usr/include/mysql
MYSQL_LIBS => -L/usr/lib64 -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/tmp/mysql.sock => /var/tmp/mysql.sock
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off
mysqli
MysqlI Support => enabled
Client API library version => 5.0.92
Active Persistent Links => 0
Inactive Persistent Links => 0
Active Links => 0
Client API header version => 5.0.92
MYSQLI_SOCKET => /var/tmp/mysql.sock
Directive => Local Value => Master Value
mysqli.allow_local_infile => On => On
mysqli.allow_persistent => On => On
mysqli.default_host => no value => no value
mysqli.default_port => 3306 => 3306
mysqli.default_pw => no value => no value
mysqli.default_socket => /var/tmp/mysql.sock => /var/tmp/mysql.sock
mysqli.default_user => no value => no value
mysqli.max_links => Unlimited => Unlimited
mysqli.max_persistent => Unlimited => Unlimited
mysqli.reconnect => Off => Off
openssl
OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
OpenSSL Header Version => OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 8.02 2010-03-19
Directive => Local Value => Master Value
pcre.backtrack_limit => 1000000 => 1000000
pcre.recursion_limit => 100000 => 100000
PDO
PDO support => enabled
PDO drivers => sqlite2
Phar
Phar: PHP Archive support => enabled
Phar EXT version => 2.0.1
Phar API version => 1.1.1
SVN revision => $Revision: 314419 $
Phar-based phar archives => enabled
Tar-based phar archives => enabled
ZIP-based phar archives => enabled
gzip compression => enabled
bzip2 compression => enabled
Native 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: 313665 $
pspell
PSpell Support => enabled
Reflection
Reflection => enabled
Version => $Revision: 313665 $
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: 314376 $
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 306939 2011-01-01 02:19:59Z felipe $
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.7.7.1
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
from => no value => no value
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
user_agent => no value => no value
tidy
Tidy support => enabled
libTidy Release => 14 June 2007
Extension Version => 2.0 ($Id: tidy.c 313665 2011-07-25 11:42:53Z felipe $)
Directive => Local Value => Master Value
tidy.clean_output => 0 => 0
tidy.default_config => no value => no value
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.6.26
xmlreader
XMLReader => enabled
xmlrpc
core library version => xmlrpc-epi v. 0.51
php extension version => 0.51
author => Dan Libby
homepage => http://xmlrpc-epi.sourceforge.net
open sourced by => Epinions.com
xmlwriter
XMLWriter => enabled
xsl
XSL => enabled
libxslt Version => 1.1.17
libxslt compiled against libxml Version => 2.6.26
EXSLT => enabled
libexslt Version => 1.1.17
zlib
ZLib Support => enabled
Stream Wrapper support => compress.zlib://
Stream Filter support => zlib.inflate, zlib.deflate
Compiled Version => 1.2.3
Linked Version => 1.2.3
Directive => Local Value => Master Value
zlib.output_compression => Off => Off
zlib.output_compression_level => -1 => -1
zlib.output_handler => no value => no value
Additional Modules
Module Name
Environment
Variable => Value
HOSTNAME => london.wonderbingo.com
TEST_PHP_SRCDIR => /usr/src/php-5.3.8
SHELL => /bin/bash
TERM => xterm
MYSQL_PS1 => mysql [10.0.0.1:\u <at> \h:\d]\n>
MAKEFLAGS =>
HISTSIZE => 1000
SSH_CLIENT => deleted
PERL5LIB => /home/admin/perl5/lib/perl5/x86_64-linux-thread-multi:/home/admin/perl5/lib/perl5
PERL_MB_OPT => --install_base /home/admin/perl5
SSH_TTY => deleted
USER => admin
LS_COLORS => no=00:fi=00:di=01;34: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=34;42:st=37;44: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
MAKELEVEL => 1
MFLAGS =>
PATH => /usr/local/jdk/bin:/home/admin/perl5/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/admin/bin
MAIL => /var/spool/mail/admin
_ => /usr/src/php-5.3.8/sapi/cli/php
PWD => /usr/src/php-5.3.8
INPUTRC => /etc/inputrc
JAVA_HOME => /usr/local/jdk
EDITOR => pico
LANG => en_US.UTF-8
TEST_PHP_EXECUTABLE => /usr/src/php-5.3.8/sapi/cli/php
HOME => /home/admin
SHLVL => 3
LS_OPTIONS => --color=tty -F -a -b -T 0
PERL_LOCAL_LIB_ROOT => /home/admin/perl5
LOGNAME => admin
VISUAL => pico
CVS_RSH => ssh
SSH_CONNECTION => deleted
CLASSPATH => .:/usr/local/jdk/lib/classes.zip
LESSOPEN => |/usr/bin/lesspipe.sh %s
CC => gcc
PERL_MM_OPT => INSTALL_BASE=/home/admin/perl5
G_BROKEN_FILENAMES => 1
PHP Variables
Variable => Value
_SERVER["HOSTNAME"] => london.wonderbingo.com
_SERVER["TEST_PHP_SRCDIR"] => /usr/src/php-5.3.8
_SERVER["SHELL"] => /bin/bash
_SERVER["TERM"] => xterm
_SERVER["MYSQL_PS1"] => mysql [10.0.0.1:\u <at> \h:\d]\n>
_SERVER["MAKEFLAGS"] =>
_SERVER["HISTSIZE"] => 1000
_SERVER["SSH_CLIENT"] => deleted
_SERVER["PERL5LIB"] => /home/admin/perl5/lib/perl5/x86_64-linux-thread-multi:/home/admin/perl5/lib/perl5
_SERVER["PERL_MB_OPT"] => --install_base /home/admin/perl5
_SERVER["SSH_TTY"] => deleted
_SERVER["USER"] => admin
_SERVER["LS_COLORS"] => no=00:fi=00:di=01;34: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=34;42:st=37;44: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["MAKELEVEL"] => 1
_SERVER["MFLAGS"] =>
_SERVER["PATH"] => /usr/local/jdk/bin:/home/admin/perl5/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/admin/bin
_SERVER["MAIL"] => /var/spool/mail/admin
_SERVER["_"] => /usr/src/php-5.3.8/sapi/cli/php
_SERVER["PWD"] => /usr/src/php-5.3.8
_SERVER["INPUTRC"] => /etc/inputrc
_SERVER["JAVA_HOME"] => /usr/local/jdk
_SERVER["EDITOR"] => pico
_SERVER["LANG"] => en_US.UTF-8
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/src/php-5.3.8/sapi/cli/php
_SERVER["HOME"] => /home/admin
_SERVER["SHLVL"] => 3
_SERVER["LS_OPTIONS"] => --color=tty -F -a -b -T 0
_SERVER["PERL_LOCAL_LIB_ROOT"] => /home/admin/perl5
_SERVER["LOGNAME"] => admin
_SERVER["VISUAL"] => pico
_SERVER["CVS_RSH"] => ssh
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["CLASSPATH"] => .:/usr/local/jdk/lib/classes.zip
_SERVER["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_SERVER["CC"] => gcc
_SERVER["PERL_MM_OPT"] => INSTALL_BASE=/home/admin/perl5
_SERVER["G_BROKEN_FILENAMES"] => 1
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["REQUEST_TIME"] => 1322754371
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
_ENV["HOSTNAME"] => london.wonderbingo.com
_ENV["TEST_PHP_SRCDIR"] => /usr/src/php-5.3.8
_ENV["SHELL"] => /bin/bash
_ENV["TERM"] => xterm
_ENV["MYSQL_PS1"] => mysql [10.0.0.1:\u <at> \h:\d]\n>
_ENV["MAKEFLAGS"] =>
_ENV["HISTSIZE"] => 1000
_ENV["SSH_CLIENT"] => deleted
_ENV["PERL5LIB"] => /home/admin/perl5/lib/perl5/x86_64-linux-thread-multi:/home/admin/perl5/lib/perl5
_ENV["PERL_MB_OPT"] => --install_base /home/admin/perl5
_ENV["SSH_TTY"] => deleted
_ENV["USER"] => admin
_ENV["LS_COLORS"] => no=00:fi=00:di=01;34: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=34;42:st=37;44: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["MAKELEVEL"] => 1
_ENV["MFLAGS"] =>
_ENV["PATH"] => /usr/local/jdk/bin:/home/admin/perl5/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/admin/bin
_ENV["MAIL"] => /var/spool/mail/admin
_ENV["_"] => /usr/src/php-5.3.8/sapi/cli/php
_ENV["PWD"] => /usr/src/php-5.3.8
_ENV["INPUTRC"] => /etc/inputrc
_ENV["JAVA_HOME"] => /usr/local/jdk
_ENV["EDITOR"] => pico
_ENV["LANG"] => en_US.UTF-8
_ENV["TEST_PHP_EXECUTABLE"] => /usr/src/php-5.3.8/sapi/cli/php
_ENV["HOME"] => /home/admin
_ENV["SHLVL"] => 3
_ENV["LS_OPTIONS"] => --color=tty -F -a -b -T 0
_ENV["PERL_LOCAL_LIB_ROOT"] => /home/admin/perl5
_ENV["LOGNAME"] => admin
_ENV["VISUAL"] => pico
_ENV["CVS_RSH"] => ssh
_ENV["SSH_CONNECTION"] => deleted
_ENV["CLASSPATH"] => .:/usr/local/jdk/lib/classes.zip
_ENV["LESSOPEN"] => |/usr/bin/lesspipe.sh %s
_ENV["CC"] => gcc
_ENV["PERL_MM_OPT"] => INSTALL_BASE=/home/admin/perl5
_ENV["G_BROKEN_FILENAMES"] => 1
PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file: LICENSE
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact license <at> php.net.
-- -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
RSS Feed