[packages/php/PHP_5_3] fixup! more missing includes and type fixes
atler
atler at pld-linux.org
Thu Jan 30 14:31:16 CET 2025
commit 7c1f89db7b4b69fa89907ccfdf0f549eaa21c103
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Jan 30 13:17:41 2025 +0100
fixup! more missing includes and type fixes
types.patch | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/types.patch b/types.patch
index f258d04..0c77ba4 100644
--- a/types.patch
+++ b/types.patch
@@ -398,12 +398,13 @@
);
if (rc == SQL_SUCCESS || rc == SQL_SUCCESS_WITH_INFO) {
-@@ -551,7 +552,7 @@
- struct pdo_column_data *col = &stmt->columns[colno];
+@@ -546,7 +547,8 @@
+ zend_bool dyn = FALSE;
RETCODE rc;
SWORD colnamelen;
-- SDWORD colsize;
+- SDWORD colsize, displaysize;
+ SQLULEN colsize;
- SQLLEN displaysize;
++ SQLLEN displaysize;
rc = SQLDescribeCol(S->stmt, colno+1, S->cols[colno].colname,
+ sizeof(S->cols[colno].colname)-1, &colnamelen,
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/fa45464d430906614c2c00fb7f0736ecec41f51f
More information about the pld-cvs-commit
mailing list