python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
using php 7.4 but extensions are php7.3
I'm using docker for my web I have install php7.4-apache
FROM php:7.4.2-apache
COPY . /var/www/html
COPY ./docker/web/conf/000-default.conf /etc/apache2/sites-enabled/000-default.conf
RUN cp /usr/loca...
im-learning
Votes: 0
Answers: 0
Changes to method does not change view
I developed a function which creates a docx file using phpword template. This function saves a file on the server and auto downloads the file created to the user. One problem I've been noticing while ...
Runo
Votes: 0
Answers: 0
cUrl request after fastcgi_finish_request() don't work with some urls
I have a php script (7.3.33) sending requests to an API (HereGeocodingApi). I use fastcgi_finish_request() for saving datas in MySQL database even if the user is disconnected.
My problem occurs specif...
PaulCrp
Votes: 0
Answers: 1