[PHP-CVS] cvs: php-src(PHP_5_3) /ext/oci8 package2.xml

2009-03-24 Thread Christopher Jones
sixdWed Mar 25 02:00:53 2009 UTC

  Removed files:   (Branch: PHP_5_3)
/php-src/ext/oci8   package2.xml 
  Log:
  Obsolete package2.xml: resume using package.xml
  



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



[PHP-CVS] cvs: php-src(PHP_5_3) /ext/oci8 package2.xml php_oci8.h

2009-03-15 Thread Christopher Jones
sixdMon Mar 16 05:44:49 2009 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/oci8   php_oci8.h package2.xml 
  Log:
  MFH Prepare for PECL OCI8 1.3.5
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/php_oci8.h?r1=1.36.2.2.2.1.2.12r2=1.36.2.2.2.1.2.13diff_format=u
Index: php-src/ext/oci8/php_oci8.h
diff -u php-src/ext/oci8/php_oci8.h:1.36.2.2.2.1.2.12 
php-src/ext/oci8/php_oci8.h:1.36.2.2.2.1.2.13
--- php-src/ext/oci8/php_oci8.h:1.36.2.2.2.1.2.12   Mon Mar  9 17:42:22 2009
+++ php-src/ext/oci8/php_oci8.h Mon Mar 16 05:44:49 2009
@@ -25,7 +25,7 @@
+--+
 */
 
-/* $Id: php_oci8.h,v 1.36.2.2.2.1.2.12 2009/03/09 17:42:22 sixd Exp $ */
+/* $Id: php_oci8.h,v 1.36.2.2.2.1.2.13 2009/03/16 05:44:49 sixd Exp $ */
 
 #if HAVE_OCI8
 # ifndef PHP_OCI8_H
@@ -46,7 +46,7 @@
  */
 #undef PHP_OCI8_VERSION
 #endif
-#define PHP_OCI8_VERSION 1.3.5-dev
+#define PHP_OCI8_VERSION 1.3.5
 
 extern zend_module_entry oci8_module_entry;
 #define phpext_oci8_ptr oci8_module_entry
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/package2.xml?r1=1.1.2.8.2.8r2=1.1.2.8.2.9diff_format=u
Index: php-src/ext/oci8/package2.xml
diff -u php-src/ext/oci8/package2.xml:1.1.2.8.2.8 
php-src/ext/oci8/package2.xml:1.1.2.8.2.9
--- php-src/ext/oci8/package2.xml:1.1.2.8.2.8   Sun Jul 27 17:50:41 2008
+++ php-src/ext/oci8/package2.xml   Mon Mar 16 05:44:49 2009
@@ -9,6 +9,12 @@
  descriptionThis extension allows you to access Oracle databases using the 
Oracle Call Interface (OCI8). It can be built with PHP 4.3.9 to 5.x.  It can be 
linked with Oracle 9.2, 10.2 or 11.1 client libraries.
  /description
  lead
+  nameChristopher Jones/name
+  usersixd/user
+  emails...@php.net/email
+  activeyes/active
+ /lead
+ lead
   nameAntony Dovgal/name
   usertony2001/user
   emailtony2...@php.net/email
@@ -26,18 +32,12 @@
   emaila...@zend.com/email
   activeno/active
  /lead
- lead
-  nameChristopher Jones/name
-  usersixd/user
-  emails...@php.net/email
-  activeyes/active
- /lead
 
- date2008-07-27/date
- time16:00:00/time
+ date2009-03-16/date
+ time10:00:00/time
 
  version
-  release1.3.4/release
+  release1.3.5/release
   api1.3.4/api
  /version
  stability
@@ -45,11 +45,13 @@
   apistable/api
  /stability
  license uri=http://www.php.net/license;PHP/license
