php4delphi: Trying to supress error using @ on function socket_recvfrom, but ZEND gives a warning an
Posted
by Morten
on Stack Overflow
See other posts from Stack Overflow
or by Morten
Published on 2010-03-08T07:56:50Z
Indexed on
2010/03/08
8:06 UTC
Read the original article
Hit count: 429
Hi!
I am using php4Delphi in Delphi.
In my PHP script I`m using the function:
$ret = @socket_recv_from(....);
In a normal PHP script ran by either PHP itselfs or Apache this would not give out a warning when the @ operator is present.
But with my application it does anyways...
I am using PHP version 5.3 and newest release of php4Delphi.
Thank you!
Morten
© Stack Overflow or respective owner