Commit graph

26 commits

Author SHA1 Message Date
Hartmut Holzgraefe
7fe3bb0d94 added skeletons for missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65253 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-16 09:10:54 +00:00
Derick Rethans
22cff23fb8 - Fix buglet in docu
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65108 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-15 13:00:47 +00:00
Hartmut Holzgraefe
3747b34a1b hope this solves the tabs vs. blanks issues once and for all
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64852 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 20:47:43 +00:00
Hartmut Holzgraefe
91848c237f more CDATA additions to examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62898 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-20 23:58:47 +00:00
Hartmut Holzgraefe
9410c19fda added version attribute to <?xml tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61864 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-10 21:49:43 +00:00
Jeroen van Wolffelaar
6ae3b9dba5 Fix modelines for VI(M) for the manual (en).
Syntax for vim < 6 is set to sgml, because xml is not recognizing tag-names.

This was discussed before, and this turned out to be best for all vi(m)
versions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57993 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-21 22:47:49 +00:00
Gabor Hojtsy
d3187ecb5b External parsed entities _should_ each begin with a text declaration.
See: http://www.w3.org/TR/2000/REC-xml-20001006#sec-TextDecl


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55419 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-19 11:47:45 +00:00
Jeroen van Wolffelaar
7915a6c933 Added Revision tag on top of most xml files in en-tree
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53059 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-02 17:37:51 +00:00
Gabor Hojtsy
ef5358348e Cosing but #12499
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52931 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-01 08:13:19 +00:00
Jeroen van Wolffelaar
308ffe41f2 Changed true, false and null to &true;, &false; and &null;
Probably this isn't correct at some places, but in the majority
it is.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50762 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-07 18:42:46 +00:00
Jeroen van Wolffelaar
7c62d81304 Changed all identifiers between <function> and/or <refname> tags
that had ONLY the first letter uppercase to all-lowercase


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50055 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-23 20:10:52 +00:00
Damien Seguy
d8a06ae073 literalized \0 <literal>\0</literal>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49209 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-05 13:03:11 +00:00
Rui Hirokawa
7b6b172a2b libmcrypt 2.4.x should outputs 3DES , not TripleDES.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37126 c90b9560-bf6c-de11-be94-00142212c4b1
2000-12-05 22:19:18 +00:00
Rasmus Lerdorf
e78966a1ec Watch those <>'s
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35514 c90b9560-bf6c-de11-be94-00142212c4b1
2000-11-09 16:58:38 +00:00
Ron Chmara
e10ffe0b0b Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35494 c90b9560-bf6c-de11-be94-00142212c4b1
2000-11-09 05:40:14 +00:00
Ron Chmara
2cd1551c89 Updating info on 3DES/TripleDES
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34039 c90b9560-bf6c-de11-be94-00142212c4b1
2000-10-18 04:08:37 +00:00
Nikos Mavroyanopoulos
ddcfad2b60 Added a warning for not using ascii keys to mcrypt functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34015 c90b9560-bf6c-de11-be94-00142212c4b1
2000-10-17 19:46:22 +00:00
Ron Chmara
3fa6821a10 Updated funcproto's for 2.4.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33191 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-30 17:11:38 +00:00
Derick Rethans
050979d01b - Changed the second example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32723 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-15 17:48:37 +00:00
Jesus M. Castagnetto
97e526fbdf Fixed typo: s/mcrypt_open_module/mcrypt_module_open/g in mcrypt.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32710 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-14 23:18:21 +00:00
Derick Rethans
d4e512a664 Updated documentation for the libmcrypt 2.4.x support.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30047 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-10 20:12:03 +00:00
Egon Schmid
56cc0f7774 Changed the title.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26901 c90b9560-bf6c-de11-be94-00142212c4b1
2000-06-24 14:28:27 +00:00
Hartmut Holzgraefe
03d573b73d added <funcprototype> sections in every <funcsynopsis>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26878 c90b9560-bf6c-de11-be94-00142212c4b1
2000-06-24 07:38:45 +00:00
Egon Schmid
acd9489644 Mcrypt_[cipher-mode] functions returns strings.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@21755 c90b9560-bf6c-de11-be94-00142212c4b1
2000-03-19 20:00:09 +00:00
Egon Schmid
4494d546be Enhanced it a little bit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@21753 c90b9560-bf6c-de11-be94-00142212c4b1
2000-03-19 18:55:28 +00:00
Stig Bakken
c8f33da553 Merged the dev_xml branch into the main trunk.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@16980 c90b9560-bf6c-de11-be94-00142212c4b1
1999-12-10 00:34:45 +00:00
Renamed from functions/mcrypt.sgml (Browse further)