Commit:    bfc3c223dac2a5ebd5c2614c9c39b594ab393f4f
Author:    Christopher Jones <s...@php.net>         Wed, 24 Jul 2013 15:33:22 
-0700
Parents:   86064e0701888877ea04ea35bf87bc96e1bf3ed8
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=bfc3c223dac2a5ebd5c2614c9c39b594ab393f4f

Log:
Initial PHP OCI8 2.0.0-dev commit.

Includes Oracle Database 12c Implicit Result Set support, DTrace
support, and various code cleanups.

See package.xml for details.

Changed paths:
  M  ext/oci8/README
  M  ext/oci8/config.m4
  M  ext/oci8/oci8.c
  M  ext/oci8/oci8_collection.c
  A  ext/oci8/oci8_dtrace.d
  M  ext/oci8/oci8_interface.c
  M  ext/oci8/oci8_lob.c
  M  ext/oci8/oci8_statement.c
  M  ext/oci8/package.xml
  M  ext/oci8/php_oci8.h
  M  ext/oci8/php_oci8_int.h
  M  ext/oci8/tests/bind_char_1.phpt
  M  ext/oci8/tests/bind_char_1_11gR1.phpt
  M  ext/oci8/tests/bind_char_2.phpt
  M  ext/oci8/tests/bind_char_2_11gR1.phpt
  M  ext/oci8/tests/bind_char_3.phpt
  M  ext/oci8/tests/bind_char_3_11gR1.phpt
  M  ext/oci8/tests/bind_char_4.phpt
  M  ext/oci8/tests/bind_char_4_11gR1.phpt
  M  ext/oci8/tests/bind_unsupported_2.phpt
  M  ext/oci8/tests/bug27303_1.phpt
  M  ext/oci8/tests/bug27303_1_11gR1.phpt
  M  ext/oci8/tests/bug27303_2.phpt
  M  ext/oci8/tests/bug27303_2_11gR1.phpt
  M  ext/oci8/tests/bug27303_4.phpt
  M  ext/oci8/tests/bug27303_4_11gR1.phpt
  M  ext/oci8/tests/bug36403.phpt
  M  ext/oci8/tests/bug43497.phpt
  M  ext/oci8/tests/bug47281.phpt
  M  ext/oci8/tests/commit_001.phpt
  M  ext/oci8/tests/conn_attr.inc
  M  ext/oci8/tests/conn_attr_1.phpt
  M  ext/oci8/tests/conn_attr_2.phpt
  M  ext/oci8/tests/conn_attr_3.phpt
  M  ext/oci8/tests/conn_attr_4.phpt
  M  ext/oci8/tests/conn_attr_5.phpt
  M  ext/oci8/tests/connect_without_oracle_home.phpt
  M  ext/oci8/tests/connect_without_oracle_home_11.phpt
  M  ext/oci8/tests/connect_without_oracle_home_old_11.phpt
  M  ext/oci8/tests/cursors_old.phpt
  M  ext/oci8/tests/debug.phpt
  M  ext/oci8/tests/define.phpt
  M  ext/oci8/tests/define1.phpt
  M  ext/oci8/tests/define4.phpt
  M  ext/oci8/tests/define5.phpt
  M  ext/oci8/tests/define_old.phpt
  M  ext/oci8/tests/details.inc
  M  ext/oci8/tests/edition_1.phpt
  M  ext/oci8/tests/edition_2.phpt
  M  ext/oci8/tests/extauth_01.phpt
  M  ext/oci8/tests/extauth_02.phpt
  M  ext/oci8/tests/extauth_03.phpt
  M  ext/oci8/tests/fetch.phpt
  M  ext/oci8/tests/fetch_all.phpt
  M  ext/oci8/tests/fetch_all1.phpt
  M  ext/oci8/tests/fetch_all3.phpt
  M  ext/oci8/tests/fetch_all4.phpt
  M  ext/oci8/tests/fetch_all5.phpt
  M  ext/oci8/tests/fetch_into.phpt
  M  ext/oci8/tests/fetch_object.phpt
  M  ext/oci8/tests/fetch_row.phpt
  M  ext/oci8/tests/field_funcs1.phpt
  A  ext/oci8/tests/imp_res_1.phpt
  A  ext/oci8/tests/imp_res_2.phpt
  A  ext/oci8/tests/imp_res_3.phpt
  A  ext/oci8/tests/imp_res_4.phpt
  A  ext/oci8/tests/imp_res_5.phpt
  A  ext/oci8/tests/imp_res_6.phpt
  A  ext/oci8/tests/imp_res_7.phpt
  A  ext/oci8/tests/imp_res_call_error.phpt
  A  ext/oci8/tests/imp_res_cancel.phpt
  A  ext/oci8/tests/imp_res_close.phpt
  A  ext/oci8/tests/imp_res_cursor.phpt
  A  ext/oci8/tests/imp_res_dbmsoutput.phpt
  A  ext/oci8/tests/imp_res_field.phpt
  A  ext/oci8/tests/imp_res_func_error.phpt
  A  ext/oci8/tests/imp_res_get_1.phpt
  A  ext/oci8/tests/imp_res_get_2.phpt
  A  ext/oci8/tests/imp_res_get_3.phpt
  A  ext/oci8/tests/imp_res_get_4.phpt
  A  ext/oci8/tests/imp_res_get_5.phpt
  A  ext/oci8/tests/imp_res_get_all.phpt
  A  ext/oci8/tests/imp_res_get_cancel.phpt
  A  ext/oci8/tests/imp_res_get_close_1.phpt
  A  ext/oci8/tests/imp_res_get_close_2.phpt
  A  ext/oci8/tests/imp_res_get_close_3.phpt
  A  ext/oci8/tests/imp_res_get_cursor.phpt
  A  ext/oci8/tests/imp_res_get_dbmsoutput.phpt
  A  ext/oci8/tests/imp_res_get_exec.phpt
  A  ext/oci8/tests/imp_res_get_none.phpt
  A  ext/oci8/tests/imp_res_insert.phpt
  A  ext/oci8/tests/imp_res_lob.phpt
  A  ext/oci8/tests/imp_res_prefetch.phpt
  M  ext/oci8/tests/lob_015.phpt
  A  ext/oci8/tests/lob_temp2.phpt
  M  ext/oci8/tests/minfo.phpt
  M  ext/oci8/tests/password.phpt
  M  ext/oci8/tests/password_2.phpt
  M  ext/oci8/tests/password_new.phpt
  M  ext/oci8/tests/password_old.phpt
  M  ext/oci8/tests/refcur_prefetch_3.phpt
  M  ext/oci8/tests/reflection1.phpt


Diff: <Diff exceeded maximum size>

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to