downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/kr/install.windows.building.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/install.windows.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'kr',
  ),
 
'this' =>
  array (
   
0 => 'install.windows.building.php',
   
1 => 'Building from source',
  ),
 
'up' =>
  array (
   
0 => 'install.windows.php',
   
1 => '윈도우 시스템에 인스톨하기',
  ),
 
'prev' =>
  array (
   
0 => 'install.windows.xitami.php',
   
1 => 'Xitami on Microsoft Windows',
  ),
 
'next' =>
  array (
   
0 => 'install.windows.extensions.php',
   
1 => 'Installation of extensions on Windows',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="install.windows.building" class="sect1">
 <h2 class="title">Building from source</h2>
 <p class="para">
  This chapter teaches how to compile PHP from sources on windows, using
  Microsoft&#039;s tools. To compile PHP with cygwin, please refer to <a href="install.unix.php" class="xref">유닉스 시스템에 설치</a>.
 </p>

 

 <p class="para">
  This chapter is outdated therefore it&#039;s temporarily been removed
  from the manual. For now, consider the following:
 </p>
 <p class="para">
  </p><ul class="simplelist">
   <li class="member">Follow this guide: <a href="http://blog.harddisk.is-a-geek.org/index.php/dev/php/php-on-windows/" class="link external">&raquo; here</a></li>
   <li class="member">See also: <a href="http://wiki.php.net/internals/windows" class="link external">&raquo; the Windows wiki</a></li>
  </ul><p>
 </p>
</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites