intelephense 1.14.3 → 1.15.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +85 -0
- package/LICENSE.txt +16 -11
- package/lib/LICENSE.txt +16 -11
- package/lib/intelephense.js +3 -3
- package/lib/lib.decorators.d.ts +13 -15
- package/lib/lib.dom.asynciterable.d.ts +17 -4
- package/lib/lib.dom.d.ts +16017 -5006
- package/lib/lib.dom.iterable.d.ts +210 -106
- package/lib/lib.es2015.core.d.ts +40 -0
- package/lib/lib.es2015.generator.d.ts +2 -2
- package/lib/lib.es2015.iterable.d.ts +214 -104
- package/lib/lib.es2015.symbol.wellknown.d.ts +11 -11
- package/lib/lib.es2016.array.include.d.ts +9 -9
- package/lib/lib.es2016.intl.d.ts +1 -1
- package/lib/lib.es2017.arraybuffer.d.ts +21 -0
- package/lib/lib.es2017.d.ts +3 -2
- package/lib/lib.es2017.object.d.ts +4 -4
- package/lib/lib.es2017.sharedmemory.d.ts +15 -15
- package/lib/lib.es2017.typedarrays.d.ts +9 -9
- package/lib/lib.es2018.asyncgenerator.d.ts +2 -2
- package/lib/lib.es2018.asynciterable.d.ts +16 -6
- package/lib/lib.es2018.intl.d.ts +16 -4
- package/lib/lib.es2019.intl.d.ts +1 -1
- package/lib/lib.es2020.bigint.d.ts +102 -65
- package/lib/lib.es2020.intl.d.ts +68 -43
- package/lib/lib.es2020.sharedmemory.d.ts +13 -11
- package/lib/lib.es2020.string.d.ts +3 -1
- package/lib/lib.es2020.symbol.wellknown.d.ts +5 -1
- package/lib/lib.es2021.intl.d.ts +17 -17
- package/lib/lib.es2021.weakref.d.ts +3 -1
- package/lib/lib.es2022.array.d.ts +11 -11
- package/lib/lib.es2022.d.ts +1 -2
- package/lib/lib.es2022.error.d.ts +2 -0
- package/lib/lib.es2022.intl.d.ts +39 -11
- package/lib/lib.es2022.regexp.d.ts +1 -1
- package/lib/lib.es2023.array.d.ts +81 -81
- package/lib/lib.es2023.d.ts +1 -0
- package/lib/lib.es2023.intl.d.ts +56 -0
- package/lib/lib.es2024.arraybuffer.d.ts +65 -0
- package/lib/lib.es2024.collection.d.ts +29 -0
- package/lib/lib.es2024.d.ts +26 -0
- package/lib/lib.es2024.full.d.ts +24 -0
- package/lib/lib.es2024.promise.d.ts +35 -0
- package/lib/lib.es2024.regexp.d.ts +25 -0
- package/lib/{lib.es2022.sharedmemory.d.ts → lib.es2024.sharedmemory.d.ts} +29 -0
- package/lib/lib.es2024.string.d.ts +29 -0
- package/lib/lib.es5.d.ts +352 -314
- package/lib/lib.esnext.array.d.ts +35 -0
- package/lib/lib.esnext.collection.d.ts +75 -8
- package/lib/lib.esnext.d.ts +7 -3
- package/lib/lib.esnext.disposable.d.ts +8 -0
- package/lib/lib.esnext.error.d.ts +24 -0
- package/lib/lib.esnext.float16.d.ts +445 -0
- package/lib/lib.esnext.intl.d.ts +1 -8
- package/lib/lib.esnext.iterator.d.ts +148 -0
- package/lib/lib.esnext.promise.d.ts +11 -12
- package/lib/lib.esnext.sharedmemory.d.ts +25 -0
- package/lib/lib.webworker.asynciterable.d.ts +17 -4
- package/lib/lib.webworker.d.ts +5154 -1421
- package/lib/lib.webworker.iterable.d.ts +125 -56
- package/lib/stub/Core/Core.php +20 -5
- package/lib/stub/Core/Core_c.php +40 -7
- package/lib/stub/Core/Core_d.php +5 -0
- package/lib/stub/PDO/PDO.php +69 -5
- package/lib/stub/Reflection/ReflectionClass.php +1 -0
- package/lib/stub/Reflection/ReflectionClassConstant.php +2 -2
- package/lib/stub/Reflection/ReflectionConstant.php +21 -1
- package/lib/stub/Reflection/ReflectionMethod.php +2 -1
- package/lib/stub/Reflection/ReflectionProperty.php +8 -2
- package/lib/stub/SPL/SPL.php +4 -1
- package/lib/stub/SPL/SPL_c1.php +31 -1
- package/lib/stub/SPL/SPL_f.php +4 -2
- package/lib/stub/SQLite/SQLite.php +10 -0
- package/lib/stub/SimpleXML/SimpleXML.php +5 -0
- package/lib/stub/Zend OPcache/OPcache.php +5 -0
- package/lib/stub/amqp/amqp.php +37 -37
- package/lib/stub/apcu/apcu.php +6 -0
- package/lib/stub/crypto/crypto.php +1 -0
- package/lib/stub/curl/curl.php +25 -0
- package/lib/stub/curl/curl_d.php +31 -5
- package/lib/stub/date/date.php +36 -3
- package/lib/stub/date/date_c.php +57 -13
- package/lib/stub/dom/dom_c.php +23 -11
- package/lib/stub/dom/dom_n.php +30 -0
- package/lib/stub/ds/ds.php +80 -32
- package/lib/stub/eio/eio.php +38 -38
- package/lib/stub/enchant/enchant.php +1 -0
- package/lib/stub/exif/exif.php +3 -0
- package/lib/stub/fileinfo/fileinfo.php +6 -3
- package/lib/stub/filter/filter.php +1 -0
- package/lib/stub/filter/filter_c.php +13 -0
- package/lib/stub/ftp/ftp.php +1 -0
- package/lib/stub/gd/gd.php +68 -34
- package/lib/stub/gmp/gmp.php +1 -1
- package/lib/stub/gnupg/gnupg.php +5 -3
- package/lib/stub/hash/hash.php +2 -2
- package/lib/stub/http/http3.php +10 -0
- package/lib/stub/intl/IntlListFormatter.php +22 -0
- package/lib/stub/intl/intl.php +97 -26
- package/lib/stub/json/json.php +4 -3
- package/lib/stub/jsonpath/jsonpath.php +1 -3
- package/lib/stub/ldap/ldap.php +15 -1
- package/lib/stub/libxml/libxml.php +3 -1
- package/lib/stub/litespeed/litespeed.php +7 -0
- package/lib/stub/maxminddb/maxminddb.php +167 -0
- package/lib/stub/mbstring/mbstring.php +4 -0
- package/lib/stub/memcache/memcache.php +391 -27
- package/lib/stub/mongodb/BSON/Binary.php +9 -21
- package/lib/stub/mongodb/BSON/BinaryInterface.php +3 -3
- package/lib/stub/mongodb/BSON/DBPointer.php +4 -25
- package/lib/stub/mongodb/BSON/Decimal128.php +4 -22
- package/lib/stub/mongodb/BSON/Decimal128Interface.php +1 -1
- package/lib/stub/mongodb/BSON/Document.php +5 -5
- package/lib/stub/mongodb/BSON/Int64.php +5 -19
- package/lib/stub/mongodb/BSON/Javascript.php +4 -21
- package/lib/stub/mongodb/BSON/JavascriptInterface.php +3 -3
- package/lib/stub/mongodb/BSON/MaxKey.php +3 -21
- package/lib/stub/mongodb/BSON/MinKey.php +3 -21
- package/lib/stub/mongodb/BSON/ObjectId.php +4 -17
- package/lib/stub/mongodb/BSON/ObjectIdInterface.php +2 -2
- package/lib/stub/mongodb/BSON/PackedArray.php +5 -5
- package/lib/stub/mongodb/BSON/Regex.php +4 -21
- package/lib/stub/mongodb/BSON/RegexInterface.php +3 -3
- package/lib/stub/mongodb/BSON/Symbol.php +4 -20
- package/lib/stub/mongodb/BSON/Timestamp.php +4 -21
- package/lib/stub/mongodb/BSON/TimestampInterface.php +3 -3
- package/lib/stub/mongodb/BSON/UTCDateTime.php +6 -22
- package/lib/stub/mongodb/BSON/UTCDateTimeInterface.php +10 -3
- package/lib/stub/mongodb/BSON/Undefined.php +4 -20
- package/lib/stub/mongodb/BSON/Unserializable.php +1 -1
- package/lib/stub/mongodb/BulkWriteCommand.stub.php +110 -0
- package/lib/stub/mongodb/BulkWriteCommandResult.stub.php +94 -0
- package/lib/stub/mongodb/ClientEncryption.php +0 -12
- package/lib/stub/mongodb/Cursor.php +2 -4
- package/lib/stub/mongodb/CursorInterface.php +8 -4
- package/lib/stub/mongodb/Exception/BulkWriteCommandException.stub.php +48 -0
- package/lib/stub/mongodb/Exception/BulkWriteException.php +15 -1
- package/lib/stub/mongodb/Manager.php +29 -14
- package/lib/stub/mongodb/Monitoring/CommandFailedEvent.php +0 -9
- package/lib/stub/mongodb/Monitoring/CommandStartedEvent.php +0 -9
- package/lib/stub/mongodb/Monitoring/CommandSubscriber.php +3 -3
- package/lib/stub/mongodb/Monitoring/CommandSucceededEvent.php +0 -9
- package/lib/stub/mongodb/ReadConcern.php +1 -20
- package/lib/stub/mongodb/ReadPreference.php +3 -43
- package/lib/stub/mongodb/Server.php +24 -8
- package/lib/stub/mongodb/ServerApi.php +2 -5
- package/lib/stub/mongodb/WriteConcern.php +1 -19
- package/lib/stub/mongodb/WriteResult.php +10 -10
- package/lib/stub/mqseries/mqseries.php +44 -0
- package/lib/stub/mssql/mssql.php +1 -0
- package/lib/stub/mysqli/mysqli.php +11 -0
- package/lib/stub/ncurses/ncurses.php +6 -6
- package/lib/stub/oci8/oci8.php +8 -0
- package/lib/stub/openssl/openssl.php +33 -5
- package/lib/stub/pam/pam.php +2 -0
- package/lib/stub/pcntl/pcntl.php +11 -2
- package/lib/stub/pcre/pcre.php +6 -0
- package/lib/stub/pgsql/pgsql.php +6 -1
- package/lib/stub/posix/posix.php +46 -26
- package/lib/stub/pq/pq.php +3 -0
- package/lib/stub/rdkafka/RdKafka/KafkaConsumer.php +2 -0
- package/lib/stub/rdkafka/RdKafka.php +4 -2
- package/lib/stub/readline/readline.php +7 -3
- package/lib/stub/redis/Redis.php +8 -4
- package/lib/stub/redis/RedisArray.php +40 -2
- package/lib/stub/redis/RedisCluster.php +856 -572
- package/lib/stub/regex/ereg.php +2 -0
- package/lib/stub/relay/AdaptiveCache.php +119 -0
- package/lib/stub/relay/Cluster.php +645 -259
- package/lib/stub/relay/Relay.php +873 -337
- package/lib/stub/relay/Sentinel.php +51 -17
- package/lib/stub/relay/Table.php +1 -1
- package/lib/stub/rpminfo/rpminfo.php +1 -1
- package/lib/stub/simple_kafka_client/SimpleKafkaClient.php +4 -2
- package/lib/stub/soap/soap.php +13 -3
- package/lib/stub/sockets/sockets.php +37 -0
- package/lib/stub/sodium/sodium.php +2 -2
- package/lib/stub/solr/Documents/SolrDocument.php +4 -0
- package/lib/stub/solr/Documents/SolrInputDocument.php +5 -0
- package/lib/stub/solr/Queries/SolrCollapseFunction.php +1 -1
- package/lib/stub/solr/Queries/SolrDisMaxQuery.php +8 -8
- package/lib/stub/solr/Queries/SolrQuery.php +48 -48
- package/lib/stub/solr/SolrClient.php +1 -0
- package/lib/stub/sqlite3/sqlite3.php +25 -0
- package/lib/stub/ssh2/ssh2.php +42 -4
- package/lib/stub/standard/_types.php +2 -2
- package/lib/stub/standard/password.php +5 -0
- package/lib/stub/standard/standard_0.php +3 -1
- package/lib/stub/standard/standard_1.php +5 -2
- package/lib/stub/standard/standard_10.php +1 -0
- package/lib/stub/standard/standard_2.php +10 -4
- package/lib/stub/standard/standard_3.php +11 -4
- package/lib/stub/standard/standard_4.php +8 -0
- package/lib/stub/standard/standard_5.php +1 -0
- package/lib/stub/standard/standard_6.php +9 -1
- package/lib/stub/standard/standard_7.php +4 -0
- package/lib/stub/standard/standard_8.php +31 -4
- package/lib/stub/standard/standard_9.php +88 -6
- package/lib/stub/standard/standard_defines.php +2 -0
- package/lib/stub/swoole/Swoole/Coroutine/Client.php +4 -2
- package/lib/stub/swoole/Swoole/Coroutine/Socket.php +2 -1
- package/lib/stub/swoole/functions.php +2 -3
- package/lib/stub/sync/sync.php +1 -0
- package/lib/stub/sysvmsg/sysvmsg.php +3 -0
- package/lib/stub/sysvshm/sysvshm.php +2 -1
- package/lib/stub/tokenizer/tokenizer.php +2 -0
- package/lib/stub/uri/uri.php +226 -0
- package/lib/stub/wincache/wincache.php +3 -0
- package/lib/stub/xdiff/xdiff.php +4 -2
- package/lib/stub/xml/xml.php +23 -20
- package/lib/stub/xmlrpc/xmlrpc.php +2 -0
- package/lib/stub/yaf/yaf.php +1 -0
- package/lib/stub/yaf/yaf_namespace.php +1 -0
- package/lib/stub/yaml/yaml.php +3 -0
- package/lib/stub/zend/zend.php +1 -1
- package/lib/stub/zip/zip.php +4 -0
- package/lib/stub/zlib/zlib.php +7 -7
- package/lib/stub/zookeeper/zookeeper.php +2 -0
- package/package.json +27 -28
- package/lib/stub/Reflection/ReflectionEnumPureCase.php +0 -7
- package/lib/stub/mongodb/BSON/functions.php +0 -79
- package/lib/stub/mongodb/CursorId.php +0 -50
- package/lib/stub/mongodb/Exception/SSLConnectionException.php +0 -10
- package/lib/stub/mongodb/Exception/WriteException.php +0 -26
- /package/lib/{lib.esnext.object.d.ts → lib.es2024.object.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,90 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [1.15.0 - TBA] Pre-release
|
|
4
|
+
|
|
5
|
+
#### Added
|
|
6
|
+
- Support for LSP `CompletionItemLabelDetails`.
|
|
7
|
+
- Support parsing inline comments in array shapes.
|
|
8
|
+
- Diagnostic when accessing members that are not visible from scope. Previously they were reported as undefined members.
|
|
9
|
+
- Completion suggestions for outer scope variables, with additional use clause edits, when inside anonymous functions.
|
|
10
|
+
- Suggestions for anonymous function signature is call argument context.
|
|
11
|
+
- Fallback to an appropriate type for `non-empty-mixed`.
|
|
12
|
+
- Support conditional types for parameters.
|
|
13
|
+
- `is_subclass_of` type narrowing.
|
|
14
|
+
- Suggestions when comparing to a variable with literal union type in switch, match, equality contexts.
|
|
15
|
+
- Array key suggestions when assigning sub-array to array shape.
|
|
16
|
+
- Setting to control font case for parameter and property name suggestions. `intelephense.completion.parameterCase` (default `camel`) and `intelephense.completion.propertyCase` (default `snake`).
|
|
17
|
+
- Support for `@param-closure-this`.
|
|
18
|
+
- Support for `@param-out`.
|
|
19
|
+
- Support relative links in PHPDoc. Relative URIs wil be resolved to an absolute URI relative to the current file. URIs without any `.` or `..` prefix will be resolved relative to the workspace folder.
|
|
20
|
+
- Added completion suggestions relative to existing partial use declarations. Must be enabled with `intelephense.completion.suggestRelativeToPartialUseDeclaration`. The setting value is the maximum number of namespace segments which can appear in the suggested edit. Defaults to `0` (disabled).
|
|
21
|
+
- Support for `MyClass::*` wildcard and non-wildcard syntax for class constant union types in PHPDoc.
|
|
22
|
+
- Support for constants in PHPDoc union types. Constants must be UPPERCASE and must be fully qualified to avoid name resolution ambiguities with object types.
|
|
23
|
+
- Auto-closing of short tag echo (`<?=`). Can be turned off with `intelephense.shortOpenEchoAutoClose`. VSCode only.
|
|
24
|
+
- Support for inlay hints. Hints are shown for call declaration return types, anonymous function parameter types, and call argument parameter names. Can be turned off with `intelephense.inlayHint.returnTypes`, `intelephense.inlayHint.parameterTypes`, and `intelephense.inlayHint.parameterNames` respectively. **[Premium](https://intelephense.com)**
|
|
25
|
+
- Visiblity modifiers are now shown in outline.
|
|
26
|
+
- Support for `SignatureHelp.activeSignature`.
|
|
27
|
+
- Suggest variable names in `compact`.
|
|
28
|
+
- Support for `class_alias`.
|
|
29
|
+
- Added a document link provider to navigate on click to required/included files. **[Premium](https://intelephense.com)**
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
#### Changed
|
|
33
|
+
- Removed workspace file limitation. Larger workspaces will consume more resources.
|
|
34
|
+
- Suggest trait names in all contexts not just in `use` clauses.
|
|
35
|
+
- Type, function, constant suggestions now use contiguous substring searching.
|
|
36
|
+
- Modified suggestion sort order via sortText property to improve suggestion order 🤞.
|
|
37
|
+
- Now more tolerant of FQSENs that aren't fully qualified in `@see`, `@uses`.
|
|
38
|
+
- Override suggestions are now shown without having to first qualify the context with a visibility modifier or `function`.
|
|
39
|
+
- Improved Workspace symbol search. Search now uses contiguous substring matching. For example `mfc` would find `my_function`. Searching can also be done using the fully qualified structural element name (FQSEN) (or part there-of) of the symbol. This can narrow down the type of symbol as well. For example `mc:f(` would find the method `MyClass::foo()`.
|
|
40
|
+
- Updated and improved various stubs.
|
|
41
|
+
- For performance reasons, only named function call expressions will be analysed for `never` return types (eg `dd()`). Previously, all call expressions were analysed. A workaround for this limitation is to use the patterns `return $foo->never();` or `$test || throw $foo->never()` to declare that the path exits. **! BREAKING !**
|
|
42
|
+
- Method override/implementation suggestions now include a parent call and not implemented throw respectively.
|
|
43
|
+
|
|
44
|
+
#### Fixed
|
|
45
|
+
- Renaming a constant reference not renaming the declaration.
|
|
46
|
+
- Type suggestions following `@method static`.
|
|
47
|
+
- Template with union type restriction not inferred properly.
|
|
48
|
+
- Type aliases not resolved in some contexts.
|
|
49
|
+
- Inline `@see` not hiding url when description provided.
|
|
50
|
+
- Statement keyword suggestions not appearing for control structures without braces.
|
|
51
|
+
- PHPDoc not formatted correctly above enum cases.
|
|
52
|
+
- Type inference inconsistent with `ArrayAccess` and subtypes.
|
|
53
|
+
- Keyword suggestions missing in switch expression.
|
|
54
|
+
- `readonly` on anonymous class causing parse error.
|
|
55
|
+
- Array key suggestions not showing in constructor calls.
|
|
56
|
+
- False method signature not compatible diagnostics.
|
|
57
|
+
- Various control flow analysis issues within loops.
|
|
58
|
+
- Not warning on unused private promoted properties.
|
|
59
|
+
- Incorrect Generator type arguments when exiting before yield.
|
|
60
|
+
- Incorrect diagnostic message when `readonly` used with property hook.
|
|
61
|
+
- Using `self` in call signature in traits doesn't resolve to exhibiting class.
|
|
62
|
+
- Intersected object types not producing intersected type for property.
|
|
63
|
+
- False type errors for PHP math extensions that have operator overloading.
|
|
64
|
+
- Magic method implementation suggestions produce invalid code if abstract modifier is present.
|
|
65
|
+
- Smart select bugged if selecting at end of a file that doesn't end in an empty line.
|
|
66
|
+
- Some stub symbols being excluded, resulting in undefined symbol errors, when the symbol has a phpdoc with no tags.
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## [1.14.4 - 2025-04-01]
|
|
70
|
+
|
|
71
|
+
#### Fixed
|
|
72
|
+
- Completion suggestions not showing in phpdoc.
|
|
73
|
+
- False not all paths return value error when returning result of void returning function call.
|
|
74
|
+
- False calling non-static method statically for parent property hook calls.
|
|
75
|
+
- String literals where the value is a namespaced class not resolved to class when passed to `class-string<T>`.
|
|
76
|
+
- Trait `self` not resolved to exhibiting class when used as a type argument for templated class.
|
|
77
|
+
- False return type error when using templates and returning `static`.
|
|
78
|
+
- DocBlock indent should be inline with following switch case/default statement.
|
|
79
|
+
- False unused import when used in typedef annotation.
|
|
80
|
+
- No `$this` suggestion inside anonymous function defined within a type definition.
|
|
81
|
+
- Typedef types not expanded when appearing in passed by-ref parameters.
|
|
82
|
+
- Spurious undefined methods/function diagnostics appearing after indexing workspace.
|
|
83
|
+
|
|
84
|
+
#### Fixed
|
|
85
|
+
- Completion suggestions inside of PhpDoc have incorrect replace range.
|
|
86
|
+
- Remove default stub entries that no longer exist.
|
|
87
|
+
|
|
3
88
|
## [1.14.3 - 2025-03-05]
|
|
4
89
|
|
|
5
90
|
#### Fixed
|
package/LICENSE.txt
CHANGED
|
@@ -10,10 +10,9 @@ of this agreement.
|
|
|
10
10
|
b) "Software" is the software known as Intelephense.
|
|
11
11
|
c) "Licence Key" is the software key purchasable from the Licensor which
|
|
12
12
|
enables access to Premium Features.
|
|
13
|
-
d) "Premium Features" are those features only accessible and permitted for
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
go to type definition; go to declaration.
|
|
13
|
+
d) "Premium Features" are those features only accessible and permitted for use by holders of a Licence Key.
|
|
14
|
+
That is: rename; code folding; find all implementations; go to type definition; go to declaration; smart select; code actions; code lens; type hierarchy;
|
|
15
|
+
inlay hints; document links.
|
|
17
16
|
|
|
18
17
|
2. GRANT OF LICENCE
|
|
19
18
|
The Licensor grants you a personal, non-transferable, non-exclusive licence
|
|
@@ -26,10 +25,15 @@ Language Server Protocol compatible Integrated Development Environment or text e
|
|
|
26
25
|
to provide PHP code intelligence for said user.
|
|
27
26
|
|
|
28
27
|
4. LICENCE KEYS
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
28
|
+
a) Purchase of a Licence Key grants end user(s) of the Licence Key lifetime access and use of Premium Features and to unlimited updates within the major version of the Software at the time of purchase.
|
|
29
|
+
b) A Personal Licence Key may only be used by the individual who purchased the licence.
|
|
30
|
+
c) A Business Solo, Business Team or Business Unlimited Licence Key may only be used by employees of the business that purchased the Licence Key. The number of employees which may use the Licence Key at any one time is as follows.
|
|
31
|
+
|
|
32
|
+
i) A Business Solo Licence Key can only be used by a single employee at any one time.
|
|
33
|
+
ii) A Business Team Licence Key may only be used by up to five employees at any one time.
|
|
34
|
+
iii) A Business Unlimited Licence Key may be used by an unlimited number of employees at any one time.
|
|
35
|
+
|
|
36
|
+
d) A Licence Key may be revoked if it is suspected that a user has breached restrictions detailed in item 5 RESTRICTIONS.
|
|
33
37
|
|
|
34
38
|
5. RESTRICTIONS
|
|
35
39
|
You are NOT permitted to:
|
|
@@ -38,10 +42,11 @@ You are NOT permitted to:
|
|
|
38
42
|
b) Decompile, disassemble or reverse engineer the Software or attempt to do
|
|
39
43
|
any such things.
|
|
40
44
|
c) Reproduce, copy, distribute, resell or otherwise use the whole or any part
|
|
41
|
-
of the Software for any purpose except where permitted by item 3
|
|
45
|
+
of the Software for any purpose except where permitted by item 3 INTENDED USE.
|
|
42
46
|
d) Disable, modify or hide notifications sent by the Software.
|
|
43
|
-
e)
|
|
44
|
-
f)
|
|
47
|
+
e) Resell Licence Keys.
|
|
48
|
+
f) Distribute or share Licence Keys beyond that which is permitted by item 4 LICENCE KEYS.
|
|
49
|
+
g) Access or use Premium Features without a valid Licence Key.
|
|
45
50
|
|
|
46
51
|
6. OWNERSHIP
|
|
47
52
|
The Software, copyright, and other intellectual property rights of whatever
|
package/lib/LICENSE.txt
CHANGED
|
@@ -10,10 +10,9 @@ of this agreement.
|
|
|
10
10
|
b) "Software" is the software known as Intelephense.
|
|
11
11
|
c) "Licence Key" is the software key purchasable from the Licensor which
|
|
12
12
|
enables access to Premium Features.
|
|
13
|
-
d) "Premium Features" are those features only accessible and permitted for
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
go to type definition; go to declaration.
|
|
13
|
+
d) "Premium Features" are those features only accessible and permitted for use by holders of a Licence Key.
|
|
14
|
+
That is: rename; code folding; find all implementations; go to type definition; go to declaration; smart select; code actions; code lens; type hierarchy;
|
|
15
|
+
inlay hints; document links.
|
|
17
16
|
|
|
18
17
|
2. GRANT OF LICENCE
|
|
19
18
|
The Licensor grants you a personal, non-transferable, non-exclusive licence
|
|
@@ -26,10 +25,15 @@ Language Server Protocol compatible Integrated Development Environment or text e
|
|
|
26
25
|
to provide PHP code intelligence for said user.
|
|
27
26
|
|
|
28
27
|
4. LICENCE KEYS
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
28
|
+
a) Purchase of a Licence Key grants end user(s) of the Licence Key lifetime access and use of Premium Features and to unlimited updates within the major version of the Software at the time of purchase.
|
|
29
|
+
b) A Personal Licence Key may only be used by the individual who purchased the licence.
|
|
30
|
+
c) A Business Solo, Business Team or Business Unlimited Licence Key may only be used by employees of the business that purchased the Licence Key. The number of employees which may use the Licence Key at any one time is as follows.
|
|
31
|
+
|
|
32
|
+
i) A Business Solo Licence Key can only be used by a single employee at any one time.
|
|
33
|
+
ii) A Business Team Licence Key may only be used by up to five employees at any one time.
|
|
34
|
+
iii) A Business Unlimited Licence Key may be used by an unlimited number of employees at any one time.
|
|
35
|
+
|
|
36
|
+
d) A Licence Key may be revoked if it is suspected that a user has breached restrictions detailed in item 5 RESTRICTIONS.
|
|
33
37
|
|
|
34
38
|
5. RESTRICTIONS
|
|
35
39
|
You are NOT permitted to:
|
|
@@ -38,10 +42,11 @@ You are NOT permitted to:
|
|
|
38
42
|
b) Decompile, disassemble or reverse engineer the Software or attempt to do
|
|
39
43
|
any such things.
|
|
40
44
|
c) Reproduce, copy, distribute, resell or otherwise use the whole or any part
|
|
41
|
-
of the Software for any purpose except where permitted by item 3
|
|
45
|
+
of the Software for any purpose except where permitted by item 3 INTENDED USE.
|
|
42
46
|
d) Disable, modify or hide notifications sent by the Software.
|
|
43
|
-
e)
|
|
44
|
-
f)
|
|
47
|
+
e) Resell Licence Keys.
|
|
48
|
+
f) Distribute or share Licence Keys beyond that which is permitted by item 4 LICENCE KEYS.
|
|
49
|
+
g) Access or use Premium Features without a valid Licence Key.
|
|
45
50
|
|
|
46
51
|
6. OWNERSHIP
|
|
47
52
|
The Software, copyright, and other intellectual property rights of whatever
|