Skip to content

Commit

Permalink
Deprecating add_and_run and use of modified php.ini in PHP's command …
Browse files Browse the repository at this point in the history
…template
  • Loading branch information
mendelgusmao committed Mar 23, 2012
1 parent 882f040 commit e6fff48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/cgi4lcd.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ interval=15
refresh=1
port=65432
default_extension="php"
add_and_run=1
max_threads=4

[php]
language="PHP"
interpreter="C:\Languages\PHP\5.3.1\php.exe"
command="-d auto_prepend_file='%routers_path%\php.php' -c '%scripts_path%\php.ini' '%script%' '%params%'"
command="-d auto_prepend_file='%routers_path%\php.php' '%script%' '%params%'"
version="-v"

[rb]
Expand Down

0 comments on commit e6fff48

Please sign in to comment.