hirokawa                                 Mon, 12 Sep 2011 13:20:05 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=316534

Log:
fixed optional argument.

Changed paths:
    U   php/php-src/trunk/ext/mbstring/mbstring.c

Modified: php/php-src/trunk/ext/mbstring/mbstring.c
===================================================================
--- php/php-src/trunk/ext/mbstring/mbstring.c   2011-09-12 13:14:16 UTC (rev 
316533)
+++ php/php-src/trunk/ext/mbstring/mbstring.c   2011-09-12 13:20:05 UTC (rev 
316534)
@@ -245,7 +245,7 @@
        ZEND_ARG_INFO(0, encoding)
 ZEND_END_ARG_INFO()

-ZEND_BEGIN_ARG_INFO_EX(arginfo_mb_parse_str, 0, 0, 2)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_mb_parse_str, 0, 0, 1)
        ZEND_ARG_INFO(0, encoded_string)
        ZEND_ARG_INFO(1, result)
 ZEND_END_ARG_INFO()

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

Reply via email to