helly           Sun Aug  3 14:46:34 2003 EDT

  Modified files:              
    /php-src/ext/mbstring       mbstring.c php_mbregex.h 
  Log:
  Reallow build
  
Index: php-src/ext/mbstring/mbstring.c
diff -u php-src/ext/mbstring/mbstring.c:1.180 php-src/ext/mbstring/mbstring.c:1.181
--- php-src/ext/mbstring/mbstring.c:1.180       Sun Aug  3 13:44:36 2003
+++ php-src/ext/mbstring/mbstring.c     Sun Aug  3 14:46:34 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mbstring.c,v 1.180 2003/08/03 17:44:36 zeev Exp $ */
+/* $Id: mbstring.c,v 1.181 2003/08/03 18:46:34 helly Exp $ */
 
 /*
  * PHP4 Multibyte String module "mbstring"
@@ -197,7 +197,7 @@
        PHP_FE(mb_http_output,                  NULL)
        PHP_FE(mb_detect_order,                 NULL)
        PHP_FE(mb_substitute_character, NULL)
-       PHP_FE(mb_parse_str,                    (unsigned char *)second_arg_force_ref)
+       PHP_FE(mb_parse_str,                    second_arg_force_ref)
        PHP_FE(mb_output_handler,               NULL)
        PHP_FE(mb_preferred_mime_name,  NULL)
        PHP_FE(mb_strlen,                               NULL)
@@ -213,7 +213,7 @@
        PHP_FE(mb_convert_kana,                 NULL)
        PHP_FE(mb_encode_mimeheader,    NULL)
        PHP_FE(mb_decode_mimeheader,    NULL)
-       PHP_FE(mb_convert_variables,    (unsigned char *)third_and_rest_force_ref)
+       PHP_FE(mb_convert_variables,    third_and_rest_force_ref)
        PHP_FE(mb_encode_numericentity, NULL)
        PHP_FE(mb_decode_numericentity, NULL)
        PHP_FE(mb_send_mail,                    NULL)
Index: php-src/ext/mbstring/php_mbregex.h
diff -u php-src/ext/mbstring/php_mbregex.h:1.7 php-src/ext/mbstring/php_mbregex.h:1.8
--- php-src/ext/mbstring/php_mbregex.h:1.7      Tue Jun 10 16:03:31 2003
+++ php-src/ext/mbstring/php_mbregex.h  Sun Aug  3 14:46:34 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_mbregex.h,v 1.7 2003/06/10 20:03:31 imajes Exp $ */
+/* $Id: php_mbregex.h,v 1.8 2003/08/03 18:46:34 helly Exp $ */
  
 #ifndef _PHP_MBREGEX_H
 #define _PHP_MBREGEX_H
@@ -44,8 +44,8 @@
 #define PHP_MBREGEX_FUNCTION_ENTRIES \
        PHP_FE(mb_regex_encoding,       NULL) \
        PHP_FE(mb_regex_set_options,    NULL) \
-       PHP_FE(mb_ereg,                 (unsigned char *)third_argument_force_ref) \
-       PHP_FE(mb_eregi,                        (unsigned char 
*)third_argument_force_ref) \
+       PHP_FE(mb_ereg,                 third_arg_force_ref) \
+       PHP_FE(mb_eregi,                        third_arg_force_ref) \
        PHP_FE(mb_ereg_replace,                 NULL) \
        PHP_FE(mb_eregi_replace,                        NULL) \
        PHP_FE(mb_split,                                        NULL) \



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

Reply via email to