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

curl_getinfo() reports unsupported opt

github.com/peachpiecompiler/peachpie - 65e26a00f6e8ae075941e46a54e91270e8838220 authored over 6 years ago
CURLINFO_CONTENT_LENGTH_DOWNLOAD

github.com/peachpiecompiler/peachpie - e546cf154d4f8dbfabc233f4c3970b9dc7a6fc1a authored over 6 years ago
curl_getinfo fix

- `curl_getinfo` does not use disposed `HttpWebResponse`
- fixes https://github.com/peachpiecomp...

github.com/peachpiecompiler/peachpie - 01c6b68d137e31c68cc91c926eb47f1816781c2c authored over 6 years ago
using latest ImageSharp package

github.com/peachpiecompiler/peachpie - 4a77bd9584f495c82e850e3dde03c3b3a5747970 authored over 6 years ago
Merge pull request #209 - moving to netstandard2.0

Cross target libraries to .NETSTANDARD 2.0

github.com/peachpiecompiler/peachpie - 25a81aa77666ccf568cfccc53303fd47bbffafbf authored over 6 years ago
Untify framework target to .NETSTANDARD 2.0

github.com/peachpiecompiler/peachpie - 4faee13bcedfaa2fb246c711c9834501f3b85c86 authored over 6 years ago
imagecopy, imagecopymerge

- fix of corruption of source image

github.com/peachpiecompiler/peachpie - bfa88839ea1f74f7c1c3709a2ff88ed7e44ed225 authored over 6 years ago
string write char fix

- writing to a string by index fix (`ArgumentOutOfRangeException` fix)

github.com/peachpiecompiler/peachpie - 0bb4a23da0d5145a289ca5617801ff21b96d6047 authored over 6 years ago
mysqli_connect_errno()

github.com/peachpiecompiler/peachpie - c8e20653b1857c01337adacda5be1b683d20f5a2 authored over 6 years ago
indirect var use type analysis fix

- indirect var use vas treated as `void` (!!!)

github.com/peachpiecompiler/peachpie - fc8b07ff724af381ffd04b766b7cc288fab0c669 authored over 6 years ago
fix of invalid PDB

- columns in PDB must be less than 0x10000
- fixes no breakpoints when debugging
- note: we shou...

github.com/peachpiecompiler/peachpie - 7ac9e0a24f9973ab7b1cb42fe343498641b7e813 authored over 6 years ago
session_get_cookie_params, session_set_cookie_params

github.com/peachpiecompiler/peachpie - 4b1ccc10362fa1fa7bfe862ce367fcd7f63b17b9 authored over 6 years ago
app constants can be defined as properties

- if an app constant is defined as a static property, it gets evaluated every time it is used in...

github.com/peachpiecompiler/peachpie - eed8303d6c0d90179ebd27e47242e3185795bd87 authored over 6 years ago
Revert "Update HtmlAgilityPack to 1.8.2"

This reverts commit 15967871626c8164cb18a6890ce11f67a3272f7b.

github.com/peachpiecompiler/peachpie - 342f85f6c78e5affd603b8027901f7b3e04bd056 authored over 6 years ago
Prevent package downgrades

github.com/peachpiecompiler/peachpie - 7adaae96a1fad2eec2c609858953a7a18f02f6fb authored over 6 years ago
Update Close to Dispose

github.com/peachpiecompiler/peachpie - 999a83e9c8ebd006a51a3b665d82e860621b4729 authored over 6 years ago
Update Peachpie.Library.PDO.MySql to use MySqlConnector

github.com/peachpiecompiler/peachpie - 762aaec7fc92cbdb07d12e2a4299891c5a0ce8d5 authored over 6 years ago
Update Npgsql to 1.2.2.100

github.com/peachpiecompiler/peachpie - db752dcce607e3eba47c1d6a9eb330fdbb4dc5eb authored over 6 years ago
Update IBM.Data.DB2.Core to 1.2.2.100

github.com/peachpiecompiler/peachpie - 329f6329f288da74f0b098679ab022ff48d63591 authored over 6 years ago
Remove unneeded System.Reflection.Emit.Lightweight dependency from peach

github.com/peachpiecompiler/peachpie - 2e61c4a3e05d22b98404700a13ffa811de4d0bef authored over 6 years ago
Update HtmlAgilityPack to 1.8.2

This brings in System.Xml.XmlDocument, System.Xml.XPath, and System.Xml.XPath.XmlDocument

github.com/peachpiecompiler/peachpie - 15967871626c8164cb18a6890ce11f67a3272f7b authored over 6 years ago
Cross target .NETSTANDARD 2.0

