Skip to content

AlliBalliBaba/franke-alpine-zts-crash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZTS Bug on Alpine

TO reproduce the bug, have Docker installed and run:

sh start

In a separate terminal, run:

curl localhost:8282

The request will hang and eventually crash the server

For a debug build, build the Dockerfile in the root of this repo instead and use that in startup

docker build -t frankenphp-with-debug .
docker run --rm -it \
  --name debug_frankenphp_container \
  -e SERVER_NAME=:80 \
  -v ".:/app" \
  -p 8282:80 \
  frankenphp-with-debug

About

Repo for bug reproduction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors