설치
Howto install the package?
- untar the package (usually into php4/ext)
- rename radius-x.x to radius
- run ./buildconf in php4
- run ./configure --enable-radius
- make; make install
or if you would like to have it as .so:
- untar the package
- run phpize in the radius-x.x directory
- run ./configure in the radius-x.x directory
- make; make install
For Windows I recommend to use the
php_radius.dll from
» http://snaps.php.net/.
이 PECL 확장에 대한
DLL은 현재 사용할 수 없습니다.
윈도우에서 빌드하기 섹션을
참고하십시오.