github.com/peachpiecompiler/peachpie - 04046ac1ce5f8991a8b33efaa8f380e9d348e042 authored over 6 years ago
STDIN,STDOUT,STDERR

- compile time constants when targeting console app

github.com/peachpiecompiler/peachpie - 15221055e3dc71abc4f154054a9cfeb2eb2ad107 authored over 6 years ago
resource var_dump/var_export/print_r

github.com/peachpiecompiler/peachpie - 49546b964cfbf72f997139666ef89179eb8b1196 authored over 6 years ago
STDIN,STDOUT,STDERR stubs

- STD** constants defined, not used by compiler yet

github.com/peachpiecompiler/peachpie - d56528aa89e27b7322165ac569c9b0dc6bad0d9f authored over 6 years ago
app constants definition

- using IConstantsComposition
- cleaner and prepared for constants defined in static properties

github.com/peachpiecompiler/peachpie - bd6473e3684b9d0a529fffa2f7e2c515ea18a8fa authored over 6 years ago
IConstantsComposition

- preparing for better app constants definition (using delegates instead of values)

github.com/peachpiecompiler/peachpie - c9c45af26ed34dd6729cc1f236ec549d21eebf16 authored over 6 years ago
operators ltgt and mul

- NULL <> value
- an alias * value

github.com/peachpiecompiler/peachpie - 6475e49b56467cdd7c045a3c81f475172888c807 authored over 6 years ago
DateTime::setTimezone fix

github.com/peachpiecompiler/peachpie - 657c821f7de1947056037de58830d4b99077efa6 authored over 6 years ago
Merge branch 'master' of https://github.com/peachpiecompiler/peachpie

github.com/peachpiecompiler/peachpie - 7c12ddeeed9986788624472f7f714eedfb94de53 authored over 6 years ago
date_timezone_set()

- date_timezone_set as alias to DateTimeZone::setTimezone
- fixed setTimezone, updates internal ...

github.com/peachpiecompiler/peachpie - 091e6286fcf4b57929439d0907749a64c5c2cbb4 authored over 6 years ago
wrn: Assignment made to same variable

github.com/peachpiecompiler/peachpie - 3634c3ed53caa764fe203c2d79bc6cfc8b14c41e authored over 6 years ago
Merge pull request #201 from gordon-matt/master

Additional functions for MultiByteString

github.com/peachpiecompiler/peachpie - f7e21e420210a7b81c9ab827edab750667afff39 authored over 6 years ago
err new array not being assigned

github.com/peachpiecompiler/peachpie - c28d420058905b52b2ceaa1cc6cc09435c37cb71 authored over 6 years ago
err of break/continue outside context

- `'break' not in the 'loop' or 'switch' context` error diagnostic in compile time
- unexpected ...

github.com/peachpiecompiler/peachpie - ea8b28163e8e60e583d1759bff8b9b4497217064 authored over 6 years ago
timezone_transitions_get() logs it is NA

- and does not throw an exception
- optional args added to signature
- fixes WP dashboard/settin...

github.com/peachpiecompiler/peachpie - a1ddee4814a355aff5a21d0866d77018eba43d60 authored over 6 years ago
Reverted to private access modifier for the DoSplit method in Peachpie.Library/posix.cs

github.com/peachpiecompiler/peachpie - ddf965d0937455d0ed7eb159986757e23a88c8e6 authored almost 7 years ago
error_log(), trace errors

- error_log() logs to trace listeners (Trace) (debugger)
- exceptions are logged to system log a...

github.com/peachpiecompiler/peachpie - f6ee8e3cb50f06260d43b9b56fea35ed07175733 authored almost 7 years ago
using IScriptingProvider singleton

- cache of transient assemblies must be shared

github.com/peachpiecompiler/peachpie - d05234033a3f6f66ca0362f3d35d18cfa2aa7c31 authored almost 7 years ago
assembly version

-v, --version cmd parameters
- specifying informational version attribute
- specifies assembly i...

github.com/peachpiecompiler/peachpie - 1e2135ace36aad358457da8a61b710726a69a054 authored almost 7 years ago
referencing other script libraries

github.com/peachpiecompiler/peachpie - 51b5df70538edeedd828bd7131e8ec5b220177b3 authored almost 7 years ago
`x-powered-by` header

- information string exposing the technology powering the request

github.com/peachpiecompiler/peachpie - 7efeb25736b789b401d94d9e14c82e44462c95cc authored almost 7 years ago
isset of indirect st field through callsite

- gets bool directly

github.com/peachpiecompiler/peachpie - 571db145467dfb83b474b843af0d2e9d8d9a5b90 authored almost 7 years ago
fix of compound assign access in get binder

