Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 12631

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Verifying the build</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="wincache.win32build.building.html">Compiling and building</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="book.xhprof.html">Xhprof</a></div>
 <div class="up"><a href="wincache.win32build.html">Building for Windows</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="wincache.win32build.verify" class="section">
   <h2 class="title">Verifying the build</h2>
   <p class="para">
    The following steps describe how to verify that WinCache has been built correctly:
   </p>
   <div class="procedure">
    <ol type="1"><li>
     <p class="simpara">
      Go to the folder where the PHP binaries are built
     </p>
    </li>
    <li>
     <p class="para">
      Run the command:
      <div class="example-contents">
<div class="cmdcode"><pre class="cmdcode">php.exe -n -d extension=php_wincache.dll -re wincache</pre>
</div>
      </div>

      If WinCache has been built properly, the output of this command will
      list the INI directives and functions supported by WinCache.
     </p>
    </li>
   </ol></div>
  </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="wincache.win32build.building.html">Compiling and building</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="book.xhprof.html">Xhprof</a></div>
 <div class="up"><a href="wincache.win32build.html">Building for Windows</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>