Skip to content

Commit

Permalink
These are required for the toc
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Mar 24, 2015
1 parent 20930ba commit 94b8ec7
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 0 deletions.
72 changes: 72 additions & 0 deletions manual/en/toc/features.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?php
$TOC = array (
0 =>
array (
0 => 'features.http-auth.php',
1 => 'HTTP authentication with PHP',
),
1 =>
array (
0 => 'features.cookies.php',
1 => 'Cookies',
),
2 =>
array (
0 => 'features.sessions.php',
1 => 'Sessions',
),
3 =>
array (
0 => 'features.xforms.php',
1 => 'Dealing with XForms',
),
4 =>
array (
0 => 'features.file-upload.php',
1 => 'Handling file uploads',
),
5 =>
array (
0 => 'features.remote-files.php',
1 => 'Using remote files',
),
6 =>
array (
0 => 'features.connection-handling.php',
1 => 'Connection handling',
),
7 =>
array (
0 => 'features.persistent-connections.php',
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 =>
array (
0 => 'features.gc.php',
1 => 'Garbage Collection',
),
11 =>
array (
0 => 'features.dtrace.php',
1 => 'DTrace Dynamic Tracing',
),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
0 =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
);
22 changes: 22 additions & 0 deletions manual/en/toc/getting-started.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
$TOC = array (
0 =>
array (
0 => 'introduction.php',
1 => 'Introduction',
),
1 =>
array (
0 => 'tutorial.php',
1 => 'A simple tutorial',
),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
0 =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
);
72 changes: 72 additions & 0 deletions manual/en/toc/security.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?php
$TOC = array (
0 =>
array (
0 => 'security.intro.php',
1 => 'Introduction',
),
1 =>
array (
0 => 'security.general.php',
1 => 'General considerations',
),
2 =>
array (
0 => 'security.cgi-bin.php',
1 => 'Installed as CGI binary',
),
3 =>
array (
0 => 'security.apache.php',
1 => 'Installed as an Apache module',
),
4 =>
array (
0 => 'security.filesystem.php',
1 => 'Filesystem Security',
),
5 =>
array (
0 => 'security.database.php',
1 => 'Database Security',
),
6 =>
array (
0 => 'security.errors.php',
1 => 'Error Reporting',
),
7 =>
array (
0 => 'security.globals.php',
1 => 'Using Register Globals',
),
8 =>
array (
0 => 'security.variables.php',
1 => 'User Submitted Data',
),
9 =>
array (
0 => 'security.magicquotes.php',
1 => 'Magic Quotes',
),
10 =>
array (
0 => 'security.hiding.php',
1 => 'Hiding PHP',
),
11 =>
array (
0 => 'security.current.php',
1 => 'Keeping Current',
),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
0 =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
);

0 comments on commit 94b8ec7

Please sign in to comment.