$ brew install autoconf automake gmp homebrew/versions/bison27 gd freetype t1lib gettext zlib mcrypt
$ git clone --depth=1 https://github.com/php/php-src.git
$ cd php-src
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <stdint.h> | |
/** | |
* Jaro–Winkler distance | |
* http://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance | |
* | |
* 比较两个字符串的相似程度 |