Ecosyste.ms: OpenCollective

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

github.com/peachpiecompiler/peachpie

PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://github.com/peachpiecompiler/peachpie

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

41e46d5a00abc4b05bc4c4642d001c3a2299285e authored almost 5 years ago
sdk: floating version respects composer -dev suffix

- floating version includes prerelease suffix where needed

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

e6801accf09411aa0ce8326dd64c75f887041f33 authored almost 5 years ago
socket_addrinfo stubs

536edb993f147834b32fecad3c48009a03f321d0 authored almost 5 years ago
"ext-json" in composer.json resolved

3fbd541f827e0d037b034b655bd0fe137c3baeed authored almost 5 years ago
keyed foreach over regular .NET IEnumerable<T>

runtime operation, counts "key" from 0 implicitly

20ab97003cca0e3aa6e70b0d45f149b1376975df authored almost 5 years ago
simplifies DatePeriod

7e30ad0f5b12f0955e074c7cc186d1e7b3ea13dc authored almost 5 years ago
keyed foreach over regular .NET IEnumerable<T>

f6750859c2b5eff3209662f22529f68cd9c5f15b authored almost 5 years ago
keyed foreach over regular .NET IEnumerable<T>

keys are automatically counted from 0

c117559c4a2f9a52a8de8eded8f5082cf68e6ad2 authored almost 5 years ago
array_merge test

48ee1e05eaf53c76831a538e46e576908d30231a authored almost 5 years ago
array_merge() nullref fix

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

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

ead3caf4cf69ea55d367d4b6b2d95b1a82512478 authored almost 5 years ago
curl: unnecessary lazy removed

+ fixes InvalidOperationException when accesing Lazy.Value from ValueFactory

5078312c4ded864bd2f45a71bbe8d48fa1a3195e authored almost 5 years ago
Update README.md

c821efe14e8fe1f642e35f52643c8022185433ea authored almost 5 years ago
Merge pull request #733 from peachpiecompiler/fix/8bit

Fixes #732

a45ab64bd7ff09ba50e0550554326bb9e27108d1 authored almost 5 years ago
mb: 8bit not listed in mb_list_encodings

c6d3082b5feb34971da7c936aecffb56ada91104 authored almost 5 years ago
mb string: simplified encoding name handling, mb_strlen() for "8bit"

1dfb9cc9dc41854df6ab27f562b49e2d4ed792f0 authored almost 5 years ago
PhpString.GetByteCount()

Gets bytes count when converted to bytes using provided encoding

d4b2f2f7618c48e907668ff5cd3ae06e5d0bae42 authored almost 5 years ago
Merge branch 'master' into fix/8bit

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...

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...

e6f471b4ee7c8c10e6420940a0610aa4b5abe959 authored almost 5 years ago
PDOStatement::fetch() does not throw if not executed

e50fe9ac5e4b9e8286c3940da2d8e79f491c3b75 authored almost 5 years ago
shell_exec() on unix

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

2de48d072607849ae92ea987bc50e4eb7f71b6db authored almost 5 years ago
cleanup

544a7b18cc171a6a81abffa12fd9606c7979e20a authored almost 5 years ago
socket_export_stream

f1442be2228bf8a81494405284a42ca60a898c9f authored almost 5 years ago
socket_import_stream

56ab22a4984a6b57e226336c604f99ce8956347c authored almost 5 years ago
SocketStream cleanup

ec69b5fcc226923e59e10269b1c0c9bb52384477 authored almost 5 years ago
Fix 8bit encoding test

3dde9e9b13a1091ca7d6032a56bee58a548b94cc authored almost 5 years ago
Add 8bit encoding

93f9fa83d9dff06284cdcff75d96dbb872088303 authored almost 5 years ago
stream_select

da04a9e14f77ae88a489ecb76e1c30a0c4090e89 authored almost 5 years ago
stream_socket_enable_crypto

9b752e511a37a76a6f63c05ae61ace5cf811de7c authored almost 5 years ago
socket_set_block, socket_set_nonblock

e361ab2d1be628329a16a9f803313d8fbfd0b7dc authored almost 5 years ago
socket_accept

aab75f90cb30c925b312bb396a53eafbcc344a4b authored almost 5 years ago
SO_ constants (socket option names)

