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

Merge pull request #745 from peachpiecompiler/feature/fastcgi_finish_request

support for request timeout and fastcgi_finish_request

2381c4064977f366f496576cfb4efa1ac97b628a authored almost 5 years ago
Merge branch 'master' into feature/fastcgi_finish_request

1c3259487942a5f09129835efbde9b5af4ba0e59 authored almost 5 years ago
asponetcore assembly loader: fixes invalid assembly name

83b4bc40bfbd7917fabecd968154b79f237ab139 authored almost 5 years ago
sdk: fixes Inputs element

9d31b3741ad09ca9386a9525495594d014256843 authored almost 5 years ago
Merge branch 'master' into feature/fastcgi_finish_request

8e99deb1b4d3cc3139985e557449d8c7db14b888 authored almost 5 years ago
sdk: $(ComposerAutoload)

af788017235aa864a52a564ee9f02e229f3c5651 authored almost 5 years ago
sdk: disable autoload map with $(ComposerAutoload)=='false'

d0eaee77030da19a58f9a63a8630254c7ada71fb authored almost 5 years ago
autoload files;

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

31a1a1c64cad8b108d47e2eea8a9ea8c860c7220 authored almost 5 years ago
Context: autoload files list

01a99e229afe181b4229fb15046e3b0bb87e991e authored almost 5 years ago
Context : IServiceProvider

865b7732cd1bf1826c4aca824abe3339af6dbff9 authored almost 5 years ago
note

b4ffb213a9b736bdd12d1b5196a3249fe181ff2e authored almost 5 years ago
sdk: process composer.json autoload files section

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

0f2a29cbd8231b1456ca1bfc62ec65e1cff62e6c authored almost 5 years ago
pcre 1.3.0

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

678104caf8112342ef1e4a387d7e2855af07043f authored almost 5 years ago
DateInterval sets `y` and `m` accordingly

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

f3aec0f61e60af447047d765886f4ff9f0ab978d authored almost 5 years ago
Update from master

796191bc1c4273de77eb41be1fd77db00aa8fdeb authored almost 5 years ago
implementation imageopenpolygon

8b71c44c451e9330e061c7752190c270fd0daa08 authored almost 5 years ago
Imageresolution +test

75da1212b071fe30d9cd1758d00bd18286f40374 authored almost 5 years ago
Merge pull request #18 from peachpiecompiler/master

Update

71f0cbd6ee8ce4410500ccfffe57467950d402bd authored almost 5 years ago
Merge branch 'master' into feature/fastcgi_finish_request

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

a432049d607e686728431f5105fde7ffc512d21e authored almost 5 years ago
ScriptTests references required assemblies

cc9e2cc483daa1ccb89ff925e974817d0d6fa363 authored almost 5 years ago
Peachpie.App.Tests

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

1e8e20d1d7c9a769477f43a909f2d12560b5d79b authored almost 5 years ago
cleanup

e315565178e1a777470b8a29dbc92f2ebbf0c90e authored almost 5 years ago
emit reference to referenced packages (PHP libraries)

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

aeafac65af4114aae24479d4f41ebcb451c0db95 authored almost 5 years ago
implements PDOStatement::errorInfo(), PDOStatement::errorCode(), PDOException::errorInfo

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

681f0e587f6bd992609909588fcdc8390c1078c0 authored almost 5 years ago
aspnet core - loads scripts from referenced PHP projects automatically

85be44775557db9a5a0cb646da841ca65965c54b authored almost 5 years ago
continuing request pipeline on timeout or end signal

4b0541a1d2b2b749e666f87afb29e3595cdb1228 authored almost 5 years ago
Merge branch 'master' into feature/fastcgi_finish_request

7a999380c2efdb1a25cd7c5a16b09972ef63b4ef authored almost 5 years ago
dummy T_BAD_CHARACTER

b0e3ee8ed3b979efceaf6e73846acc516e30b62a authored almost 5 years ago
serialize() debug assertion not necessary

made as debug write instead

423bdd12dedb7280ff352907db01aaf7a51680df authored almost 5 years ago
test: base64_decode

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

91e12451a8bd27bfe860eefa6cc2a2b2c8f48907 authored almost 5 years ago
base64_decode() strict argument

b2e0c5e3c7d14bfe676fb0c0e3ebd1443e5d2aae authored almost 5 years ago
tolerant base64_decode()

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

d3de8ae5b859095f73acd600a4cf1e62891287db authored almost 5 years ago
very tolerant base64 decoder

