summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/mysql_field_seek.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate ext/mysql.Adam Harvey2012-12-101-0/+2
| | | | | | | | | | 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.
* Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, ↵Ulf Wendel2009-07-021-0/+4
| | | | Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
* Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH easier. ↵Ulf Wendel2009-07-011-53/+53
| | | | Basically three changes over all files: a) s/unicode(/%unicode|string% b) s/[u/[%u|b% c) s/unicode.semantics/version_compare
* - Fixed tests (removed UEXPECT(F) section)Felipe Pena2009-01-051-97/+0
|
* Same as for ext/mysqli tests: addition of a new environment variableUlf Wendel2007-08-091-1/+4
| | | | | | | | | MYSQL_TEST_SKIP_CONNECT_FAILURE which controls how to deal with connection problems. If MYSQL_TEST_SKIP_CONNECT_FAILURE = false (default) connection problems will make a test fail. If you set MYSQL_TEST_SKIP_CONNECT_FAILURE to any value that evaluates to true in PHP, a test which cannot connect to the database will be skipped.
* Removing reference to skipifemb.inc which is not needed andUlf Wendel2007-07-111-30/+29
| | | | | Whitespace/Coding Standards.
* added testcases for ext/mysql (written by Ulf Wendel)Georg Richter2006-11-191-0/+233