Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PeachPie Compiler

PeachPie - the PHP compiler and runtime for .NET and .NET Core
Collective - Host: opensource - https://opencollective.com/peachpiecompiler - Code: https://github.com/peachpiecompiler/peachpie

forwarding late static calls recursively

properly forwards late static calls
fixes https://github.com/peachpiecompiler/peachpie/issues/680

github.com/peachpiecompiler/peachpie - fbdc74480dc1bedd665dbaa4469d0882713cc57f authored almost 5 years ago
GraphWalker<TReturn>

github.com/peachpiecompiler/peachpie - 8b54a365a9ad249864c2535ce4e8a40a52a3c7df authored almost 5 years ago
dynamic conversion between classes

github.com/peachpiecompiler/peachpie - df5f2d1101ea76611fa632c1ebee1b057816bc27 authored almost 5 years ago
overriding resolution handles explicit implementations

(allows for extending Form class)

github.com/peachpiecompiler/peachpie - 072f1fc73d9f7641e7833dc6687bedd7232ecf5d authored almost 5 years ago
type analysis of binary + operation

- does not result in array type if no operand is array
- avoids false positive warning message f...

github.com/peachpiecompiler/peachpie - 5970554b76d1208b0c5a1e6871af5cb3136d75ec authored almost 5 years ago
support for define constants in msbuild

- fixes https://github.com/peachpiecompiler/peachpie/issues/678
- defined constants via /d argum...

github.com/peachpiecompiler/peachpie - c975a166790deaaee275e081c9faedd18e899c08 authored almost 5 years ago
test: late static forwarding

ref https://github.com/peachpiecompiler/peachpie/issues/680

github.com/peachpiecompiler/peachpie - e90051c0147383867ed537b1d062be1e7b62b334 authored almost 5 years ago
forward late static type to called routine

fixes https://github.com/peachpiecompiler/peachpie/issues/680

github.com/peachpiecompiler/peachpie - b38dbdb7ed4efe5cb82f56499e80315645152651 authored almost 5 years ago
internal: BoundTypeRef debugger display

github.com/peachpiecompiler/peachpie - af16b295ca8ffab14fa7922c887064780290051b authored almost 5 years ago
expression analysis forwards late static flag

ref https://github.com/peachpiecompiler/peachpie/issues/680

github.com/peachpiecompiler/peachpie - 7ae7acd4db4fb8ed89e0c6eb0a0e9a5ab28fd20b authored almost 5 years ago
fixes https://github.com/peachpiecompiler/peachpie/issues/677

github.com/peachpiecompiler/peachpie - 1b26fc1471ca68b978044da988f2deaca854918b authored almost 5 years ago
PhpSyntaxTree cleanup

github.com/peachpiecompiler/peachpie - e68c48c44cff4d3ccc343d5b1af7ce5534d2527e authored almost 5 years ago
default and latest langversion is 7.4

github.com/peachpiecompiler/peachpie - 7d3c79e6a1a701409a5314c1531a54c2be73beaf authored almost 5 years ago
sdk: saving .rsp only in debug builds

github.com/peachpiecompiler/peachpie - 0d4d674db19fb1e66dd151af2eab5f955101f9f4 authored almost 5 years ago
$(GenerateFullPaths) build property support

github.com/peachpiecompiler/peachpie - 3988d0918258a49489f251e635d858a570694e64 authored almost 5 years ago
test updated according to #675

ref https://github.com/peachpiecompiler/peachpie/issues/675

github.com/peachpiecompiler/peachpie - 1a89896953c686d84eca9a924c4f13d7adee9af9 authored almost 5 years ago
fix https://github.com/peachpiecompiler/peachpie/commit/af3c9d593734b37ad4898469f81b985721f56f8d

github.com/peachpiecompiler/peachpie - adc8dcab88279f8308e5673fd1f4bb13322ad955 authored almost 5 years ago
property_exists() perf

github.com/peachpiecompiler/peachpie - 1c1c7ea474d6647940db4bfccd51b2ef1520f2ef authored almost 5 years ago
dynamic isset() for runtime fields with NULL

fixes https://github.com/peachpiecompiler/peachpie/issues/684

github.com/peachpiecompiler/peachpie - e42e47fa5622c6b6b21ee7d37b756e2dc06a05c4 authored almost 5 years ago
returned aliased value is dereferenced if necessary

github.com/peachpiecompiler/peachpie - af9ed1201d0d24c99fa2faf745d658523062f946 authored almost 5 years ago
pdo sqlsrv: lastInsertId()

fixes https://github.com/peachpiecompiler/peachpie/issues/674
- queries `@@IDENTITY` which shoul...

github.com/peachpiecompiler/peachpie - a8409a7e360745d11e81946af614938d287d2356 authored almost 5 years ago
DOM loadHtml improvements

