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/en/migration53.sapi.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/migration53.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'migration53.sapi.php',
   
1 => 'Changes in SAPI modules',
  ),
 
'up' =>
  array (
   
0 => 'migration53.php',
   
1 => 'Migrating from PHP 5.2.x to PHP 5.3.x',
  ),
 
'prev' =>
  array (
   
0 => 'migration53.windows.php',
   
1 => 'Changes made to Windows support',
  ),
 
'next' =>
  array (
   
0 => 'migration53.deprecated.php',
   
1 => 'Deprecated features in PHP 5.3.x',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="migration53.sapi" class="section">
  <h2 class="title">Changes in SAPI modules</h2>
  <ul class="itemizedlist">
   <li class="listitem">
    <span class="simpara">
     A new SAPI module named litespeed is now available.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     FastCGI support in the CGI SAPI is now always enabled and can not be
     disabled. See <i>sapi/cgi/CHANGES</i> for more details.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     A new CGI SAPI option, <i>-T</i>, can be used to measure
     repeated execution time of a script.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     CGI/FastCGI now has support for .htaccess-style user-defined <var class="filename">php.ini</var>
     files.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     The <a href="function.dl.php" class="function">dl()</a> function is now disabled by default, and is now
     available only under the CLI, CGI, and embed SAPIs.
    </span>
   </li>
  </ul>
 </div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites