thies           Thu Feb 15 06:01:18 2001 EDT

  Modified files:              
    /php4/ext/standard  string.c 
  Log:
  0..255
  
  
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.187 php4/ext/standard/string.c:1.188
--- php4/ext/standard/string.c:1.187    Fri Feb  2 05:47:02 2001
+++ php4/ext/standard/string.c  Thu Feb 15 06:01:18 2001
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.187 2001/02/02 13:47:02 rasmus Exp $ */
+/* $Id: string.c,v 1.188 2001/02/15 14:01:18 thies Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -2937,7 +2937,7 @@
                array_init(return_value);
        }
 
-       for (inx=0; inx < 255; inx++) {
+       for (inx=0; inx < 256; inx++) {
                switch (mymode) {
                case 0:
                        add_index_long(return_value,inx,chars[inx]);



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to