summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/002.phpt
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove executable permission on phptXinchen Hui2012-10-101-0/+0
|
* MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new ↵Ulf Wendel2009-07-021-0/+4
| | | | run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
* MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH ↵Ulf Wendel2009-07-011-35/+12
| | | | easier. Basically three changes over all files: a) s/unicode(/%unicode|string% b) s/[u/[%u|b% c) s/unicode.semantics/version_compare
* Trying to skip tests if they can't connect to the DB server.Ulf Wendel2007-10-121-1/+4
| | | | | | Currently they have failed by default. Note also the environment variable MYSQL_TEST_SKIP_CONNECT_FAILURE to control the default (skip or fail)
* Starting to merge the latest set of tests from the mysqlnd developmentUlf Wendel2007-10-101-8/+32
| | | | | tree into the PHP 5_3 tree.
* Add some testsMarcus Boerger2004-01-121-0/+53