- notes
-Enhancement - Allow External Authentication (not supported on Windows)
-Enhancement - Reflection will show function and method arguments with PHP 5.x
-Increase default oci8.default_prefetch from 10 to 100
-Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g 
ORACLE_HOME builds
+ notesFixed Bug #47243 (Crash at end of request shutdown on Windows)
+Fixed Bug #46994 (CLOB size does not update when using CLOB IN OUT param in 
stored procedure)
+Fixed Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize)
+Fixed 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.
+Fixed PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault)
+Fixed PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)
+Fixed PECL Bug #14268 (Allow pecl install oci8 command to autodetect an 
Instant Client RPM install)
  /notes
  contents
   dir name=/
@@ -76,6 +78,9 @@
 file name=array_bind_int.phpt role=test /
 file name=array_bind_str1.phpt role=test /
 file name=array_bind_str.phpt role=test /
+file name=b47243_1.phpt role=test /
+file name=b47243_2.phpt role=test /
+file name=b47243_3.phpt role=test /
 file name=bind_char_1.phpt role=test /
 file name=bind_char_2.phpt role=test /
 file name=bind_char_3.phpt role=test /
@@ -112,6 +117,9 @@
 file name=bug44008.phpt role=test /
 file name=bug44113.phpt role=test /
 file name=bug44206.phpt role=test /
+file name=bug45458.phpt role=test /
+file name=bug46994.phpt role=test /
+file name=bug47189.phpt role=test /
 file name=bug6109.phpt role=test /
 file name=close.phpt role=test /
 file name=coll_001.phpt role=test /
@@ -288,6 +296,7 @@
 file name=pecl_bug10194_blob_64.phpt role=test /
 file name=pecl_bug10194_blob.phpt role=test /
 file name=pecl_bug10194.phpt role=test /
+file name=pecl_bug16035.phpt role=test /
 file name=pecl_bug8816.phpt role=test /
 file name=persistent.phpt role=test /
 file name=prefetch_old.phpt role=test /
@@ -343,6 +352,24 @@
 
 release
  version
+  release1.3.4/release
+  api1.3.4/api
+ /version
+ stability
+  releasestable/release
+  apistable/api
+ /stability
+ license uri=http://www.php.net/license;PHP/license
+ notes
+Enhancement - Allow External Authentication (not supported on Windows)
+Enhancement - Reflection will show function and method arguments with PHP 5.x
+Increase default oci8.default_prefetch from 10 to 100
+Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with 

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/oci8 package2.xml

2008-06-05 Thread Christopher Jones
sixdThu Jun  5 23:41:35 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/oci8   package2.xml 
  Log:
  MFB: sync with PECL 1.2.5 release
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/package2.xml?r1=1.1.2.8.2.5r2=1.1.2.8.2.6diff_format=u
Index: php-src/ext/oci8/package2.xml
diff -u php-src/ext/oci8/package2.xml:1.1.2.8.2.5 
php-src/ext/oci8/package2.xml:1.1.2.8.2.6
--- php-src/ext/oci8/package2.xml:1.1.2.8.2.5   Fri Apr 18 02:33:59 2008
+++ php-src/ext/oci8/package2.xml   Thu Jun  5 23:41:35 2008
@@ -365,6 +365,30 @@
 
  release
  version
