[PHP-CVS] cvs: php-src /ext/oci8 php_oci8.h

2009-03-15 Thread Christopher Jones
sixdMon Mar 16 05:37:35 2009 UTC

  Modified files:  
/php-src/ext/oci8   php_oci8.h 
  Log:
  Prepare for PECL OCI8 1.3.5
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/php_oci8.h?r1=1.52r2=1.53diff_format=u
Index: php-src/ext/oci8/php_oci8.h
diff -u php-src/ext/oci8/php_oci8.h:1.52 php-src/ext/oci8/php_oci8.h:1.53
--- php-src/ext/oci8/php_oci8.h:1.52Mon Mar  9 17:40:59 2009
+++ php-src/ext/oci8/php_oci8.h Mon Mar 16 05:37:35 2009
@@ -25,7 +25,7 @@
+--+
 */
 
-/* $Id: php_oci8.h,v 1.52 2009/03/09 17:40:59 sixd Exp $ */
+/* $Id: php_oci8.h,v 1.53 2009/03/16 05:37:35 sixd Exp $ */
 
 #if HAVE_OCI8
 # ifndef PHP_OCI8_H
@@ -39,7 +39,7 @@
 /*
  * The version of the OCI8 extension.
  */
-#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



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



[PHP-CVS] cvs: php-src /ext/oci8 php_oci8.h

2008-04-17 Thread Christopher Jones
sixdFri Apr 18 02:35:08 2008 UTC

  Modified files:  
/php-src/ext/oci8   php_oci8.h 
  Log:
  MFB: Set extension status back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/php_oci8.h?r1=1.45r2=1.46diff_format=u
Index: php-src/ext/oci8/php_oci8.h
diff -u php-src/ext/oci8/php_oci8.h:1.45 php-src/ext/oci8/php_oci8.h:1.46
--- php-src/ext/oci8/php_oci8.h:1.45Fri Apr 18 00:04:44 2008
+++ php-src/ext/oci8/php_oci8.h Fri Apr 18 02:35:08 2008
@@ -25,7 +25,7 @@
+--+
 */
 
-/* $Id: php_oci8.h,v 1.45 2008/04/18 00:04:44 sixd Exp $ */
+/* $Id: php_oci8.h,v 1.46 2008/04/18 02:35:08 sixd Exp $ */
 
 #if HAVE_OCI8
 # ifndef PHP_OCI8_H
@@ -39,7 +39,7 @@
 /*
  * The version of the OCI8 extension.
  */
-#define PHP_OCI8_VERSION 1.3.2 Beta
+#define PHP_OCI8_VERSION 1.3.3-dev
 
 extern zend_module_entry oci8_module_entry;
 #define phpext_oci8_ptr oci8_module_entry



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