[rkward-devel] php (5.2.11) backend error with R 2.10 on KDE3

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Thu Nov 26 10:38:35 UTC 2009


Hi,

On Wednesday 25 November 2009, Prasenjit Kapat wrote:
> The PHP-backend has died unexpectedly. The current output buffer is shown
>  below: STDIN is at eof

that's bad. Could you try the following patch? It's just a guess, but perhaps 
this does the trick.

===================================================================
--- rkward/scriptbackends/common.php    (revision 2710)
+++ rkward/scriptbackends/common.php    (working copy)
@@ -59,6 +59,8 @@
 ini_set ("error_prepend_string", "#RKEND#\nPHP-Error");
 ini_set ("error_append_string", "#RKQEND#\n");

+usleep (500000);
+
 while (1) {
        eval (getInput ("requesting code"));
        fflush (STDOUT);

> Any idea?
> php (5.2.11 cli) is located at /usr/local/bin/php. And this is also
> specified in rkward settings.

Do you have any other version of PHP available to test?

Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20091126/b2125c96/attachment.sig>


More information about the Rkward-devel mailing list