1<?xml version="1.0" encoding="UTF-8"?> 2<package packagerversion="1.4.11" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 3http://pear.php.net/dtd/tasks-1.0.xsd 4http://pear.php.net/dtd/package-2.0 5http://pear.php.net/dtd/package-2.0.xsd"> 6 <name>oci8</name> 7 <channel>pecl.php.net</channel> 8 <summary>Extension for Oracle Database</summary> 9 10 <description> 11Use the OCI8 extension to access Oracle Database. Use 'pecl install 12oci8' to install for PHP 7. Use 'pecl install oci8-2.0.12' to install 13for PHP 5.2 - PHP 5.6. Use 'pecl install oci8-1.4.10' to install for 14PHP 4.3.9 - PHP 5.1. The OCI8 extension can be linked with Oracle 15client libraries from Oracle Database 12.1, 11, or 10.2. These 16libraries are found in your database installation, or in the free 17Oracle Instant Client from 18http://www.oracle.com/technetwork/database/features/instant-client/. 19Oracle's standard cross-version connectivity applies. For example, 20PHP OCI8 linked with Instant Client 11.2 can connect to Oracle 21Database 9.2 onward. See Oracle's note "Oracle Client / Server 22Interoperability Support" (ID 207303.1) for details. 23 </description> 24 <lead> 25 <name>Christopher Jones</name> 26 <user>sixd</user> 27 <email>sixd@php.net</email> 28 <active>yes</active> 29 </lead> 30 <lead> 31 <name>Antony Dovgal</name> 32 <user>tony2001</user> 33 <email>tony2001@php.net</email> 34 <active>no</active> 35 </lead> 36 <lead> 37 <name>Wez Furlong</name> 38 <user>wez</user> 39 <email>wez@php.net</email> 40 <active>no</active> 41 </lead> 42 <lead> 43 <name>Andi Gutmans</name> 44 <user>andi</user> 45 <email>andi@zend.com</email> 46 <active>no</active> 47 </lead> 48 49 <date>2016-08-18</date> 50 <time>12:00:00</time> 51 52 <version> 53 <release>2.0.12</release> 54 <api>2.0.12</api> 55 </version> 56 <stability> 57 <release>stable</release> 58 <api>stable</api> 59 </stability> 60 <license uri="http://www.php.net/license">PHP</license> 61 <notes> 62Fixed invalid handle error with Implicit Result Sets 63 </notes> 64 <contents> 65 <dir name="/"> 66 <dir name="tests"> 67 <file name="array_bind_001.phpt" role="test" /> 68 <file name="array_bind_002.phpt" role="test" /> 69 <file name="array_bind_003.phpt" role="test" /> 70 <file name="array_bind_004.phpt" role="test" /> 71 <file name="array_bind_005.phpt" role="test" /> 72 <file name="array_bind_006.phpt" role="test" /> 73 <file name="array_bind_007.phpt" role="test" /> 74 <file name="array_bind_008.phpt" role="test" /> 75 <file name="array_bind_009.phpt" role="test" /> 76 <file name="array_bind_010.phpt" role="test" /> 77 <file name="array_bind_011.phpt" role="test" /> 78 <file name="array_bind_012.phpt" role="test" /> 79 <file name="array_bind_013.phpt" role="test" /> 80 <file name="array_bind_014.phpt" role="test" /> 81 <file name="array_bind_bdouble.phpt" role="test" /> 82 <file name="array_bind_bfloat.phpt" role="test" /> 83 <file name="array_bind_date.phpt" role="test" /> 84 <file name="array_bind_date1.phpt" role="test" /> 85 <file name="array_bind_float.phpt" role="test" /> 86 <file name="array_bind_float1.phpt" role="test" /> 87 <file name="array_bind_int.phpt" role="test" /> 88 <file name="array_bind_int1.phpt" role="test" /> 89 <file name="array_bind_str.phpt" role="test" /> 90 <file name="array_bind_str1.phpt" role="test" /> 91 <file name="array_bind_uin.phpt" role="test" /> 92 <file name="b47243_1.phpt" role="test" /> 93 <file name="b47243_2.phpt" role="test" /> 94 <file name="b47243_3.phpt" role="test" /> 95 <file name="bind_boolean_1.phpt" role="test" /> 96 <file name="bind_char_1.phpt" role="test" /> 97 <file name="bind_char_1_11gR1.phpt" role="test" /> 98 <file name="bind_char_2.phpt" role="test" /> 99 <file name="bind_char_2_11gR1.phpt" role="test" /> 100 <file name="bind_char_3.phpt" role="test" /> 101 <file name="bind_char_3_11gR1.phpt" role="test" /> 102 <file name="bind_char_4.phpt" role="test" /> 103 <file name="bind_char_4_11gR1.phpt" role="test" /> 104 <file name="bind_empty.phpt" role="test" /> 105 <file name="bind_long.phpt" role="test" /> 106 <file name="bind_long_raw.phpt" role="test" /> 107 <file name="bind_misccoltypes.phpt" role="test" /> 108 <file name="bind_misccoltypes_errs.phpt" role="test" /> 109 <file name="bind_number.phpt" role="test" /> 110 <file name="bind_query.phpt" role="test" /> 111 <file name="bind_raw.phpt" role="test" /> 112 <file name="bind_raw_2.phpt" role="test" /> 113 <file name="bind_rowid.phpt" role="test" /> 114 <file name="bind_sqltafc.phpt" role="test" /> 115 <file name="bind_sqltchr_1.phpt" role="test" /> 116 <file name="bind_sqltchr_2.phpt" role="test" /> 117 <file name="bind_sqltint.phpt" role="test" /> 118 <file name="bind_sqltnum.phpt" role="test" /> 119 <file name="bind_unsupported_1.phpt" role="test" /> 120 <file name="bind_unsupported_2.phpt" role="test" /> 121 <file name="bind_unsupported_3.phpt" role="test" /> 122 <file name="bug26133.phpt" role="test" /> 123 <file name="bug27303_1.phpt" role="test" /> 124 <file name="bug27303_1_11gR1.phpt" role="test" /> 125 <file name="bug27303_2.phpt" role="test" /> 126 <file name="bug27303_2_11gR1.phpt" role="test" /> 127 <file name="bug27303_3.phpt" role="test" /> 128 <file name="bug27303_4.phpt" role="test" /> 129 <file name="bug27303_4_11gR1.phpt" role="test" /> 130 <file name="bug32325.phpt" role="test" /> 131 <file name="bug35973.phpt" role="test" /> 132 <file name="bug36010.phpt" role="test" /> 133 <file name="bug36096.phpt" role="test" /> 134 <file name="bug36403.phpt" role="test" /> 135 <file name="bug37220.phpt" role="test" /> 136 <file name="bug37581.phpt" role="test" /> 137 <file name="bug38161.phpt" role="test" /> 138 <file name="bug38173.phpt" role="test" /> 139 <file name="bug40078.phpt" role="test" /> 140 <file name="bug40415.phpt" role="test" /> 141 <file name="bug41069.phpt" role="test" /> 142 <file name="bug42134.phpt" role="test" /> 143 <file name="bug42173.phpt" role="test" /> 144 <file name="bug42496_1.phpt" role="test" /> 145 <file name="bug42496_2.phpt" role="test" /> 146 <file name="bug42841.phpt" role="test" /> 147 <file name="bug43492.phpt" role="test" /> 148 <file name="bug43492_2.phpt" role="test" /> 149 <file name="bug43497.phpt" role="test" /> 150 <file name="bug44008.phpt" role="test" /> 151 <file name="bug44113.phpt" role="test" /> 152 <file name="bug44206.phpt" role="test" /> 153 <file name="bug45458.phpt" role="test" /> 154 <file name="bug46994.phpt" role="test" /> 155 <file name="bug47189.phpt" role="test" /> 156 <file name="bug47281.phpt" role="test" /> 157 <file name="bug47281_tt.phpt" role="test" /> 158 <file name="bug51253.phpt" role="test" /> 159 <file name="bug51291_1.phpt" role="test" /> 160 <file name="bug51291_2.phpt" role="test" /> 161 <file name="bug68298.phpt" role="test" /> 162 <file name="bug71422.phpt" role="test" /> 163 <file name="clientversion.phpt" role="test" /> 164 <file name="close.phpt" role="test" /> 165 <file name="coll_001.phpt" role="test" /> 166 <file name="coll_002.phpt" role="test" /> 167 <file name="coll_002_func.phpt" role="test" /> 168 <file name="coll_003.phpt" role="test" /> 169 <file name="coll_003_func.phpt" role="test" /> 170 <file name="coll_004.phpt" role="test" /> 171 <file name="coll_004_func.phpt" role="test" /> 172 <file name="coll_005.phpt" role="test" /> 173 <file name="coll_006.phpt" role="test" /> 174 <file name="coll_006_func.phpt" role="test" /> 175 <file name="coll_007.phpt" role="test" /> 176 <file name="coll_008.phpt" role="test" /> 177 <file name="coll_009.phpt" role="test" /> 178 <file name="coll_009_func.phpt" role="test" /> 179 <file name="coll_010.phpt" role="test" /> 180 <file name="coll_010_func.phpt" role="test" /> 181 <file name="coll_011.phpt" role="test" /> 182 <file name="coll_011_func.phpt" role="test" /> 183 <file name="coll_012.phpt" role="test" /> 184 <file name="coll_012_func.phpt" role="test" /> 185 <file name="coll_013.phpt" role="test" /> 186 <file name="coll_013_func.phpt" role="test" /> 187 <file name="coll_014.phpt" role="test" /> 188 <file name="coll_014_func.phpt" role="test" /> 189 <file name="coll_015.phpt" role="test" /> 190 <file name="coll_015_func.phpt" role="test" /> 191 <file name="coll_016.phpt" role="test" /> 192 <file name="coll_016_func.phpt" role="test" /> 193 <file name="coll_017.phpt" role="test" /> 194 <file name="coll_017_func.phpt" role="test" /> 195 <file name="coll_018.phpt" role="test" /> 196 <file name="coll_019.phpt" role="test" /> 197 <file name="commit_001.phpt" role="test" /> 198 <file name="commit_002.phpt" role="test" /> 199 <file name="commit_old.phpt" role="test" /> 200 <file name="conn_attr.inc" role="test" /> 201 <file name="conn_attr_1.phpt" role="test" /> 202 <file name="conn_attr_2.phpt" role="test" /> 203 <file name="conn_attr_3.phpt" role="test" /> 204 <file name="conn_attr_4.phpt" role="test" /> 205 <file name="conn_attr_5.phpt" role="test" /> 206 <file name="connect.inc" role="test" /> 207 <file name="connect.phpt" role="test" /> 208 <file name="connect_1.phpt" role="test" /> 209 <file name="connect_1_old.phpt" role="test" /> 210 <file name="connect_old.phpt" role="test" /> 211 <file name="connect_scope1.phpt" role="test" /> 212 <file name="connect_scope2.phpt" role="test" /> 213 <file name="connect_scope_try1.phpt" role="test" /> 214 <file name="connect_scope_try2.phpt" role="test" /> 215 <file name="connect_scope_try3.phpt" role="test" /> 216 <file name="connect_scope_try4.phpt" role="test" /> 217 <file name="connect_scope_try5.phpt" role="test" /> 218 <file name="connect_scope_try6.phpt" role="test" /> 219 <file name="connect_with_charset_001.phpt" role="test" /> 220 <file name="connect_without_oracle_home.phpt" role="test" /> 221 <file name="connect_without_oracle_home_11.phpt" role="test" /> 222 <file name="connect_without_oracle_home_old.phpt" role="test" /> 223 <file name="connect_without_oracle_home_old_11.phpt" role="test" /> 224 <file name="create_table.inc" role="test" /> 225 <file name="create_type.inc" role="test" /> 226 <file name="cursor_bind.phpt" role="test" /> 227 <file name="cursor_bind_err.phpt" role="test" /> 228 <file name="cursors.phpt" role="test" /> 229 <file name="cursors_old.phpt" role="test" /> 230 <file name="db_op_1.phpt" role="test" /> 231 <file name="db_op_2.phpt" role="test" /> 232 <file name="dbmsoutput.phpt" role="test" /> 233 <file name="debug.phpt" role="test" /> 234 <file name="default_prefetch.phpt" role="test" /> 235 <file name="default_prefetch0.phpt" role="test" /> 236 <file name="default_prefetch1.phpt" role="test" /> 237 <file name="default_prefetch2.phpt" role="test" /> 238 <file name="define.phpt" role="test" /> 239 <file name="define0.phpt" role="test" /> 240 <file name="define1.phpt" role="test" /> 241 <file name="define2.phpt" role="test" /> 242 <file name="define3.phpt" role="test" /> 243 <file name="define4.phpt" role="test" /> 244 <file name="define5.phpt" role="test" /> 245 <file name="define6.phpt" role="test" /> 246 <file name="define_old.phpt" role="test" /> 247 <file name="descriptors.phpt" role="test" /> 248 <file name="details.inc" role="test" /> 249 <file name="drcp_cclass1.phpt" role="test" /> 250 <file name="drcp_characterset.phpt" role="test" /> 251 <file name="drcp_conn_close1.phpt" role="test" /> 252 <file name="drcp_conn_close2.phpt" role="test" /> 253 <file name="drcp_connect1.phpt" role="test" /> 254 <file name="drcp_connection_class.phpt" role="test" /> 255 <file name="drcp_functions.inc" role="test" /> 256 <file name="drcp_newconnect.phpt" role="test" /> 257 <file name="drcp_pconn_close1.phpt" role="test" /> 258 <file name="drcp_pconn_close2.phpt" role="test" /> 259 <file name="drcp_privileged.phpt" role="test" /> 260 <file name="drcp_scope1.phpt" role="test" /> 261 <file name="drcp_scope2.phpt" role="test" /> 262 <file name="drcp_scope3.phpt" role="test" /> 263 <file name="drcp_scope4.phpt" role="test" /> 264 <file name="drcp_scope5.phpt" role="test" /> 265 <file name="driver_name.phpt" role="test" /> 266 <file name="drop_table.inc" role="test" /> 267 <file name="drop_type.inc" role="test" /> 268 <file name="dupcolnames.phpt" role="test" /> 269 <file name="edition_1.phpt" role="test" /> 270 <file name="edition_2.phpt" role="test" /> 271 <file name="error.phpt" role="test" /> 272 <file name="error1.phpt" role="test" /> 273 <file name="error2.phpt" role="test" /> 274 <file name="error3.phpt" role="test" /> 275 <file name="error_bind.phpt" role="test" /> 276 <file name="error_bind_2.phpt" role="test" /> 277 <file name="error_bind_3.phpt" role="test" /> 278 <file name="error_old.phpt" role="test" /> 279 <file name="error_parse.phpt" role="test" /> 280 <file name="error_set.phpt" role="test" /> 281 <file name="exec_fetch.phpt" role="test" /> 282 <file name="execute_mode.phpt" role="test" /> 283 <file name="extauth_01.phpt" role="test" /> 284 <file name="extauth_02.phpt" role="test" /> 285 <file name="extauth_03.phpt" role="test" /> 286 <file name="extauth_04.phpt" role="test" /> 287 <file name="fetch.phpt" role="test" /> 288 <file name="fetch_all.phpt" role="test" /> 289 <file name="fetch_all1.phpt" role="test" /> 290 <file name="fetch_all2.phpt" role="test" /> 291 <file name="fetch_all3.phpt" role="test" /> 292 <file name="fetch_all4.phpt" role="test" /> 293 <file name="fetch_all5.phpt" role="test" /> 294 <file name="fetch_array.phpt" role="test" /> 295 <file name="fetch_assoc.phpt" role="test" /> 296 <file name="fetch_into.phpt" role="test" /> 297 <file name="fetch_into1.phpt" role="test" /> 298 <file name="fetch_into2.phpt" role="test" /> 299 <file name="fetch_object.phpt" role="test" /> 300 <file name="fetch_object_1.phpt" role="test" /> 301 <file name="fetch_object_2.phpt" role="test" /> 302 <file name="fetch_row.phpt" role="test" /> 303 <file name="field_funcs.phpt" role="test" /> 304 <file name="field_funcs0.phpt" role="test" /> 305 <file name="field_funcs1.phpt" role="test" /> 306 <file name="field_funcs2.phpt" role="test" /> 307 <file name="field_funcs3.phpt" role="test" /> 308 <file name="field_funcs_old.phpt" role="test" /> 309 <file name="function_aliases.phpt" role="test" /> 310 <file name="imp_res_1.phpt" role="test" /> 311 <file name="imp_res_2.phpt" role="test" /> 312 <file name="imp_res_3.phpt" role="test" /> 313 <file name="imp_res_4.phpt" role="test" /> 314 <file name="imp_res_5.phpt" role="test" /> 315 <file name="imp_res_6.phpt" role="test" /> 316 <file name="imp_res_7.phpt" role="test" /> 317 <file name="imp_res_call_error.phpt" role="test" /> 318 <file name="imp_res_cancel.phpt" role="test" /> 319 <file name="imp_res_close.phpt" role="test" /> 320 <file name="imp_res_cursor.phpt" role="test" /> 321 <file name="imp_res_dbmsoutput.phpt" role="test" /> 322 <file name="imp_res_field.phpt" role="test" /> 323 <file name="imp_res_func_error.phpt" role="test" /> 324 <file name="imp_res_get_1.phpt" role="test" /> 325 <file name="imp_res_get_2.phpt" role="test" /> 326 <file name="imp_res_get_3.phpt" role="test" /> 327 <file name="imp_res_get_4.phpt" role="test" /> 328 <file name="imp_res_get_5.phpt" role="test" /> 329 <file name="imp_res_get_all.phpt" role="test" /> 330 <file name="imp_res_get_cancel.phpt" role="test" /> 331 <file name="imp_res_get_close_1.phpt" role="test" /> 332 <file name="imp_res_get_close_2.phpt" role="test" /> 333 <file name="imp_res_get_close_3.phpt" role="test" /> 334 <file name="imp_res_get_cursor.phpt" role="test" /> 335 <file name="imp_res_get_dbmsoutput.phpt" role="test" /> 336 <file name="imp_res_get_exec.phpt" role="test" /> 337 <file name="imp_res_get_none.phpt" role="test" /> 338 <file name="imp_res_insert.phpt" role="test" /> 339 <file name="imp_res_lob.phpt" role="test" /> 340 <file name="imp_res_prefetch.phpt" role="test" /> 341 <file name="ini_1.phpt" role="test" /> 342 <file name="lob_001.phpt" role="test" /> 343 <file name="lob_002.phpt" role="test" /> 344 <file name="lob_003.phpt" role="test" /> 345 <file name="lob_004.phpt" role="test" /> 346 <file name="lob_005.phpt" role="test" /> 347 <file name="lob_006.phpt" role="test" /> 348 <file name="lob_007.phpt" role="test" /> 349 <file name="lob_008.phpt" role="test" /> 350 <file name="lob_009.phpt" role="test" /> 351 <file name="lob_009.txt" role="test" /> 352 <file name="lob_010.phpt" role="test" /> 353 <file name="lob_011.phpt" role="test" /> 354 <file name="lob_012.phpt" role="test" /> 355 <file name="lob_013.phpt" role="test" /> 356 <file name="lob_014.phpt" role="test" /> 357 <file name="lob_015.phpt" role="test" /> 358 <file name="lob_016.phpt" role="test" /> 359 <file name="lob_017.phpt" role="test" /> 360 <file name="lob_018.phpt" role="test" /> 361 <file name="lob_019.phpt" role="test" /> 362 <file name="lob_020.phpt" role="test" /> 363 <file name="lob_021.phpt" role="test" /> 364 <file name="lob_022.phpt" role="test" /> 365 <file name="lob_023.phpt" role="test" /> 366 <file name="lob_024.phpt" role="test" /> 367 <file name="lob_025.phpt" role="test" /> 368 <file name="lob_026.phpt" role="test" /> 369 <file name="lob_027.phpt" role="test" /> 370 <file name="lob_028.phpt" role="test" /> 371 <file name="lob_029.phpt" role="test" /> 372 <file name="lob_030.phpt" role="test" /> 373 <file name="lob_031.phpt" role="test" /> 374 <file name="lob_032.phpt" role="test" /> 375 <file name="lob_033.phpt" role="test" /> 376 <file name="lob_034.phpt" role="test" /> 377 <file name="lob_035.phpt" role="test" /> 378 <file name="lob_036.phpt" role="test" /> 379 <file name="lob_037.phpt" role="test" /> 380 <file name="lob_038.phpt" role="test" /> 381 <file name="lob_039.phpt" role="test" /> 382 <file name="lob_040.phpt" role="test" /> 383 <file name="lob_041.phpt" role="test" /> 384 <file name="lob_042.phpt" role="test" /> 385 <file name="lob_043.phpt" role="test" /> 386 <file name="lob_044.phpt" role="test" /> 387 <file name="lob_aliases.phpt" role="test" /> 388 <file name="lob_null.phpt" role="test" /> 389 <file name="lob_temp.phpt" role="test" /> 390 <file name="lob_temp1.phpt" role="test" /> 391 <file name="lob_temp2.phpt" role="test" /> 392 <file name="minfo.phpt" role="test" /> 393 <file name="null_byte_1.phpt" role="test" /> 394 <file name="null_byte_2.phpt" role="test" /> 395 <file name="null_byte_3.phpt" role="test" /> 396 <file name="num.phpt" role="test" /> 397 <file name="oci_execute_segfault.phpt" role="test" /> 398 <file name="old_oci_close.phpt" role="test" /> 399 <file name="old_oci_close1.phpt" role="test" /> 400 <file name="password.phpt" role="test" /> 401 <file name="password_2.phpt" role="test" /> 402 <file name="password_new.phpt" role="test" /> 403 <file name="password_old.phpt" role="test" /> 404 <file name="pecl_bug10194.phpt" role="test" /> 405 <file name="pecl_bug10194_blob.phpt" role="test" /> 406 <file name="pecl_bug10194_blob_64.phpt" role="test" /> 407 <file name="pecl_bug16035.phpt" role="test" /> 408 <file name="pecl_bug16842.phpt" role="test" /> 409 <file name="pecl_bug6109.phpt" role="test" /> 410 <file name="pecl_bug8816.phpt" role="test" /> 411 <file name="persistent.phpt" role="test" /> 412 <file name="prefetch.phpt" role="test" /> 413 <file name="prefetch_old.phpt" role="test" /> 414 <file name="privileged_connect.phpt" role="test" /> 415 <file name="privileged_connect1.phpt" role="test" /> 416 <file name="refcur_prefetch_1.phpt" role="test" /> 417 <file name="refcur_prefetch_2.phpt" role="test" /> 418 <file name="refcur_prefetch_3.phpt" role="test" /> 419 <file name="refcur_prefetch_4.phpt" role="test" /> 420 <file name="reflection1.phpt" role="test" /> 421 <file name="reflection2.phpt" role="test" /> 422 <file name="select_null.phpt" role="test" /> 423 <file name="serverversion.phpt" role="test" /> 424 <file name="skipif.inc" role="test" /> 425 <file name="statement_cache.phpt" role="test" /> 426 <file name="statement_type.phpt" role="test" /> 427 <file name="statement_type_old.phpt" role="test" /> 428 <file name="test.gif" role="test" /> 429 <file name="test.txt" role="test" /> 430 <file name="testping.phpt" role="test" /> 431 <file name="uncommitted.phpt" role="test" /> 432 <file name="xmltype_01.phpt" role="test" /> 433 <file name="xmltype_02.phpt" role="test" /> 434 </dir> <!-- //tests --> 435 <file name="config.m4" role="src" /> 436 <file name="config.w32" role="src" /> 437 <file name="CREDITS" role="doc" /> 438 <file name="LICENSE" role="doc" /> 439 <file name="oci8.c" role="src" /> 440 <file name="oci8_dtrace.d" role="src" /> 441 <file name="oci8_collection.c" role="src" /> 442 <file name="oci8_interface.c" role="src" /> 443 <file name="oci8_lob.c" role="src" /> 444 <file name="oci8_statement.c" role="src" /> 445 <file name="php_oci8.h" role="src" /> 446 <file name="php_oci8_int.h" role="src" /> 447 <file name="oci8.dsp" role="src" /> 448 <file name="README" role="doc" /> 449 </dir> <!-- / --> 450 </contents> 451 <dependencies> 452 <required> 453 <php> 454 <min>5.2.0</min> 455 <max>5.6.99</max> 456 </php> 457 <pearinstaller> 458 <min>1.4.0b1</min> 459 </pearinstaller> 460 </required> 461 </dependencies> 462 <providesextension>oci8</providesextension> 463 <extsrcrelease> 464 <configureoption default="autodetect" name="with-oci8" prompt="Please provide the path to the ORACLE_HOME directory. Use 'instantclient,/path/to/instant/client/lib' if you're compiling with Oracle Instant Client" /> 465 </extsrcrelease> 466 <changelog> 467 468<release> 469 <version> 470 <release>2.0.11</release> 471 <api>2.0.11</api> 472 </version> 473 <stability> 474 <release>stable</release> 475 <api>stable</api> 476 </stability> 477 <license uri="http://www.php.net/license">PHP</license> 478 <notes> 479Fixed bug #71422 (Fix ORA-01438: value larger than specified precision allowed for this column) 480 </notes> 481</release> 482 483<release> 484 <version> 485 <release>2.0.10</release> 486 <api>2.0.10</api> 487 </version> 488 <stability> 489 <release>stable</release> 490 <api>stable</api> 491 </stability> 492 <license uri="http://www.php.net/license">PHP</license> 493 <notes> 494Fixed bug #68298 (OCI int overflow) 495 </notes> 496</release> 497 498<release> 499 <version> 500 <release>2.0.9</release> 501 <api>2.0.9</api> 502 </version> 503 <stability> 504 <release>stable</release> 505 <api>stable</api> 506 </stability> 507 <license uri="http://www.php.net/license">PHP</license> 508 <notes> 509Fixed oci_field_* reflection: $field can be a column name or index 510 </notes> 511</release> 512 513<release> 514 <version> 515 <release>2.0.8</release> 516 <api>2.0.8</api> 517 </version> 518 <stability> 519 <release>stable</release> 520 <api>stable</api> 521 </stability> 522 <license uri="http://www.php.net/license">PHP</license> 523 <notes> 524Enhancement - Improve performance of multi-row OCI_RETURN_LOB queries (Bug #66875) 525 </notes> 526 </release> 527 528<release> 529 <version> 530 <release>2.0.7</release> 531 <api>2.0.7</api> 532 </version> 533 <stability> 534 <release>stable</release> 535 <api>stable</api> 536 </stability> 537 <license uri="http://www.php.net/license">PHP</license> 538 <notes> 539Added oci_bind_by_name() support for PL/SQL BOOLEAN type 540Build change: Fix source variable definition for C89 compatibility 541 </notes> 542</release> 543 544<release> 545 <version> 546 <release>2.0.6</release> 547 <api>2.0.6</api> 548 </version> 549 <stability> 550 <release>stable</release> 551 <api>stable</api> 552 </stability> 553 <license uri="http://www.php.net/license">PHP</license> 554 <notes> 555Added a LICENSE file to make it easier for PECL binary distributions 556to conform with the license. 557 </notes> 558</release> 559 560<release> 561 <version> 562 <release>2.0.5</release> 563 <api>2.0.5</api> 564 </version> 565 <stability> 566 <release>stable</release> 567 <api>stable</api> 568 </stability> 569 <license uri="http://www.php.net/license">PHP</license> 570 <notes> 571Bump PHP OCI8 2.0 mininum requirements to PHP 5.2 and Oracle client 572library 10.2. (Use OCI8 1.4 for older PHP version support or if only 573Oracle 9.2 client libraries are available.) 574 575Re-enable php_oci8.dll and php_oci8_11g.dll for Windows builds so URL 576links work in the new Windows PECL infrastructure. 577 </notes> 578</release> 579 580<release> 581 <version> 582 <release>2.0.4</release> 583 <api>2.0.4</api> 584 </version> 585 <stability> 586 <release>devel</release> 587 <api>devel</api> 588 </stability> 589 <license uri="http://www.php.net/license">PHP</license> 590 <notes> 591Fix persistent memory usage with --enable-dtrace 592Export get_module() for Windows php_oci8_12c.dll 593 </notes> 594</release> 595 596<release> 597 <version> 598 <release>2.0.3</release> 599 <api>2.0.3</api> 600 </version> 601 <stability> 602 <release>devel</release> 603 <api>devel</api> 604 </stability> 605 <license uri="http://www.php.net/license">PHP</license> 606 <notes> 607Add the oci_set_client_identifier() value and statement structure pointer to several DTrace probes. 608Use 'phpoci' as the DTrace provider name since uniqueness is required by the Linux fasttrap module. 609Update Windows builds to create only php_oci8_12c.dll. 610 </notes> 611</release> 612 613<release> 614 <version> 615 <release>2.0.2</release> 616 <api>2.0.2</api> 617 </version> 618 <stability> 619 <release>devel</release> 620 <api>devel</api> 621 </stability> 622 <license uri="http://www.php.net/license">PHP</license> 623 <notes> 624Review and improve error handling code and data types. 625Fix oci_set_*($connection, ...) error handling so oci_error($connection) works. 626Add DTrace oci8-connection-close probe 627Add the connection handle to several DTrace probes. 628 </notes> 629</release> 630 631<release> 632 <version> 633 <release>2.0.1</release> 634 <api>2.0.1</api> 635 </version> 636 <stability> 637 <release>devel</release> 638 <api>devel</api> 639 </stability> 640 <license uri="http://www.php.net/license">PHP</license> 641 <notes> 642Fixed --enable-maintainer-zts mode. 643Allow Implicit Result Set statement resources to inherit the parent's current prefetch count. 644Allow OCI8 to be DTrace-enabled independently from core PHP. 645Require OCI8 to be configured 'shared' when enabling DTrace support. 646 </notes> 647</release> 648 649<release> 650 <version> 651 <release>2.0.0</release> 652 <api>2.0.0</api> 653 </version> 654 <stability> 655 <release>devel</release> 656 <api>devel</api> 657 </stability> 658 <license uri="http://www.php.net/license">PHP</license> 659 <notes> 660- NEW FUNCTIONALITY: 661 662 - Added Implicit Result Set support for Oracle Database 12c. 663 Streaming of all IRS's returned from a PL/SQL block is available 664 via oci_fetch_array, oci_fetch_assoc, oci_fetch_object and 665 oci_fetch_row (but not oci_fetch or oci_fetch_all). 666 Alternatively individual IRS statement resources can be obtained 667 with the new function 'oci_get_implicit_resultset' and passed to 668 any oci_fetch_* function. 669 670 - Added DTrace probes enabled with PHP's generic --enable-dtrace 671 672- IMPROVED FUNCTIONALITY: 673 674 - Using 'oci_execute($s, OCI_NO_AUTO_COMMIT)' for a SELECT no 675 longer unnecessarily initiates an internal ROLLBACK during 676 connection close. This can improve overall scalability by 677 reducing "round trips" between PHP and the database. 678 679- CHANGED FUNCTIONALITY: 680 681 - PHPINFO() CHANGES: 682 683 - The oci8.event and oci8.connection_class values are now shown 684 only when the Oracle client libraries support the respective 685 functionality. 686 687 - Connection statistics are now in a separate phpinfo() table. 688 689 - Temporary LOB and Collection support status lines in 690 phpinfo() were removed. These features have always been 691 enabled since 2007. 692 693 - OCI_INTERNAL_DEBUG() CHANGES: 694 695 - The oci_internal_debug() function is now a no-op. Use PHP's 696 --enable-dtrace functionality with DTrace or SystemTap instead. 697 698- INTERNAL CHANGES: 699 700 - Fixed a potential NULL pointer dereference flagged by Parfait 701 static code analysis. 702 703 - Extended testing of existing OCI8 functionality. 704 705 - Improved test output portability when using the PHP development 706 web server to run tests. 707 708 - Removed no-longer necessary Unicode patterns from tests 709 (vestiges of PHP's previous PHP 6 project) 710 711 - Improved build portability by removing compilation type cast 712 warnings with some compilers. 713 714 - Fixed compilation warnings when building with Oracle 9.2 715 client libraries. 716 717 - Updated code to use internal macro PHP_OCI_REGISTER_RESOURCE. 718 719 - Regularized code prototypes and fixed some in-line documentation 720 prototypes. 721 722 - Fixed code folding. 723 </notes> 724</release> 725 726<release> 727 <version> 728 <release>1.4.10</release> 729 <api>1.4.10</api> 730 </version> 731 <stability> 732 <release>stable</release> 733 <api>stable</api> 734 </stability> 735 <license uri="http://www.php.net/license">PHP</license> 736 <notes> 737 Bump PECL package info version check to allow PECL installs with PHP 5.5+ 738 </notes> 739</release> 740 741<release> 742 <version> 743 <release>1.4.9</release> 744 <api>1.4.9</api> 745 </version> 746 <stability> 747 <release>stable</release> 748 <api>stable</api> 749 </stability> 750 <license uri="http://www.php.net/license">PHP</license> 751 <notes> 752 Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) 753 </notes> 754</release> 755 756<release> 757 <version> 758 <release>1.4.8</release> 759 <api>1.4.8</api> 760 </version> 761 <stability> 762 <release>stable</release> 763 <api>stable</api> 764 </stability> 765 <license uri="http://www.php.net/license">PHP</license> 766 <notes> 767 Fixed bug #63307 (Unused variable in oci8.c) 768 Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) 769 Fixed bug #60901 (Improve "tail" syntax for AIX installation) 770 </notes> 771</release> 772 773<release> 774 <version> 775 <release>1.4.7</release> 776 <api>1.4.7</api> 777 </version> 778 <stability> 779 <release>stable</release> 780 <api>stable</api> 781 </stability> 782 <license uri="http://www.php.net/license">PHP</license> 783 <notes> 784 Fixed bug #59985 (show normal warning text for OCI_NO_DATA) 785 Fixed OCI8 part of bug #55748 (CVE-2011-4153: multiple NULL pointer dereferences with zend_strndup) 786 Fixed OCI8 part of bug #55301 (multiple null pointer dereferences with calloc) 787 Increased maximum Oracle error message buffer length for new Oracle 11.2.0.3 size 788 Improve internal initialization failure error messages 789 </notes> 790</release> 791 792<release> 793 <version> 794 <release>1.4.6</release> 795 <api>1.4.6</api> 796 </version> 797 <stability> 798 <release>stable</release> 799 <api>stable</api> 800 </stability> 801 <license uri="http://www.php.net/license">PHP</license> 802 <notes> 803 Added oci_client_version() returning the run time Oracle client library version 804 Made OCI8 extension buildable with PHP 5.4-development code 805 </notes> 806</release> 807 808<release> 809 <version> 810 <release>1.4.5</release> 811 <api>1.4.5</api> 812 </version> 813 <stability> 814 <release>stable</release> 815 <api>stable</api> 816 </stability> 817 <license uri="http://www.php.net/license">PHP</license> 818 <notes> 819 Protect against null bytes in LOB filenames (http://news.php.net/php.internals/50202) 820 </notes> 821</release> 822 823<release> 824 <version> 825 <release>1.4.4</release> 826 <api>1.4.4</api> 827 </version> 828 <stability> 829 <release>stable</release> 830 <api>stable</api> 831 </stability> 832 <license uri="http://www.php.net/license">PHP</license> 833 <notes> 834 Fixed bug #53284 (Valgrind warnings in oci_set_* functions) 835 Enhancement - improve startup failure error messages 836 </notes> 837</release> 838 839<release> 840 <version> 841 <release>1.4.3</release> 842 <api>1.4.3</api> 843 </version> 844 <stability> 845 <release>stable</release> 846 <api>stable</api> 847 </stability> 848 <license uri="http://www.php.net/license">PHP</license> 849 <notes> 850 Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Requires Oracle 11.2.0.2 client libraries (or Oracle bug fix 9891199) for this patch to have an effect. 851 </notes> 852</release> 853 854<release> 855 <version> 856 <release>1.4.2</release> 857 <api>1.4.2</api> 858 </version> 859 <stability> 860 <release>stable</release> 861 <api>stable</api> 862 </stability> 863 <license uri="http://www.php.net/license">PHP</license> 864 <notes> 865 Fixed bug #52186 (phpinfo() shows 10.1 or 11.1 when installed with ORACLE_HOME 10.2 or 11.2) 866 Fixed bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with interned strings) 867 Fixed bug #51577 (Uninitialized memory reference with oci_bind_array_by_name) 868 Fixed bug #51291 (oci_error doesn't report last error when called two times) 869 870 OCI8 1.4.2 is included in PHP 5.3.3 871 </notes> 872</release> 873 874<release> 875 <version> 876 <release>1.4.1</release> 877 <api>1.4.1</api> 878 </version> 879 <stability> 880 <release>stable</release> 881 <api>stable</api> 882 </stability> 883 <license uri="http://www.php.net/license">PHP</license> 884 <notes> 885 Fixed bug #49560 (Using LOBs causes slow PHP shutdown) 886 Fixed bug #47281 ($php_errormsg is limited in size of characters) 887 </notes> 888</release> 889 890<release> 891 <version> 892 <release>1.4.0</release> 893 <api>1.4.0</api> 894 </version> 895 <stability> 896 <release>alpha</release> 897 <api>alpha</api> 898 </stability> 899 <license uri="http://www.php.net/license">PHP</license> 900 <notes> 901 1. Introduce connection attribute functions: 902 903 oci_set_module_name 904 oci_set_action 905 oci_set_client_info 906 oci_set_client_identifier 907 908 These set values that are visible/used by the database. They 909 are useful for tracing, authentication and auditing. 910 911 2. Introduce connection attribute function: 912 913 oci_set_edition 914 915 Oracle 11g R2 "editions" allow multiple versions of DB objects 916 to exist at one time. By setting different editions, two 917 different versions of an application can run concurrently, 918 making upgrading easier and faster. 919 920 3. Set the DRIVER_NAME attribute of Oracle Database 11gR2 921 connections to aid application tracing. The value used is to 922 "PHP OCI8" followed by the OCI8 version number. Note the 923 version number may get truncated in DB views such as 924 v$session_connect_info. 925 926 4. Allow the oci_set_prefetch value to be 0. This is important in 927 some cases using REF CURSORS in Oracle 11gR2. 928 929 5. Introduce OCI_NO_AUTO_COMMIT as an alias for the OCI_DEFAULT 930 constant (which is not the default value) used by oci_execute(). 931 932 6. Generate an error if an invalid resource type is used in 933 oci_bind_by_name 934 935 7. Bug fixes: 936 PECL bug #16842 (oci_error returns false when NO_DATA_FOUND is raised) 937 </notes> 938</release> 939 940<release> 941 <version> 942 <release>1.3.5</release> 943 <api>1.3.4</api> 944 </version> 945 <stability> 946 <release>stable</release> 947 <api>stable</api> 948 </stability> 949 <license uri="http://www.php.net/license">PHP</license> 950 <notes> 951Fixed bug #47243 (Crash at end of request shutdown on Windows) 952Fixed bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure) 953Fixed bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize) 954Fixed bug #45458 (Numeric keys for associative arrays are not handled properly) Note: not fixed when building with PHP 4 due to lack of PHP internal helper. 955Fixed PECL bug #16035 (oci_connect without ORACLE_HOME defined causes segfault) 956Fixed PECL bug #15988 (sqlnet.ora isn't read with older Oracle libraries) 957Fixed PECL bug #14268 (Allow "pecl install oci8" command to "autodetect" an Instant Client RPM install) 958 </notes> 959</release> 960 961<release> 962 <version> 963 <release>1.3.4</release> 964 <api>1.3.4</api> 965 </version> 966 <stability> 967 <release>stable</release> 968 <api>stable</api> 969 </stability> 970 <license uri="http://www.php.net/license">PHP</license> 971 <notes> 972Enhancement - Allow External Authentication (not supported on Windows) 973Enhancement - Reflection will show function and method arguments with PHP 5.x 974Increase default oci8.default_prefetch from 10 to 100 975Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_HOME builds 976 </notes> 977</release> 978 979<release> 980 <version> 981 <release>1.3.3</release> 982 <api>1.3.3</api> 983 </version> 984 <stability> 985 <release>stable</release> 986 <api>stable</api> 987 </stability> 988 <license uri="http://www.php.net/license">PHP</license> 989 <notes> 990Changed OCI NLS initialization for consistency and technical correctness 991Removed obsolete macros 992 </notes> 993</release> 994 995<release> 996 <version> 997 <release>1.3.2</release> 998 <api>1.3.2</api> 999 </version> 1000 <stability> 1001 <release>beta</release> 1002 <api>beta</api> 1003 </stability> 1004 <license uri="http://www.php.net/license">PHP</license> 1005 <notes> 1006Refine DRCP connection pooling functionality 1007Do scope-end release for oci_pconnect (oci8.old_oci_close_semantics=1 gives old behavior) 1008Fixed bug #44372 (compilation with Oracle 10gR1 libraries) 1009Fixed PECL bug #12431 (PEAR install using x86_64 RPM builds) 1010Allow builds with PHP 4.3.9 onwards 1011 </notes> 1012</release> 1013 1014 <release> 1015 <version> 1016 <release>1.3.1</release> 1017 <api>1.3.1</api> 1018 </version> 1019 <stability> 1020 <release>beta</release> 1021 <api>beta</api> 1022 </stability> 1023 <license uri="http://www.php.net/license">PHP</license> 1024 <notes>Fixed bug #44113 (New collection creation can fail with OCI-22303) 1025Fixed bug #42841 (Crash with REF CURSORS when statement caching enabled) 1026Fixed bug #42496 (Cursor leak selecting LOBs 1027Fixed bug #43497 (Temporary LOB leak) 1028Fixed PECL bug #12431 (ping functionality is broken) 1029Allow compilation with 64bit Instant Client RPMs 1030Allow -with-oci8=instantclient with no directory specified look for RPM install 1031Refine DRCP functionality 1032 </notes> 1033 </release> 1034 1035 <release> 1036 <version> 1037 <release>1.3.0</release> 1038 <api>1.3.0</api> 1039 </version> 1040 <stability> 1041 <release>beta</release> 1042 <api>beta</api> 1043 </stability> 1044 <license uri="http://www.php.net/license">PHP</license> 1045 <notes>Added DRCP and FAN support. 1046 </notes> 1047 </release> 1048 1049 <release> 1050 <version> 1051 <release>1.2.5</release> 1052 <api>1.2.5</api> 1053 </version> 1054 <stability> 1055 <release>stable</release> 1056 <api>stable</api> 1057 </stability> 1058 <license uri="http://www.php.net/license">PHP</license> 1059 <notes> 1060This release is based on the OCI8 included in PHP 5.2.6, with the addition of the fix for http://pecl.php.net/bugs/bug.php?id=13523. 1061-------- 1062Fixed bug #42496 (cursor leak selecting LOBs http://bugs.php.net/bug.php?id=42496 1063Fixed bug #42841 (crash with REF CURSORS when statement caching enabled) http://bugs.php.net/bug.php?id=42841 1064Fixed bug #43497 (Temporary LOB leak) http://bugs.php.net/bug.php?id=43497 1065Fixed bug #44206 (OCI8 selecting ref cursors leads to ORA-1000 maximum open cursors reached). 1066Fixed bug #44008 (OCI8 incorrect usage of OCI-Lob->close crashes PHP). 1067Fixed bug #44113 (new collection creation can fail with OCI-22303) http://bugs.php.net/bug.php?id=44113 1068Enhancement - make -with-oci8=instantclient with no directory specified look for RPM install 1069Enhancement - compile with 64bit Instant Client RPMs (bug http://bugs.php.net/bug.php?id=41941, http://pecl.php.net/bugs/bug.php?id=13523) 1070 </notes> 1071 </release> 1072 1073 <release> 1074 <version> 1075 <release>1.2.4</release> 1076 <api>1.2.4</api> 1077 </version> 1078 <stability> 1079 <release>stable</release> 1080 <api>stable</api> 1081 </stability> 1082 <license uri="http://www.php.net/license">PHP</license> 1083 <notes>Fixed PECL bug #10194 (crash in Oracle client when memory limit reached in the callback) 1084Fixed bug #42173 (oci_field_type fixes for INTERVAL and TIMESTAMP types) 1085Fixed bug #42134 (oci_error() returns false after oci_new_collection() fails) 1086Fixed bug #41917 (oci_field_precision and oci_field_scale datatypes fixed) 1087Fixed bug #41711 (Null temporary lobs not supported) 1088Fixed bug #41594 (Statement cache is flushed too frequently) 1089Fixed bug #40415 (oci_fetch_all and nested cursors, allocate descriptors dynamically) 1090Fixed segfault on rebinding and re-executing a statement with LOBs. 1091Fixed compile failure in ZTS mode when collections support is missing. 1092Allowed statement cache size to be set for non-persistent connections. 1093Improved oci_password_change() to close persistent connections on shutdown (to update hashed connection details) 1094Changed oci_pconnect() to behave like oci_connect() when SYSDBA and SYSOPER privileges are used. 1095Various minor improvements. 1096 </notes> 1097 </release> 1098 1099 <release> 1100 <version> 1101 <release>1.2.3</release> 1102 <api>1.2.3</api> 1103 </version> 1104 <stability> 1105 <release>stable</release> 1106 <api>stable</api> 1107 </stability> 1108 <date>2007-01-25</date> 1109 <license uri="http://www.php.net/license">PHP</license> 1110 <notes>Fixed possible segfault in ZTS mode when statements containing sub-statements are destroyed in wrong order. 1111Fixed bug #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name()). 1112Fixed bug #39988 (type argument of oci_define_by_name() is ignored). 1113Fixed bug #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit). 1114Fixed PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column). 1115Various minor improvements. 1116 </notes> 1117 </release> 1118 1119 <release> 1120 <version> 1121 <release>1.2.2</release> 1122 <api>1.2.2</api> 1123 </version> 1124 <stability> 1125 <release>stable</release> 1126 <api>stable</api> 1127 </stability> 1128 <date>2006-08-24</date> 1129 <license uri="http://www.php.net/license">PHP</license> 1130 <notes>Reimplemented oci_lob_read() utilities using patch from Massimo Squillace (msquillace at sogei dot it), which should fix Unicode LOB problems. 1131Fixed bug #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable) 1132Fixed bug #38173 (Freeing nested cursors causes OCI8 to segfault) 1133Fixed bug #37886 (oci_connect may crash when charset parameter is given) 1134Fixed bug #37931 (possible crash after database restart when using persistent connections) 1135Fixed bug #37531 (oci8 persistent connection corruption) 1136Fixed bug #37487 (oci_fetch_array() array-type should always default to OCI_BOTH) 1137Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of request) 1138Fixed bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field) 1139Fixed bug #34005 (oci_password_change() fails). Patch by pholdaway at technocom-wireless dot com. 1140Fixed PECL bug #8112 (Persistent connections misbehave when Apache process times out) 1141 </notes> 1142 </release> 1143 1144 <release> 1145 <version> 1146 <release>1.2.1</release> 1147 <api>1.2.1</api> 1148 </version> 1149 <stability> 1150 <release>stable</release> 1151 <api>stable</api> 1152 </stability> 1153 <date>2006-05-02</date> 1154 <license uri="http://www.php.net/license">PHP</license> 1155 <notes>Added support for BINARY_DOUBLE and BINARY_FLOAT (see #36764) 1156Changed oci_field_type() to return VARCHAR2 instead of VARCHAR (according to feature request #36800) 1157Fixed bug #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields) 1158Fixed bug #37055 (incorrect reference counting for persistent OCI8 connections) 1159Fixed bug #36934 (OCILob->read() doesn't move internal pointer when reading 0's) 1160Fixed bug #36851 (Documentation and code discrepancies for NULL data) 1161Fixed bug #36820 (Privileged connection with an Oracle password file fails) 1162 </notes> 1163 </release> 1164 1165 <release> 1166 <version> 1167 <release>1.2.0</release> 1168 <api>1.2.0</api> 1169 </version> 1170 <stability> 1171 <release>stable</release> 1172 <api>stable</api> 1173 </stability> 1174 <date>2006-03-16</date> 1175 <license uri="http://www.php.net/license">PHP</license> 1176 <notes>Changed OCI8 code to use OCIServerVersion() instead of OCIPing(), which may crash Oracle server of version < 10.2 1177Fixed bug #36235 (ocicolumnname returns false before a successful fetch) 1178Fixed bug #36096 (oci_result() returns garbage after oci_fetch() failed) 1179Fixed bug #36055 (possible OCI8 crash in multithreaded environment) 1180Fixed bug #36010 (Segfault when re-creating and re-executing statements with bound parameters) 1181Fixed PECL bug #5571 (oci_new_connect() not closed by oci_close()) 1182Fixed bug #33383 (crash when retrieving empty BLOBs) 1183 </notes> 1184 </release> 1185 1186 <release> 1187 <version> 1188 <release>1.1.1</release> 1189 <api>1.1.1</api> 1190 </version> 1191 <stability> 1192 <release>beta</release> 1193 <api>beta</api> 1194 </stability> 1195 <date>2005-09-22</date> 1196 <license uri="http://www.php.net/license">PHP</license> 1197 <notes>Fixed segfault when binding empty values. 1198Fixed problem with oci_error() without arguments. 1199 </notes> 1200 </release> 1201 1202 <release> 1203 <version> 1204 <release>1.1</release> 1205 <api>1.1</api> 1206 </version> 1207 <stability> 1208 <release>beta</release> 1209 <api>beta</api> 1210 </stability> 1211 <date>2005-09-07</date> 1212 <license uri="http://www.php.net/license">PHP</license> 1213 <notes>This release fixes a huge amount of bugs and adds support of 1214statement caching, external credentials etc. 1215See official announce for details. 1216 </notes> 1217 </release> 1218 1219 <release> 1220 <version> 1221 <release>1.0</release> 1222 <api>1.0</api> 1223 </version> 1224 <stability> 1225 <release>beta</release> 1226 <api>beta</api> 1227 </stability> 1228 <date>2004-03-19</date> 1229 <license uri="http://www.php.net/license">PHP</license> 1230 <notes>package.xml added to support installation using pear installer 1231 </notes> 1232 </release> 1233 1234 </changelog> 1235</package> 1236