andrey          Fri Jan 24 08:18:09 2003 EDT

  Modified files:              
    /php4/ext/standard  string.c 
  Log:
  Resolving problem on OSF1 and probably other
  64 bit platforms. Thanks for the feedback of Magnus (novell kiruna se).
  
  
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.350 php4/ext/standard/string.c:1.351
--- php4/ext/standard/string.c:1.350    Fri Jan 24 07:19:59 2003
+++ php4/ext/standard/string.c  Fri Jan 24 08:18:08 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.350 2003/01/24 12:19:59 andrey Exp $ */
+/* $Id: string.c,v 1.351 2003/01/24 13:18:08 andrey Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -199,7 +199,7 @@
 static void php_spn_common_handler(INTERNAL_FUNCTION_PARAMETERS, int behavior)
 {
        char *s11, *s22;
-       long len1, len2, start, len;
+       int len1, len2, start, len;
        
        start = 0;
        len = 0;



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

Reply via email to