| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Relevant RFC: https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database
via ext/mysql now generates an E_DEPRECATED error. This commit includes the
minimal EXPECTF updates required for the test suite to pass: it may be
preferable to refactor some of the tests to suppress deprecation errors in
situations where no other error is expected from mysql_[p]connect(), but I'm
not enough of a MySQL expert to want to get my hands that dirty in a long
standing test suite.
|
|
|
|
| |
gone. I hope unicode logic will not change any more
|
|
|
|
|
|
| |
DB server. Note the environment variable MYSQL_TEST_SKIP_CONNECT_FAILURE
to control if you want tests that can't connect to fail or to be skipped.
|
|
|
|
|
|
|
| |
One tiny change in mysql_close.phpt: don't overrule connection parameter
in any of the tests. Alway take connection parameter, including the database
name ($db), from connect.inc.
|
|
|