php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #53532 Some typos discovered and files restructured
Submitted: 2010-12-12 23:55 UTC Modified: 2010-12-18 06:21 UTC
From: x1v4nx@php.net Assigned: x1v4nx (profile)
Status: Closed Package: mcrypt related
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: x1v4nx@php.net
New email:
PHP Version: OS:

 

 [2010-12-12 23:55 UTC] x1v4nx@php.net
Description:
------------
Through the Mcrypt documentation, there are some typos and other files are not properly structured


Patches

mdecrypt_generic (last revision 2010-12-13 01:10 UTC by x1v4nx at googlemail dot com)
mcrypt_ofb (last revision 2010-12-13 01:10 UTC by x1v4nx at googlemail dot com)
mcrypt_module_self_test (last revision 2010-12-13 01:10 UTC by x1v4nx at googlemail dot com)
mcrypt_module_open (last revision 2010-12-13 01:09 UTC by x1v4nx at googlemail dot com)
mcrypt_module_is_block_mode (last revision 2010-12-13 01:09 UTC by x1v4nx at googlemail dot com)
mcrypt_module_is_block_algorithm (last revision 2010-12-13 01:08 UTC by x1v4nx at googlemail dot com)
mcrypt_module_is_block_algorithm_mode (last revision 2010-12-13 01:08 UTC by x1v4nx at googlemail dot com)
mcrypt_module_get_supported_key_sizes (last revision 2010-12-13 01:07 UTC by x1v4nx at googlemail dot com)
mcrypt_module_close (last revision 2010-12-13 01:07 UTC by x1v4nx at googlemail dot com)
mcrypt_list_modes (last revision 2010-12-13 01:06 UTC by x1v4nx at googlemail dot com)
mcrypt_list_algorithms (last revision 2010-12-13 01:06 UTC by x1v4nx at googlemail dot com)
mcrypt_get_key_size (last revision 2010-12-13 01:05 UTC by x1v4nx at googlemail dot com)
mcrypt_get_iv_size (last revision 2010-12-13 01:05 UTC by x1v4nx at googlemail dot com)
mcrypt_get_cipher_name (last revision 2010-12-13 01:04 UTC by x1v4nx at googlemail dot com)
mcrypt_get_block_size (last revision 2010-12-13 01:04 UTC by x1v4nx at googlemail dot com)
mcrypt_generic_init (last revision 2010-12-13 01:03 UTC by x1v4nx at googlemail dot com)
mcrypt_encrypt (last revision 2010-12-13 01:02 UTC by x1v4nx at googlemail dot com)
mcrypt_enc_get_iv_size (last revision 2010-12-13 01:01 UTC by x1v4nx at googlemail dot com)
mcrypt_ecb (last revision 2010-12-13 01:01 UTC by x1v4nx at googlemail dot com)
mcrypt_decrypt (last revision 2010-12-13 01:00 UTC by x1v4nx at googlemail dot com)
mcrypt_create_iv (last revision 2010-12-13 00:59 UTC by x1v4nx at googlemail dot com)
mcrypt_cfb (last revision 2010-12-12 23:01 UTC by x1v4nx at googlemail dot com)
mcrypt_cbc (last revision 2010-12-12 23:00 UTC by x1v4nx at googlemail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-13 00:05 UTC] dtajchreber@php.net
Automatic comment from SVN on behalf of dtajchreber
Revision: http://svn.php.net/viewvc/?view=revision&revision=306308
Log: Fixed bug #53532 typo on date_parse_from_format page
 [2010-12-13 00:05 UTC] dtajchreber@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: dtajchreber
 [2010-12-13 00:05 UTC] dtajchreber@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 [2010-12-13 00:10 UTC] dtajchreber@php.net
-Status: Closed +Status: Re-Opened
 [2010-12-13 00:10 UTC] dtajchreber@php.net
Whoops. Closed the wrong bug. Commit should be for #53531. 

You know you can make these changes via edit.php.net or just commit them 
yourself.
 [2010-12-13 02:29 UTC] x1v4nx@php.net
Actually no, I don't have enough karma to commit them to the En repository.

BTW, the pages that have typos are:

http://www.php.net/manual/

en/function.mcrypt-cbc.php
en/function.mcrypt-cfb.php
en/function.mcrypt-create-iv.php
en/function.mcrypt-decrypt.php
en/function.mcrypt-ecb.php
en/function.mcrypt-enc-get-iv-size.php
en/function.mcrypt-encrypt.php
en/function.mcrypt-generic-init.php
en/function.mcrypt-get-block-size.php
en/function.mcrypt-get-cipher-name.php
en/function.mcrypt-get-iv-size.php
en/function.mcrypt-list-algorithms.php
en/function.mcrypt-list-modes.php
en/function.mcrypt-module-close.php
en/function.mcrypt-module-get-supported-key-sizes.php
en/function.mcrypt-module-is-block-algorithm-mode.php
en/function.mcrypt-module-is-block-algorithm.php
en/function.mcrypt-module-is-block-mode.php
en/function.mcrypt-module-self-test.php
en/function.mcrypt-ofb.php
en/function.mdecrypt-generic.php


And these are the ones which were restructured:

http://www.php.net/manual/

en/function.mcrypt-get-key-size.php
en/function.mcrypt-module-open.php
 [2010-12-14 06:06 UTC] dtajchreber@php.net
-Assigned To: dtajchreber +Assigned To: x1v4nx
 [2010-12-18 06:21 UTC] x1v4nx@php.net
-Status: Re-Opened +Status: Closed
 [2020-02-07 06:08 UTC] phpdocbot@php.net
Automatic comment on behalf of dtajchreber
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=8258c65cf5af2774497a05738d0cc3c4e5d790fd
Log: Fixed bug #53532 typo on date_parse_from_format page
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 14:01:34 2024 UTC