Hi all,
COMMITINFO complained when I tried to commit updates to more than one module
at a time... and I've over half of PECL all ready to go here.
Is there any way to make this less painful all round (thinking of commit
mail too) or does it _have_ to be one-by-one?
- Steph
----- Original Message -----
From: "Steph Fox" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 31, 2008 10:06 AM
Subject: [PECL-CVS] cvs: pecl /mcrypt_filter mcrypt_filter_stub.c
php_mcrypt_filter.h
sfox Mon Mar 31 09:06:56 2008 UTC
Modified files:
/pecl/mcrypt_filter mcrypt_filter_stub.c php_mcrypt_filter.h
Log:
- Bring the majority of PECL extensions into line with macro/x.x.x
versioning.
- Please use the -dev tag during the development cycle so that snapshots
can easily be distinguished from releases.
http://cvs.php.net/viewvc.cgi/pecl/mcrypt_filter/mcrypt_filter_stub.c?r1=1.2&r2=1.3&diff_format=u
Index: pecl/mcrypt_filter/mcrypt_filter_stub.c
diff -u pecl/mcrypt_filter/mcrypt_filter_stub.c:1.2
pecl/mcrypt_filter/mcrypt_filter_stub.c:1.3
--- pecl/mcrypt_filter/mcrypt_filter_stub.c:1.2 Wed Jun 7 17:35:33 2006
+++ pecl/mcrypt_filter/mcrypt_filter_stub.c Mon Mar 31 09:06:55 2008
@@ -15,7 +15,7 @@
| Author: Sara Golemon <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: mcrypt_filter_stub.c,v 1.2 2006/06/07 17:35:33 pollita Exp $
+ $Id: mcrypt_filter_stub.c,v 1.3 2008/03/31 09:06:55 sfox Exp $
*/
#include "php_mcrypt_filter.h"
@@ -36,7 +36,7 @@
NULL, /* RSHUTDOWN */
PHP_MINFO(mcrypt_filter),
#if ZEND_MODULE_API_NO >= 20010901
- PHP_MCRYPT_FILTER_EXTNAME,
+ PHP_MCRYPT_FILTER_VERSION,
#endif
STANDARD_MODULE_PROPERTIES
};
@@ -72,6 +72,7 @@
{
php_info_print_table_start();
php_info_print_table_header(2, "mcrypt_filter support", "enabled");
+ php_info_print_table_header(2, "extension version",
PHP_MCRYPT_FILTER_VERSION);
php_info_print_table_end();
}
/* }}} */
http://cvs.php.net/viewvc.cgi/pecl/mcrypt_filter/php_mcrypt_filter.h?r1=1.2&r2=1.3&diff_format=u
Index: pecl/mcrypt_filter/php_mcrypt_filter.h
diff -u pecl/mcrypt_filter/php_mcrypt_filter.h:1.2
pecl/mcrypt_filter/php_mcrypt_filter.h:1.3
--- pecl/mcrypt_filter/php_mcrypt_filter.h:1.2 Wed Jun 7 17:35:33 2006
+++ pecl/mcrypt_filter/php_mcrypt_filter.h Mon Mar 31 09:06:55 2008
@@ -15,7 +15,7 @@
| Author: Sara Golemon <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: php_mcrypt_filter.h,v 1.2 2006/06/07 17:35:33 pollita Exp $
+ $Id: php_mcrypt_filter.h,v 1.3 2008/03/31 09:06:55 sfox Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -27,7 +27,8 @@
#include "php.h"
-#define PHP_MCRYPT_FILTER_EXTNAME "mcrypt_filter"
+#define PHP_MCRYPT_FILTER_EXTNAME "mcrypt_filter"
+#define PHP_MCRYPT_FILTER_VERSION "0.2.0-dev"
extern php_stream_filter_factory php_mcrypt_filter_factory;
extern zend_module_entry mcrypt_filter_module_entry;
--
PECL CVS Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php