다운로드 한뒤 메모리 카드 에 폴더 통째로 넣어놓구 (사진저장되는 폴더와 같은 위치)
NIKON > CUSTOMPC > 파일들..
카메라 에서 로드 시키면 끝..
슈퍼니콘~ㅎㅎ
go-pear.bat 을 실행
C:\APM_Setup\Server\PHP5>go-pear.bat
Are you installing a system-wide PEAR or a local copy?
(system|local) [system] :
Below is a suggested file layout for your new PEAR installation. To
change individual locations, type the number in front of the
directory. Type 'all' to change all of them or simply press Enter to
accept these locations.
1. Installation base ($prefix) : C:\APM_Setup\Server\PHP5
2. Temporary directory for processing : C:\APM_Setup\Server\PHP5\tmp
3. Temporary directory for downloads : C:\APM_Setup\Server\PHP5\tmp
4. Binaries directory : C:\APM_Setup\Server\PHP5
5. PHP code directory ($php_dir) : C:\APM_Setup\Server\PHP5\pear
6. Documentation directory : C:\APM_Setup\Server\PHP5\pear\docs
7. Data directory : C:\APM_Setup\Server\PHP5\pear\data
8. Tests directory : C:\APM_Setup\Server\PHP5\pear\tests
9. Name of configuration file : C:\WINDOWS\pear.ini
10. Path to CLI php.exe : C:\APM_Setup\Server\PHP5\.
1-10, 'all' or Enter to continue:
Configuration written to C:\WINDOWS\pear.ini...
Initialized registry...
Preparing to install...
installing phar://go-pear.phar/PEAR/go-pear-tarballs/Archive_Tar-1.3.2.tar...
installing phar://go-pear.phar/PEAR/go-pear-tarballs/Console_Getopt-1.2.3.tar..
installing phar://go-pear.phar/PEAR/go-pear-tarballs/PEAR-1.6.1.tar...
installing phar://go-pear.phar/PEAR/go-pear-tarballs/Structures_Graph-1.0.2.tar
..
pear/PEAR can optionally use package "pear/XML_RPC" (version >= 1.4.0)
install ok: channel://pear.php.net/Archive_Tar-1.3.2
install ok: channel://pear.php.net/Console_Getopt-1.2.3
install ok: channel://pear.php.net/Structures_Graph-1.0.2
install ok: channel://pear.php.net/PEAR-1.6.1
PEAR: Optional feature webinstaller available (PEAR's web-based installer)
PEAR: Optional feature gtkinstaller available (PEAR's PHP-GTK-based installer)
PEAR: Optional feature gtk2installer available (PEAR's PHP-GTK2-based installer
PEAR: To install optional features use "pear install pear/PEAR#featurename"
******************************************************************************
WARNING! The include_path defined in the currently used php.ini does not
contain the PEAR PHP directory you just specified:
<C:\APM_Setup\Server\PHP5\pear>
If the specified directory is also not in the include_path used by
your scripts, you will have problems getting any PEAR packages working.
Current include path : .;C:\php5\pear
Configured directory : C:\APM_Setup\Server\PHP5\pear
Currently used php.ini (guess) :
Press Enter to continue:
php.ini 파일을 못찾는다.. apmsetup 은 C:\windows\php.ini 에 없고 C:\apm_setup 에 위치한다
일단 엔터~
** WARNING! Old version found at C:\APM_Setup\Server\PHP5, please remove it or b
e sure to use the new c:\apm_setup\server\php5\pear.bat command
The 'pear' command is now at your service at c:\apm_setup\server\php5\pear.bat
* WINDOWS ENVIRONMENT VARIABLES *
For convenience, a REG file is available under C:\APM_Setup\Server\PHP5\PEAR_ENV
.reg .
This file creates ENV variables for the current user.
Double-click this file to add it to the current user registry.
계속하려면 아무 키나 누르십시오 . . .
확인 결과 설치가 들되었다.. DB도 없고 xml_parser 도 없고..
C:\APM_Setup\Server\PHP5>pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.2 stable
Console_Getopt 1.2.3 stable
PEAR 1.6.1 stable
Structures_Graph 1.0.2 stable
이론..
없는것 하나하나씩 업그레이드~~
C:\APM_Setup\Server\PHP5>pear upgrade pear
C:\APM_Setup\Server\PHP5>pear upgrade XML_Parser
C:\APM_Setup\Server\PHP5>pear upgrade XML_RPC
C:\APM_Setup\Server\PHP5>pear upgrade PHPUnit
C:\APM_Setup\Server\PHP5>pear upgrade Mail
C:\APM_Setup\Server\PHP5>pear upgrade DB
확인~~
C:\APM_Setup\Server\PHP5>pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.2 stable
Console_Getopt 1.2.3 stable
DB 1.7.13 stable
Mail 1.1.14 stable
PEAR 1.7.2 stable
PHPUnit 1.3.2 stable
Structures_Graph 1.0.2 stable
XML_Parser 1.3.1 stable
XML_RPC 1.5.1 stable
Good luck~~

PREV