[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] com =?UTF-8?Q?pecl/database/ibm=5Fdb=32=3A=20Ignore=20sqlca=20on=20PASE?= =?UTF-8?Q?=3A=2
From:       Calvin Buckley <calvinb () php ! net>
Date:       2020-11-30 17:06:48
Message-ID: php-mail-a9ee4a4b5f33390fcfc1f254b69de5bb540549719 () git ! php ! net
[Download RAW message or body]

Commit:    2895e78afb692cbb1a815cebd309b599988af64e
Author:    Kevin Adler <kadler@us.ibm.com>         Fri, 15 Feb 2019 14:13:24 -0600
Committer: Calvin Buckley <calvin@cmpct.info>      Mon, 30 Nov 2020 13:06:48 -0400
Parents:   dc952aed87d78937066b6ac6c0b64521e6584229
Branches:  master

Link:       http://git.php.net/?p=pecl/database/ibm_db2.git;a=commitdiff;h=2895e78afb692cbb1a815cebd309b599988af64e


Log:
Ignore sqlca on PASE

Signed-off-by: Kevin Adler <kadler@us.ibm.com>

Changed paths:
  M  ibm_db2.c


Diff:
diff --git a/ibm_db2.c b/ibm_db2.c
index f5d9c1a..5161930 100644
--- a/ibm_db2.c
+++ b/ibm_db2.c
@@ -2585,8 +2585,9 @@ static int _php_db2_connect_helper( \
INTERNAL_FUNCTION_PARAMETERS, conn_handle **  SQLINTEGER try_date_len = SQL_NTS;
     char guard_uid[DB2_IBM_I_PROFILE_UID_MAX + 1];
     SQLINTEGER try_auto = 0;
-#endif /* PASE */
+#else
     struct sqlca sqlca;
+#endif /* PASE */
 
     conn_alive = 1;


--
PECL CVS Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic