sesser          Wed Mar 12 07:01:04 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/main  main.c 
  Log:
  MFH
  
  
Index: php4/main/main.c
diff -u php4/main/main.c:1.512.2.15 php4/main/main.c:1.512.2.16
--- php4/main/main.c:1.512.2.15 Sat Mar  8 10:24:47 2003
+++ php4/main/main.c    Wed Mar 12 07:01:01 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.512.2.15 2003/03/08 15:24:47 sesser Exp $ */
+/* $Id: main.c,v 1.512.2.16 2003/03/12 12:01:01 sesser Exp $ */
 
 /* {{{ includes
  */
@@ -598,14 +598,6 @@
        TSRMLS_FETCH();
 
        buffer_len = vspprintf(&buffer, PG(log_errors_max_len), format, args);
-       if (PG(html_errors)) {
-               int len;
-               char *replace = php_escape_html_entities(buffer, buffer_len, &len, 0, 
ENT_COMPAT, NULL TSRMLS_CC);
-               efree(buffer);
-               buffer = replace;
-               buffer_len = len;
-       }
-
        if (PG(ignore_repeated_errors)) {
                if (strncmp(last_error.buf, buffer, sizeof(last_error.buf))
                        || (!PG(ignore_repeated_source)



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

Reply via email to