Recent content by leozusa

  1. L

    How can I turn off display_errors using .htaccess

    Then how can I accompish this?? is there another way for me to turn off the display_errors directive? Please help me with this because I use XMLHttpRequest responses and they get dirty with php error messages when sometimes they are just notices... and there are times when ini_set doesn't stop...
  2. L

    How can I turn off display_errors using .htaccess

    Hi, I asked before with no responses, I want to disable the display_error feature account-wide, as I always check the error_log instead As can be seen in the official php doc (http://www.php.net/manual/en/errorfu...display-errors) note 1: "This is a feature to support your development and...
  3. L

    I want to turn off display_errors using .htaccess

    Hi, I want to disable the display_error feature account-wide, as I always check the error_log instead As can be seen in the official php doc (http://www.php.net/manual/en/errorfunc.configuration.php#ini.display-errors) note 1: "This is a feature to support your development and should never be...
Top