Jump to content

display_errors = Off php.ini


nightkarnation

Recommended Posts

Hey guys, I have on my server, my php.ini file and I have set up display_errors = Off

 

I have created a simple php file to test this:

 

<?php

$client_ip = $_SERVER['REMOTE_ADDR']    // the ; <----- is not there on purpose, to receive the error below

echo $client_ip;

?>

 

PHP Parse error: syntax error, unexpected T_ECHO in E:\home\mysite\Web\IPtest.php on line 5

 

Parse Error shouldnt be displayed? or I am incorrect?

Do I need to disable something else on my php.ini file?

I just want more security and dont really know if display_errors = Off is working,

 

Any ideas or suggestions?

Thanks a lot in advance!

Cheers.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.