Skip to content

Releases: asika32764/php-cross-env

2.0.3

Choose a tag to compare

@asika32764 asika32764 released this 31 May 11:41
  • Fix the parser to supports --arg=value

2.0.2

Choose a tag to compare

@asika32764 asika32764 released this 27 Jan 09:47

What's Changed

  • Fully support PHP 8.4 by @mickverm in #6
  • Update some dependencies

New Contributors

Full Changelog: 2.0.0...2.0.2

2.0.0

Choose a tag to compare

@asika32764 asika32764 released this 20 Nov 07:49
  • Bump minimum php request to 8.0
  • Use new regex from #5

1.0.8

Choose a tag to compare

@asika32764 asika32764 released this 31 Mar 11:07
ddf94d1
  • Supports Symfony/Process ^6.0

1.0.7

Choose a tag to compare

@asika32764 asika32764 released this 21 Jun 11:32
  • Do not use signal if ext-pcntl not enabled
    • As some Linux dist version will disable PHP ext-pcntl default, we must not listen signal if ext-pcntl not enabled.

1.0.6

Choose a tag to compare

@asika32764 asika32764 released this 20 Jun 07:25
cfcb512
  • Throw exception if has no ext-pcntl #4

1.0.5

Choose a tag to compare

@asika32764 asika32764 released this 09 Jun 14:38
cf9bb8d

Support php 8.0 and symfony process 5.x

1.0.4

Choose a tag to compare

@asika32764 asika32764 released this 15 Sep 16:37

Set Symfony/Process timeout to 0

1.0.3

Choose a tag to compare

@asika32764 asika32764 released this 05 Aug 14:34
set time and memory limit to -1 #1

1.0.2

Choose a tag to compare

@asika32764 asika32764 released this 21 Jul 17:04
Fix exit code