Skip to content

Commit 5e96a54

Browse files
author
Rahul Priyadarshi
committed
Fixed: Garbage value for VARCHAR type OUT variable of stored-procedure
1 parent 4e2baeb commit 5e96a54

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

package.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
1010
<description>This extension supports IBM DB2 Universal Database, IBM
1111
Cloudscape, and Apache Derby databases.
1212
</description>
13+
<lead>
14+
<name>Rahul Priyadarshi</name>
15+
<user>rahulpriyadarshi</user>
16+
<email>[email protected]</email>
17+
<active>yes</active>
18+
</lead>
1319
<lead>
1420
<name>Ambrish Bhargava</name>
1521
<user>ambrish</user>
@@ -22,21 +28,22 @@ Cloudscape, and Apache Derby databases.
2228
<email>[email protected]</email>
2329
<active>yes</active>
2430
</lead>
25-
<date>2011-08-23</date>
26-
<time>15:00:00</time>
31+
<date>2012-03-12</date>
32+
<time>12:10:00</time>
2733
<version>
28-
<release>1.9.2</release>
29-
<api>1.9.2</api>
34+
<release>1.9.3</release>
35+
<api>1.9.3</api>
3036
</version>
3137
<stability>
3238
<release>stable</release>
3339
<api>stable</api>
3440
</stability>
3541
<license>Apache License 2.0</license>
3642
<notes>
37-
Added execute_many() API to execute batch.
38-
Fixed: Connection hanging issue.
39-
Fixed: Defect #20281 (Improve error reporting)
43+
Fixed: Garbage value for VARCHAR type OUT variable of stored-procedure
44+
Fixed: Compilation error with php-5.4.x
45+
i5/OS: Remove compile errors during IBM i compiles due to chaining support
46+
i5/OS: Allow use of V6+ (SQL_ATTR_INFO_ACCTSTR, SQL_ATTR_INFO_APPLNAME, SQL_ATTR_INFO_PROGRAMID, SQL_ATTR_INFO_USERID, SQL_ATTR_INFO_WRKSTNNAME connection attributes)
4047
</notes>
4148
<contents>
4249
<dir name="/">

0 commit comments

Comments
 (0)