Include OpenSSL support of php 5 in Mac OS

IssueUsing the openssl_encrypt() method in Mac OS, something went wrong.Call to undefined function o...
Jul 07, 2020 PHP Comments 0

Enable php_mbstring in PHP

IssueIn the PHP code, using the mb_strlen method, an error outputs as bellow.Call to undefined funct...
Jul 06, 2020 PHP Comments 0

Linux make php 5 error: dereferencing pointer to incomplete type ‘X509_EXTENSION’

IssueWhen compiling PHP 5 version in Linux, enable openssl extension. Run the following commands.$ ....
Jul 05, 2020 PHP Comments 0

Check if folder is empty or not php

Because PHP's rmdir method can only delete empty folders, you need to determine whether the folder i...
Jul 03, 2020 PHP Comments 0

Concatenate strings in Objective C

Here are several ways to connect multiple strings using Objective C.stringByAppendingStringTo concat...
Jul 02, 2020 Objective C Comments 0

Cannot find autoconf when running the phpize command

IssueIn order to debug php-7.4.7 with phpstorm. I download the xdebug source, and run the following ...
Jul 01, 2020 PHP Comments 0

Android Cannot fit requested classes in a single dex file (# methods: 72777 > 65536)

IssueWhen integrating react-native-navigation into React Native app, an error occurs when building o...
Jun 30, 2020 Android Comments 0

Linux shadowsocks-libev configure error autoreconf: automake failed with exit status

IssueConfigure shadowsocks-libev from source code in Linux. Before configure, we should install the ...
Jun 28, 2020 Linux Comments 0

openvpn configure: error: lzo enabled but missing

IssueDownload the openvpn source code, try to configure it and run the commands blew.$ wget https://...
Jun 27, 2020 Linux Comments 0

C# resolve HttpListener Access Denied

IssueIn Windows 10, I use HttpListener to listen on port 8081. The code show as below:try{ HttpLi...
Jun 25, 2020 C# Comments 0