summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/mysql_client_encoding.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Remove the deprecated MySQL extension.Adam Harvey2015-03-051-73/+0
| | | | Relevant RFC: https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7
* Fixed PHP6 unicode related testsDmitry Stogov2014-08-151-1/+3
|
* Deprecate ext/mysql.Adam Harvey2012-12-101-0/+1
| | | | | | | | | | 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.
* Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are ↵Ulf Wendel2009-07-031-1/+1
| | | | gone. I hope unicode logic will not change any more
* Same as for PHP_5_3: Trying to skip tests if they can't connect to theUlf Wendel2007-10-121-1/+4
| | | | | | 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.
* Whitespace: replacing spaces with tab to follow coding conventions.Ulf Wendel2007-07-111-55/+54
| | | | | | | 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.
* added testcases for ext/mysql (written by Ulf Wendel)Georg Richter2006-11-191-0/+68