본문 바로가기

Pear3

Composer 로컬저장소(LocalRepository) 활용한 안전하고 빠른 배포 Composer는 PHP의 종속성 관리자(dependency manager)입니다. 이는 프로젝트가 필요로 하는 외부 라이브러리와 패키지를 관리하고, 자동으로 설치해주는 역할을 합니다. PHP 자체는 서버 사이드 스크립팅 언어로, 웹 개발을 위해 사용됩니다. PHP는 코드를 작성하고 실행하는 기본적인 환경을 제공하지만, Composer는 이러한 PHP 프로젝트에서 외부 패키지나 라이브러리를 쉽게 관리할 수 있도록 도와줍니다. 따라서, PHP는 프로그래밍 언어 자체이고, Composer는 그 언어로 작성된 프로그램을 보다 효율적으로 관리할 수 있게 해주는 도구라고 볼 수 있습니다.Composer와 PHP의 차이점PHP: 프로그래밍 언어. 웹 서버에서 실행할 수 있는 스크립트를 작성하는 데 사용됩니다.Com.. 2024. 5. 16.
How to use PHP and PEAR MDB2 (Tutorial) While writing some PHP Training materials for Pale Purple, I thought I'd add an updated guide on PHP and database access. I've already done one on PEAR::DB, but PEAR::MDB2 is it's successor and has a slightly different API.... and as PEAR::DB is now deprecated, it's probably about time I rewrote it anyway. What is PEAR::MDB2? MDB2 is yet another database API for PHP. It's written in PHP, so can .. 2009. 6. 11.
PEAR 활용 imagick 설치 및 PHP 캐싱 http://pecl.php.net/package/imagick 이 사이트에 방문하시어 최종 업데이트 된 제품을 다운로드 합니다. wget http://pecl.php.net/get/imagick-2.2.1.tgz # tar zxf imagick-2.2.1.tgz # cd imagick-2.2.1.tgz # phpize # ./configure --with-php-config=/usr/local/php/bin/php-config 에러가 발생할 수 있습니다. checking ImageMagick MagickWand API configuration program... configure: error: not found. Please provide a path to MagickWand-config or Wand.. 2009. 6. 11.