summaryrefslogtreecommitdiffstats
path: root/dbase-rev347132.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-04 11:17:58 +0200
committerRemi Collet <remi@remirepo.net>2019-04-04 11:17:58 +0200
commit517843f3f91f570946ecb30c1ecf81d60562d187 (patch)
treee5777d7f1e564c119428f7b1236161c16294c3e2 /dbase-rev347132.patch
parent1b6ea011df6703ec386291b8d7a716c257e2be4b (diff)
update to 7.0.0RC1
add upstream patch to fix BC of dbase_create
Diffstat (limited to 'dbase-rev347132.patch')
-rw-r--r--dbase-rev347132.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dbase-rev347132.patch b/dbase-rev347132.patch
new file mode 100644
index 0000000..db9a5dc
--- /dev/null
+++ b/dbase-rev347132.patch
@@ -0,0 +1,11 @@
+--- pecl/dbase/trunk/dbase.c 2019/04/04 08:53:11 347131
++++ pecl/dbase/trunk/dbase.c 2019/04/04 09:08:20 347132
+@@ -822,7 +822,7 @@
+ ZEND_ARG_INFO(0, record)
+ ZEND_END_ARG_INFO()
+
+-ZEND_BEGIN_ARG_INFO(arginfo_dbase_create, 0)
++ZEND_BEGIN_ARG_INFO_EX(arginfo_dbase_create, 0, 0, 2)
+ ZEND_ARG_INFO(0, filename)
+ ZEND_ARG_ARRAY_INFO(0, fields, 0)
+ ZEND_ARG_INFO(0, type)