xamppのインストール
ダウンロード
http://sourceforge.jp/projects/sfnet_xampp/downloads/XAMPP%20Windows/1.7.2/xampp-win32-1.7.2.exe/
############################################################################
# XAMPP 1.7.2 - Setup #
#--------------------------------------------------------------------------#
# Copyright 2009 Carsten Wiedmann (FreeBSD License) #
#--------------------------------------------------------------------------#
# Authors: Carsten Wiedmann <carsten_sttgt@gmx.de
> #
# Kay Vogelgesang <kvo@apachefriends.org
> #
############################################################################
Should I add shortcuts to the startmenu/desktop? (y/n): y
############################################################################
# XAMPP 1.7.2 - Setup #
#--------------------------------------------------------------------------#
# Copyright 2009 Carsten Wiedmann (FreeBSD License) #
#--------------------------------------------------------------------------#
# Authors: Carsten Wiedmann <carsten_sttgt@gmx.de
> #
# Kay Vogelgesang <kvo@apachefriends.org
> #
############################################################################
Should I locate the XAMPP paths correctly?
Should I proceed? (y/x=exit setup): y
############################################################################
# XAMPP 1.7.2 - Setup #
#--------------------------------------------------------------------------#
# Copyright 2009 Carsten Wiedmann (FreeBSD License) #
#--------------------------------------------------------------------------#
# Authors: Carsten Wiedmann <carsten_sttgt@gmx.de
> #
# Kay Vogelgesang <kvo@apachefriends.org
> #
############################################################################
Should I make a portable XAMPP without drive letters?
NOTE: - You should use drive letters, if you want use services.
- With USB sticks you must not use drive letters.
Your choice? (y/n): n
relocating XAMPP...
relocate XAMPP base package
relocate Apache
relocate FileZilla FTP Server
relocate Mercury
relocate MySQL
relocate OpenSSL
relocate Perl
relocate PHP
relocate phpMyAdmin
relocate Sendmail
relocate Webalizer
relocate XAMPP Demopage
relocating XAMPP successful.
XAMPP is ready to use.
Press <Return> to continue:
############################################################################
# XAMPP 1.7.2 - Setup #
#--------------------------------------------------------------------------#
# Copyright 2009 Carsten Wiedmann (FreeBSD License) #
#--------------------------------------------------------------------------#
# Authors: Carsten Wiedmann <carsten_sttgt@gmx.de
> #
# Kay Vogelgesang <kvo@apachefriends.org
> #
############################################################################
I have set the timezone in 'php.ini' and 'my.ini' to "Asia/Tokyo".
You should correct these values if my guess was wrong.
Press <Return> to continue:
############################################################################
# XAMPP 1.7.2 - Setup #
#--------------------------------------------------------------------------#
# Copyright 2009 Carsten Wiedmann (FreeBSD License) #
#--------------------------------------------------------------------------#
# Authors: Carsten Wiedmann <carsten_sttgt@gmx.de
> #
# Kay Vogelgesang <kvo@apachefriends.org
> #
############################################################################
1. start XAMPP Control Panel
2. relocate XAMPP
(current path: C:\xampp)
3. disable HTTPS (SSL)
4. disable Server Side Includes (SSI)
5. enable IPv4 only (current: IPv4/6 (auto))
6. disable mod_perl
7. disable Apache::ASP
x Exit
Please choose (1-7/x):
x
c:\xampp\php\php.ini
コメント外す
;zend_extension = "C:\xampp\php\ext\php_eaccelerator.dll"
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
eclipseでリモートデバッグが有効になる
xdebug.remote_enable = 1
xdebug.remote_host = "localhost"