8000 Tags · vishvajeetpatil24/heroku-buildpack-php · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: vishvajeetpatil24/heroku-buildpack-php

Tags

v105

Toggle v105's commit message
PHP/7.0.7

v104

Toggle v104's commit message
ext-pq/1.1.1 and ext-pq/2.1.1

v103

Toggle v103's commit message
fix vendor-dir error messaging copypasta

v102

Toggle v102's commit message
v102 release date

v101

Toggle v101's commit message
v101 release date

v100

Toggle v100's commit message
v100 release date

v99

Toggle v99's commit message
fix automatic ext installs failing on PHP 7

On build, the blackfire or newrelic add-ons get detected, and then a composer require is attempted for the platform packages.
With many deps, our generated composer.json triggers PCRE backtracking (all versions) or JIT stack size limit (in PHP 7) errors because Composer does mad regexes that fail with a lot of JSON data before the "require" block.
This change moves the "require" section, which composer modifies on "composer require", to before the big list of "repositories".

v98

Toggle v98's commit message
v98 date

v97

Toggle v97's commit message
Temporarily revert to ext-newrelic/5.1.1.130

Reports of errors with Laravel after first page hit with 6.0.1.156; 5.2.0.141 exhibits the same issue.

v96

Toggle v96's commit message
v96 release date

0