allows to load text-only HTML, and handles better more root elements in the document
ref https:/...

github.com/peachpiecompiler/peachpie - 2ad19f675d09d739226540d51209ea22e591d2d9 authored almost 5 years ago
$(OutputType) msbuild property

github.com/peachpiecompiler/peachpie - a7e1c4e46468458b24b645117bfa3b299bcfc089 authored almost 5 years ago
PDO handles DateTime value

fixes https://github.com/peachpiecompiler/peachpie/issues/673

github.com/peachpiecompiler/peachpie - 26c154539715f81d94a94b537f5821b5394f9536 authored almost 5 years ago
fix https://github.com/peachpiecompiler/peachpie/issues/679

github.com/peachpiecompiler/peachpie - e0131699f25b8c739fe74768021e2ceccb6abb83 authored almost 5 years ago
Merge pull request #13 from peachpiecompiler/feature/openssl

Feature/openssl

github.com/peachpiecompiler/peachpie - 707be812b3809c7409feac709bbd940a43eb46ef authored almost 5 years ago
test for https://github.com/peachpiecompiler/peachpie/issues/684

github.com/peachpiecompiler/peachpie - fabba48e77e0fc53009e8cc337b6bdf5411ef2c3 authored almost 5 years ago
fix https://github.com/peachpiecompiler/peachpie/commit/af3c9d593734b37ad4898469f81b985721f56f8d

github.com/peachpiecompiler/peachpie - 9abc42af93dbcb6b01e4978b8215deaa2ee5675f authored almost 5 years ago
property_exists() perf

github.com/peachpiecompiler/peachpie - 2f365ea32a216dd1bdd8fb205e28ea9f3e50e467 authored almost 5 years ago
dynamic isset() for runtime fields with NULL

fixes https://github.com/peachpiecompiler/peachpie/issues/684

github.com/peachpiecompiler/peachpie - af3c9d593734b37ad4898469f81b985721f56f8d authored almost 5 years ago
DOM::loadHtml() - properly nest the elements

root elements should be placed within html/head+body nodes

github.com/peachpiecompiler/peachpie - 5755fc472914db8704e65e42222bf58bb6d31186 authored almost 5 years ago
test for https://github.com/peachpiecompiler/peachpie/commit/3d06781cca90c1ef34fe60c8ed7a795da0155234

github.com/peachpiecompiler/peachpie - cba79d4056163533ae2ac158ce42200d6c040b7b authored almost 5 years ago
DOM loadHtml improvements

allows to load text-only HTML, and handles better more root elements in the document
ref https:/...

github.com/peachpiecompiler/peachpie - 3d06781cca90c1ef34fe60c8ed7a795da0155234 authored almost 5 years ago
PHP5021 test (previous commit)

github.com/peachpiecompiler/peachpie - 877173a36d9c780600dd6c5230cbd669902fd0e6 authored almost 5 years ago
type analysis of binary + operation

- does not result in array type if no operand is array
- avoids false positive warning message f...

github.com/peachpiecompiler/peachpie - 46e6eaefda8f60b80da202a04568b8e56daa3abc authored almost 5 years ago
self:: and parent:: forwarding of $this expected in expression analysis

avoids wrong method resolution when there are static and instance method overloads

github.com/peachpiecompiler/peachpie - 5a0b9a99ca11529bf575d838986161e91a8e5695 authored almost 5 years ago
returned aliased value is dereferenced if necessary

github.com/peachpiecompiler/peachpie - 3c547a098b9b52ff96b10519c8f5827c2584191e authored almost 5 years ago
forwarding late static calls recursively

properly forwards late static calls
fixes https://github.com/peachpiecompiler/peachpie/issues/680

github.com/peachpiecompiler/peachpie - f911e64a3d00ef87b791d9658e16f99bc1c3b7a9 authored almost 5 years ago
GraphWalker<TReturn>

github.com/peachpiecompiler/peachpie - 66024c8640b0438bdbd66894b0ef8a964ea9fa62 authored almost 5 years ago
dynamic conversion between classes

github.com/peachpiecompiler/peachpie - 081351d445e2b0b1e13d8350980013d44cfcb071 authored almost 5 years ago
overriding resolution handles explicit implementations

(allows for extending Form class)

github.com/peachpiecompiler/peachpie - 7863ba851cad24edf85bfbf9defecd94cb5e65b0 authored almost 5 years ago
$(OutputType) msbuild property

github.com/peachpiecompiler/peachpie - ad6626f811721e1d95b8c1a34b62cefd62eaa38a authored almost 5 years ago
support for define constants in msbuild

- fixes https://github.com/peachpiecompiler/peachpie/issues/678
- defined constants via /d argum...

