]> granicus.if.org Git - php/commit
MFH
authorChristopher Jones <sixd@php.net>
Fri, 18 Apr 2008 00:05:27 +0000 (00:05 +0000)
committerChristopher Jones <sixd@php.net>
Fri, 18 Apr 2008 00:05:27 +0000 (00:05 +0000)
commit08eaa56798fba86a72a34e0919d2ce3511c544cb
tree6ed613484bad6429997406bea1d85a79eb00df73
parentde34e8700029fc2d380c485e98401829da9b4d6c
MFH

Code:
  - Do scope-end release for oci_pconnect (oci8.old_oci_close_semantics=1 gives old behavior)
  - Fix session reuse with 10.2 client libs
  - Fix the Ping macro version check for 10.2
  - Add type check associated with zend_list_find
  - Code connection re-organized for reuse
  - Format comments
  - WS changes
  - Prepare for new PECL release
Tests:
  - Add new tests
  - Rationalize password tests
  - Revert use of __DIR__ so tests will work with PHP 5.2
  - Update some skipifs to make tests more portable
27 files changed:
ext/oci8/CREDITS
ext/oci8/README
ext/oci8/oci8.c
ext/oci8/oci8_collection.c
ext/oci8/oci8_interface.c
ext/oci8/oci8_lob.c
ext/oci8/oci8_statement.c
ext/oci8/package2.xml
ext/oci8/php_oci8.h
ext/oci8/php_oci8_int.h
ext/oci8/tests/bug43497.phpt
ext/oci8/tests/bug43497_92.phpt [new file with mode: 0644]
ext/oci8/tests/bug44113.phpt
ext/oci8/tests/drcp_cclass1.phpt
ext/oci8/tests/drcp_connect1.phpt
ext/oci8/tests/drcp_scope1.phpt
ext/oci8/tests/drcp_scope2.phpt
ext/oci8/tests/drcp_scope3.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_scope4.phpt [new file with mode: 0644]
ext/oci8/tests/drcp_scope5.phpt [new file with mode: 0644]
ext/oci8/tests/password.phpt
ext/oci8/tests/password_2.phpt
ext/oci8/tests/password_new.phpt
ext/oci8/tests/password_old.phpt
ext/oci8/tests/pecl_bug10194_blob.phpt
ext/oci8/tests/pecl_bug10194_blob_64.phpt
ext/oci8/tests/testping.phpt