From cce9620f6d08791e5ed8d73bac2da80ec81596c1 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 22 Dec 2007 16:58:35 +0000 Subject: [PATCH] MFB: Upgrade to the new-reference-structure - (Created missing setup sections in setup.xml, if any) - Moved the intro to book.xml - Changed the intro ID from .intro to intro. - Moved the constants entity to book.xml - Changed constants.xml to be an appendix - Moved the requrements and resources sections to setup.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248778 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/hash/book.xml | 46 +++++++++++++++++++++++++ reference/hash/constants.xml | 6 ++-- reference/hash/reference.xml | 42 ++--------------------- reference/hash/setup.xml | 66 ++++++++++++++++++++++++++++++++++++ 4 files changed, 118 insertions(+), 42 deletions(-) create mode 100644 reference/hash/book.xml create mode 100644 reference/hash/setup.xml diff --git a/reference/hash/book.xml b/reference/hash/book.xml new file mode 100644 index 0000000000..9cc9feef5b --- /dev/null +++ b/reference/hash/book.xml @@ -0,0 +1,46 @@ + + + + + + + + hash + + + + &reftitle.intro; + + Message Digest (hash) engine. Allows direct or incremental processing + of arbitrary length messages using a variety of hashing algorithms. + + + + + &reference.hash.setup; + &reference.hash.constants; + &reference.hash.reference; + + + + + diff --git a/reference/hash/constants.xml b/reference/hash/constants.xml index ca6bd691f0..7aa5c20d86 100644 --- a/reference/hash/constants.xml +++ b/reference/hash/constants.xml @@ -1,6 +1,6 @@ - -
+ + &reftitle.constants; &extension.constants; @@ -18,7 +18,7 @@ -
+ - - - + + - hash Functions + hash &Functions; hash - - -
- &reftitle.intro; - - Message Digest (hash) engine. Allows direct or incremental processing - of arbitrary length messages using a variety of hashing algorithms. - -
- -
- &reftitle.required; - - The Hash extension requires no external libraries and is enabled by - default as of PHP 5.1.2. It may be explicitly disabled by using the - --disable-hash switch to configure. Earlier versions of PHP may - incorporate the Hash extension by installing the - PECL module. - -
- -
- &reftitle.resources; - - This extension defines a Hashing Context resource returned by - hash_init. - -
- - - &reference.hash.constants; - -
- &reference.hash.entities.functions;
diff --git a/reference/hash/setup.xml b/reference/hash/setup.xml new file mode 100644 index 0000000000..268c8b5970 --- /dev/null +++ b/reference/hash/setup.xml @@ -0,0 +1,66 @@ + + + + + &reftitle.setup; + + +
+ &reftitle.required; + + The Hash extension requires no external libraries and is enabled by + default as of PHP 5.1.2. It may be explicitly disabled by using the + --disable-hash switch to configure. Earlier versions of PHP may + incorporate the Hash extension by installing the + PECL module. + +
+ + + +
+ &reftitle.install; + &no.install; +
+ + + +
+ &reftitle.runtime; + &no.config; +
+ + + +
+ &reftitle.resources; + + This extension defines a Hashing Context resource returned by + hash_init. + +
+ + +
+ + +