Skip to content

Releases: crazywhalecc/static-php-cli

2.1.2

01 Mar 11:20
9664709
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

26 Feb 12:17
2547647
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

23 Feb 03:43
5012da9
Compare
Choose a tag to compare

Update Notes

Windows support!!!

What's Changed

New Contributors

  • @petk made their first contribution in #324

Full Changelog: 2.0.1...2.1.0

2.1.0 Beta 4

19 Feb 05:48
Compare
Choose a tag to compare
2.1.0 Beta 4 Pre-release
Pre-release

What's Changed

Full Changelog: 2.1.0-beta.3...2.1.0-beta.4

2.1.0 Beta 3

16 Feb 16:38
645e2a9
Compare
Choose a tag to compare
2.1.0 Beta 3 Pre-release
Pre-release

What's Changed

New Contributors

  • @petk made their first contribution in #324

Full Changelog: 2.1.0-beta.2...2.1.0-beta.3

2.1.0 Beta 2

04 Feb 10:25
Compare
Choose a tag to compare
2.1.0 Beta 2 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.1...2.1.0-beta.2

2.0.1

10 Jan 08:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0 Release

07 Jan 04:32
Compare
Choose a tag to compare

static-php-cli 2.0 Released!

I'm pleased to announce the release of static-php-cli 2.0.0 !

What's Changed after RC9

Known Bugs & Issues

  • macOS does not support mongodb extension (#281)
  • When using --build-all, the generated cli, fpm, and micro binaries include debugging symbols (#249)

New Contributors after RC9

New Contributors for 2.0

Full Changelog: 2.0-rc9...2.0.0

2.0 RC9

16 Dec 18:03
d72ee53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0-rc8...2.0-rc9

2.0 RC8

31 Oct 12:19
Compare
Choose a tag to compare

What's Changed

Updates in musl-cross-make PR

  • Major: Add glibc-based Linux distro C++ support using musl-cross-make toolchains
  • Major: Change $this->configure_env to f_putenv() (use env variable)
  • openssl library use --with-openssl-dir
  • Adjust imagemagick static libs order
  • postgresql add some suggested libraries
  • Update sqlite version
  • Update hasCppExtension to hasCpp (including cpp-library)
  • Add BuilderBase::getEnvString() method to generate CC=xxx CXX=yyy string
  • Ignore building libiconv on macOS
  • Add libgomp support for imagemagick
  • Replace some RuntimeException with WrongUsageException to simplify error msg
  • Add build option --disable-opcache-jit
  • Add Linux SystemUtil isMuslDist() method (check whether current distro is alpine)
  • Remove LinuxLibraryBase::makeFakePkgconfs method
  • Adjust icu build for Linux
  • Add libffi support for Linux
  • Adjust libpng build
  • Fix icu with libxml error #94
  • Add build option --ar and --ld
  • Replace some symfony components to laravel prompts
  • Add docker auto-fix musl-wrapper and musl-cross-make for linux
  • Add constant BUILD_BIN_PATH
  • Add global function f_putenv

Full Changelog: 2.0-rc7...2.0-rc8