[PHP-CVS] cvs: php-src /ext/oci8 package.xml

2009-03-24 Thread Christopher Jones
sixdWed Mar 25 01:59:17 2009 UTC

  Modified files:  
/php-src/ext/oci8   package.xml 
  Log:
  sync with 5.3
  http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/package.xml?r1=1.20&r2=1.21&diff_format=u
Index: php-src/ext/oci8/package.xml
diff -u php-src/ext/oci8/package.xml:1.20 php-src/ext/oci8/package.xml:1.21
--- php-src/ext/oci8/package.xml:1.20   Thu Aug 24 11:53:37 2006
+++ php-src/ext/oci8/package.xmlWed Mar 25 01:59:17 2009
@@ -1,254 +1,625 @@
-
-
-
+
+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
+http://pear.php.net/dtd/tasks-1.0.xsd
+http://pear.php.net/dtd/package-2.0
+http://pear.php.net/dtd/package-2.0.xsd";>
  oci8
- OCI8 functions
- 
-  
-   tony2001
-   Antony Dovgal
-   tony2...@php.net
-   lead
-  
-  
-   wez
-   Wez Furlong
-   w...@php.net
-   lead
-  
-  
-   andi
-   Andi Gutmans
-   a...@zend.com
-   lead
-  
- 
- 
-  These functions allow you to access Oracle database servers using 
-  the Oracle Call Interface (OCI8).
+ pecl.php.net
+ Extension for Oracle Database
+ This 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.
  
- PHP
+ 
+  Christopher Jones
+  sixd
+  s...@php.net
+  yes
+ 
+ 
+  Antony Dovgal
+  tony2001
+  tony2...@php.net
+  yes
+ 
+ 
+  Wez Furlong
+  wez
+  w...@php.net
+  no
+ 
+ 
+  Andi Gutmans
+  andi
+  a...@zend.com
+  no
+ 
+
+ 2009-03-16
+ 10:00:00
+
+ 
+  1.3.5
+  1.3.4
+ 
+ 
+  stable
+  stable
+ 
+ http://www.php.net/license";>PHP
+ Fixed 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)
+ 
+ 
+  
+   
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+ 
+ 
+  
+   
+6.0.0
+6.0.0
+   
+   
+1.4.0b1
+   
+  
+ 
+ oci8
+ 
+  
+ 
+ 
+
+
+ 
+  1.3.4
+  1.3.4
+ 
+ 
+  stable
+  stable
+ 
+ http://www.php.net/license";>PHP
+ 
+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
+ 
+
+
+
+ 
+  1.3.3
+  1.3.3
+ 
+ 
+  stable
+  stable
+ 
+ http://www.php.net/license";>PHP
+ 
+Changed OCI NLS initialization for consistency and technical correctness
+Removed obsolete macros
+ 
+
+
+
+ 
+  1.3.2
+  1.3.2
+ 
+ 
+  beta
+  beta
+ 
+ http://www.php.net/license";>PHP
+ 
+Refine DRCP connection pooling functionality
+Do scope-end release for oci_pconnect (oci8.old_oci_close_semantics=1 gives 
old behavior)
+Fixed bug #44372 (compilation with Oracl

[PHP-CVS] cvs: php-src /ext/oci8 package.xml

2005-09-07 Thread Antony Dovgal
tony2001Wed Sep  7 09:05:52 2005 EDT

  Modified files:  
/php-src/ext/oci8   package.xml 
  Log:
  add Andi & Wez as lead maintainers and make myself lead too
  
  
http://cvs.php.net/diff.php/php-src/ext/oci8/package.xml?r1=1.4&r2=1.5&ty=u
Index: php-src/ext/oci8/package.xml
diff -u php-src/ext/oci8/package.xml:1.4 php-src/ext/oci8/package.xml:1.5
--- php-src/ext/oci8/package.xml:1.4Wed Sep  7 08:44:19 2005
+++ php-src/ext/oci8/package.xmlWed Sep  7 09:05:51 2005
@@ -8,7 +8,19 @@
tony2001
Antony Dovgal
[EMAIL PROTECTED]
-   developer
+   lead
+  
+  
+   wez
+   Wez Furlong
+   [EMAIL PROTECTED]
+   lead
+  
+  
+   andi
+   Andi Gutmans
+   [EMAIL PROTECTED]
+   lead
   
  
  

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



