python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Imagick function that works on one server and doesn't work on another
I have a problem moving my script from one server to one other.
The PHP script read a PDF file and create an image for each page of the pdf.
This script currently works in an environment that has thes...
Sebastiano S.
Votes: 0
Answers: 1
Laravel get soft deleted records in query
I'm using Laravel 8 with php 7.4
User model:
class User extends Model {
use SoftDeletes;
public function getList($search, $trashed)
{
$query = User::select('*');
if (!is_n...
NganCun
Votes: 0
Answers: 1
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
PHP Startup: Unable to load dynamic library 'sqlite3'
I'm using docker for starting my web after I start my web I'm getting error
PHP Startup: Unable to load dynamic library 'sqlite3' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20190902/sqlit...
im-learning
Votes: 0
Answers: 0