perl.cvs.mod_parrot
[Top] [All Lists]

[svn:mod_parrot] r382 - mod_parrot/trunk/lib/ModParrot/HLL

Subject: [svn:mod_parrot] r382 - mod_parrot/trunk/lib/ModParrot/HLL
From: jhorwitz@xxxxxxxxxxxx
Date: Thu, 24 Jul 2008 15:47:36 -0700 (PDT)
Newsgroups: perl.cvs.mod_parrot

Author: jhorwitz
Date: Thu Jul 24 15:47:35 2008
New Revision: 382

Modified:
   mod_parrot/trunk/lib/ModParrot/HLL/pipp.pir

Log:
don't expect a return value from run_php_file

Modified: mod_parrot/trunk/lib/ModParrot/HLL/pipp.pir
==============================================================================
--- mod_parrot/trunk/lib/ModParrot/HLL/pipp.pir (original)
+++ mod_parrot/trunk/lib/ModParrot/HLL/pipp.pir Thu Jul 24 15:47:35 2008
@@ -59,7 +59,7 @@
     
     php_file = r.'filename'()
     interp.'capture_stdout'(1)
-    status = run_php_file(php_file)
+    run_php_file(php_file)
     r.'content_type'("text/html")
 
     $S0 = interp.'dump_stdout'()

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:mod_parrot] r382 - mod_parrot/trunk/lib/ModParrot/HLL, jhorwitz <=