Re: [PHP-DEV] [patch] to string.c

2002-03-24 Thread Tal Peer
Explanation: There are some characters that are considered as English in ASCII but needs to be reversed when converting from logical Hebrew to visual Hebrew. The only characters that the original function support are ( and ). I added support for [,],{,},< and >. _

[PHP-DEV] [patch] to string.c

2002-03-24 Thread Tal Peer
Hello, I madde this patch for bug #11244 (http://bugs.php.net/bug.php?id=11244). Note: i'm not sure about the '/' and '\\' cases. Index: string.c === RCS file: /repository/php4/ext/standard/string.c,v retrieving revision 1.266 diff