diff --git a/manual/en/index.php b/manual/en/index.php index c8d167d26e..7c11a2d65b 100644 --- a/manual/en/index.php +++ b/manual/en/index.php @@ -3,46 +3,45 @@ $TOC = array(); $PARENTS = array(); -$setup = array ( - 'home' => - array ( - 0 => 'index.php', - 1 => 'PHP Manual', - ), - 'head' => - array ( - 0 => 'UTF-8', - 1 => 'en', - ), - 'this' => - array ( - 0 => 'index.php', - 1 => 'PHP Manual', - ), - 'up' => - array ( - 0 => NULL, - 1 => NULL, - ), - 'prev' => - array ( - 0 => NULL, - 1 => NULL, - ), - 'next' => - array ( - 0 => NULL, - 1 => NULL, - ), - 'alternatives' => - array ( - ), - 'extra_header_links' => - array ( - 'rel' => 'alternate', - 'href' => '/manual/en/feeds/index.atom', - 'type' => 'application/atom+xml', - ), +$setup = array( + 'home' => + array( + 0 => 'index.php', + 1 => 'PHP Manual', + ), + 'head' => + array( + 0 => 'UTF-8', + 1 => 'en', + ), + 'this' => + array( + 0 => 'index.php', + 1 => 'PHP Manual', + ), + 'up' => + array( + 0 => NULL, + 1 => NULL, + ), + 'prev' => + array( + 0 => NULL, + 1 => NULL, + ), + 'next' => + array( + 0 => NULL, + 1 => NULL, + ), + 'alternatives' => + array(), + 'extra_header_links' => + array( + 'rel' => 'alternate', + 'href' => '/manual/en/feeds/index.atom', + 'type' => 'application/atom+xml', + ), ); $setup["toc"] = $TOC; $setup["parents"] = $PARENTS; @@ -51,122 +50,280 @@ manual_header(); ?>
-

PHP Manual

+

PHP Manual

+
+
-
-
- -
by:
- - Mehdi Achour - -
- - -
- - Friedhelm Betz - -
- - -
- - Antony Dovgal - -
- - -
- - Nuno Lopes - -
- - -
- - Hannes Magnusson - -
- - -
- - Georg Richter - -
- - -
- - Damien Seguy - -
- - -
- - Jakub Vrana - -
- - - -
- - - And several others - - -
- -
-
2013-11-20
- -
-
Edited By: - - Philip Olson - -
- -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
+
by:
+ + Mehdi + Achour + +
+ + +
+ + Friedhelm + Betz + +
+ + +
+ + Antony + Dovgal + +
+ + +
+ + Nuno + Lopes + +
+ + +
+ + Hannes + Magnusson + +
+ + +
+ + Georg + Richter + +
+ + +
+ + Damien + Seguy + +
+ + +
+ + Jakub + Vrana + +
+ + +
+ + + And several others + + +
+ +
+
2013-11-20
+ +
+
Edited By: + + Philip + Olson + +
+ +
+ + + + +
+ + + + diff --git a/manual/en/toc/features.inc b/manual/en/toc/features.inc index 7bc0de9489..88fb8a08f8 100644 --- a/manual/en/toc/features.inc +++ b/manual/en/toc/features.inc @@ -41,21 +41,16 @@ $TOC = array ( 1 => 'Persistent Database Connections', ), 8 => - array ( - 0 => 'features.safe-mode.php', - 1 => 'Safe Mode', - ), - 9 => array ( 0 => 'features.commandline.php', 1 => 'Command line usage', ), - 10 => + 9 => array ( 0 => 'features.gc.php', 1 => 'Garbage Collection', ), - 11 => + 10 => array ( 0 => 'features.dtrace.php', 1 => 'DTrace Dynamic Tracing',