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
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ RKWard-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rkward-devel
