php4delphi: Trying to supress error using @ on function socket_recvfrom, but ZEND gives a warning an
- by Morten
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