github.com/peachpiecompiler/peachpie - 4024a31e1cf095a9723a6d55553231c84cef031f authored almost 7 years ago
test for isset() on fields through callsites

github.com/peachpiecompiler/peachpie - f9844d7852486a04cc2041e6b6c87d69ca4e15d7 authored almost 7 years ago
isset() handled by callsite

- isset( __get ) fix
- isset() operation handled already by callsite binder

github.com/peachpiecompiler/peachpie - 3dc68492a5db986765068103f02e194b80df951b authored almost 7 years ago
fix of arrays initialized from POST/GET

- when using numeric array keys in form request, keys have to be
converted to integer keys if po...

github.com/peachpiecompiler/peachpie - 5a50c60319a6a7f48cc87ba2cec3a2874dcd02ca authored almost 7 years ago
err text resource

github.com/peachpiecompiler/peachpie - ef609ef6d19fe44a258502441088b84fd242fd17 authored almost 7 years ago
signing assemblies

closes https://github.com/peachpiecompiler/peachpie/issues/204

github.com/peachpiecompiler/peachpie - f5f838de1f5439c6b618fce57d9f7fff8f293880 authored almost 7 years ago
callsite conversions

- between IList/ICollection/IDictionary
- more casting between CLR types

github.com/peachpiecompiler/peachpie - 8e3af2329e58869def087ee6a2c88fd3b9343f08 authored almost 7 years ago
PhpArray as ICollection

- Remove method supported

github.com/peachpiecompiler/peachpie - 9231e71c69ffc745c31ada6206eab7b2d5e579e3 authored almost 7 years ago
opendir, is_file, file_exists resolve compiled scripts as well

- if a script file is compiled and not present on file system, these
file system functions will ...

github.com/peachpiecompiler/peachpie - ea5d148a30f4150cb5b2951cae569cb3ba064951 authored almost 7 years ago
Merge branch 'master' of https://github.com/peachpiecompiler/peachpie

github.com/peachpiecompiler/peachpie - f989db92f116ce22afdcb61d6624e2f0945758f0 authored almost 7 years ago
scripts api - Context.TryResolveScript

- api for declaring user's scripts
- cleanups

github.com/peachpiecompiler/peachpie - 0f673534ef0d44dcf9ba9ac4c129a9902887938f authored almost 7 years ago
cleanup

- unnecessary closure removed

github.com/peachpiecompiler/peachpie - 6933f57cfdb8b7e78c866038da96aceb87973d3f authored almost 7 years ago
Merge branch 'master' of https://github.com/peachpiecompiler/peachpie

github.com/peachpiecompiler/peachpie - 964e5ba248c4f3d3affb3992369d4e69b1a09b54 authored almost 7 years ago
array keys in ct fix

- string array keys convertible to int must be converted as it is in
runtime

github.com/peachpiecompiler/peachpie - 19566b13225cd732fc64ccca0ac7d085a11dd863 authored almost 7 years ago
Giving the people what they want

Capitalize the second P in PeachPie

github.com/peachpiecompiler/peachpie - 17d0019b3ee4324aa80ff281fa38dc8a3891758d authored almost 7 years ago
mysql uses `utf8mb4` by default

(see connection string)

github.com/peachpiecompiler/peachpie - b487a3e5aa361864e23fea1903451fe64035509b authored almost 7 years ago
empty class to array fix

github.com/peachpiecompiler/peachpie - 2730fe730d1adbd6e04442cfea89242debdad0a5 authored almost 7 years ago
xml extension should not translate namespaces

github.com/peachpiecompiler/peachpie - b7bfab3ca766b4254c74580c4ebce9f430d8fef9 authored almost 7 years ago
asp.net core: ini_get('post_max_size')

gets actual value from IHttpMaxRequestBodySizeFeature

github.com/peachpiecompiler/peachpie - 10562409baa366c8b76e5e38289d56bfc3f83aba authored almost 7 years ago
nullref fix in default mutable string

github.com/peachpiecompiler/peachpie - 3ab051c34b686a62eda33cf65ac93fe158ca28ef authored almost 7 years ago
Implementation for mb_http_input and mb_http_output

github.com/peachpiecompiler/peachpie - ae26bc62d12e23db24811ec55c8b46656ede62dc authored almost 7 years ago
Additional functions for MultiByteString

github.com/peachpiecompiler/peachpie - 1d9fc494b1a83335eea1ce851894f730f8ebec8d authored almost 7 years ago
implode() reports warning instead of exception

github.com/peachpiecompiler/peachpie - 9f15c68ad5d3c961140d4cf704a902829bd0af5a authored almost 7 years ago
compiler fix & cleanup

github.com/peachpiecompiler/peachpie - 6cf8422042cfe5a12b41071eb0c9c50680a176f2 authored almost 7 years ago
PDOStatement visible

