help-gift
[Top][All Lists]
Advanced

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

[help-GIFT] Another fix to the php client


From: John Restrepo
Subject: [help-GIFT] Another fix to the php client
Date: Wed, 21 May 2003 15:42:38 +0200


Hi folks,

Here is another fix to the php client.

The behavior of some php functions have changed. The php client will not work with php > 4.2.3. The second parameter of the function fgets became optional since 4.2.0, worked till 4.2.2 and will not work from that on. So the line

$buf = fgets($socket,1);

becomes

$buf = fgets($socket);

(Thanks to Lodewijk van der Meer from acato.nl for bringing this to my attention)

Cheers,

John



________________________________________
John Restrepo <address@hidden>
TU Delft
Industrieel Ontwerpen
Landbergstraat 15 Kamer 10-4B-39
2628CE Delft
The Netherlands
Phone +31 15 278-5146 Fax +31 15 278-7179
________________________________________







reply via email to

[Prev in Thread] Current Thread [Next in Thread]