+  release1.2.5/release
+  api1.2.5/api
+ /version
+ stability
+  releasestable/release
+  apistable/api
+ /stability
+ license uri=http://www.php.net/license;PHP/license
+ notes
+This 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.
+
+Fixed bug #42496 (cursor leak selecting LOBs 
http://bugs.php.net/bug.php?id=42496
+Fixed bug #42841 (crash with REF CURSORS when statement caching enabled) 
http://bugs.php.net/bug.php?id=42841
+Fixed bug #43497 (Temporary LOB leak) http://bugs.php.net/bug.php?id=43497
+Fixed bug #44206 (OCI8 selecting ref cursors leads to ORA-1000 maximum open 
cursors reached).
+Fixed bug #44008 (OCI8 incorrect usage of OCI-Lob-close crashes PHP).
+Fixed bug #44113 (new collection creation can fail with OCI-22303) 
http://bugs.php.net/bug.php?id=44113
+Enhancement - make -with-oci8=instantclient with no directory specified look 
for RPM install
+Enhancement - compile with 64bit Instant Client RPMs (bug 
http://bugs.php.net/bug.php?id=41941, http://pecl.php.net/bugs/bug.php?id=13523)
+ /notes
+ /release
+
+ release
+ version
   release1.2.4/release
   api1.2.4/api
  /version



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



[PHP-CVS] cvs: php-src(PHP_5_3) /ext/oci8 package2.xml

2008-04-17 Thread Christopher Jones
sixdFri Apr 18 02:33:59 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/oci8   package2.xml 
  Log:
  Update description
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/package2.xml?r1=1.1.2.8.2.4r2=1.1.2.8.2.5diff_format=u
Index: php-src/ext/oci8/package2.xml
diff -u php-src/ext/oci8/package2.xml:1.1.2.8.2.4 
php-src/ext/oci8/package2.xml:1.1.2.8.2.5
--- php-src/ext/oci8/package2.xml:1.1.2.8.2.4   Fri Apr 18 00:05:27 2008
+++ php-src/ext/oci8/package2.xml   Fri Apr 18 02:33:59 2008
@@ -5,8 +5,8 @@
 http://pear.php.net/dtd/package-2.0.xsd;
  nameoci8/name
  channelpecl.php.net/channel
- summaryOCI8 functions/summary
- descriptionThese functions allow you to access Oracle database servers 
using the Oracle Call Interface (OCI8).
+ summaryExtension for Oracle Database/summary
+ descriptionThis extension allows you to access Oracle databases using the 
Oracle Call Interface (OCI8). It can be built using Oracle 9.2, 10.2 or 11.1 
client libraries, and allows Oracle's standard cross-version connectivity.
  /description
  lead
   nameAntony Dovgal/name



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



[PHP-CVS] cvs: php-src(PHP_5_3) /ext/oci8 package2.xml

2008-02-19 Thread Christopher Jones
sixdTue Feb 19 19:04:03 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/oci8   package2.xml 
  Log:
  Update for PECL release
  
  http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/package2.xml?r1=1.1.2.8.2.1r2=1.1.2.8.2.2diff_format=u
Index: php-src/ext/oci8/package2.xml
diff -u php-src/ext/oci8/package2.xml:1.1.2.8.2.1 
php-src/ext/oci8/package2.xml:1.1.2.8.2.2
--- php-src/ext/oci8/package2.xml:1.1.2.8.2.1   Thu Jan 31 01:33:29 2008
+++ php-src/ext/oci8/package2.xml   Tue Feb 19 19:04:03 2008
@@ -35,16 +35,24 @@
  /lead
  date2007-10-05/date
  time10:00:00/time
+
  version
-  release1.3.0/release
-  api1.3.0/api
+  release1.3.1/release
+  api1.3.1/api
  /version
  stability
   releasebeta/release
   apibeta/api
  /stability
  license uri=http://www.php.net/license;PHP/license
- notesAdded DRCP and FAN support.
+ notesFixed bug #44113 (New collection creation can fail with OCI-22303)
+Fixed bug #42841 (Crash with REF CURSORS when statement caching enabled)
+Fixed bug #42496 (Cursor leak selecting LOBs
+Fixed bug #43497 (Temporary LOB leak)
+Fixed PECL bug #12431 (ping functionality is broken)
+Allow compilation with 64bit Instant Client RPMs
+Allow -with-oci8=instantclient with no directory specified look for RPM install
+Refine DRCP connection pooling functionality
  /notes
  contents
   dir name=/
@@ -84,6 +92,7 @@
 file name=bug35973.phpt role=test /
 file name=bug36010.phpt role=test /
 file name=bug36096.phpt role=test /
+file name=bug37220.phpt role=test /
 file name=bug37581.phpt role=test /
 file name=bug38161.phpt role=test /
 file name=bug38173.phpt role=test /
@@ -91,6 +100,12 @@
 file name=bug40415.phpt role=test /
 file name=bug42134.phpt role=test /
 file name=bug42173.phpt role=test /
+file name=bug42496_1.phpt role=test /
+file name=bug42496_2.phpt role=test /
+file name=bug42841.phpt role=test /
+file name=bug43492.phpt role=test /
+file name=bug43497.phpt role=test /
+file name=bug44113.phpt role=test /
 file name=close.phpt role=test /
 file name=coll_001.phpt role=test /
 file name=coll_002_func.phpt role=test /
@@ -153,6 +168,18 @@
 file name=define.phpt role=test /
 file name=descriptors.phpt role=test /
 file name=details.inc role=test /
+file name=drcp_characterset.phpt role=test /
+file name=drcp_conn_close1.phpt role=test /
+file name=drcp_conn_close2.phpt role=test /
+file name=drcp_connect1.phpt role=test /
+file name=drcp_connection_class.phpt role=test /
+file name=drcp_functions.inc role=test /
+file name=drcp_newconnect.phpt role=test /
+file name=drcp_pconn_close1.phpt role=test /
+file name=drcp_pconn_close2.phpt role=test /
+file name=drcp_privileged.phpt role=test /
+file name=drcp_scope1.phpt role=test /
+file name=drcp_scope2.phpt role=test /
 file name=drop_table.inc role=test /
 file name=drop_type.inc role=test /
 file name=error1.phpt role=test /
@@ -218,6 +245,8 @@
 file name=lob_038.phpt role=test /
 file name=lob_039.phpt role=test /
 file name=lob_040.phpt role=test /
+file name=lob_041.phpt role=test /
+file name=lob_042.phpt role=test /
 file name=lob_aliases.phpt role=test /
 file name=lob_null.phpt role=test /
 file name=lob_temp1.phpt role=test /
@@ -240,6 +269,7 @@
 file name=prefetch.phpt role=test /
 file name=privileged_connect1.phpt role=test /
 file name=privileged_connect.phpt role=test /
+file name=rowid_bind.phpt role=test /
 file name=select_null.phpt role=test /
 file name=serverversion.phpt role=test /
 file name=skipif.inc role=test /
@@ -249,6 +279,7 @@
 file name=test.gif role=test /
 file name=test.txt role=test /
 file name=uncommitted.phpt role=test /
+file name=xmltype_01.phpt role=test /
/dir !-- //tests --
file name=config.m4 role=src /
file name=config.w32 role=src /
@@ -278,10 +309,30 @@
  /dependencies
  providesextensionoci8/providesextension
  extsrcrelease
-  configureoption default=autodetect name=with-oci8 prompt=Please 
provide the path to ORACLE_HOME dir. Use 
apos;instantclient,/path/to/instant/client/libapos; if youapos;re compiling 
against Oracle Instant Client /
+  configureoption default=autodetect name=with-oci8 prompt=Please 
provide the path to ORACLE_HOME dir. Use 
apos;instantclient,/path/to/instant/client/libapos; if youapos;re compiling 
with Oracle Instant Client /
  /extsrcrelease
  changelog
 
+ release
+ version
+  release1.3.1/release
+  api1.3.1/api
+ /version
+ stability
+  releasebeta/release
+  apibeta/api
+ /stability
+ license uri=http://www.php.net/license;PHP/license
+ notesFixed bug #44113 (New collection creation can fail with OCI-22303)
+Fixed bug #42841 (Crash with REF CURSORS when statement caching enabled)
+Fixed bug #42496 (Cursor leak selecting LOBs
+Fixed bug #43497 (Temporary LOB leak)
+Fixed PECL bug #12431 (ping