| 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> |
|---|---|---|
| ||
| Previous by Date: | [svn:mod_parrot] r381 - in mod_parrot/branches/configure: . config/directives config/gen config/gen/makefiles config/init config/probe lib/ModParrot/Configure, particle |
|---|---|
| Next by Date: | [svn:mod_parrot] r383 - in mod_parrot/trunk: include src, jhorwitz |
| Previous by Thread: | [svn:mod_parrot] r381 - in mod_parrot/branches/configure: . config/directives config/gen config/gen/makefiles config/init config/probe lib/ModParrot/Configure, particle |
| Next by Thread: | [svn:mod_parrot] r383 - in mod_parrot/trunk: include src, jhorwitz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |