diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-07-18 00:09:01 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-07-18 00:09:01 +0000 |
commit | fea4eeb8453315b3f37c8f4f9da8d46aa938b64a (patch) | |
tree | 0a7e31deeebd4a946fe8b5f7acd7c184cdcba4fd | |
parent | 34cfec253613f63c803cb34aab1533f73ae9e655 (diff) | |
download | php-git-fea4eeb8453315b3f37c8f4f9da8d46aa938b64a.tar.gz |
Added possible failure note.
-rw-r--r-- | ext/mysqli/tests/013.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/013.phpt b/ext/mysqli/tests/013.phpt index 983ceba14c..60caff5b8a 100644 --- a/ext/mysqli/tests/013.phpt +++ b/ext/mysqli/tests/013.phpt @@ -1,5 +1,5 @@ --TEST-- -mysqli fetch mixed / mysql_query +mysqli fetch mixed / mysql_query (may fail when using 4.1 library with 5.x server) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- |