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