help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.8.0 and PHP


From: eykiriku
Subject: Re: Octave 3.8.0 and PHP
Date: Wed, 29 Jan 2014 11:29:17 -0800 (PST)

@vinu k n, thanks for the advice on the security issues regarding the pipes. 
besides that i am not sure if i got your hint right, because if i run a php
script with:

$cmd = 'octave -qf --persist --path script_path --eval("myscript.m")'; 
$ex = passthru($cmd, $output); 
var_dump($ex); 

the result is NULL and without the -qf option no octave startup message is
shown.
i hope it's just me that i confused your tip



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-3-8-0-and-PHP-tp4661495p4661502.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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