Hi! I've looked at travis-CI results for PHP (e.g. https://travis-ci.org/php/php-src/) and I am seeing that there are two extensions that produce fails that break the build:
Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced) [ext/pdo_mysql/tests/bug_39858.phpt] PDO MySQL Bug #41997 (stored procedure call returning single rowset blocks future queries) [ext/pdo_mysql/tests/bug_41997.phpt] MySQL PDOStatement->nextRowSet() [ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt] MySQL Prepared Statements and different column counts [ext/pdo_mysql/tests/pdo_mysql_stmt_variable_columncount.phpt] PostgreSQL notice function [ext/pgsql/tests/09notice.phpt] Bug #32223 (weird behaviour of pg_last_notice) [ext/pgsql/tests/80_bug32223.phpt] Bug #32223 (weird behaviour of pg_last_notice using define) [ext/pgsql/tests/80_bug32223b.phpt] For pod_mysql, both bugs are listed as fixed, but they still occur and I just checked on my own linux install, they happen exactly as on travis-ci machine. Other ones seem to produce same "general error", so I suspect there is a common cause behind all these. Could somebody maintaning these take a look into them? For PGSQL, it seems to be related to bug 32223 and notices, but I don't have postgres install to verify it. It would be very nice if we could get travis CI to be green (let alone the fact that we have failures in our code base that aren't supposed to be there). -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php