Christoph Michael Becker
6b6201edd9
Added docs for parameters of openssl_encrypt and openssl_decrypt introduced in https://wiki.php.net/rfc/openssl_aead
...
--
Provided by anonymous 77751 (me@jiripudil.cz )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341653 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-12 18:31:07 +00:00
Maciej Sobaczewski
95bdd6883b
Another round of PHP 4 content removal (mostly inline mentions)
...
Review is welcome
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Christoph Michael Becker
1ff3457709
Fix grammar
...
Patch provided by Taha.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340504 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-17 13:27:19 +00:00
Christoph Michael Becker
0a7a550a65
Grammar fixes by anon users
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339619 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:58:44 +00:00
Christoph Michael Becker
65e6a11592
$options accepts a bitmask
...
Furthermore this function seems to be pretty well documented,
so we can remove the undocumented warning.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339278 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-02 11:49:35 +00:00
Christoph Michael Becker
a64f033f94
Fix several issues
...
* there is no PHP 6, but rather PHP 7
* OpenSSL doesn't distribute binaries any more
(we can't get rid of the url.openssl.binaries entity for now,
because it still might be used in translations)
* the fact that Windows suppresses file extension in the explorer by
default is supposed to be well known to PHP developers, and as such
would be superfluous information
* the file type reported by Windows depends on the file associations
which depend highly on the individual system (mentioning SpeedDial
is confusing)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339225 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-24 13:39:21 +00:00
Philip Olson
051cfaf6de
Refer to get_cipher_methods from the method parameter docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338702 c90b9560-bf6c-de11-be94-00142212c4b1
2016-03-10 00:15:39 +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
Philip Olson
4b87f18f05
Added pkcs12 param description and example for PHP Bug #69855
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337797 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-09 23:13:36 +00:00
Christoph Michael Becker
de6dd71a28
documented parameters of openssl_seal()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337684 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-31 23:58:07 +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
Peter Cowburn
7bf58ca941
better see also function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336905 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:59:22 +00:00
Peter Cowburn
d3bc8c66f4
use new ini section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336722 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-05 12:36:37 +00:00
Peter Cowburn
6ab0778c01
Added default svn properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336721 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-05 12:35:57 +00:00
Rasmus Lerdorf
0766b35f0c
Add openssl.cafile and openssl.capath config options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336717 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-05 05:27:54 +00:00
Richard Quadling
cb2e7b70b1
svn:keywords, svn:eol-style, svn:ignore all set appropriately.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334955 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 12:08:23 +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
Maciej Sobaczewski
f1177c82c0
Remove PHP 4 functions
...
It is mostly cleanup of versions.xml because most of PHP 4 functions were already removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334644 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 08:41:15 +00:00
Adam Harvey
dd421bc26e
Add openssl_get_cert_locations().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334643 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 06:57:15 +00:00
Maciej Sobaczewski
e41aab5eca
Remove changelogs for PHP 4 - 3rd round
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 17:46:13 +00:00
Tjerk Anne Meesters
c00ccb3d5e
Added version information for openssl_x509_fingerprint()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334446 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-01 00:12:57 +00:00
Tjerk Anne Meesters
6166e156fe
Added openssl_x509_fingerprint() function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334429 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-31 04:55:35 +00:00
Philip Olson
6a70f30263
Added 5.6.0 version info for openssl_spki_*
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333316 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 23:00:18 +00:00
Jason Gerfen
0f74ecdbb4
Fixes for example syntax & descriptions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333262 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-04 12:57:04 +00:00
Jason Gerfen
9de4705b5c
Fix for hyphen in openssl_spki_export_challge() example. Fix for inaccurate reference in openssl_spki_new(). Thank you Mr. Cowburn.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333261 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-04 12:53:36 +00:00
Jason Gerfen
71ea998616
Updated example usage to include <keygen> element
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333257 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-04 11:56:55 +00:00
Jason Gerfen
f5fd992328
A couple of small changes regarding function names used in examples and additional functions listed in references section for openssl_spki_new()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333256 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-04 11:38:49 +00:00
Jason Gerfen
586ed53748
Documentation for PHP 5.6.0 Alpha3 release which implements PR in commit ( http://git.php.net/?p=php-src.git;a=commit;h=8f56ac8401ed1c3e00b8fba3fb8e5efb565180c4 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333230 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-31 12:25:56 +00:00
Peter Cowburn
b75900d2bd
Link to openssl_get_cipher_methods()
...
Patch by Mark Jones
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333212 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:56:21 +00:00
Mark Jones
2d4b995d68
correcting error in openssl-pkey-get-public doc page
...
in openssl_verify and openssl_sign
* adding self-contained examples
* documenting that the 4th param to can be an int or a string
* improving documentation of params
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332644 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-18 02:38:34 +00:00
Jakub Vrana
b89d5b4683
Add missing version info
...
Found by PhD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330435 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 22:33:43 +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
Jakub Vrana
97b8badd3d
Add openssl_pbkdf2() prototype
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330248 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 20:01:32 +00:00
Jakub Vrana
a445db39cd
Put PHP 5.5 functions to versions.xml
...
Generated by http://pastebin.com/VLfQAUT7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330246 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 19:55:27 +00:00
Scott MacVicar
e5bbd6cf6c
Fix documentation to show the raw_output is gone now, changed this a while back but forgot..
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329818 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-18 23:18:14 +00:00
Sherif Ramadan
1cd5fc7fae
Documenting MD2 and EC openssl constants
...
Patch by Mark Jones - mark@zedwood.com
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329005 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-07 21:03:09 +00:00
Sherif Ramadan
eeeccdd65f
Added new openssl signature algorithm constants.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328742 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-12 05:15:46 +00:00
Philip Olson
8c89316af7
Removed openssl_pbkdf2() as there is a 89% chance it will not exist soon. Let's wait and see before documenting it.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326153 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-13 14:34:49 +00:00
Peter Cowburn
3233c01b28
Add svn:keywords and svn:eol-style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326147 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-13 08:16:00 +00:00
Philip Olson
e5cd37977a
Renamed openssl_pkcs5_pbkdf2_hmac() to openssl_pbkdf2()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326111 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-12 00:27:35 +00:00
Jakub Vrana
3e8d65af10
Add openssl_pkcs5_pbkdf2_hmac
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326103 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-11 18:29:51 +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
c1dc0919bf
Linkable reference constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323628 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:37:00 +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
Stanislav Malyshev
2aba10e8d0
fix versions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323561 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-26 07:46:05 +00:00
Scott MacVicar
78fbdb3eba
Clarify that these padding options are designed for the public/private key functions.
...
I'll be adding a ZERO_PADDING option shortly and wanted to make sure there wasn't any
confusion here.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321140 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-18 20:52:13 +00:00
Nikita Popov
06f72a6218
Fix Doc Bug #55681 : integer or int ?
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316669 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-13 18:07:14 +00:00
Gustavo André dos Santos Lopes
db1a1cfda3
- Error are queue (FIFO), not stacked.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316559 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-12 17:09:58 +00:00
Jakub Vrana
ac04b2ea21
Extension purpose is not needed anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Jakub Vrana
07eb995356
OPENSSL_CIPHER_AES_ constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312693 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 14:01:55 +00:00
David Tajchreber
0a2f679e1f
Doc Bug #54750 - missing default value in openssl_x509_export_to_file() - added default value for notext in signature
...
http://lxr.php.net/opengrok/xref/PHP_5_3/ext/openssl/openssl.c#1216
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311089 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-16 15:38:34 +00:00
David Tajchreber
847deb924e
Doc Bug #54751 missing default value in openssl_x509_export() - added default value for notext in signature
...
http://lxr.php.net/opengrok/xref/PHP_5_3/ext/openssl/openssl.c#1261
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311086 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-16 15:34:51 +00:00
Philip Olson
372bd58d1e
Documented the iv parameter w/ changelog
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310716 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-02 21:35:04 +00:00
Philip Olson
d491296ee5
Documented openssl_cipher_iv_length()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310715 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-02 21:25:27 +00:00
Adam Harvey
834e755b8d
Fix doc bug #54345 (Incorrect change log for openssl-verify).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309551 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-22 11:00:36 +00:00
Adam Harvey
8041b3a5d6
Fix doc bug #54330 (incorrect variable in example).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309492 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-21 04:53:34 +00:00
Jakub Vrana
d3c871ae1e
Fix protos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308253 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 13:16:13 +00:00
Philip Olson
8e3c3f725c
Fixed build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304574 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 21:32:11 +00:00
Kalle Sommer Nielsen
0b8a138a25
Fixed bug #51018 (List of return values is incomplete)
...
# Currently I could not find any exact descriptions for any of the additional keys, but
# all possible return values is now covered.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304522 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 01:05:25 +00:00
Adam Harvey
2485958c17
Fix doc bug #52952 (fsockopen() has more dependencies than listed).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304369 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-13 09:53:12 +00:00
Daniel Egeberg
f757bf0424
Fixed PHP bug #51790 (Some OpenSSL function parameters are underdocumented)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299241 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-11 10:57:32 +00:00
Philip Olson
d60aa92f38
Rewrote and expanded documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298921 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 18:53:10 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Kalle Sommer Nielsen
703896272f
Fixed bug #51064 ("bool openssl_random_pseudo_bytes" should say string instead)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295193 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 04:49:39 +00:00
Jakub Vrana
0e3df54db5
Close bracket
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294898 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-11 20:08:31 +00:00
Richard Quadling
06d22b3376
W/S tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294406 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:11:11 +00:00
Pedro Antonio Gil Rodríguez
0dc95733f0
Corrected own error
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293828 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-22 00:25:51 +00:00
Pedro Antonio Gil Rodríguez
ae6e86223b
Corrected example script
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293819 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-21 19:12:38 +00:00
Pedro Antonio Gil Rodríguez
01a1554829
Corrected some spelling mistakes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293805 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-21 13:49:26 +00:00
Kalle Sommer Nielsen
2529ec6b15
Fixed bug #50482 (openssl_pkcs7_verify error:0D07B08E)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292546 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-23 16:29:42 +00:00
Kalle Sommer Nielsen
d032d0202d
Bad c/p
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292544 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-23 16:20:16 +00:00
Kalle Sommer Nielsen
5da7fbfe99
Documented SNI support in OpenSSL from 5.3.2 ( closes #50336 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292542 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-23 16:18:22 +00:00
Jakub Vrana
201dc3748c
Prefer <initializer> before "defaults to"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Richard Quadling
74da59644d
Remove BOM
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290987 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 13:13:35 +00:00
Jakub Vrana
3ce9368539
Utilize &return.falseforfailure;
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290704 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 21:37:00 +00:00
Richard Quadling
f658721332
Use &return.falseforfailure; entity.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 10:26:08 +00:00
Torben Wilson
af4410a7e1
Normalized the sgml-default-dtd-file local-variable line for those
...
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
cf97ad340e
fixed return types
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286387 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-27 07:39:01 +00:00
Nilgün Belma Bugüner
1811606d2c
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283829 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:26:23 +00:00
Philip Olson
a132501d16
Documented the new (5.3+) openssl functions (closes bug #48750 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283244 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-01 07:34:07 +00:00
Jakub Vrana
f5987baf1b
PHP 5.3.0 function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283128 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-30 12:15:45 +00:00
Kalle Sommer Nielsen
bc7c80a41c
Fixed missing version info for recently added functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283039 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-29 16:18:23 +00:00
Damien Seguy
18b756c8e4
initial doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283008 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-29 10:25:25 +00:00
Yannick Torres
02e589878d
fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279812 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 22:22:31 +00:00
Mehdi Achour
68bd154ab9
Work on constants
...
Added missing constants:
DOM_PHP_ERR, GLOB_AVAILABLE_FLAGS, FILE_NO_DEFAULT_CONTEXT, FNM_NOESCAPE, FNM_PATHNAME,
FNM_PERIOD, FNM_CASEFOLD, IMAGETYPE_JPEG2000, NAN, INF, MYSQLI_TYPE_INTERVAL, MYSQLI_TYPE_CHAR,
MYSQLI_CURSOR_TYPE_FOR_UPDATE, MYSQLI_CURSOR_TYPE_NO_CURSOR, MYSQLI_CURSOR_TYPE_READ_ONLY,
MYSQLI_CURSOR_TYPE_SCROLLABLE, MYSQLI_STMT_ATTR_CURSOR_TYPE, MYSQLI_STMT_ATTR_PREFETCH_ROWS,
MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH, MYSQLI_SET_CHARSET_NAME, OPENSSL_ALGO_DSS1, TCP_NODELAY,
SQLITE_NOTADB, SQLITE_FORMAT, PSFS_FLAG_NORMAL, PSFS_FLAG_FLUSH_INC, PSFS_FLAG_FLUSH_CLOSE,
XML_SAX_IMPL
Added missing <constant></constant> markup
Fixed:
* GD_BUNDLE => GD_BUNDLED
* SOCKET_ERMCHG => SOCKET_EREMCHG
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277584 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 15:45:07 +00:00
Jakub Vrana
b08c166781
Initializers - part 6
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273942 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-19 15:05:01 +00:00
Daniel Jaenecke
b64c8fef31
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273582 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-15 09:49:48 +00:00
Jakub Vrana
f60082dcb0
Fix protos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268271 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 13:27:54 +00:00
Philip Olson
55959002bd
Contains version information (when functions became available to PHP)
...
# Originally from the following location (although likely modified):
# phpdoc/phpbook/phpbook-xsl/version.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268128 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-02 04:50:40 +00:00
Daniel Convissor
220dd8e180
* Clarify openssl.cnf locations.
...
* Use para rather than simpara to improve separation from prior paragraph.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261599 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-24 17:54:47 +00:00
Philip Olson
86c754e903
MFB: Upgrade to the new-reference-structure
...
- Split reference.xml into book.xml, setup.xml, cert-verification.xml, and certparams.xml
- Moved from reference.xml to book.xml:
- The intro text (partintro), and link to various pages
- Moved from reference.xml to setup.xml:
- The setup: requirements, installation, configuration, and resources
- Changed certparams from section in reference.xml to own appendix in new certparams.xml
- Changed cert.verification from section in reference.xml to own appendix in new cert-verification.xml
- Changed the constants section to be an appendix
- Changed the intro ID from <extname>.intro to intro.<extname>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248836 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-23 18:34:41 +00:00
Hannes Magnusson
4889aa295d
Move note to language-snippets.ent
...
# s/&reference.openssl.parameter-notext;/¬e.openssl.param-notext;/g
# s/&reference.openssl.note-openssl-cnf;/¬e.openssl.cnf;/g
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248165 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-13 18:02:45 +00:00
Hannes Magnusson
0258a77f1e
MFB: Rename "functions.xml" to entities.<dirname>.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Nathan Sullivan
2d8d59a2a8
adding PKCS12 placeholder documentation, at least defines the basic I/O for each function
...
could do with some elaboration in some areas though
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244837 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-26 03:35:11 +00:00
Jakub Vrana
3daeedc139
Document openssl_pkey_get_details()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242699 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-19 12:11:52 +00:00
Richard Quadling
37b62aef4a
Fix #42224 => Wether => Whether
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240835 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-07 08:07:00 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Jakub Vrana
75ecffb1cb
Fix methodsynopsis
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237770 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 15:53:14 +00:00
Mehdi Achour
f83085d47f
ref.openssl: switch to new doc style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237444 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-11 23:31:38 +00:00
Mehdi Achour
ef445928fc
WS, prepare for new doc style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237443 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-11 23:31:04 +00:00
Philip Olson
577d06440a
Removed information about copying files into the Windows system directory and
...
instead discussed our preferred method: Putting the PHP directory in PATH.
# At some point have other extensions use the new &ext.windows.path.dll; too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230928 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-28 05:36:07 +00:00
Philip Olson
009395cfbc
Miscellaneous formatting as per our guidelines:
...
Ex: windows->Windows, commandline->command line, webserver->web server
# Sorry translators, but it needed to be done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229834 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-15 09:24:37 +00:00
Philip Olson
9dfd4d483b
Removed use of PL, RC, and BETA from PHP versions as they go against our
...
conventions.
# Thanks to etienne and nuno for being regex masters ;-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228614 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-01 00:46:02 +00:00
Mehdi Achour
ee233943ae
Document missing PHP 5 additions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228316 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 16:49:31 +00:00
Mehdi Achour
5e72515609
Add new protos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228268 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 02:27:25 +00:00
Hannes Magnusson
e99ac4c7b8
New constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223327 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-14 13:01:32 +00:00
Hannes Magnusson
7f43ab8137
Bug#38097 (private_key_bits should be integer, not string)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219867 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-12 20:33:35 +00:00
Antony Dovgal
3b11daa3a0
add missing documentation for constants and function arguments
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218829 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-24 20:46:46 +00:00
Nuno Lopes
b069a314a4
add tagging
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 19:39:32 +00:00
Jakub Vrana
03470a1d03
No longer experimental
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191005 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-19 13:41:16 +00:00
Jakub Vrana
2bed4f6ded
Fix return types (2/2)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189137 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 09:11:47 +00:00
Jakub Vrana
9ea6d363b9
Initial documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188536 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-16 12:50:53 +00:00
Philip Olson
cee7c2bba3
Implemented the new alias doc style. This alias no longer requires translation
...
as it exclusively uses the language-* files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185098 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-25 16:17:02 +00:00
Jakub Vrana
c148211fa2
Replace <parameter>& by <parameter role="reference">
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172416 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:30:50 +00:00
Jakub Vrana
65609f18e2
Uppercase first letter in refpurpose
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166801 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-19 12:14:46 +00:00
Jakub Vrana
0ac0781692
Fix methodnames
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166283 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 14:10:03 +00:00
Jakub Vrana
fa2e38785e
Fix protos from sources
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166167 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-12 18:12:00 +00:00
Jakub Vrana
647ee5c6a2
Nuke tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165127 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 17:25:34 +00:00
Jakub Vrana
37771eeb9e
Parameters passed by reference
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165096 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 15:51:11 +00:00
Friedhelm Betz
a2733613ef
use constant tag for constants
...
correct wrong methodname usage
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161456 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-16 06:57:47 +00:00
Nuno Lopes
8e9858ad43
note about latest problems on openssl
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159903 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-28 19:28:56 +00:00
Nuno Lopes
9b9a41560a
fix #28529 : required versions
...
#english might not be the best...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159723 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-26 16:14:08 +00:00
Wez Furlong
449a10dc3a
fix it a little
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159719 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-26 15:09:21 +00:00
Jakub Vrana
3866b702c6
Purpose, see also
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157194 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-26 19:57:47 +00:00
Jakub Vrana
b549a65fe0
Initial documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157189 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-26 18:02:38 +00:00
Dave Barr
67b99af1bc
- it's => its.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152603 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-28 15:13:46 +00:00
Jakub Vrana
49dc34abf7
Uppercase first letters in titles' words
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152221 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 08:46:39 +00:00
Friedhelm Betz
8b21ed0ccb
no extra version info for funcs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149120 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-18 15:34:39 +00:00
Friedhelm Betz
9fc2e29316
use of var_dump instead of debug_zval_dump
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149119 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-18 15:33:50 +00:00
Jakub Vrana
367fd4533b
Output parameters with &
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147873 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-05 13:17:42 +00:00
Friedhelm Betz
eea36fe09d
bit of grammar and xml tagging
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147835 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-05 00:29:16 +00:00
Jakub Vrana
2458a6651a
Sentence structure
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147687 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-02 14:22:22 +00:00
Jakub Vrana
43906c8ed0
Capital letters, missing bracket
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147686 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-02 14:15:21 +00:00
Jakub Vrana
0b7fee6be2
class="directory" added for Windows\System
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147570 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-31 15:25:25 +00:00
Jakub Vrana
f8bd23e2bb
Xmas typos 4/5
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146741 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-18 14:14:41 +00:00
Mehdi Achour
27960e632c
Merry XHTML and CS compliant christmas all \!
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Jakub Vrana
4085ee780b
All syntax errors in examples hunted except those clearly stated as invalid
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146224 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-11 15:42:10 +00:00
Jakub Vrana
8e499b4418
configargs and serial parameters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146110 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-10 13:50:44 +00:00
Derick Rethans
6716969369
- Use example.com (Patch by Jakub Vrana)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145383 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-02 14:11:35 +00:00
Friedhelm Betz
deeb15692c
use example.com , thanks Goba
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143192 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-27 11:36:15 +00:00
Friedhelm Betz
12d604e31c
use example.com as per RFC 2606
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143169 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-27 00:43:14 +00:00
Mehdi Achour
d5d07fcec5
fixing example (user note)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142760 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-20 11:40:52 +00:00
Friedhelm Betz
e733cc6183
minor rewording
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132543 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-19 20:43:30 +00:00
Friedhelm Betz
cb0fc49651
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132529 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-19 18:22:35 +00:00
Derick Rethans
0ad019bc98
- Remove superfluous dot.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131096 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-11 22:13:23 +00:00
Derick Rethans
439390d714
- Make proper XML of this entity, and fix the openssl*export*xml files to
...
reflect this change.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131095 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-11 22:12:14 +00:00
Friedhelm Betz
1f53fcc98c
parameter-notext added
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121663 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-30 14:41:17 +00:00
Friedhelm Betz
5bf6f46f2b
short form for type linking
...
more sections for different constans
upcoming cipher constants added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121662 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-30 14:40:11 +00:00
Friedhelm Betz
7d9bc606b7
short form for type linking
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121658 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-30 14:36:16 +00:00
Friedhelm Betz
9a81f9cbad
methodparam correction
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121657 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-30 14:35:24 +00:00