Commit graph

26431 commits

Author SHA1 Message Date
Cees-Jan Kiewiet
db29d86808 Add QuickStart with homebrew
Closes GH-116.
2021-01-07 22:58:06 +01:00
Jeremy Mikola
c47cd31566 Fix spacing in mongodb.option.encryption.kmsProviders 2021-01-06 21:20:20 +08:00
Nilgün Belma Bugüner
d60cfe1bfd chmod -x 2021-01-06 15:22:17 +03:00
Henri Larget
646e6eb3e3 fix typo in arithmetic assignment operators
Closes GH-313

Signed-off-by: George Peter Banyard <girgias@php.net>
2021-01-05 22:54:51 +00:00
Christoph M. Becker
ad0175ba44 Actually document openssl_cms_*() functions 2021-01-04 13:04:55 +01:00
Christoph M. Becker
bcd51bdf1d Update "How to read a function definition" section
Since there are barely any differences to user defined functions, this
section could mostly be dropped, but for now we just update to match
the manual proper. See also <https://github.com/php/phd/pull/37>.
2021-01-04 13:03:44 +01:00
Christoph M. Becker
e6e8ba36fc Fix section order
The `returnvalues` should be placed before the `changelog`.
2021-01-03 18:32:02 +01:00
Christoph M. Becker
1ae5ae975a Document OpenSSL CMS support
Cf. <https://wiki.php.net/rfc/add-cms-support>.
2021-01-03 18:05:56 +01:00
Christoph M. Becker
8217228b33 Restore overloaded signature of reflectionmethod::__construct()
Still not great, but that constructor is a mess.
2021-01-03 00:32:27 +01:00
DColt
2424a1accc Whitespace fix for datetime.getoffset
Closes GH-307.
2021-01-02 23:36:03 +01:00
Christoph M. Becker
fcb74e8f48 Remove duplicate constructorsynopsis 2021-01-02 16:55:35 +01:00
Máté Kocsis
926842882d Generate dom methodsynopses based on stubs 2021-01-02 16:32:41 +01:00
Christoph M. Becker
c31630ca23 Document XMLWriter class 2021-01-02 16:29:01 +01:00
Christoph M. Becker
e727888942 The procedural Zip API is deprecated as of PHP 8.0.0 2021-01-02 13:08:29 +01:00
Máté Kocsis
c0a030bf35 Generate zip methodsynopses based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-302.
2021-01-02 12:16:20 +01:00
Máté Kocsis
5453bb7d88 Generate string methodsynopses based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-265.
2021-01-02 01:19:41 +01:00
Christoph M. Becker
b2a1cefc64 Remove obsolete PHP 5 info in crypt() docs 2021-01-02 01:15:51 +01:00
Máté Kocsis
d15a12639f Generate sqlite3 methodsynopses based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-303.
2021-01-01 23:40:36 +01:00
Máté Kocsis
18680fd168 Generate FTP methodsynopses based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-305.
2021-01-01 23:20:38 +01:00
Yoshinari Takaoka
2f4863e1f6 improved parameter markup in strtok function description.
Closes php/doc-en#306
2021-01-02 06:57:13 +09:00
Máté Kocsis
2a7c919451 Generate string methodsynopses based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Cf. <https://github.com/php/doc-en/pull/265>.
2021-01-01 19:19:03 +01:00
Christoph M. Becker
3c969c420f Update implode() docs for PHP 8.0.0
Closes GH-269.
2021-01-01 16:22:06 +01:00
Christoph M. Becker
a810fcc1ff implode-fix 2021-01-01 15:48:17 +01:00
Christoph M. Becker
4f04bd50ed Fix #80570: Incorrect named argument name for the nested function 2021-01-01 14:57:42 +01:00
Yoshinari Takaoka
4881b14f09 deleted original UTF-7 description.
Halfway deleted in imap-utf7-decode.xml.
2021-01-01 07:17:37 +09:00
Máté Kocsis
e2f50c240b Generate imap methodsynopses based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-297.
2020-12-31 19:30:38 +01:00
Máté Kocsis
98df2cf9a9 Generate reflection methodsynopses based on stubs
We also document the new `$filter` parameter for the `ReflectionClass`
methods `::getConstants()` and `::getReflectionConstants()` and the
respective constants.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-298.
2020-12-31 17:03:54 +01:00
Christoph M. Becker
94f2c273f0 Document enchant related changes as of PHP 8.0.0 2020-12-31 14:17:31 +01:00
Tyson Andre
3988654d13 Fix wording for substr changelog
Amends e095023e40