github.com/peachpiecompiler/peachpie - 6d0f10b488a4bfa00e97db69216f572bf850329d authored almost 5 years ago
test: late static forwarding

ref https://github.com/peachpiecompiler/peachpie/issues/680

github.com/peachpiecompiler/peachpie - bd68c15b70f0e30ab583381ec8ec0a91e6e1bd64 authored almost 5 years ago
forward late static type to called routine

fixes https://github.com/peachpiecompiler/peachpie/issues/680

github.com/peachpiecompiler/peachpie - be2c2320acc21664de526f9e5041e155c0885c10 authored almost 5 years ago
internal: BoundTypeRef debugger display

github.com/peachpiecompiler/peachpie - c07171ec16941a57c67add56decc24a2eaa489cc authored almost 5 years ago
expression analysis forwards late static flag

ref https://github.com/peachpiecompiler/peachpie/issues/680

github.com/peachpiecompiler/peachpie - 54d7ca8cff8b508b8bc8c10369bc60e4da28b81e authored almost 5 years ago
fix https://github.com/peachpiecompiler/peachpie/issues/679

github.com/peachpiecompiler/peachpie - 52aae81d6b90b9525c8418cca237c9f1fe67e032 authored almost 5 years ago
fixes https://github.com/peachpiecompiler/peachpie/issues/677

github.com/peachpiecompiler/peachpie - 427f2902d2374dd8c62f7aba055dc9e6a18186be authored almost 5 years ago
PhpSyntaxTree cleanup

github.com/peachpiecompiler/peachpie - b6af0e8b6aa798f6fd9c643c08f0f881a4532bef authored almost 5 years ago
default and latest langversion is 7.4

github.com/peachpiecompiler/peachpie - f841156055d8c3296d7320858a00de377d7c0fe8 authored almost 5 years ago
sdk: saving .rsp only in debug builds

github.com/peachpiecompiler/peachpie - 37f1196124e07623de47b70cac4f6164a384b7a7 authored almost 5 years ago
$(GenerateFullPaths) build property support

github.com/peachpiecompiler/peachpie - 280b7430e5314bca02af47a369111b8c7e6f9f6c authored almost 5 years ago
test updated according to #675

ref https://github.com/peachpiecompiler/peachpie/issues/675

github.com/peachpiecompiler/peachpie - 2af38848246d5fa6e7e51f9a47a681ed836714fa authored almost 5 years ago
isset() analysis does not override type when it's known

fixes https://github.com/peachpiecompiler/peachpie/issues/675

github.com/peachpiecompiler/peachpie - 92848ff3706e98aa44abaf6f95b1f6124d51e777 authored almost 5 years ago
implicit conversion UInt64 -> PhpValue

updates https://github.com/peachpiecompiler/peachpie/commit/115d28c58619c0c2570710571281895b6d5d...

github.com/peachpiecompiler/peachpie - a7c6e1aab71ee6c465b3c644cdb4bc49713d151d authored almost 5 years ago
pdo sqlsrv: lastInsertId()

fixes https://github.com/peachpiecompiler/peachpie/issues/674
- queries `@@IDENTITY` which shoul...

github.com/peachpiecompiler/peachpie - 65b62cd1bb28596d01bc6a82bd9583c5cb858cd1 authored almost 5 years ago
Merge pull request #9 from peachpiecompiler/master

Update

github.com/peachpiecompiler/peachpie - c95f05ff6d3bf750538474415a6278dd16a77b70 authored almost 5 years ago
pdo sqlsrv: closing pending reader before executing `lastInsertId()`

fixes https://github.com/peachpiecompiler/peachpie/issues/672

github.com/peachpiecompiler/peachpie - eeaa4bdb48ca36bbb6ed07f0048bbd8870421094 authored almost 5 years ago
PDO handles DateTime value

fixes https://github.com/peachpiecompiler/peachpie/issues/673

github.com/peachpiecompiler/peachpie - b3f92dfc415b2a3840e612b31ae270632dd9a8f6 authored almost 5 years ago
dynamic cast ulong -> phpvalue

ref https://github.com/peachpiecompiler/peachpie/issues/673

github.com/peachpiecompiler/peachpie - 115d28c58619c0c2570710571281895b6d5d3565 authored almost 5 years ago
Merge branch 'master' into feature/openssl

github.com/peachpiecompiler/peachpie - 808fd22ee388124f3bd686bda52519181daddb67 authored almost 5 years ago
code cleanup, openssl constants fixes

- dictionaries use StringComparer to avoid String.ToLower()
- added OPENSSL_ALGO_* constants
- c...

github.com/peachpiecompiler/peachpie - 100c28d0e83ffb086aadd165e469dfd1ed870993 authored almost 5 years ago
Merge pull request #670 from TomatorCZ/dev/open_ssl

Dev/open ssl

github.com/peachpiecompiler/peachpie - 1e2b837970101688ec11c15e9d6ac7c06ec93b91 authored almost 5 years ago
support for private/protected class costants

github.com/peachpiecompiler/peachpie - 088f83888cae7c774faf49a74422054a7aee6aac authored almost 5 years ago
correct PHPDoc above property declaration

fixes https://github.com/peachpiecompiler/peachpie/issues/671

github.com/peachpiecompiler/peachpie - 7de746dff5b031ddaa26466242120be31e8650d3 authored almost 5 years ago
internal: Symbol helpers

https://github.com/peachpiecompiler/peachpie/issues/671

github.com/peachpiecompiler/peachpie - 3f6afa36cafab3ba628d6680a6201c97497d18c7 authored almost 5 years ago
Implement __serialize/__unserialize in SPL classes

Fixes #668

github.com/peachpiecompiler/peachpie - 6927fb346b24aaf99ce243f9ae6811ded0452af7 authored almost 5 years ago
Unify ArrayIterator and ArrayObject behavior regarding dynamic properties

github.com/peachpiecompiler/peachpie - 4de0ba82b6a06e30b0c5c6a0ec71e00d5866d4a5 authored almost 5 years ago
sdk: Peachpie.Version.props not imported twice

github.com/peachpiecompiler/peachpie - df63f95f5a1c03b7936446e737a419839e8d6a83 authored almost 5 years ago
Update from master

github.com/peachpiecompiler/peachpie - 47fe0eadf7f888bfbdcc3a46b0d8183dfd02f02f authored almost 5 years ago
Merge pull request #8 from peachpiecompiler/master

Update

github.com/peachpiecompiler/peachpie - a5a4a6eb71af0c8cb8043e5d1e09fac55769cad7 authored almost 5 years ago
internal: PhpSyntaxTree.IsPharStub

github.com/peachpiecompiler/peachpie - baa2f46664135185842b3abcd5ec7c78c659013e authored about 5 years ago
__serialize/__unserialize used by serialize/unserialize functions

RFC https://wiki.php.net/rfc/custom_object_serialization
fixes https://github.com/peachpiecompil...

github.com/peachpiecompiler/peachpie - 697b8e630ff54a324423fe4f03e4c45ec9c3034c authored about 5 years ago
internal reflection on __serialize, __unserialize

https://wiki.php.net/rfc/custom_object_serialization
https://github.com/peachpiecompiler/peachpi...

github.com/peachpiecompiler/peachpie - b167f25d185738872a886a48da906d339cc514d7 authored about 5 years ago
Fix sporadic error in gettext test

The drive letter (D:) in Azure DevOps is sometimes in capital and sometimes not.

github.com/peachpiecompiler/peachpie - e1bbc34d7d7d9da3b3abd6329e697e72f0622944 authored about 5 years ago
embedded 'eval' is colorized in code editor

github.com/peachpiecompiler/peachpie - d1b9a8c24286cb585718c9264ae38afc87868c8e authored about 5 years ago
phar files

- phar stub can be debugged, stub embedded into PDB and its name is not conflicting with the ori...

github.com/peachpiecompiler/peachpie - 7902a6be0c85f24632aa21b0360b6f4d3215d26d authored about 5 years ago
Add missing members to SPL

#668

github.com/peachpiecompiler/peachpie - 30d4febacf0aea2760bcb7b87b06576900073c94 authored about 5 years ago
Implement RecursiveArrayIterator::CHILD_ARRAYS_ONLY

#668

github.com/peachpiecompiler/peachpie - 9555205984f83dee2fd8b0474033449e90b5fd94 authored about 5 years ago
Implement ArrayIterator::ARRAY_AS_PROPS

#668

github.com/peachpiecompiler/peachpie - 55fa06fb0b851069e6e4db3383daf59c47e4c007 authored about 5 years ago
schema updated - ItemType displays as Compile

github.com/peachpiecompiler/peachpie - 0c194d506243cd286b7c852fbb615985b123fc58 authored about 5 years ago
ProjectCapability "LaunchProfiles"

github.com/peachpiecompiler/peachpie - 638ef816f8631d2af269322b3274353a0e68ce97 authored about 5 years ago
Implement RegexIterator::INVERT_MATCH

#668

github.com/peachpiecompiler/peachpie - d1fb8b7c18115e6165e12fec8b3a8b66a5e9452d authored about 5 years ago
Add __toString alias of ToString to CachingIterator

github.com/peachpiecompiler/peachpie - cffbd80a3d745dbf9361ee9579c5cbdf49176539 authored about 5 years ago
Make preg_replace_callback test more thorough

Check that the callback isn't called more than once, see #666

github.com/peachpiecompiler/peachpie - a4f6b90a661379929010c51936563a55a95738ab authored about 5 years ago