update : 2015.11.03
php.shukuma.com검색:
|
설치이 » PECL 확장은 PHP 배포판에서 제공하지 않습니다. PECL 확장 설치에 관한 정보는 매뉴얼의 PECL 확장 설치에 있습니다. 새 릴리즈, 내려받기, 소스파일, 개발자 정보, CHANGELOG 등의 추가 정보는 여기에 있습니다: » http://pecl.php.net/package/judy The latest PECL/judy Win32 DLL is available here: » php_judy.dll Installation on Linux SystemsFrom sourcesDownload and install » libJudy, then : phpize ./configure --with-judy[=DIR] make make test make install Ubuntu/DebianlibJudy can be installed with apt-get : apt-get install libjudydebian1 libjudy-dev Installation on Windows SystemsDownload » libJudy, then extract the sources and open the Visual Studio command prompt and navigate to the source directory. Then execute : build Next, the PHP Judy extension can be installed from PECL or from the sources by extracting the pecl/judy into your build folder where the build scripts will be able to pick it up, e.g.: C:\php\pecl\judy\ C:\php\src\ buildconf configure --with-judy=shared nmake Installation on Mac OS XDownload and install » libJudy. Then install the Judy extension from PECL or from the sources. |