[PHP-CVS] cvs: php-src /ext/oci8 package.xml

2005-09-07 Thread Antony Dovgal
tony2001Wed Sep  7 08:44:20 2005 EDT

  Modified files:  
/php-src/ext/oci8   package.xml 
  Log:
  I doubt that all these people are going to develop it in PECL, 
  so remove them and fix those complains about non-existing users.
  
  
http://cvs.php.net/diff.php/php-src/ext/oci8/package.xml?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/oci8/package.xml
diff -u php-src/ext/oci8/package.xml:1.3 php-src/ext/oci8/package.xml:1.4
--- php-src/ext/oci8/package.xml:1.3Wed Sep  7 08:40:38 2005
+++ php-src/ext/oci8/package.xmlWed Sep  7 08:44:19 2005
@@ -10,42 +10,6 @@
[EMAIL PROTECTED]
developer
   
-  
-   ssb
-   Stig Bakken
-   [EMAIL PROTECTED]
-   developer
-  
-  
-   thies
-   Thies C. Arntzen
-   [EMAIL PROTECTED]
-   developer
-  
-  
-   asautins
-   Andy Sautins
-   [EMAIL PROTECTED]
-   developer
-  
-  
-   dbenson
-   David Benson
-   [EMAIL PROTECTED]
-   developer
-  
-  
-   maxim
-   Maxim Maletsky
-   [EMAIL PROTECTED]
-   developer
-  
-  
-   phanto
-   Harald Radi
-   [EMAIL PROTECTED]
-   developer
-  
  
  
   These functions allow you to access Oracle database servers using 

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



[PHP-CVS] cvs: php-src /ext/oci8 package.xml

2005-09-07 Thread Antony Dovgal
tony2001Wed Sep  7 08:40:41 2005 EDT

  Modified files:  
/php-src/ext/oci8   package.xml 
  Log:
  prepare to PECL release
  
  http://cvs.php.net/diff.php/php-src/ext/oci8/package.xml?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/oci8/package.xml
diff -u php-src/ext/oci8/package.xml:1.2 php-src/ext/oci8/package.xml:1.3
--- php-src/ext/oci8/package.xml:1.2Wed Mar 24 02:46:18 2004
+++ php-src/ext/oci8/package.xmlWed Sep  7 08:40:38 2005
@@ -2,7 +2,7 @@
 
 
  oci8
- Oracle 8 call interface functions
+ OCI8 functions
  
   
tony2001
@@ -48,38 +48,160 @@
   
  
  
-These functions allow you to access Oracle database servers using 
-the Oracle 8 call interface.
+  These functions allow you to access Oracle database servers using 
+  the Oracle Call Interface (OCI8).
  
  PHP
  
   beta
-  5.0.0rc1
-  2004-03-19
+  1.1
+  2005-09-07
   
-package.xml added to support intallation using pear installer
+   This release fixes a huge amount of bugs and adds support of 
+   statement caching, external credentials etc.
+   See official announce for details.
   
-  
-
-  
-  
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-  
-  
-   
-  
  
-
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+ 
+ 
+  
+   beta
+   1.0
+   2004-03-19
+   
+package.xml added to support installation using pear installer
+   
+  
+  
+ 
 

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

[PHP-CVS] cvs: php-src /ext/oci8 package.xml

2004-03-23 Thread Antony Dovgal
tony2001Wed Mar 24 02:46:19 2004 EDT

  Modified files:  
/php-src/ext/oci8   package.xml 
  Log:
  add account names & emails
  
  
http://cvs.php.net/diff.php/php-src/ext/oci8/package.xml?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/oci8/package.xml
diff -u php-src/ext/oci8/package.xml:1.1 php-src/ext/oci8/package.xml:1.2
--- php-src/ext/oci8/package.xml:1.1Tue Mar 23 14:46:05 2004
+++ php-src/ext/oci8/package.xmlWed Mar 24 02:46:18 2004
@@ -23,15 +23,15 @@
developer
   
   
-   ???
+   asautins
Andy Sautins
-   [EMAIL PROTECTED]
+   [EMAIL PROTECTED]
developer
   
   
-   ???
+   dbenson
David Benson
-   [EMAIL PROTECTED]
+   [EMAIL PROTECTED]
developer
   
   

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