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 267816 - Default PHP Version on project creation
Summary: Default PHP Version on project creation
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-01 00:52 UTC by amobilia
Modified: 2016-09-02 05:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description amobilia 2016-09-01 00:52:53 UTC
Create new PHP project :
- PHP Application => PHP Version 5.6
- PHP Application with Existing Sources => PHP Version 5.5
- PHP Application from Remote Server => PHP Version 5.5

As PHP 5.5 is EOL [1], it will great to select 5.6 on all cases


[1] http://php.net/supported-versions.php
Comment 1 Tomas Mysik 2016-09-01 07:09:19 UTC
Thanks for catching that, should be fixed now.

Note: the lastly used PHP version of all PHP project wizards is remembered so it is a version you have used the last time. If you want to see the default values, you have to clean your userdir [1].

Thanks.
[1] http://wiki.netbeans.org/FaqWhatIsUserdir

http://hg.netbeans.org/web-main/rev/9cb703881be6
Comment 2 Quality Engineering 2016-09-02 01:58:16 UTC
Integrated into 'main-silver', will be available in build *201609020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9cb703881be6
User: Tomas Mysik <tmysik@netbeans.org>
Log: #267816 - Default PHP Version on project creation
Comment 3 amobilia 2016-09-02 02:02:55 UTC
Thanks for the fix :-)
Comment 4 Tomas Mysik 2016-09-02 05:34:49 UTC
Thanks for the report!