Commit: 94b8ec7f3b75f080648585dfb6999128f3faf0da Author: Hannes Magnusson <bj...@php.net> Tue, 24 Mar 2015 10:40:48 -0700 Parents: 20930ba377b5da96aabdd360262976af5370e6b0 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=94b8ec7f3b75f080648585dfb6999128f3faf0da Log: These are required for the toc Changed paths: A manual/en/toc/features.inc A manual/en/toc/getting-started.inc A manual/en/toc/security.inc Diff: diff --git a/manual/en/toc/features.inc b/manual/en/toc/features.inc new file mode 100644 index 0000000..3f0823a --- /dev/null +++ b/manual/en/toc/features.inc @@ -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', + ), +); \ No newline at end of file diff --git a/manual/en/toc/getting-started.inc b/manual/en/toc/getting-started.inc new file mode 100644 index 0000000..5447ac2 --- /dev/null +++ b/manual/en/toc/getting-started.inc @@ -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', + ), +); \ No newline at end of file diff --git a/manual/en/toc/security.inc b/manual/en/toc/security.inc new file mode 100644 index 0000000..23313ed --- /dev/null +++ b/manual/en/toc/security.inc @@ -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', + ), +); \ No newline at end of file -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php