[packages/php-pecl-mysql] Rel 11; more

arekm arekm at pld-linux.org
Thu Jan 29 21:19:06 CET 2026


commit 993229a9097ea519ab3b576b1cf4984493cb5690
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Jan 29 21:18:34 2026 +0100

    Rel 11; more

 build.patch         | 7 +++++--
 php-pecl-mysql.spec | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec
index 9d926e7..6783365 100644
--- a/php-pecl-mysql.spec
+++ b/php-pecl-mysql.spec
@@ -3,7 +3,7 @@
 %bcond_without	tests		# build without tests
 %bcond_without	mysqlnd		# without mysqlnd support in mysql related extensions
 
-%define		rel		9
+%define		rel		11
 %define		commit	ca514c4
 %define		php_name	php%{?php_suffix}
 %define		modname	mysql
diff --git a/build.patch b/build.patch
index b6ddd92..83e3838 100644
--- a/build.patch
+++ b/build.patch
@@ -1,11 +1,14 @@
 --- php85-pecl-mysql-1.0.0-ca514c4/php_mysql.c.org	2026-01-29 21:02:32.300054906 +0100
 +++ php85-pecl-mysql-1.0.0-ca514c4/php_mysql.c	2026-01-29 21:02:58.480196364 +0100
-@@ -80,7 +80,7 @@ static int le_result, le_link, le_plink;
+@@ -80,7 +80,11 @@ static int le_result, le_link, le_plink;
  #define SAFE_STRING(s) ((s)?(s):"")
  
  #if MYSQL_VERSION_ID > 32199 || defined(MYSQL_USE_MYSQLND)
--# define mysql_row_length_type zend_ulong
++#if defined(__x86_64__) && defined(__ILP32__)
 +# define mysql_row_length_type size_t
++# else
+ # define mysql_row_length_type zend_ulong
++#endif
  # define HAVE_MYSQL_ERRNO
  #else
  # define mysql_row_length_type unsigned int
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-mysql.git/commitdiff/993229a9097ea519ab3b576b1cf4984493cb5690



More information about the pld-cvs-commit mailing list