Commit graph

146 commits

Author SHA1 Message Date
Kamil Tekiela
67ae2b943e
Remove obsolete mcrypt example
Closes GH-717.
2021-06-23 23:51:59 +02:00
Sergey Panteleev
d91e36266d
Fix issues in mcrypt and datetime directories (#691)
Part of #658
2021-06-15 18:27:03 +03:00
George Peter Banyard
68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +01:00
George Peter Banyard
556bea8a24
Remove PHP 5 specific mcrypt docs 2021-06-13 18:35:23 +01:00
Sergey Panteleev
5fabd07880
Removed Changelog entries for PHP 5, PHP 7.0 (#543) 2021-04-22 17:52:58 +03:00
Christoph M. Becker
6dfe076725 xi:include INI settings documented elsewhere in ini.list
We do not xi:include core INI settings, since we want to keep
alphabetic sort order (well, roughly at least).

We do add xi:fallback elements to all xi:includes, just in case.
2021-02-24 17:58:20 +01:00
Christoph Michael Becker
e41806c30b Revert revision(s) 351724 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351730 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 18:05:44 +00:00
Christoph Michael Becker
4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Jakub Vrana
c80da7c04a Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 12:54:59 +00:00
Christoph Michael Becker
b95d28e6ec Fix return types
Functions which return false on failure should state that in their
signature as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +00:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
7f569e1f17 Remove more changelog entries, mostly from PHP 5.3 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350655 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:08:59 +00:00
Christoph Michael Becker
4df3145f2b Mcrypt/installation: mention "move" version nr
Patch provided by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349868 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 21:46:13 +00:00
Christoph Michael Becker
115560f445 Fix #79543: mcrypt functions not documented as being removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-30 08:21:50 +00:00
George Peter Banyard
65326cf016 Fix incorrect return values.
Fixes Doc Bug #74381

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347273 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-17 15:50:00 +00:00
Christoph Michael Becker
1068e340ca Some clarity on cipher modes for bug #51146
Patch provided by leigh.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344989 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-08 14:24:00 +00:00
Peter Cowburn
d7d7191c7d mcrypt moved to pecl
This extension has moved to PECL as of PHP 7.2.0.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343532 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-30 16:07:17 +00:00
Peter Cowburn
22e90a0756 libsodium -> sodium
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343530 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-30 16:07:08 +00:00
Kalle Sommer Nielsen
bd9add30af Undocument PHP4 and incorporate Remi's note into the manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343501 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 16:10:36 +00:00
Mark Jones
30f67e7cb9 adding deprecated notice to mcrypt filter page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343447 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-22 19:13:56 +00:00
Andrey Andreev
87478f588f Clarify mcrypt_get_block_size() return value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343259 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-19 11:53:32 +00:00
Christoph Michael Becker
1c08f29ab7 Mcrypt is deprecated as of PHP 7.1.0
The original patch has been provided by Leigh. I made some minor improvements.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341620 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-07 15:28:16 +00:00
Christoph Michael Becker
ca8770bd7e Revert r341386 due to markup issues for now:
Fix #73734: mcrypt is deprecated

The patch has been provided by leigh.
........


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341387 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-14 14:06:20 +00:00
Christoph Michael Becker
e2e8e1359b Fix #73734: mcrypt is deprecated
The patch has been provided by leigh.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341386 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-14 10:57:12 +00:00
Adam Harvey
a57ff2688a Improve removal warnings for mcrypt functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338429 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-08 01:35:03 +00:00
Adam Harvey
41d8e7ffe4 Update version information to include PHP 7.
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.

In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Nikita Popov
3af870e574 Recommend mcrypt_(encrypt|decrypt) for deprecated mcrypt_(ecb|...)
These are the direct replacements for mcrypt_(ecb|...). mcrypt_generic and mdecrypt_generic are different, multi-step APIs.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338134 c90b9560-bf6c-de11-be94-00142212c4b1
2015-11-16 19:39:40 +00:00
Adam Harvey
a241f3ca3c Improve mcrypt_generic_end() removal documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337344 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:14:59 +00:00
Christoph Michael Becker
a9cc0450f7 added note about potential blocking of MCRYPT_DEV_RANDOM (fixes #63146)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336958 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 21:41:15 +00:00
Sammy Kaye Powers
b9271c0d58 Add docs for CSPRNG in PHP 7 and update related docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336957 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 20:50:32 +00:00
Pasindu De Silva
f404900be9 Added warning for mcrypt functions removed in PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336802 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-19 19:14:38 +00:00
Anthony Ferrara
be2383c6f9 Clean up example for mcrypt. Thanks Scott Arciszewski
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336782 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-15 15:07:23 +00:00
Peter Cowburn
941b884dcb update deprecations
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336053 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-08 14:21:44 +00:00
Maciej Sobaczewski
9194a9bb5b Mark some functions as deprecated in versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336049 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-07 19:29:16 +00:00
Nikita Popov
1d39157544 Update mcrypt_encrypt and mcrypt_decrypt docs for PHP 5.6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335065 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-15 20:01:03 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Adam Harvey
da75c15e02 Update the changed functions list, and integrate the changes into the text.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334639 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 05:47:47 +00:00
Peter Cowburn
074be37a4b typo
Patch by Marie Minasyan

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333209 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:56:09 +00:00
Nikita Popov
6f4d3c9276 Remove shady utf8_encode from mcrypt_encrypt example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331335 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-09 18:37:42 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Gwynne Raskind
15dd578022 Fix bug #62453
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329941 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-27 23:48:49 +00:00
Adam Harvey
8ad0d94e1c Add initial migration guide for PHP 5.5.
What's done: the migration guide itself, updates to existing functions and
functionality, and new language features.

What's not done: stub pages for new functions and methods. (I'd rather get this
in now, though, than have it languish on my hard drive any longer so that other
people can contribute.)

What could use help: the generator chapter is pretty rough and ready. Better
examples would be awesome. I certainly won't argue if somebody wants to add the
function stubs, either.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328430 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-20 15:17:23 +00:00
Adam Harvey
d860e9cfc0 Perform a bit of a cleanup of mcrypt parameter descriptions and naming,
including adding some language snippets for commonly reused parameters.

Fixes doc bug #63460 ($mode instead of $module in mcrypt-get-key-size).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328278 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-08 02:16:24 +00:00
Sherif Ramadan
ed119ce3ba Removed example of deprecated function mcrypt_ecb, which also fixes bug #62374
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327054 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-11 03:28:48 +00:00
Adam Harvey
e31420d0c0 Fix doc bug #62670 (Documentation Typo).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326828 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-27 04:38:27 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Jakub Vrana
f052ac1bd7 Revert useless change in 326638
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4 PHP_INI_* is in fact INI_
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00
Jakub Vrana
4de5cce5d8 Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00