d610f4707317585fb343e6ba40fc0aba4fb63250 authored almost 5 years ago
socket_getpeername

585bca4fc2ffaf421365b0608f803b0312dbff8b authored almost 5 years ago
cleanup

60e4c3c6a0649dc9715eb13f541ccea3974c090a authored almost 5 years ago
socket_shutdown

2276c05f303b3796e58c541ef312d6f80f3f82e5 authored almost 5 years ago
socket_listen

e926d36fe1bd8d0296922c3f157dee4e0cf62b05 authored almost 5 years ago
socket_create_listen

d7b903ff9f920cfbe58c52e61564f1f939a51c74 authored almost 5 years ago
socket_select

d3be4ac16849a11e754d513b6ee21766e0e55731 authored almost 5 years ago
socket_write

c8bd66f3c8e4e9b1c1a40bd591d4df515a52a31a authored almost 5 years ago
socket_read

9e2ef2ccb3e784893f8407df90da3f5e802448cf authored almost 5 years ago
socket_get_option, SocketOptionName, SocketOptionLevel

8dcd40205e2ca547f9a40b9fbb8fb48cecac7c2c authored almost 5 years ago
socket_set_option, socket_get_option stubs

2318aff5bbd26824d6c3e486aae0f55e2f50fd3f authored almost 5 years ago
socket_clear_error

49afae1bf7e0d62f671b884016960b301ba58fc9 authored almost 5 years ago
socket_connect

1164c223bdb6389aa847fd460b47b6c3764b6254 authored almost 5 years ago
socket_strerror, socket_last_error

6b251ce5e2d556e344414b02ffee15b831b4d336 authored almost 5 years ago
socket_getsockname

f96ce4199a9b841a343251e333cd3babb22e5cea authored almost 5 years ago
cleanup

AddressFamily and SocketType values correspond with sock api, duh

b14e61c67cfb61666bed2eeb4344eadc096f7cee authored almost 5 years ago
socket_bind, SOL_* constants

276f4cbd2e9204801eb893aa1770cdaed5fc541d authored almost 5 years ago
sockets: resources

7287285656dc72727c9a6f77462ce6621806e8c9 authored almost 5 years ago
sdk: composer.json requirements resolves ext-sockets

90d704678e30054c68dac2ef4895c942fb8525a9 authored almost 5 years ago
cleanup

4c4b46a4d863fa06641feef6fc1d48a48b8242ec authored almost 5 years ago
socket_getopt

034a455e91f31afc0e23e8b7a083b0343b8e83ab authored almost 5 years ago
sockets: constants, socket_create, socket_close

7266112a77b674208484600d11f675644beda3e8 authored almost 5 years ago
getprotobyname, getprotobynumber

d70de7494c89bdb1dbb782ce0724108c3228bbf9 authored almost 5 years ago
Fix PhpValue.AsObject for aliases

Fixes #730

1148d598b4ffddc8c71d523ac0afd3469ef896fe authored almost 5 years ago
STREAM_CRYPTO_METHOD_* constants

95a401fa92efa9ffc27db31f5cf65ade4217a89a authored almost 5 years ago
cleanups

253d33736fb196c95b41a20f95d26d26cb9a5d37 authored almost 5 years ago
cleanups

1d5ea66fa95102c6855b0c3dafdf1986d2672d1c authored almost 5 years ago
sdk: @(ComposerPackageReference)

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

1589e44af4b8d054883efbbd0a747d0bf9eaddb2 authored almost 5 years ago
filter_var() "string" filter sanitizes array value

00ecdb6a6162f7135df55a6befe182d545f25688 authored almost 5 years ago
FILTER_SANITIZE_STRING test

d7f18624bb6da5451d21c553cc1865de89ba8b98 authored almost 5 years ago
FILTER_SANITIZE_STRING

a16382adb23034b67af39c052aaf774e61d45037 authored almost 5 years ago
sdk: ComposerVersionExpression tokens, ComposerVersion

12b902ed2a937b5978966797c61d1667a055c474 authored almost 5 years ago
sdk: translation composer version to floating package version

+ tests

602e503b57799da81357a28958569470e9b9a7e6 authored almost 5 years ago
sdk: composer version parser, floating versioning, tests

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

