This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 231472 - Provide more control over Run Configuration for PHP Projects
Summary: Provide more control over Run Configuration for PHP Projects
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 20:18 UTC by phpguru
Modified: 2013-06-18 20:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description phpguru 2013-06-18 20:18:28 UTC
Step 2 of New PHP Project [with Existing Sources] contains the following...

1) Run As: Local Web Site (running on local web server)

2) Project URL: http://somesite.dev

3) Index File: deploy/htdocs/index.php

4) Launch As: http://somesite.dev/deploy/htdocs/index.php

Boxes (1), (2) and (3) are fine as is, provided here for context only.

I am proposing to add box (4), indicated above, to the New PHP Project wizard.

The field would take the current (2) and (3) text field content by default, but allow me to edit the "Launch as" URL so that I can take out "deploy/htdocs/" or "deploy/htdocs/index.php" as desired.

When launching the project, NetBeans would take the value of this field, instead of taking (2)+(3) as it currently does, to determine the "Launch as" URL for the project.

Other names for "Launch as" field could be "Run URL" or "Debug URL".