Development

#1271 (lime doesn't work with open base dir restrictions + html errors is on)

You must first sign up to be able to contribute.

Ticket #1271 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

lime doesn't work with open base dir restrictions + html errors is on

Reported by: dwhittle Assigned to:
Priority: minor Milestone: 1.0.0
Component: Version: 1.0.0-beta2
Keywords: Cc:
Qualification:

Description

Please change lime.php on line 430:

passthru(sprintf('%s -d html_errors=off -d open_basedir= -q "%s" 2>&1', $this->php_cli, $file), $return);

This should be anywhere in symfony executes php via system/exec/passthru/etc..

-d html_errors=off -d open_basedir= -q

I will apply to trunk, email me off trac.

Change History

12/28/06 23:41:03 changed by dwhittle

I applied this partially in changeset 3117.. I don't have access to lime, so I didn't commit

01/03/07 09:08:45 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [3129]) fixed open base dir restrictions + html errors is on (closes #1271)

01/03/07 09:09:20 changed by fabien

(In [3130]) lime: fixed open base dir restrictions + html errors is on (closes #1271 - patch from dwhittle)