a9c5fd0dc6d6f5373c65d63b27fca0ff9b0bb7a0 authored almost 5 years ago
notes

0a7eaa81678424ee792f51099f577068e6d768c9 authored almost 5 years ago
PHP4003: ERR_CantOpenFileWrite text resource added

02450ff72b6007a349ebe8d0e8e126dc7679e453 authored almost 5 years ago
pdo drivers annotated

8e67fd9bb94b9a1b3c08ca0096da999d22048dce authored almost 5 years ago
note

cf3e2a8139020bf597991cee1fd963e67224ded9 authored almost 5 years ago
pdo: some cleanup, stringify handling

setAttribute(PDO::ATTR_STRINGIFY_FETCHES) always returns TRUE

2a810b7937e0c96a61f7da9370676ebddeaa30c0 authored almost 5 years ago
pdo: attributes set fixes

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

823d897611bee6ea38753585bbbe1b35d7122831 authored almost 5 years ago
PDODriver simplified

03f1a929ff967446aba31bd1923e53aef4a09e3c authored almost 5 years ago
Fix imageaffine + crop

b4afee8c588a850a764dfdf644216e10fa9d4d45 authored almost 5 years ago
implementation imageaffinematrixconcat +Test

fe3fce2e2758498375f725c7c2aa86d2f73addac authored almost 5 years ago
Implementation imageaffinematrixget + Test

14b8ec32e15cdb2f1ba7bc6f1c493c8f4c40e91e authored almost 5 years ago
readme

9fc2942c39caa89a3ac8c78341008f591f0ff589 authored almost 5 years ago
sdk: versioning composer deps notes

eaadca17e0e7437886033f87bcc67024dc456889 authored almost 5 years ago
Force PDO::ATTR_STRINGIFY_FETCHES in SQLite

e79dd6fe24c9ef2e8299863a699b291c66228af5 authored almost 5 years ago
reflection: does not list CLR interfaces in PHP reflection

3c8df6f2def51731ee8489a77b2001634b817edf authored almost 5 years ago
Fix InvalidOperationException when enumerating DatePeriod

Fixes #727

886b19a6195fb91c8cd4b7a984c6f15e3d253fd7 authored almost 5 years ago
PDO: fix implicit value to string conversion

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

a98701409374c236ea0434b41df5c12ced0bfae3 authored almost 5 years ago
PDO attributes lazily set

4febaf9e08f5757f4872ffc2cdcc8fcecad9fc84 authored almost 5 years ago
ATTR_STRINGIFY_FETCHES cleanup

3feae062fb828558746f968017419f13536d10f3 authored almost 5 years ago
Stringify data loaded from PDO by default

405dfc4dfa410c0b8d5413bcb2b2115ba5a1c1d7 authored almost 5 years ago
IMG_* constants

d2e7f55c1963ab4bc52c5de868eb8f0b08ae53b9 authored almost 5 years ago
IMAGETYPE_WEBP

cae0132f61aa167ed5d3f0e590687925bcaff273 authored almost 5 years ago
DNS_* constants

3fce884f9718ccddf5c0ff11f3016d290e63c0cd authored almost 5 years ago
ASSERT_EXCEPTION

429055dfa097f853417f09c815b2a34adba7b4e6 authored almost 5 years ago
GLOB_AVAILABLE_FLAGS

75cdc118abcd5bddda7bf23a0d52cf95a9f32a56 authored almost 5 years ago
scandir() sorting order constants

a7ca016bcebc1ae0d4bca5ccbf12b56b23349c01 authored almost 5 years ago
MT_RAND_MT19937, MT_RAND_PHP

f04c010f2a4d77605eaba1caf0e18af9bee3b680 authored almost 5 years ago
debug_zval_dump()

e9478da4fa4d063cd896b8863fee913bd291b45f authored almost 5 years ago
version from composer.json

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

94d31e88d41fb1ea6496d0f85e56ee03f3e7ff78 authored almost 5 years ago
DatePeriod

f87e5905d426552e4e3b7e00c8263b05bf5a22ac authored almost 5 years ago
datetime helpers

39e36640aca969c33f2f7ac16a2934a00f346454 authored almost 5 years ago
BinToHex cleanup

9168a4ba86be6944e57db5a3578d40d976fe1fba authored almost 5 years ago