tony2001 Mon Feb 6 10:41:42 2006 UTC
Modified files:
/php-src/ext/mbstring mbstring.c
Log:
MF51: initialize to_r
remove needless semicolon
http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.c?r1=1.235&r2=1.236&diff_format=u
Index: php-src/ext/mbstring/mbstring.c
diff -u php-src/ext/mbstring/mbstring.c:1.235
php-src/ext/mbstring/mbstring.c:1.236
--- php-src/ext/mbstring/mbstring.c:1.235 Sun Jan 1 13:09:51 2006
+++ php-src/ext/mbstring/mbstring.c Mon Feb 6 10:41:42 2006
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mbstring.c,v 1.235 2006/01/01 13:09:51 sniper Exp $ */
+/* $Id: mbstring.c,v 1.236 2006/02/06 10:41:42 tony2001 Exp $ */
/*
* PHP 4 Multibyte String module "mbstring"
@@ -163,7 +163,7 @@
ZEND_BEGIN_ARG_INFO(third_and_rest_force_ref, 1)
ZEND_ARG_PASS_INFO(0)
ZEND_ARG_PASS_INFO(0)
- ZEND_END_ARG_INFO();
+ ZEND_END_ARG_INFO()
/* {{{ mb_overload_def mb_ovld[] */
static const struct mb_overload_def mb_ovld[] = {
@@ -3047,7 +3047,7 @@
char *extra_cmd=NULL;
int extra_cmd_len;
int i;
- char *to_r;
+ char *to_r = NULL;
char *force_extra_parameters = INI_STR("mail.force_extra_parameters");
struct {
int cnt_type:1;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php