github.com/peachpiecompiler/peachpie - 9d5b62fd4517a75be9c2815b4fcac3d9cbb7b9e5 authored almost 7 years ago
passing args by value

- derefences argument if passed to indirect locals

github.com/peachpiecompiler/peachpie - 9a9871a807974b6346449ad40cbc477c1e4b9d1b authored almost 7 years ago
imagefilledpolygon, imagepolygon

github.com/peachpiecompiler/peachpie - 7a5eac2e3689f0646ca4b1d8b65ef0bb0c1c5d00 authored almost 7 years ago
ini options

disable_functions, disable_classes, memory_limit

github.com/peachpiecompiler/peachpie - 326aa52c09fd1dea46f939c1e7a250471b01c6d0 authored almost 7 years ago
http_build_query() adds arg separators

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

github.com/peachpiecompiler/peachpie - ce79bd063f8e60fd19780ca5bfb18dc5fab1b5f7 authored almost 7 years ago
more diagnostics

- ready for [Obsolete] attribute
- few deprecated php functions annotated with [Obsolete]
- __au...

github.com/peachpiecompiler/peachpie - c6cd000f90b61d7cffafbd9ccf8eca7498aeabdb authored almost 7 years ago
Merge branch 'master' of https://github.com/peachpiecompiler/peachpie

github.com/peachpiecompiler/peachpie - 42701c0c042dd2beafef5b3e76e1e77c6c98f64c authored almost 7 years ago
?: analysis optimization

- fixes exponential perf of `?:`
- simpler analysis of `?:` in most cases

github.com/peachpiecompiler/peachpie - 6a89cc1373f1e263a01ebc19724cf5bf7d7e9430 authored almost 7 years ago
move_uploaded_file

- move_uploaded_file created destination directory if necessary (as it
is in PHP)
-
https://gith...

github.com/peachpiecompiler/peachpie - 76acb4df00f3b021814799e00a8eb3262dbef288 authored almost 7 years ago
Merge pull request #192 from gordon-matt/master

Copied over some missing Graphics functions from Phalanger.

github.com/peachpiecompiler/peachpie - f75a3f003ff8806c20354a437ee4b0d034a85767 authored almost 7 years ago
common array keys updated

- case sensitivity

github.com/peachpiecompiler/peachpie - 678c62d5aae07c0412e8471205277050947ec3be authored almost 7 years ago
string key lookup case sensitive

github.com/peachpiecompiler/peachpie - 92253de7f10d83feec22fe3a0a252649961c4310 authored almost 7 years ago
common array keys precomputed

- predefined commonly used array keys
- compiler uses them if possible
- compiler does not emit ...

github.com/peachpiecompiler/peachpie - 11f9a7d20e704ee4058ac423848c7fd17f283d3d authored almost 7 years ago
Changes to PR, as requested.

github.com/peachpiecompiler/peachpie - 6b6ced56d13317cfa56067420cf39afcb143f543 authored almost 7 years ago
Copied over some missing Graphics functions from Phalanger.

github.com/peachpiecompiler/peachpie - f5b5412e0adf83cdda24fbeef5aa6d3f2b53ef1c authored almost 7 years ago
fix fox imagecopyresized, imagecopyresampled

- soruce image was resized as well - fixed

github.com/peachpiecompiler/peachpie - 897b564ed183616010ed7823e164cf5a4fe92d1b authored almost 7 years ago
`isset` in global code fix

github.com/peachpiecompiler/peachpie - 52bec820178d4ba09bd1cd04f51429953fd27c8c authored almost 7 years ago
fastcgi_finish_request()

github.com/peachpiecompiler/peachpie - ccd370b0bc32c220b5e7a19c2acc6b498751a73c authored almost 7 years ago
imagefilter

- some `imagefilter` filters
- https://github.com/peachpiecompiler/peachpie/issues/190

github.com/peachpiecompiler/peachpie - 583a5b11b10b997027e31574053132d52af5ff99 authored almost 7 years ago
root path is normalized

github.com/peachpiecompiler/peachpie - 6973d9a4e937deaa83ef779749213720d750178d authored almost 7 years ago
root path is normalized

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

github.com/peachpiecompiler/peachpie - cf53be04769beadf56ae1d67863e93db4e290346 authored almost 7 years ago
list() operator handles ArrayAccess and IList

github.com/peachpiecompiler/peachpie - 6b704c317317dec80532cdc5d363ae88949f274d authored almost 7 years ago
passing empty array to __call or __callStatic

github.com/peachpiecompiler/peachpie - e6d3ede3d712d5e70289350770171c5b8e4d08ce authored almost 7 years ago