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

Merge pull request #745 from peachpiecompiler/feature/fastcgi_finish_request

support for request timeout and fastcgi_finish_request

github.com/peachpiecompiler/peachpie - 2381c4064977f366f496576cfb4efa1ac97b628a authored over 4 years ago
Merge branch 'master' into feature/fastcgi_finish_request

github.com/peachpiecompiler/peachpie - 1c3259487942a5f09129835efbde9b5af4ba0e59 authored over 4 years ago
asponetcore assembly loader: fixes invalid assembly name

github.com/peachpiecompiler/peachpie - 83b4bc40bfbd7917fabecd968154b79f237ab139 authored over 4 years ago
sdk: fixes Inputs element

github.com/peachpiecompiler/peachpie - 9d31b3741ad09ca9386a9525495594d014256843 authored over 4 years ago
Merge branch 'master' into feature/fastcgi_finish_request

github.com/peachpiecompiler/peachpie - 8e99deb1b4d3cc3139985e557449d8c7db14b888 authored over 4 years ago
sdk: $(ComposerAutoload)

github.com/peachpiecompiler/peachpie - af788017235aa864a52a564ee9f02e229f3c5651 authored over 4 years ago
sdk: disable autoload map with $(ComposerAutoload)=='false'

github.com/peachpiecompiler/peachpie - d0eaee77030da19a58f9a63a8630254c7ada71fb authored over 4 years ago
autoload files;

files marked as to be autoloaded are automatically included on request/context start

github.com/peachpiecompiler/peachpie - 31a1a1c64cad8b108d47e2eea8a9ea8c860c7220 authored over 4 years ago
Context: autoload files list

github.com/peachpiecompiler/peachpie - 01a99e229afe181b4229fb15046e3b0bb87e991e authored over 4 years ago
Context : IServiceProvider

github.com/peachpiecompiler/peachpie - 865b7732cd1bf1826c4aca824abe3339af6dbff9 authored over 4 years ago
sdk: process composer.json autoload files section

- compiler annotates scripts to be autoloaded
- ScriptAttribute cleanup
- ScriptAttribute.IsAuto...

github.com/peachpiecompiler/peachpie - 0f2a29cbd8231b1456ca1bfc62ec65e1cff62e6c authored over 4 years ago
pcre 1.3.0

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

github.com/peachpiecompiler/peachpie - 678104caf8112342ef1e4a387d7e2855af07043f authored over 4 years ago
DateInterval sets `y` and `m` accordingly

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

github.com/peachpiecompiler/peachpie - f3aec0f61e60af447047d765886f4ff9f0ab978d authored over 4 years ago
implementation imageopenpolygon

github.com/peachpiecompiler/peachpie - 8b71c44c451e9330e061c7752190c270fd0daa08 authored over 4 years ago
Imageresolution +test

github.com/peachpiecompiler/peachpie - 75da1212b071fe30d9cd1758d00bd18286f40374 authored over 4 years ago
Merge pull request #18 from peachpiecompiler/master

Update

github.com/peachpiecompiler/peachpie - 71f0cbd6ee8ce4410500ccfffe57467950d402bd authored over 4 years ago
Merge branch 'master' into feature/fastcgi_finish_request

resolved src/Peachpie.AspNetCore.Web/PhpHandlerMiddleware.cs

github.com/peachpiecompiler/peachpie - a432049d607e686728431f5105fde7ffc512d21e authored over 4 years ago
ScriptTests references required assemblies

github.com/peachpiecompiler/peachpie - cc9e2cc483daa1ccb89ff925e974817d0d6fa363 authored over 4 years ago
Peachpie.App.Tests

