ticariofis

Results 15 comments of ticariofis

changed 66 to 25 ``` if [ -z "$NGX_PHP_LIBS" ]; then PHP_VERSION="`$PHP_CONFIG --version`" # if [ ${PHP_VERSION:0:1} -ge "0" ]; then # PHP_MAJOR_VERSION="" # else # PHP_MAJOR_VERSION=${PHP_VERSION:0:1} PHP_MAJOR_VERSION="7.4.25" NGX_PHP_LIBS="`$PHP_CONFIG --ldflags`...

`/root/ngx_php7/src/php/impl/php_ngx_cookie.c:147: undefined reference to `zend_parse_parameters' collect2: error: ld returned 1 exit status make[1]: *** [objs/Makefile:283: objs/nginx] Error 1 make[1]: Leaving directory '/root/nginx-1.18.0' make: *** [Makefile:8: build] Error 2` I got...

This is the error I get from docker. ``` Executing busybox-1.32.1-r6.trigger OK: 336 MiB in 98 packages ./configure: error: invalid option "-fomit-frame-pointer" The command '/bin/sh -c apk --no-cache add curl...

of course [PHP Modules] calendar Core ctype date exif FFI fileinfo filter ftp gettext hash iconv json libxml mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql Phar posix readline Reflection session...

nano Dockerfile and paste all. and use docker build -t nginx-php7 . ? my project using php7.4

my project is using php 7.4. should i write it like this? I can use it if you explain step by step. I'm trying right now.

im using this commands `apt-get update -yqq && apt-get install -yqq software-properties-common LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php apt-get update -yqq apt-get install -yqq wget git unzip libxml2-dev cmake make systemtap-sdt-dev \ zlib1g-dev...

not compile /root/ngx_php7/src/php/impl/php_ngx_cookie.c:147: undefined reference to zend_parse_parameters' collect2: error: ld returned 1 exit status make[1]: *** [objs/Makefile:283: objs/nginx] Error 1 make[1]: Leaving directory '/root/nginx-1.18.0' make: *** [Makefile:8: build] Error 2`...

Removing intermediate container 1acc6583748f ---> 94b853d6978e Step 9/12 : RUN wget -q http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && tar -zxf nginx-${NGINX_VERSION}.tar.gz && cd nginx-${NGINX_VERSION} && export PHP_LIB=/usr/lib && bash ./configure --user=www --group=www --prefix=/nginx --with-ld-opt="-Wl,-rpath,$PHP_LIB"...

thank u.. you say super. that you should do this. You may be doing these things quickly. I'm not that expert. Maybe I can't meet the requirements. If someone can...