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

sdk: composer dependencies have prerelease suffix if whole package is prerelease

github.com/peachpiecompiler/peachpie - 41e46d5a00abc4b05bc4c4642d001c3a2299285e authored almost 5 years ago
sdk: floating version respects composer -dev suffix

- floating version includes prerelease suffix where needed

github.com/peachpiecompiler/peachpie - 26263cb26b3e1c5a3a8c65d1ab02fd126f6dc843 authored almost 5 years ago
sdk: composer version constrains with implicit "-dev" according to specs.

github.com/peachpiecompiler/peachpie - e6801accf09411aa0ce8326dd64c75f887041f33 authored almost 5 years ago
socket_addrinfo stubs

github.com/peachpiecompiler/peachpie - 536edb993f147834b32fecad3c48009a03f321d0 authored almost 5 years ago
"ext-json" in composer.json resolved

github.com/peachpiecompiler/peachpie - 3fbd541f827e0d037b034b655bd0fe137c3baeed authored almost 5 years ago
keyed foreach over regular .NET IEnumerable<T>

runtime operation, counts "key" from 0 implicitly

github.com/peachpiecompiler/peachpie - 20ab97003cca0e3aa6e70b0d45f149b1376975df authored almost 5 years ago
simplifies DatePeriod

github.com/peachpiecompiler/peachpie - 7e30ad0f5b12f0955e074c7cc186d1e7b3ea13dc authored almost 5 years ago
keyed foreach over regular .NET IEnumerable<T>

github.com/peachpiecompiler/peachpie - f6750859c2b5eff3209662f22529f68cd9c5f15b authored almost 5 years ago
keyed foreach over regular .NET IEnumerable<T>

keys are automatically counted from 0

github.com/peachpiecompiler/peachpie - c117559c4a2f9a52a8de8eded8f5082cf68e6ad2 authored almost 5 years ago
array_merge() nullref fix

- NULL handled properly, warning reported and NULL returned from function
- NULL checked, avoids...

github.com/peachpiecompiler/peachpie - 25bc7f07e730ea444bf948b0cf4a057c0e6cd61d authored almost 5 years ago
Merge branch 'master' of https://github.com/peachpiecompiler/peachpie

github.com/peachpiecompiler/peachpie - ead3caf4cf69ea55d367d4b6b2d95b1a82512478 authored almost 5 years ago
curl: unnecessary lazy removed

+ fixes InvalidOperationException when accesing Lazy.Value from ValueFactory

github.com/peachpiecompiler/peachpie - 5078312c4ded864bd2f45a71bbe8d48fa1a3195e authored almost 5 years ago
Merge pull request #733 from peachpiecompiler/fix/8bit

Fixes #732

github.com/peachpiecompiler/peachpie - a45ab64bd7ff09ba50e0550554326bb9e27108d1 authored almost 5 years ago
mb: 8bit not listed in mb_list_encodings

github.com/peachpiecompiler/peachpie - c6d3082b5feb34971da7c936aecffb56ada91104 authored almost 5 years ago
mb string: simplified encoding name handling, mb_strlen() for "8bit"

github.com/peachpiecompiler/peachpie - 1dfb9cc9dc41854df6ab27f562b49e2d4ed792f0 authored almost 5 years ago
PhpString.GetByteCount()

Gets bytes count when converted to bytes using provided encoding

github.com/peachpiecompiler/peachpie - d4b2f2f7618c48e907668ff5cd3ae06e5d0bae42 authored almost 5 years ago
Merge branch 'master' into fix/8bit

github.com/peachpiecompiler/peachpie - b541db5180b48be6d0a1c68cdc162a5e5f0d5710 authored almost 5 years ago
date time parsing handles large relative seconds

