Convert gbk encoding to utf-8 after php curl

IssueI use curl to get the website content, but the encoding of this page is gbk. Some characters ar...
Jun 03, 2020 PHP cURL Comments 0

application-x-www-form-urlencoded post in php cURL

With application-x-www-form-urlencoded post in cURL, we should use http_build_query to generate URL-...
Jun 01, 2020 PHP cURL Comments 0

PHP configure error Package requirements (oniguruma) were not met

QuestionOn Linux/Mac systems, using PHP 7.4.6 to call mb_convert_encoding will cause a fatal error.E...
May 30, 2020 PHP Comments 0

PHP configure: error: Package requirements (libzip >= 0.11) were not met

QuestionWhen compiling php-7.4.6 on Linux, run the command ./configure --prefix=/opt/php-7.4.6 --ena...
May 28, 2020 PHP Comments 0

PHP 7.4 configure error : Package requirements (zlib) were not met

QuestionWhen compiling php-7.4.6 on Linux, run the command ./configure --prefix=/opt/php-7.4.6 --wit...
May 26, 2020 PHP Comments 0

PHP 7.4 configure error Package requirements (libcurl >= 7.15.5) were not met

QuestionWhen compiling php-7.4.6 on Linux, run the command ./configure --prefix=/opt/php-7.4.6 --wit...
May 24, 2020 PHP Comments 0

PHP 7.4 configure Error: Package requirements (libxml-2.0 >= 2.7.6) were not met

QuestionWhen compiling php-7.4.6 on Linux, run the command ./configure --prefix=/develop/opt/php-7.4...
May 22, 2020 PHP Comments 0

Linux install PHP error: no acceptable C compiler found in $PATH when installing php

QuestionWhen I installing PHP 7.4.6 under Linux, I got an error.$ wget https://www.php.net/distribut...
May 20, 2020 PHP Comments 0

PHP 7.4 configure error: Package requirements (sqlite3 > 3.7.4) were not met

QuestionWhen compiling php-7.4.6 on Linux, run the command ./configure --prefix=/develop/, but the f...
May 18, 2020 PHP Comments 0

multipart/form-data post using cURL php

With multipart/form-data post in cURL, we can submit not only json and arrays, but also files. When ...
May 16, 2020 PHP cURL Comments 0