summaryrefslogtreecommitdiffstats
path: root/dbase-rev347133.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-04 11:35:16 +0200
committerRemi Collet <remi@remirepo.net>2019-04-04 11:35:16 +0200
commit56a6b5928273a0c1a40beb51a0d71ca39dcac079 (patch)
treef88cebfb4140b9d7849536921d1fdb27a090d9c0 /dbase-rev347133.patch
parent517843f3f91f570946ecb30c1ecf81d60562d187 (diff)
add upstream patch to fix test suite on 32-bit
Diffstat (limited to 'dbase-rev347133.patch')
-rw-r--r--dbase-rev347133.patch44
1 files changed, 44 insertions, 0 deletions
diff --git a/dbase-rev347133.patch b/dbase-rev347133.patch
new file mode 100644
index 0000000..7b53892
--- /dev/null
+++ b/dbase-rev347133.patch
@@ -0,0 +1,44 @@
+--- pecl/dbase/trunk/tests/dbase_delete_record_error_32bit.phpt 2019/04/04 09:08:20 347132
++++ pecl/dbase/trunk/tests/dbase_delete_record_error_32bit.phpt 2019/04/04 09:25:54 347133
+@@ -31,7 +31,7 @@
+ Warning: dbase_delete_record(): record 1 out of bounds in %s on line %d
+ bool(false)
+
+-Warning: dbase_delete_record() expects parameter 2 to be integer, float given in %s on line %d
++Warning: dbase_delete_record() expects parameter 2 to be in%s, float given in %s on line %d
+ NULL
+ ===DONE===
+ --CLEAN--
+--- pecl/dbase/trunk/tests/dbase_get_record_error_32bit.phpt 2019/04/04 09:08:20 347132
++++ pecl/dbase/trunk/tests/dbase_get_record_error_32bit.phpt 2019/04/04 09:25:54 347133
+@@ -32,7 +32,7 @@
+ Warning: dbase_get_record(): Tried to read bad record 1 in %s on line %d
+ bool(false)
+
+-Warning: dbase_get_record() expects parameter 2 to be integer, float given in %s on line %d
++Warning: dbase_get_record() expects parameter 2 to be in%s, float given in %s on line %d
+ NULL
+ ===DONE===
+ --CLEAN--
+--- pecl/dbase/trunk/tests/dbase_get_record_with_names_error_32bit.phpt 2019/04/04 09:08:20 347132
++++ pecl/dbase/trunk/tests/dbase_get_record_with_names_error_32bit.phpt 2019/04/04 09:25:54 347133
+@@ -32,7 +32,7 @@
+ Warning: dbase_get_record_with_names(): Tried to read bad record 1 in %s on line %d
+ bool(false)
+
+-Warning: dbase_get_record_with_names() expects parameter 2 to be integer, float given in %s on line %d
++Warning: dbase_get_record_with_names() expects parameter 2 to be in%s, float given in %s on line %d
+ NULL
+ ===DONE===
+ --CLEAN--
+--- pecl/dbase/trunk/tests/dbase_replace_record_error_32bit.phpt 2019/04/04 09:08:20 347132
++++ pecl/dbase/trunk/tests/dbase_replace_record_error_32bit.phpt 2019/04/04 09:25:54 347133
+@@ -30,7 +30,7 @@
+ Warning: dbase_replace_record(): record number has to be in range 1..2147483647, but is -1 in %s on line %d
+ bool(false)
+
+-Warning: dbase_replace_record() expects parameter 3 to be integer, float given in %s on line %d
++Warning: dbase_replace_record() expects parameter 3 to be in%s, float given in %s on line %d
+ NULL
+
+ Warning: dbase_replace_record(): expected 7 fields, but got 0 in %s on line %d