tal Wed Sep 25 09:49:55 2002 EDT Modified files: /php4/ext/fribidi fribidi.c Log: - Update proto Index: php4/ext/fribidi/fribidi.c diff -u php4/ext/fribidi/fribidi.c:1.22 php4/ext/fribidi/fribidi.c:1.23 --- php4/ext/fribidi/fribidi.c:1.22 Mon Sep 23 16:24:29 2002 +++ php4/ext/fribidi/fribidi.c Wed Sep 25 09:49:55 2002 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: fribidi.c,v 1.22 2002/09/23 20:24:29 tal Exp $ */ +/* $Id: fribidi.c,v 1.23 2002/09/25 13:49:55 tal Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -118,7 +118,7 @@ +------------------------------------------------------------+ */ -/* {{{ proto string fribidi_log2vis(string str, long direction, int charset) +/* {{{ proto string fribidi_log2vis(string v_str, long direction, long charset) Convert a logical string to a visual one */ PHP_FUNCTION(fribidi_log2vis) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php