views:

32

answers:

0

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