Re: error warning while connecting to posgreSQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Alain Roger wrote:
Hi,

i try to understand the error_reporting statement and to avoid all warning
or error messages.
for example i stop the postgresql service and i try to connect to it.
when error_reporting is set to E_ALL, i get the following warning :
*Warning*: pg_connect()
[function.pg-connect<https://192.168.1.2/se_admin/en/logon/function.pg-connect>]:
Unable to connect to PostgreSQL server: could not connect to server:
Connection refused (0x0000274D/10061) Is the server running on host
"localhost" and accepting TCP/IP connections on port 5432? in *
L:\Webserver\se\log\checklogin.php* on line *48*
Couldn't Connect:

but if i have the error_reporting set to 0, i only get my die message
"Couldn't connect".

i would like to know if i let the setting "E_ALL" do i have a way how to not
display the warning message to end users but to display only "Couldn't
connect" ?
in fact to have the same behavior as error_reporting set to 0.
thx.


additionally.. the @ operator (suppress errors)

@pg_connect(...) = no error displayed only die('message shown')

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux