derick          Tue Oct  8 04:01:07 2002 EDT

  Modified files:              
    /php4/ext/mbstring  mbregex.c 
  Log:
  - Please do not use notices for debug information
  
  
Index: php4/ext/mbstring/mbregex.c
diff -u php4/ext/mbstring/mbregex.c:1.10 php4/ext/mbstring/mbregex.c:1.11
--- php4/ext/mbstring/mbregex.c:1.10    Sun Oct  6 05:29:54 2002
+++ php4/ext/mbstring/mbregex.c Tue Oct  8 04:01:06 2002
@@ -333,7 +333,7 @@
                ch += 16;
        }
        sprintf(sp, "};");
-       php_error_docref(NULL TSRMLS_CC, E_NOTICE, "reverse_table:\n%s", s);
+/*     php_error_docref(NULL TSRMLS_CC, E_NOTICE, "reverse_table:\n%s", s); */
        efree(s);
 }
 



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

Reply via email to