134ae84f65c527dfd84cadb4cdd4b9ea79c04d50 authored almost 5 years ago
indicates autoload flag in symbols

ce8f57c7bde48a7a70cab5b20e4d973749dd2591 authored almost 5 years ago
sdk: json cleanup

5d84ee13296d014e5378464008548ed1c3851814 authored almost 5 years ago
check autoload side effects in compile time

ff393b3019f242556ff88d1903e4b0d589727a1b authored almost 5 years ago
sdk: composer task fixes

56a13af554afeb698ac280cba60e66e816a876bb authored almost 5 years ago
compiler: arg "/autoload" processed

1052eadb5d7351c0bbd78fc000d5bae2783ddd40 authored almost 5 years ago
sdk: remove duplicities from classmap

83ffcb25abd38ed946ec382015418590519fef3f authored almost 5 years ago
autoload in runtime

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

d6481cee3ad7da5317daf0cd95dc0244fb912f10 authored almost 5 years ago
context: reflecting types cleanup

699ef72588a132293061bdb8df57d242a5ea6a4d authored almost 5 years ago
compiler: annotates types with "autoload" flag

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

bb9c525a67764137a5da96b046d95bec6a568d12 authored almost 5 years ago
sdk: psr4 map generated for empty prefixes

06b41fbdcad6cf83d05f7cb87aed5fddf2832bb8 authored almost 5 years ago
sdk: json parser cleanup

8f72cf3e9af2594b3db41f614b765005b9264f53 authored almost 5 years ago
sdk: compiler arg "/autoload:classmap,<file path>"

73d6e90dbeadc301ceccead12ed2ce8b6cdb6abf authored almost 5 years ago
sdk: composer autoload "exclude-from-classmap"

21dadb0a58479a6dce127ff7a9c272d7f850844d authored almost 5 years ago
implicit autoload in runtime

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

a0b251fee84dc58d4f48818eaa89a49bd92b1914 authored almost 5 years ago
sdk: parses autoload psr-4, psr-0, classmap, exclude-from-classmap

e11475eaf045f0373ef3f04edb9a6e2f6b0273ce authored almost 5 years ago
sdk: autoload map, autoload classmap resolved

e0282555f977506decf1f0b7f2f2bed9f0cc9607 authored almost 5 years ago
sdk: simplejson cleanup

af28e399c55424f44b39b678e2ac4aa3459772b7 authored almost 5 years ago
sdk: composer autoload classmap

f3040288bc0a5c75313c94844996042ad2c047fa authored almost 5 years ago
type declared run time check omitted

c857c69ad41d06d835ac616300ca4989aad25ccd authored almost 5 years ago
autoload in runtime with spl autoload fix

3fd01900c3343b12f1306a14f48f1cc1c49bd14e authored almost 5 years ago
fastcgi_finish_request()

ends response to the client but keeps running the program

5d404f1019a129a66a5cc852a55376d807026b12 authored almost 5 years ago
type declared run time check omitted

4945e753a6068bc62979aaae476e3fc70240538e authored almost 5 years ago
check autoload side effects in compile time

9e1360a13bd113fe6a426bb78d6f2f85d014cab6 authored almost 5 years ago
indicates autoload flag in symbols

e9a331649c1170e292bda6a3cd1ee42a596ac275 authored almost 5 years ago
implicit autoload in runtime

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

b46d93afed0b0655c0c5030356ae7aa074ce16e2 authored almost 5 years ago
autoload in runtime with spl autoload fix

b16f49998040c3c680e62b77a3cf13129d795ccd authored almost 5 years ago
autoload in runtime

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

20b16eafce55445a15d33f798c4d21b199988e78 authored almost 5 years ago
context: reflecting types cleanup

ecb33f09f01035ff755630f7fda25e064668ee1b authored almost 5 years ago
compiler: annotates types with "autoload" flag

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

c806fd7129f29e5627bfc2805270e9cece18db51 authored almost 5 years ago
sdk: psr4 map generated for empty prefixes

7f9996aeb53223f095ee07227e430e9ead12dd2e authored almost 5 years ago
sdk: json parser cleanup

76164e0cfc2d2c86546df23a7d68710864b66581 authored almost 5 years ago
compiler: arg "/autoload" processed

c49303d16d229a7c40a5fb373b9000a30a754452 authored almost 5 years ago
sdk: remove duplicities from classmap

2880ad8ba8c26326d4b8b42409d6cdc8e84c68e4 authored almost 5 years ago
sdk: compiler arg "/autoload:classmap,<file path>"