ref https://github.com/peachpiecompiler/peachpie/issues/536
verifies all assemblies are signed (...

github.com/peachpiecompiler/peachpie - 1e8e20d1d7c9a769477f43a909f2d12560b5d79b authored over 4 years ago
emit reference to referenced packages (PHP libraries)

- used by eval to reference same packages
- loads phpextension attribute for PDO drivers

github.com/peachpiecompiler/peachpie - aeafac65af4114aae24479d4f41ebcb451c0db95 authored over 4 years ago
implements PDOStatement::errorInfo(), PDOStatement::errorCode(), PDOException::errorInfo

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

github.com/peachpiecompiler/peachpie - 681f0e587f6bd992609909588fcdc8390c1078c0 authored over 4 years ago
aspnet core - loads scripts from referenced PHP projects automatically

github.com/peachpiecompiler/peachpie - 85be44775557db9a5a0cb646da841ca65965c54b authored over 4 years ago
continuing request pipeline on timeout or end signal

github.com/peachpiecompiler/peachpie - 4b0541a1d2b2b749e666f87afb29e3595cdb1228 authored over 4 years ago
Merge branch 'master' into feature/fastcgi_finish_request

github.com/peachpiecompiler/peachpie - 7a999380c2efdb1a25cd7c5a16b09972ef63b4ef authored over 4 years ago
dummy T_BAD_CHARACTER

github.com/peachpiecompiler/peachpie - b0e3ee8ed3b979efceaf6e73846acc516e30b62a authored over 4 years ago
serialize() debug assertion not necessary

made as debug write instead

github.com/peachpiecompiler/peachpie - 423bdd12dedb7280ff352907db01aaf7a51680df authored over 4 years ago
test: base64_decode

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

github.com/peachpiecompiler/peachpie - 91e12451a8bd27bfe860eefa6cc2a2b2c8f48907 authored over 4 years ago
base64_decode() strict argument

github.com/peachpiecompiler/peachpie - b2e0c5e3c7d14bfe676fb0c0e3ebd1443e5d2aae authored over 4 years ago
tolerant base64_decode()

fixes https://github.com/peachpiecompiler/peachpie/issues/739
- allows whitespaces anywhere
- al...

github.com/peachpiecompiler/peachpie - d3de8ae5b859095f73acd600a4cf1e62891287db authored over 4 years ago
very tolerant base64 decoder

github.com/peachpiecompiler/peachpie - 134ae84f65c527dfd84cadb4cdd4b9ea79c04d50 authored over 4 years ago
indicates autoload flag in symbols

github.com/peachpiecompiler/peachpie - ce8f57c7bde48a7a70cab5b20e4d973749dd2591 authored over 4 years ago
check autoload side effects in compile time

github.com/peachpiecompiler/peachpie - ff393b3019f242556ff88d1903e4b0d589727a1b authored over 4 years ago
sdk: composer task fixes

github.com/peachpiecompiler/peachpie - 56a13af554afeb698ac280cba60e66e816a876bb authored over 4 years ago
compiler: arg "/autoload" processed

github.com/peachpiecompiler/peachpie - 1052eadb5d7351c0bbd78fc000d5bae2783ddd40 authored over 4 years ago
sdk: remove duplicities from classmap

github.com/peachpiecompiler/peachpie - 83ffcb25abd38ed946ec382015418590519fef3f authored over 4 years ago
autoload in runtime

- class map generated in runtime
- classes either loaded statically on app startup without need ...

github.com/peachpiecompiler/peachpie - d6481cee3ad7da5317daf0cd95dc0244fb912f10 authored over 4 years ago
context: reflecting types cleanup

github.com/peachpiecompiler/peachpie - 699ef72588a132293061bdb8df57d242a5ea6a4d authored over 4 years ago
compiler: annotates types with "autoload" flag

- 0: do not autoload
- 1: autoload but file has side effects
- 2: autoload

github.com/peachpiecompiler/peachpie - bb9c525a67764137a5da96b046d95bec6a568d12 authored over 4 years ago
sdk: psr4 map generated for empty prefixes

github.com/peachpiecompiler/peachpie - 06b41fbdcad6cf83d05f7cb87aed5fddf2832bb8 authored over 4 years ago
sdk: json parser cleanup

github.com/peachpiecompiler/peachpie - 8f72cf3e9af2594b3db41f614b765005b9264f53 authored over 4 years ago
sdk: compiler arg "/autoload:classmap,<file path>"

github.com/peachpiecompiler/peachpie - 73d6e90dbeadc301ceccead12ed2ce8b6cdb6abf authored over 4 years ago
sdk: composer autoload "exclude-from-classmap"

github.com/peachpiecompiler/peachpie - 21dadb0a58479a6dce127ff7a9c272d7f850844d authored over 4 years ago
implicit autoload in runtime

autoload classes even no spl autoloader is registered
- in empty context and empty web context, ...

github.com/peachpiecompiler/peachpie - a0b251fee84dc58d4f48818eaa89a49bd92b1914 authored over 4 years ago
sdk: parses autoload psr-4, psr-0, classmap, exclude-from-classmap

github.com/peachpiecompiler/peachpie - e11475eaf045f0373ef3f04edb9a6e2f6b0273ce authored over 4 years ago
sdk: autoload map, autoload classmap resolved

github.com/peachpiecompiler/peachpie - e0282555f977506decf1f0b7f2f2bed9f0cc9607 authored over 4 years ago
sdk: simplejson cleanup

github.com/peachpiecompiler/peachpie - af28e399c55424f44b39b678e2ac4aa3459772b7 authored over 4 years ago
sdk: composer autoload classmap

github.com/peachpiecompiler/peachpie - f3040288bc0a5c75313c94844996042ad2c047fa authored over 4 years ago
type declared run time check omitted

github.com/peachpiecompiler/peachpie - c857c69ad41d06d835ac616300ca4989aad25ccd authored over 4 years ago
autoload in runtime with spl autoload fix

github.com/peachpiecompiler/peachpie - 3fd01900c3343b12f1306a14f48f1cc1c49bd14e authored over 4 years ago
fastcgi_finish_request()

ends response to the client but keeps running the program

github.com/peachpiecompiler/peachpie - 5d404f1019a129a66a5cc852a55376d807026b12 authored over 4 years ago
type declared run time check omitted

github.com/peachpiecompiler/peachpie - 4945e753a6068bc62979aaae476e3fc70240538e authored over 4 years ago
check autoload side effects in compile time

github.com/peachpiecompiler/peachpie - 9e1360a13bd113fe6a426bb78d6f2f85d014cab6 authored over 4 years ago
indicates autoload flag in symbols

github.com/peachpiecompiler/peachpie - e9a331649c1170e292bda6a3cd1ee42a596ac275 authored over 4 years ago
implicit autoload in runtime

autoload classes even no spl autoloader is registered
- in empty context and empty web context, ...

github.com/peachpiecompiler/peachpie - b46d93afed0b0655c0c5030356ae7aa074ce16e2 authored over 4 years ago
autoload in runtime with spl autoload fix

github.com/peachpiecompiler/peachpie - b16f49998040c3c680e62b77a3cf13129d795ccd authored over 4 years ago
autoload in runtime

- class map generated in runtime
- classes either loaded statically on app startup without need ...

github.com/peachpiecompiler/peachpie - 20b16eafce55445a15d33f798c4d21b199988e78 authored over 4 years ago
context: reflecting types cleanup

github.com/peachpiecompiler/peachpie - ecb33f09f01035ff755630f7fda25e064668ee1b authored over 4 years ago
compiler: annotates types with "autoload" flag

- 0: do not autoload
- 1: autoload but file has side effects
- 2: autoload

github.com/peachpiecompiler/peachpie - c806fd7129f29e5627bfc2805270e9cece18db51 authored over 4 years ago
sdk: psr4 map generated for empty prefixes

github.com/peachpiecompiler/peachpie - 7f9996aeb53223f095ee07227e430e9ead12dd2e authored over 4 years ago
sdk: json parser cleanup

github.com/peachpiecompiler/peachpie - 76164e0cfc2d2c86546df23a7d68710864b66581 authored over 4 years ago
compiler: arg "/autoload" processed

github.com/peachpiecompiler/peachpie - c49303d16d229a7c40a5fb373b9000a30a754452 authored over 4 years ago
sdk: remove duplicities from classmap

github.com/peachpiecompiler/peachpie - 2880ad8ba8c26326d4b8b42409d6cdc8e84c68e4 authored over 4 years ago
sdk: compiler arg "/autoload:classmap,<file path>"

github.com/peachpiecompiler/peachpie - 63cbd6d7a32bdb76e9fe6cee4fe52daae65f00e5 authored over 4 years ago
sdk: composer autoload "exclude-from-classmap"

github.com/peachpiecompiler/peachpie - 6fe70990c4e94eb514617f06a7682a74c88749c3 authored over 4 years ago
sdk: autoload map, autoload classmap resolved

github.com/peachpiecompiler/peachpie - f529702313768100af4446763a80038790ff65ab authored over 4 years ago
sdk: composer autoload classmap

github.com/peachpiecompiler/peachpie - 0a5528afa0215642f7ea43407142b91ae40e3b2e authored over 4 years ago
sdk: composer task fixes

github.com/peachpiecompiler/peachpie - 3bc0e1f9781f170e7c425facb07ee7eefc6f4fc3 authored over 4 years ago
sdk: parses autoload psr-4, psr-0, classmap, exclude-from-classmap

github.com/peachpiecompiler/peachpie - bde52e58a7835d5c20b52ffb2cfef7c557b8b10e authored over 4 years ago
sdk: simplejson cleanup

github.com/peachpiecompiler/peachpie - 476fa214266a9433d83cf00e95186dc6a1fa4148 authored over 4 years ago
Remove multithreading of Argon hashing in tests

github.com/peachpiecompiler/peachpie - 7a9d780bf713c3212e7e6c924d089ab258ba2043 authored almost 5 years ago
sdk: $(ComposerIncludeDevPackages), $(ComposerIncludeSuggestPackages)

github.com/peachpiecompiler/peachpie - f6f05111b99028604ec42e2b8e939d2533282119 authored almost 5 years ago
sdk: $(ComposerIncludeDevPackages), $(ComposerIncludeSuggestPackages)

github.com/peachpiecompiler/peachpie - b506be579135334b106fab444ae861ec0098004a authored almost 5 years ago
sdk: process composer.json "require-dev" and "suggest" dependencies

github.com/peachpiecompiler/peachpie - c730831f8402c0166b6b27c9b404fc75eb03456a authored almost 5 years ago
shell func refined

- shell_exec and exec sanitizes arguments
- code cleanup, nullable

github.com/peachpiecompiler/peachpie - 1f3571f6110474529ba3540b3f0d1e2c497115d4 authored almost 5 years ago
Fix eagerness of callable type analysis, cleanup

Several library functions (notably is_callable) allow to pass non-callable arguments as callable...

github.com/peachpiecompiler/peachpie - 07e878235ed672effc1afdce7539edb66ae7815d authored almost 5 years ago
JSON_ERROR_** constants

github.com/peachpiecompiler/peachpie - f26c6cdda3ed50a3aa9b763073e1407f33e3a91a authored almost 5 years ago
preg_replace_callback allows array patterns, simplified

github.com/peachpiecompiler/peachpie - 28370af8304be7ed2ef30e66c09ecbdcd30c765b authored almost 5 years ago
pcre_replace, pcre_filter: allows pattern as array

github.com/peachpiecompiler/peachpie - 25b96cd53bd4fd7a8a836c5cd6c22425df341009 authored almost 5 years ago
pcre: preg_filter, preg_replace evaluates subjects in correct order

github.com/peachpiecompiler/peachpie - 2717e9c0b78f0a7822abe4e2eba26f6ce03cc1a7 authored almost 5 years ago
ArgumentCountError

github.com/peachpiecompiler/peachpie - 8cbd709d736dceb92a020dc876d6689720bbc97c authored almost 5 years ago
PHP_WINDOWS_VERSION_** constants

github.com/peachpiecompiler/peachpie - fd0ec6593fcf433ad50fb4fc12268237da5d3012 authored almost 5 years ago
socket_send, socket_sendto

github.com/peachpiecompiler/peachpie - c5796671b0aa6e23eb10e951afac9b601bbc735b authored almost 5 years ago
sockets MSG_ constants

github.com/peachpiecompiler/peachpie - ed198f91ab3966d3cbee71813b5b98ddea6f3f30 authored almost 5 years ago
sapi_windows_vt100_support()

github.com/peachpiecompiler/peachpie - e80c34440e000ec196935161e29cb24697092055 authored almost 5 years ago
stream_socket_shutdown

github.com/peachpiecompiler/peachpie - fc7e03c007648d3518ecb99fa4e2cfe8b8975f06 authored almost 5 years ago
pre-allocated array of global constants gets bigger

github.com/peachpiecompiler/peachpie - cdc8b2e8ce634f389712eec74060ea0018435a83 authored almost 5 years ago
sockets: more constants

github.com/peachpiecompiler/peachpie - b73e673b39f6201d220cb75e3260a4034ce698df authored almost 5 years ago
sdk: tests simplified

github.com/peachpiecompiler/peachpie - 1f9d2adee263e72cb6647653fa8066a3a37d7a21 authored almost 5 years ago