rasmus          Thu May 24 22:40:02 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/json   JSON_parser.c 
  Log:
  Make the code match the commit comment
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.8&r2=1.1.2.9&diff_format=u
Index: php-src/ext/json/JSON_parser.c
diff -u php-src/ext/json/JSON_parser.c:1.1.2.8 
php-src/ext/json/JSON_parser.c:1.1.2.9
--- php-src/ext/json/JSON_parser.c:1.1.2.8      Thu May 24 22:37:59 2007
+++ php-src/ext/json/JSON_parser.c      Thu May 24 22:40:02 2007
@@ -201,7 +201,7 @@
 /*29*/ {29,29,-1,-1,-1,-1,-1,-1, 
3,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1}
 };
 
-#define JSON_PARSER_MAX_DEPTH 40
+#define JSON_PARSER_MAX_DEPTH 128
 
 
 /*

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

Reply via email to