63cbd6d7a32bdb76e9fe6cee4fe52daae65f00e5 authored almost 5 years ago
sdk: composer autoload "exclude-from-classmap"

6fe70990c4e94eb514617f06a7682a74c88749c3 authored almost 5 years ago
sdk: autoload map, autoload classmap resolved

f529702313768100af4446763a80038790ff65ab authored almost 5 years ago
sdk: composer autoload classmap

0a5528afa0215642f7ea43407142b91ae40e3b2e authored almost 5 years ago
sdk: composer task fixes

3bc0e1f9781f170e7c425facb07ee7eefc6f4fc3 authored almost 5 years ago
sdk: json cleanup

a03e821b1061f5f01bfa5009dc9a17c4721ef99a authored almost 5 years ago
sdk: parses autoload psr-4, psr-0, classmap, exclude-from-classmap

bde52e58a7835d5c20b52ffb2cfef7c557b8b10e authored almost 5 years ago
sdk: simplejson cleanup

476fa214266a9433d83cf00e95186dc6a1fa4148 authored almost 5 years ago
Remove multithreading of Argon hashing in tests

7a9d780bf713c3212e7e6c924d089ab258ba2043 authored almost 5 years ago
sdk: $(ComposerIncludeDevPackages), $(ComposerIncludeSuggestPackages)

f6f05111b99028604ec42e2b8e939d2533282119 authored almost 5 years ago
sdk: $(ComposerIncludeDevPackages), $(ComposerIncludeSuggestPackages)

b506be579135334b106fab444ae861ec0098004a authored almost 5 years ago
sdk: process composer.json "require-dev" and "suggest" dependencies

c730831f8402c0166b6b27c9b404fc75eb03456a authored almost 5 years ago
shell func refined

- shell_exec and exec sanitizes arguments
- code cleanup, nullable

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

07e878235ed672effc1afdce7539edb66ae7815d authored almost 5 years ago
ftp_exec

66cb5b77f5cbbc553f33d62228b48c3571bf9c7b authored almost 5 years ago
JSON_ERROR_** constants

f26c6cdda3ed50a3aa9b763073e1407f33e3a91a authored almost 5 years ago
preg_replace_callback allows array patterns, simplified

28370af8304be7ed2ef30e66c09ecbdcd30c765b authored almost 5 years ago
preg_filter test

e80db2fe37e95b23c5da9f8d6effe53fe34f4a10 authored almost 5 years ago
pcre_replace, pcre_filter: allows pattern as array

25b96cd53bd4fd7a8a836c5cd6c22425df341009 authored almost 5 years ago
pcre: preg_filter, preg_replace evaluates subjects in correct order

2717e9c0b78f0a7822abe4e2eba26f6ce03cc1a7 authored almost 5 years ago
notes

c6d4dc553d911525304081258faf4271648f1788 authored almost 5 years ago
PHP_FD_SETSIZE

5232c7e10493e5641569ef9b50b8c0d0defaabb5 authored almost 5 years ago
ArgumentCountError

8cbd709d736dceb92a020dc876d6689720bbc97c authored almost 5 years ago
PHP_WINDOWS_VERSION_** constants

fd0ec6593fcf433ad50fb4fc12268237da5d3012 authored almost 5 years ago
comments

f53f5807dd08b0d01dd5aa4237d629c32f2cc0d1 authored almost 5 years ago
socket_recvfrom

5874a3af798d452f5edaaa9efe476dcc777d4a7f authored almost 5 years ago
socket_recv

ae9c9591d78fa47be938dab5731c47f379d3d9db authored almost 5 years ago
socket_send, socket_sendto

c5796671b0aa6e23eb10e951afac9b601bbc735b authored almost 5 years ago
sockets MSG_ constants

ed198f91ab3966d3cbee71813b5b98ddea6f3f30 authored almost 5 years ago
sapi_windows_vt100_support()

e80c34440e000ec196935161e29cb24697092055 authored almost 5 years ago
stream_socket_shutdown

fc7e03c007648d3518ecb99fa4e2cfe8b8975f06 authored almost 5 years ago
pre-allocated array of global constants gets bigger

cdc8b2e8ce634f389712eec74060ea0018435a83 authored almost 5 years ago
sockets: more constants

b73e673b39f6201d220cb75e3260a4034ce698df authored almost 5 years ago
sdk: tests simplified

1f9d2adee263e72cb6647653fa8066a3a37d7a21 authored almost 5 years ago