diff options
| author | Christopher Jones <sixd@php.net> | 2008-04-18 00:04:45 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2008-04-18 00:04:45 +0000 |
| commit | 7f3604bbab88b5bf68504f248abf1cbfd63e57e3 (patch) | |
| tree | 11ec30a44f7b291744334c24a9a9ca3930149f4a /ext/oci8/php_oci8.h | |
| parent | 30800f4b12445210023d693a98367b9c21b9200c (diff) | |
| download | php-git-7f3604bbab88b5bf68504f248abf1cbfd63e57e3.tar.gz | |
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
Diffstat (limited to 'ext/oci8/php_oci8.h')
| -rw-r--r-- | ext/oci8/php_oci8.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 9058aacb7e..a05538e47d 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 6 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2008 The PHP Group | +----------------------------------------------------------------------+ @@ -36,10 +36,10 @@ #endif -/* +/* * The version of the OCI8 extension. */ -#define PHP_OCI8_VERSION "1.3.1 Beta" +#define PHP_OCI8_VERSION "1.3.2 Beta" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry @@ -64,5 +64,3 @@ PHP_MINFO_FUNCTION(oci); * c-basic-offset: 4 * End: */ - - |
