[packages/php/PHP_5_3] more type fixes
atler
atler at pld-linux.org
Thu Jan 30 14:30:30 CET 2025
commit 53861688557b190c19efb7fcb88c471b4dbb3b83
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Jan 23 12:57:59 2025 +0100
more type fixes
php.spec | 2 ++
types.patch | 11 +++++++++++
2 files changed, 13 insertions(+)
---
diff --git a/php.spec b/php.spec
index c868ec7..c02f616 100644
--- a/php.spec
+++ b/php.spec
@@ -254,6 +254,7 @@ Patch77: php-icu64.patch
Patch78: icu69.patch
Patch79: libxml2-2.12.patch
Patch80: readdir_r.patch
+Patch81: types.patch
# Fixes for security bugs
# https://repo.webtatic.com/yum/centos/5/SRPMS/repoview/php.html
# also from RHEL6/CentOS7
@@ -2174,6 +2175,7 @@ gzip -dc %{SOURCE15} | tar xf - -C sapi/
%patch -P78 -p1
%patch -P79 -p1
%patch -P80 -p1
+%patch -P81 -p1
%patch -P220 -p1
%patch -P221 -p1
diff --git a/types.patch b/types.patch
new file mode 100644
index 0000000..793efa5
--- /dev/null
+++ b/types.patch
@@ -0,0 +1,11 @@
+--- php-7.3.33/ext/interbase/ibase_events.c.orig 2021-11-16 12:18:38.000000000 +0100
++++ php-7.3.33/ext/interbase/ibase_events.c 2025-01-23 12:24:50.473401624 +0100
+@@ -105,7 +105,7 @@
+ * so we can work around it.
+ */
+
+- *l = (unsigned short) isc_event_block(event_buf, result_buf, count, events[0],
++ *l = (unsigned short) isc_event_block((ISC_UCHAR**)event_buf, (ISC_UCHAR**)result_buf, count, events[0],
+ events[1], events[2], events[3], events[4], events[5], events[6], events[7],
+ events[8], events[9], events[10], events[11], events[12], events[13], events[14]);
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/fa45464d430906614c2c00fb7f0736ecec41f51f
More information about the pld-cvs-commit
mailing list