results in DateTime.MaxValue instead of throwing exception (similar behavior to PHP where it als...

github.com/peachpiecompiler/peachpie - be271044a758b62f4bc3a60f58a0ef297d700641 authored almost 5 years ago
date time parsing handles large numbers

- properly silently goes to long.MaxValue
- parses without allocation
- ref https://github.com/p...

github.com/peachpiecompiler/peachpie - e6f471b4ee7c8c10e6420940a0610aa4b5abe959 authored almost 5 years ago
PDOStatement::fetch() does not throw if not executed

github.com/peachpiecompiler/peachpie - e50fe9ac5e4b9e8286c3940da2d8e79f491c3b75 authored almost 5 years ago
shell_exec() on unix

ref https://github.com/iolevel/wpdotnet-sdk/issues/76

github.com/peachpiecompiler/peachpie - 2de48d072607849ae92ea987bc50e4eb7f71b6db authored almost 5 years ago
socket_export_stream

github.com/peachpiecompiler/peachpie - f1442be2228bf8a81494405284a42ca60a898c9f authored almost 5 years ago
socket_import_stream

github.com/peachpiecompiler/peachpie - 56ab22a4984a6b57e226336c604f99ce8956347c authored almost 5 years ago
SocketStream cleanup

github.com/peachpiecompiler/peachpie - ec69b5fcc226923e59e10269b1c0c9bb52384477 authored almost 5 years ago
Fix 8bit encoding test

github.com/peachpiecompiler/peachpie - 3dde9e9b13a1091ca7d6032a56bee58a548b94cc authored almost 5 years ago
Add 8bit encoding

github.com/peachpiecompiler/peachpie - 93f9fa83d9dff06284cdcff75d96dbb872088303 authored almost 5 years ago
stream_socket_enable_crypto

github.com/peachpiecompiler/peachpie - 9b752e511a37a76a6f63c05ae61ace5cf811de7c authored almost 5 years ago
socket_set_block, socket_set_nonblock

github.com/peachpiecompiler/peachpie - e361ab2d1be628329a16a9f803313d8fbfd0b7dc authored almost 5 years ago
SO_ constants (socket option names)

github.com/peachpiecompiler/peachpie - d610f4707317585fb343e6ba40fc0aba4fb63250 authored almost 5 years ago
socket_getpeername

github.com/peachpiecompiler/peachpie - 585bca4fc2ffaf421365b0608f803b0312dbff8b authored almost 5 years ago
socket_create_listen

github.com/peachpiecompiler/peachpie - d7b903ff9f920cfbe58c52e61564f1f939a51c74 authored almost 5 years ago
socket_get_option, SocketOptionName, SocketOptionLevel

github.com/peachpiecompiler/peachpie - 8dcd40205e2ca547f9a40b9fbb8fb48cecac7c2c authored almost 5 years ago
socket_set_option, socket_get_option stubs

github.com/peachpiecompiler/peachpie - 2318aff5bbd26824d6c3e486aae0f55e2f50fd3f authored almost 5 years ago
socket_clear_error

github.com/peachpiecompiler/peachpie - 49afae1bf7e0d62f671b884016960b301ba58fc9 authored almost 5 years ago
socket_strerror, socket_last_error

github.com/peachpiecompiler/peachpie - 6b251ce5e2d556e344414b02ffee15b831b4d336 authored almost 5 years ago
socket_getsockname

github.com/peachpiecompiler/peachpie - f96ce4199a9b841a343251e333cd3babb22e5cea authored almost 5 years ago
cleanup

AddressFamily and SocketType values correspond with sock api, duh

github.com/peachpiecompiler/peachpie - b14e61c67cfb61666bed2eeb4344eadc096f7cee authored almost 5 years ago
socket_bind, SOL_* constants

github.com/peachpiecompiler/peachpie - 276f4cbd2e9204801eb893aa1770cdaed5fc541d authored almost 5 years ago
sockets: resources

github.com/peachpiecompiler/peachpie - 7287285656dc72727c9a6f77462ce6621806e8c9 authored almost 5 years ago
sdk: composer.json requirements resolves ext-sockets

github.com/peachpiecompiler/peachpie - 90d704678e30054c68dac2ef4895c942fb8525a9 authored almost 5 years ago
sockets: constants, socket_create, socket_close

github.com/peachpiecompiler/peachpie - 7266112a77b674208484600d11f675644beda3e8 authored almost 5 years ago
getprotobyname, getprotobynumber

github.com/peachpiecompiler/peachpie - d70de7494c89bdb1dbb782ce0724108c3228bbf9 authored almost 5 years ago
Fix PhpValue.AsObject for aliases

Fixes #730

github.com/peachpiecompiler/peachpie - 1148d598b4ffddc8c71d523ac0afd3469ef896fe authored almost 5 years ago
STREAM_CRYPTO_METHOD_* constants

github.com/peachpiecompiler/peachpie - 95a401fa92efa9ffc27db31f5cf65ade4217a89a authored almost 5 years ago
sdk: @(ComposerPackageReference)

task `ComposerResolve` provides set of dependencies collected from `composer.json` file

github.com/peachpiecompiler/peachpie - 1589e44af4b8d054883efbbd0a747d0bf9eaddb2 authored almost 5 years ago
filter_var() "string" filter sanitizes array value

github.com/peachpiecompiler/peachpie - 00ecdb6a6162f7135df55a6befe182d545f25688 authored almost 5 years ago
FILTER_SANITIZE_STRING test

github.com/peachpiecompiler/peachpie - d7f18624bb6da5451d21c553cc1865de89ba8b98 authored almost 5 years ago
FILTER_SANITIZE_STRING

github.com/peachpiecompiler/peachpie - a16382adb23034b67af39c052aaf774e61d45037 authored almost 5 years ago
sdk: ComposerVersionExpression tokens, ComposerVersion

github.com/peachpiecompiler/peachpie - 12b902ed2a937b5978966797c61d1667a055c474 authored almost 5 years ago
sdk: translation composer version to floating package version

+ tests

github.com/peachpiecompiler/peachpie - 602e503b57799da81357a28958569470e9b9a7e6 authored almost 5 years ago
sdk: composer version parser, floating versioning, tests

github.com/peachpiecompiler/peachpie - 6be27e68c0bac06050a11b7351115de9fb260728 authored almost 5 years ago
sdk: processing "require" "ext-"

`"ext-<name>"` in `composer.json` is treated as a package reference to a corresponding peachpie BCL

github.com/peachpiecompiler/peachpie - a9c5fd0dc6d6f5373c65d63b27fca0ff9b0bb7a0 authored almost 5 years ago
PHP4003: ERR_CantOpenFileWrite text resource added

github.com/peachpiecompiler/peachpie - 02450ff72b6007a349ebe8d0e8e126dc7679e453 authored almost 5 years ago
pdo drivers annotated

github.com/peachpiecompiler/peachpie - 8e67fd9bb94b9a1b3c08ca0096da999d22048dce authored almost 5 years ago
pdo: some cleanup, stringify handling

setAttribute(PDO::ATTR_STRINGIFY_FETCHES) always returns TRUE

github.com/peachpiecompiler/peachpie - 2a810b7937e0c96a61f7da9370676ebddeaa30c0 authored almost 5 years ago
pdo: attributes set fixes

- values must be either converted or copied
- stringify handling cleanup

github.com/peachpiecompiler/peachpie - 823d897611bee6ea38753585bbbe1b35d7122831 authored almost 5 years ago
PDODriver simplified

github.com/peachpiecompiler/peachpie - 03f1a929ff967446aba31bd1923e53aef4a09e3c authored almost 5 years ago
Fix imageaffine + crop

github.com/peachpiecompiler/peachpie - b4afee8c588a850a764dfdf644216e10fa9d4d45 authored almost 5 years ago
implementation imageaffinematrixconcat +Test

github.com/peachpiecompiler/peachpie - fe3fce2e2758498375f725c7c2aa86d2f73addac authored almost 5 years ago
Implementation imageaffinematrixget + Test

github.com/peachpiecompiler/peachpie - 14b8ec32e15cdb2f1ba7bc6f1c493c8f4c40e91e authored almost 5 years ago
sdk: versioning composer deps notes

github.com/peachpiecompiler/peachpie - eaadca17e0e7437886033f87bcc67024dc456889 authored almost 5 years ago
Force PDO::ATTR_STRINGIFY_FETCHES in SQLite

github.com/peachpiecompiler/peachpie - e79dd6fe24c9ef2e8299863a699b291c66228af5 authored almost 5 years ago
reflection: does not list CLR interfaces in PHP reflection

github.com/peachpiecompiler/peachpie - 3c8df6f2def51731ee8489a77b2001634b817edf authored almost 5 years ago
Fix InvalidOperationException when enumerating DatePeriod

Fixes #727

github.com/peachpiecompiler/peachpie - 886b19a6195fb91c8cd4b7a984c6f15e3d253fd7 authored almost 5 years ago
PDO: fix implicit value to string conversion

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

github.com/peachpiecompiler/peachpie - a98701409374c236ea0434b41df5c12ced0bfae3 authored almost 5 years ago
PDO attributes lazily set

github.com/peachpiecompiler/peachpie - 4febaf9e08f5757f4872ffc2cdcc8fcecad9fc84 authored almost 5 years ago
ATTR_STRINGIFY_FETCHES cleanup

github.com/peachpiecompiler/peachpie - 3feae062fb828558746f968017419f13536d10f3 authored almost 5 years ago
Stringify data loaded from PDO by default

github.com/peachpiecompiler/peachpie - 405dfc4dfa410c0b8d5413bcb2b2115ba5a1c1d7 authored almost 5 years ago
GLOB_AVAILABLE_FLAGS

github.com/peachpiecompiler/peachpie - 75cdc118abcd5bddda7bf23a0d52cf95a9f32a56 authored almost 5 years ago
scandir() sorting order constants

github.com/peachpiecompiler/peachpie - a7ca016bcebc1ae0d4bca5ccbf12b56b23349c01 authored almost 5 years ago
MT_RAND_MT19937, MT_RAND_PHP

github.com/peachpiecompiler/peachpie - f04c010f2a4d77605eaba1caf0e18af9bee3b680 authored almost 5 years ago
debug_zval_dump()

github.com/peachpiecompiler/peachpie - e9478da4fa4d063cd896b8863fee913bd291b45f authored almost 5 years ago
version from composer.json

github.com/peachpiecompiler/peachpie - 76e43ded35a291af648d494b496921bebb7ac32e authored almost 5 years ago
version from composer.json respects VersionSuffix, resolved before nuspec generated

- VersionSuffix is respected
- `dotnet pack` outputs correct package version

github.com/peachpiecompiler/peachpie - 94d31e88d41fb1ea6496d0f85e56ee03f3e7ff78 authored almost 5 years ago