Closes GH-300.
2020-12-31 13:08:52 +01:00
Christoph M. Becker
7a81e2b77d Function aliases in pgsql are deprecated as of PHP 8.0.0
The pages of these aliases have already been removed, and the legacy
names are mentioned in notes on the pages of the "new" functions.
Therefore, we just remove the function entries from versions.xml.
2020-12-31 00:55:58 +01:00
Christoph M. Becker
fa7cb182a0 PGSQL_LIBPQ_VERSION_STR is deprecated as of PHP 8.0.0
We also fix the constant names; the migration and UPGRADING got that
wrong[1].

[1] <2e854791af>
2020-12-31 00:39:30 +01:00
George Peter Banyard
06e8e34994 Fix/add missing PHP 7.x-filter
Closes GH-294.
2020-12-30 18:51:32 +01:00
George Peter Banyard
5c8a92d1c5 Add match to list of reserved words
Closes GH-296.
2020-12-30 18:44:11 +01:00
Christoph M. Becker
a7a4315d42 Add .gitignore to ignore generated entities.*.xml files 2020-12-30 18:26:10 +01:00
Peter Cowburn
a5f69d2d8a typofixes for IntlDateFormatter::getLocale() 2020-12-30 14:53:05 +00:00
Peter Cowburn
a733bff5ff typofix in uopz_flags() example 2020-12-30 14:50:24 +00:00
Peter Cowburn
4034dfe043 typofix in imageaffinematrixget() example 2020-12-30 14:47:52 +00:00
Tyson Andre
ed1c33aa04 Make SplFixedArray intro say it can be resized
SplFixedArray::setSize exists. The name is misleading.

Closes GH-293
2020-12-30 09:45:14 -05:00
Kamil Tekiela
4774ba9dba Incorrect value in include. Patch provided by anonymous 992 via edit.php.net
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352283 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-29 17:55:33 +00:00
Kamil Tekiela
72880807af Fix double full stop in several places.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352282 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-29 17:43:02 +00:00
Christoph Michael Becker
591040cf0c Fix description of gmp_init()'s $base parameter
Actually, bases up to 62 are supported, and also binary prefixes.  We also clarify
the alphabet for bases greater than 36.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352270 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-29 13:24:43 +00:00
Christoph Michael Becker
57c47965ff Generate missing FFI methodsynopses based on stubs
Closes GH-284.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352253 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 18:37:59 +00:00
Christoph Michael Becker
265acc36ee Generate posix methodsynopses based on stubs
Closes GH-220.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352252 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 18:01:18 +00:00
Christoph Michael Becker
2f493dfdc2 Remove obsolete info from SNMP book
UCD SNMP is long gone, and we're requiring at least NET-SNMP nowadays.  We also
remove obsolete PHP 5 related info.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352251 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 17:42:40 +00:00
Christoph Michael Becker
1bd0fbbce1 Generate snmp methodsynopses based on stubs
Closes GH-214.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352248 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 17:08:39 +00:00
Christoph Michael Becker
b3d23714c2 Fix #80399: Using PharData to create TAR files is super slow (at least 10x slower)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352243 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 15:14:38 +00:00
Christoph Michael Becker
f467e89228 Fix #80430: openssl_encrypt() is not verifying that key is present or not
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352242 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 14:37:01 +00:00
Christoph Michael Becker
ef81c708fa Fix #80486: Undocumented backward incompatible change between 7.4.8 and 7.4.9
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352241 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 14:07:20 +00:00
Christoph Michael Becker
3e2bff7191 Document what is a valid BCMath number
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352240 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 13:53:51 +00:00
Christoph Michael Becker
b23d3f10b8 Fix #80554: Documentation for BCMath
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352239 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-28 13:04:38 +00:00