From 30df81aa6239a46d38af98abd9f44a005edf5495 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Wed, 11 Jul 2007 13:36:11 +0000 Subject: [PATCH] Aside from whitespace / coding standards this one is more interesting. We added a flag to check if a MySQL column type is a binary type. If so, ext/mysql should return data for such columns not as unicode strings but as binary strings if unicode.semantics is on. --- ext/mysql/tests/mysql_fetch_array.phpt | 529 +++++++++++++------------ 1 file changed, 269 insertions(+), 260 deletions(-) diff --git a/ext/mysql/tests/mysql_fetch_array.phpt b/ext/mysql/tests/mysql_fetch_array.phpt index 825a74c3d9..ffbf751247 100644 --- a/ext/mysql/tests/mysql_fetch_array.phpt +++ b/ext/mysql/tests/mysql_fetch_array.phpt @@ -4,266 +4,275 @@ mysql_fetch_array() --FILE-- --EXPECTF-- [005] -- 2.50.1