Opened 18 years ago
Closed 18 years ago
#128 closed Defect (fixed)
PHP scripts with shebang should be executable
Reported by: | fthomas | Owned by: | davea |
---|---|---|---|
Priority: | Trivial | Milestone: | Undetermined |
Component: | Server - Setup | Version: | |
Keywords: | Cc: |
Description
There are PHP scripts in html/ops/ that have a PHP shebang (#!/usr/bin/env php) but aren't executable when checked out from SVN. Since these files are supposed to be executed on the command line, they should have the svn:executable property set. The affected scripts are:
- html/ops/db_update.php
- html/ops/mass_email_script.php
- html/ops/remind.php
- html/ops/watchdogs.php
- html/ops/wd_nresults_changing.php
Note: See
TracTickets for help on using
tickets.