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