You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.xml
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -22,23 +22,20 @@ Cloudscape, and Apache Derby databases.
22
22
<email>opendev@us.ibm.com</email>
23
23
<active>yes</active>
24
24
</lead>
25
-
<date>2012-08-10</date>
26
-
<time>12:50:00</time>
25
+
<date>2012-11-16</date>
26
+
<time>12:02:00</time>
27
27
<version>
28
-
<release>1.9.4</release>
29
-
<api>1.9.4</api>
28
+
<release>1.9.5</release>
29
+
<api>1.9.5</api>
30
30
</version>
31
31
<stability>
32
32
<release>stable</release>
33
33
<api>stable</api>
34
34
</stability>
35
35
<license>Apache License 2.0</license>
36
36
<notes>
37
-
Fixed: DB2 PHP driver does not work as expected with values in BIGINT column
38
-
Added: test case test_bigint.phpt for BIGINT datatype
39
-
Fixed: Persistent connections takes up to 1 hour to reconnect on db2 TSA HA failover
40
-
FIxed: Fixed: Allow trial license to connect ZOS/i5
41
-
Added a environment variable IBM_DB_HOME to make the installation process easy and config script will automatically detect the architecure for which PHP is built and accordingly use the libraries under lib32/lib64.
37
+
Fixed: Segfault due to INTERNED strings in PHP-5.4.x
38
+
Enhanced: execute_many API to accept NULL mixed with other values.
0 commit comments