Commit graph

23799 commits

Author SHA1 Message Date
Anatol Belski
c78816aa37 Add note about trace some description details
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343048 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-10 17:03:02 +00:00
Anatol Belski
645cbea5ca Expand more on comiler
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343047 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-10 16:55:45 +00:00
Anatol Belski
71134983c2 Expand on the introduction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343046 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-10 16:45:06 +00:00
Anatol Belski
2ba51cc753 Don't mention PCRE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343044 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-10 14:49:49 +00:00
Anatol Belski
cc22a03d81 Add note about POSIX sets
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343042 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-10 10:00:40 +00:00
Anatol Belski
8249e6e827 List parle requirements
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343040 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-10 09:37:53 +00:00
Anatol Belski
7a307787b1 More on pattern matching in parle
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343039 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-10 09:29:52 +00:00
Anatol Belski
9020e196f8 Set properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343035 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 22:21:01 +00:00
Anatol Belski
9a33a4fa64 Add partial pattert matching doc for parle
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343034 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 22:19:58 +00:00
Anatol Belski
8ba28274df Set properties an all the parle items
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343033 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 21:26:36 +00:00
Anatol Belski
e1a0017e67 Set en/reference/parle properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343032 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 21:17:33 +00:00
Anatol Belski
6add79a3e1 First shot on parle docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343031 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 20:48:38 +00:00
Christoph Michael Becker
f59b53e589 Add note regarding possibly truncated scale
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343030 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 13:09:19 +00:00
Christoph Michael Becker
ae833792af Document change due to fixing bug #46564
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343029 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 13:02:53 +00:00
Christoph Michael Becker
b8276aede8 Use the proper terms for the parameter names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343028 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 12:50:31 +00:00
Christoph Michael Becker
d0f5b88a93 Fix supported number range
libbcmath neither stores the decimal point nor a trailing nul byte,
so actually numbers with up to 0x7fffffff digits are supported,
if there is sufficient memory.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343027 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 12:35:10 +00:00
Christoph Michael Becker
f922f1a7e5 Improve documentation of bcpow() and bcpowmod()
We clarify the meaning of $left_operand and $right_operand,
and also document the supported values.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343026 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-09 12:29:42 +00:00
Mark Jones
5d5a8ef9cb adding openssl_get_curve names for ECC features added in php 7.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343021 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-07 22:54:51 +00:00
Christoph Michael Becker
b5397d3cda Fix bug #66745: Scientific notation
We document that float to string is problematic for BCMath.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343020 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-07 22:23:27 +00:00
Mark Jones
5b848aeb03 documenting openssl encrypt/decrypt
https://bugs.php.net/bug.php?id=71817


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343016 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-06 20:12:43 +00:00
Mark Jones
dfb5e6fa03 openssl_pbkf2 commit, removing bad ciphers from get cipher methods example
https://bugs.php.net/bug.php?id=71817


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343015 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-06 20:12:11 +00:00
Mark Jones
8fdb77c603 adding sha2 hashes to openssl csr examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343014 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-06 20:10:03 +00:00
Pieter Hordijk
8558a41b95 per http://php.net/manual/en/configuration.changes.modes.php the correct term is PHP_INI_SYSTEM
-- 
Provided by anonymous 82013 (markus.staab@redaxo.de)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343013 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-06 14:17:32 +00:00
Peter Cowburn
b004fc6264 remove "its ... value" from ini listings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343012 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-06 12:58:17 +00:00
Pieter Hordijk
09ada06d90 per http://php.net/manual/en/configuration.changes.modes.php the correct term is PHP_INI_SYSTEM
-- 
Provided by anonymous 82013 (markus.staab@redaxo.de)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343011 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-06 12:50:05 +00:00
Yuji Uchiyama
81f73f0eb9 Fix distribution names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343010 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-06 06:10:25 +00:00
Andrea Faulds
995eaea864 Update bitwise shift warning for PHP 7.0 changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343009 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-05 18:14:58 +00:00
Rasmus Lerdorf
9e0f39d5d5 Stop breaking the manual build Rasmus
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343008 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-05 06:03:07 +00:00
Yuji Uchiyama
ca1420ae52 Fix the meaning of x
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343005 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-05 00:21:55 +00:00
Yuji Uchiyama
71dd68d769 Fix the meaning of x
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343004 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-04 23:08:57 +00:00
Rasmus Lerdorf
bf8bf76b94 Document mock functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343003 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-04 23:04:54 +00:00
Christoph Michael Becker
f8011435b0 Clarify meaning of "start of the given Julian day"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342999 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-04 12:58:24 +00:00
Christoph Michael Becker
b92b86af55 Fix bug #67870 (jdtounix() claims localtime, but that's not true)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342998 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-04 12:02:58 +00:00
Christoph Michael Becker
fa044ac517 UOPZ: fix version info of functions and mark functions as removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342997 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-04 11:04:58 +00:00
André Luis Ferreira da Silva Bacci
e4b73dad25 Fix revision tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342995 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-03 19:14:57 +00:00
Christoph Michael Becker
e80cd5ffce Integrate user note 69769
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342994 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-03 16:42:05 +00:00
Christoph Michael Becker
b03454fec4 Fix bug #70687 (Month List for 5775 Incorrect)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342993 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-03 16:32:09 +00:00
Rasmus Lerdorf
185a9f6255 Document uopz_set_return() and uopz_get_return()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342992 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-03 16:31:25 +00:00
André Luis Ferreira da Silva Bacci
e9366ee458 Fix svn:eol-style, svn:keywords and svn:mime-type on XML files. No content change, but some revision numbers will upgrade.
See https://github.com/phpdocbrbridge/bridge/blob/master/src/revbumper.php for automatic tool for translations.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342988 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-02 18:42:15 +00:00
Xinchen Hui
3be3e61870 fixed doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342978 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-31 06:28:09 +00:00
Christoph Michael Becker
90535be639 Add E_RECOVERABLE_ERROR to list of predefined constant
We also mark all other error reporting constants as such.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342973 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-30 16:23:50 +00:00
Jeremy Mikola
50bd3db54a Fix character case in MongoDB\BSON\ObjectId changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342972 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-30 16:08:26 +00:00
Jeremy Mikola
2c423ff085 Rename ObjectID (and its interface) to ObjectId
https://jira.mongodb.org/browse/PHPC-1004


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342971 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-30 16:05:54 +00:00
Jeremy Mikola
8dcacceecc Revert MongoDB\BSON\CursorId renaming (r342968)
https://jira.mongodb.org/browse/PHPC-1004


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342970 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-30 15:57:18 +00:00
Jeremy Mikola
625dc08fa5 Add class description for MongoDB\BSON\CursorID
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342969 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-29 14:01:15 +00:00
Jeremy Mikola
f0109e97e6 Rename CursorId to CursorID
https://jira.mongodb.org/browse/PHPC-1004


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342968 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-29 14:00:32 +00:00
Jeremy Mikola
3c85371563 Remove empty <para> blocks
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342964 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-28 21:50:49 +00:00
Jeremy Mikola
c17a0c4517 PHPC-640: Document BSON type interfaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342963 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-28 21:41:45 +00:00
Mark Jones
7e958f87b0 documenting openssl csr functions
https://bugs.php.net/bug.php?id=71817


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342962 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-28 21:00:46 +00:00
Jeremy Mikola
8501175f4e Set svn:ignore for entities.*.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342961 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-28 19:43:07 +00:00