diff --git a/appendices/migration81/deprecated.xml b/appendices/migration81/deprecated.xml
index 54d2a3ff25bf..7d5f80fe9775 100644
--- a/appendices/migration81/deprecated.xml
+++ b/appendices/migration81/deprecated.xml
@@ -208,14 +208,14 @@ $arr[] = 2;
Hash
-
+
The mhash,
mhash_keygen_s2k,
mhash_count,
mhash_get_block_size,
- and mhash_get_hash_name have been deprecated.
+ and mhash_get_hash_name functions have been deprecated.
Use the hash_*() functions instead.
-
+
diff --git a/appendices/migration81/incompatible.xml b/appendices/migration81/incompatible.xml
index ef9f4968fab0..3e428f1829be 100644
--- a/appendices/migration81/incompatible.xml
+++ b/appendices/migration81/incompatible.xml
@@ -287,12 +287,12 @@ ArgumentCountError - makeyogurt(): Argument #1 ($container) not passed
EC private keys will now be exported in PKCS#8 format rather than
traditional format, just like all other keys.
-
+
openssl_pkcs7_encrypt and
- openssl_cms_encrypt will now to default using
+ openssl_cms_encrypt will now default to using
AES-128-CBC rather than RC2-40. The RC2-40 cipher is considered
insecure and not enabled by default by OpenSSL 3.
-
+
diff --git a/faq/build.xml b/faq/build.xml
index 364203a4f6c6..b05eff7693e8 100644
--- a/faq/build.xml
+++ b/faq/build.xml
@@ -157,13 +157,13 @@
-
- Some old versions of make that don't correctly put the compiled
+
+ Some old versions of make don't correctly put the compiled
versions of the files in the functions directory into that same
directory. Try running cp *.o functions and then
re-running make to see if that helps. If it does, you should really
upgrade to a recent version of GNU make.
-
+
diff --git a/install/unix/lighttpd-14.xml b/install/unix/lighttpd-14.xml
index b92647c1d7a6..1aaef16e5f82 100644
--- a/install/unix/lighttpd-14.xml
+++ b/install/unix/lighttpd-14.xml
@@ -51,7 +51,7 @@ fastcgi.server = ( ".php" =>
-
+
The bin-path directive allows lighttpd to spawn FastCGI processes dynamically.
PHP will spawn children according to the PHP_FCGI_CHILDREN environment
variable. The bin-environment directive sets the environment for the
@@ -60,9 +60,9 @@ fastcgi.server = ( ".php" =>
min-procs and max-procs should generally be avoided with PHP. PHP
manages its own children and opcode caches like APC will only share among
children managed by PHP. If min-procs is set to something greater than 1,
- the total number of php responders will be multiplied PHP_FCGI_CHILDREN
+ the total number of php responders will be multiplied by PHP_FCGI_CHILDREN
(2 min-procs * 16 children gives 32 responders).
-
+
diff --git a/language/oop5/property-hooks.xml b/language/oop5/property-hooks.xml
index e41a217c5387..468f3232ff8d 100644
--- a/language/oop5/property-hooks.xml
+++ b/language/oop5/property-hooks.xml
@@ -489,7 +489,7 @@ class PositivePoint extends Point
Each hook overrides parent implementations independently of each other.
If a child class adds hooks, any default value set on the property is removed, and must be redeclared.
- That is the same consistent with how inheritance works on hook-less properties.
+ That is consistent with how inheritance works on hook-less properties.
diff --git a/language/types/type-system.xml b/language/types/type-system.xml
index 2bac2d22809a..db9f2a9fd673 100644
--- a/language/types/type-system.xml
+++ b/language/types/type-system.xml
@@ -171,7 +171,7 @@
Union types
-
+
A union type accepts values of multiple different types,
rather than a single one.
Individual types which form the union type are joined by the
@@ -179,9 +179,9 @@
of the types T, U, and
V will be written as T|U|V.
If one of the types is an intersection type, it needs to be bracketed
- with parenthesis for it to written in DNF:
+ with parenthesis for it to be written in DNF:
T|(X&Y).
-
+
diff --git a/reference/array/functions/array-all.xml b/reference/array/functions/array-all.xml
index 04ac57f93cde..ecfcf32a6f1d 100644
--- a/reference/array/functions/array-all.xml
+++ b/reference/array/functions/array-all.xml
@@ -36,6 +36,7 @@
The callback function to call to check each element, which must be
+ of the following signature:
boolcallback
mixedvalue
diff --git a/reference/array/functions/array-any.xml b/reference/array/functions/array-any.xml
index a6224462531d..6874bfeeb55e 100644
--- a/reference/array/functions/array-any.xml
+++ b/reference/array/functions/array-any.xml
@@ -36,6 +36,7 @@
The callback function to call to check each element, which must be
+ of the following signature:
boolcallback
mixedvalue
diff --git a/reference/array/functions/array-find-key.xml b/reference/array/functions/array-find-key.xml
index de6e965b5a6b..48f79af2a488 100644
--- a/reference/array/functions/array-find-key.xml
+++ b/reference/array/functions/array-find-key.xml
@@ -36,6 +36,7 @@
The callback function to call to check each element, which must be
+ of the following signature:
boolcallback
mixedvalue
diff --git a/reference/array/functions/array-find.xml b/reference/array/functions/array-find.xml
index 1334e7530d43..1618a8a477ec 100644
--- a/reference/array/functions/array-find.xml
+++ b/reference/array/functions/array-find.xml
@@ -36,6 +36,7 @@
The callback function to call to check each element, which must be
+ of the following signature:
boolcallback
mixedvalue
diff --git a/reference/com/constants.xml b/reference/com/constants.xml
index 97ec5dce1810..d864cc097b7c 100644
--- a/reference/com/constants.xml
+++ b/reference/com/constants.xml
@@ -323,7 +323,7 @@
- A pointer to an object that implements the IUnknown interface.
+ A pointer to an object that implements the IUnknown interface.
@@ -334,7 +334,7 @@
- A pointer to a pointer to an object was specified.
+ A pointer to an object that implements the IDispatch interface.
diff --git a/reference/cubrid/constants.xml b/reference/cubrid/constants.xml
index 9c4796f8a3f0..ab004bb06c56 100644
--- a/reference/cubrid/constants.xml
+++ b/reference/cubrid/constants.xml
@@ -64,7 +64,7 @@
CUBRID_OBJECT
- Get query result an object.
+ Get query result as an object.
CUBRID_LOB
diff --git a/reference/cubrid/functions/cubrid-connect-with-url.xml b/reference/cubrid/functions/cubrid-connect-with-url.xml
index c9d65c2d1579..89583b17915a 100644
--- a/reference/cubrid/functions/cubrid-connect-with-url.xml
+++ b/reference/cubrid/functions/cubrid-connect-with-url.xml
@@ -76,7 +76,7 @@
query_timeout : Timeout value (unit: msec.) for query request. Upon timeout,
- a message to cancel requesting a query transferred to server is sent. The return
+ a message to cancel the requested query is sent to the server. The return
value can depend on the disconnect_on_query_timeout configuration; even though the
message to cancel a request is sent to server, that request may succeed.
diff --git a/reference/ds/ds.hashable.xml b/reference/ds/ds.hashable.xml
index b6f61ec2b1c5..190958c81573 100644
--- a/reference/ds/ds.hashable.xml
+++ b/reference/ds/ds.hashable.xml
@@ -11,13 +11,13 @@
&reftitle.intro;
-
+
Hashable is an interface which allows objects to be used as keys.
It’s an alternative to spl_object_hash,
which determines an object’s hash based on its handle:
this means that two objects that are considered equal by an implicit
- definition would not treated as equal because they are not the same instance.
-
+ definition would not be treated as equal because they are not the same instance.
+
hash is used to return a scalar value to be used as
the object's hash value, which determines where it goes in the hash table.
diff --git a/reference/ds/ds/deque/allocate.xml b/reference/ds/ds/deque/allocate.xml
index a98192955c29..be614818cede 100644
--- a/reference/ds/ds/deque/allocate.xml
+++ b/reference/ds/ds/deque/allocate.xml
@@ -13,10 +13,10 @@
public voidDs\Deque::allocate
intcapacity
-
+
Ensures that enough memory is allocated for a required capacity.
- This removes the need to reallocate the internal as values are added.
-
+ This removes the need to reallocate the internal buffer as values are added.
+
diff --git a/reference/ds/ds/map/haskey.xml b/reference/ds/ds/map/haskey.xml
index 7b4dd08f8a32..30982c250315 100644
--- a/reference/ds/ds/map/haskey.xml
+++ b/reference/ds/ds/map/haskey.xml
@@ -35,9 +35,9 @@
&reftitle.returnvalues;
-
- Returns &true; if the key could found, &false; otherwise.
-
+
+ Returns &true; if the key could be found, &false; otherwise.
+
diff --git a/reference/ds/ds/map/hasvalue.xml b/reference/ds/ds/map/hasvalue.xml
index d0517933011d..9c8e301c1d2b 100644
--- a/reference/ds/ds/map/hasvalue.xml
+++ b/reference/ds/ds/map/hasvalue.xml
@@ -35,9 +35,9 @@
&reftitle.returnvalues;
-
- Returns &true; if the value could found, &false; otherwise.
-
+
+ Returns &true; if the value could be found, &false; otherwise.
+
diff --git a/reference/ds/ds/map/toarray.xml b/reference/ds/ds/map/toarray.xml
index 5d08fba12c2e..4b30278d641a 100644
--- a/reference/ds/ds/map/toarray.xml
+++ b/reference/ds/ds/map/toarray.xml
@@ -19,9 +19,9 @@
Converts the map to an &array;.
-
- Maps where non-scalar keys are can't be converted to an &array;.
-
+
+ Maps with non-scalar keys can't be converted to an &array;.
+
diff --git a/reference/ds/ds/priorityqueue/allocate.xml b/reference/ds/ds/priorityqueue/allocate.xml
index 5dfa5b7a0e84..30e71e0623ed 100644
--- a/reference/ds/ds/priorityqueue/allocate.xml
+++ b/reference/ds/ds/priorityqueue/allocate.xml
@@ -13,10 +13,10 @@
public voidDs\PriorityQueue::allocate
intcapacity
-
+
Ensures that enough memory is allocated for a required capacity.
- This removes the need to reallocate the internal as values are added.
-
+ This removes the need to reallocate the internal buffer as values are added.
+
diff --git a/reference/ds/ds/queue/allocate.xml b/reference/ds/ds/queue/allocate.xml
index 9a6d17831b81..976a84600aa4 100644
--- a/reference/ds/ds/queue/allocate.xml
+++ b/reference/ds/ds/queue/allocate.xml
@@ -13,10 +13,10 @@
public voidDs\Queue::allocate
intcapacity
-
+
Ensures that enough memory is allocated for a required capacity.
- This removes the need to reallocate the internal as values are added.
-
+ This removes the need to reallocate the internal buffer as values are added.
+
Capacity will always be rounded up to the nearest power of 2.
diff --git a/reference/ds/ds/sequence/allocate.xml b/reference/ds/ds/sequence/allocate.xml
index c231d7d831ac..901d73d9effe 100644
--- a/reference/ds/ds/sequence/allocate.xml
+++ b/reference/ds/ds/sequence/allocate.xml
@@ -13,10 +13,10 @@
abstract public voidDs\Sequence::allocate
intcapacity
-
+
Ensures that enough memory is allocated for a required capacity.
- This removes the need to reallocate the internal as values are added.
-
+ This removes the need to reallocate the internal buffer as values are added.
+
diff --git a/reference/ds/ds/stack/allocate.xml b/reference/ds/ds/stack/allocate.xml
index 9fa52d8b88dc..646a7faac9e8 100644
--- a/reference/ds/ds/stack/allocate.xml
+++ b/reference/ds/ds/stack/allocate.xml
@@ -13,10 +13,10 @@
public voidDs\Stack::allocate
intcapacity
-
+
Ensures that enough memory is allocated for a required capacity.
- This removes the need to reallocate the internal as values are added.
-
+ This removes the need to reallocate the internal buffer as values are added.
+
diff --git a/reference/ds/ds/vector/allocate.xml b/reference/ds/ds/vector/allocate.xml
index bed605da7796..9b6e1772ec63 100644
--- a/reference/ds/ds/vector/allocate.xml
+++ b/reference/ds/ds/vector/allocate.xml
@@ -13,10 +13,10 @@
public voidDs\Vector::allocate
intcapacity
-
+
Ensures that enough memory is allocated for a required capacity.
- This removes the need to reallocate the internal as values are added.
-
+ This removes the need to reallocate the internal buffer as values are added.
+
diff --git a/reference/eio/functions/eio-fallocate.xml b/reference/eio/functions/eio-fallocate.xml
index 0b50cda8d86b..eac03109017c 100644
--- a/reference/eio/functions/eio-fallocate.xml
+++ b/reference/eio/functions/eio-fallocate.xml
@@ -70,7 +70,7 @@
length
- Specifies length the byte range.
+ Specifies length of the byte range.
diff --git a/reference/eio/functions/eio-open.xml b/reference/eio/functions/eio-open.xml
index 68613acebd18..9c13904ee7f3 100644
--- a/reference/eio/functions/eio-open.xml
+++ b/reference/eio/functions/eio-open.xml
@@ -19,7 +19,8 @@
eio_open opens file specified by
- path in access mode mode with
+ path in access mode mode with the
+ given flags.
diff --git a/reference/eio/functions/eio-poll.xml b/reference/eio/functions/eio-poll.xml
index f0242d9f933b..abfd44abe4a9 100644
--- a/reference/eio/functions/eio-poll.xml
+++ b/reference/eio/functions/eio-poll.xml
@@ -3,7 +3,7 @@
eio_poll
- Can be to be called whenever there are pending requests that need finishing
+ Can be called whenever there are pending requests that need finishing
diff --git a/reference/enchant/functions/enchant-broker-dict-exists.xml b/reference/enchant/functions/enchant-broker-dict-exists.xml
index c8e0bb17fe82..18cb9316554a 100644
--- a/reference/enchant/functions/enchant-broker-dict-exists.xml
+++ b/reference/enchant/functions/enchant-broker-dict-exists.xml
@@ -3,7 +3,7 @@
enchant_broker_dict_exists
- Whether a dictionary exists or not. Using non-empty tag
+ Whether a dictionary exists or not
&reftitle.description;
diff --git a/reference/enchant/functions/enchant-broker-init.xml b/reference/enchant/functions/enchant-broker-init.xml
index a84fe37dbd6f..c57c167df3f9 100644
--- a/reference/enchant/functions/enchant-broker-init.xml
+++ b/reference/enchant/functions/enchant-broker-init.xml
@@ -3,7 +3,7 @@
enchant_broker_init
- Create a new broker object capable of requesting
+ Create a new broker object
&reftitle.description;
diff --git a/reference/enchant/functions/enchant-broker-request-pwl-dict.xml b/reference/enchant/functions/enchant-broker-request-pwl-dict.xml
index 9c70c07c0c79..0bb1ea182807 100644
--- a/reference/enchant/functions/enchant-broker-request-pwl-dict.xml
+++ b/reference/enchant/functions/enchant-broker-request-pwl-dict.xml
@@ -13,7 +13,7 @@
stringfilename
- Creates a dictionary using a PWL file. A PWL file is personal word file one word per line.
+ Creates a dictionary using a PWL file. A PWL file is a personal word file with one word per line.
diff --git a/reference/ev/ev/recommendedbackends.xml b/reference/ev/ev/recommendedbackends.xml
index fd808a6b9de4..daabb3af9ddd 100644
--- a/reference/ev/ev/recommendedbackends.xml
+++ b/reference/ev/ev/recommendedbackends.xml
@@ -29,7 +29,7 @@
systems and will not be auto-detected unless it is requested explicitly.
This is the set of backends that
libev
- will probe no backends specified explicitly.
+ will probe when no backends are specified explicitly.
diff --git a/reference/ev/evprepare/construct.xml b/reference/ev/evprepare/construct.xml
index fc4fd44e2023..c7f6f35a5d23 100644
--- a/reference/ev/evprepare/construct.xml
+++ b/reference/ev/evprepare/construct.xml
@@ -25,7 +25,7 @@
Constructs EvPrepare watcher object. And starts the watcher automatically.
- If need a stopped watcher consider using
+ If a stopped watcher is needed, consider using
EvPrepare::createStopped
diff --git a/reference/event/event/getsupportedmethods.xml b/reference/event/event/getsupportedmethods.xml
index 549e4573fce3..a417247bd4a3 100644
--- a/reference/event/event/getsupportedmethods.xml
+++ b/reference/event/event/getsupportedmethods.xml
@@ -3,7 +3,7 @@
Event::getSupportedMethods
- Returns array with of the names of the methods supported in this version of Libevent
+ Returns array of the names of the methods supported in this version of Libevent
&reftitle.description;
@@ -14,10 +14,10 @@
Event::getSupportedMethods
-
- Returns array with of the names of the methods(backends) supported in this
+
+ Returns array of the names of the methods(backends) supported in this
version of Libevent.
-
+
&reftitle.parameters;
diff --git a/reference/event/eventconfig/setflags.xml b/reference/event/eventconfig/setflags.xml
index 2b082f34ca2b..a499499403ef 100644
--- a/reference/event/eventconfig/setflags.xml
+++ b/reference/event/eventconfig/setflags.xml
@@ -3,7 +3,7 @@
EventConfig::setFlags
- Sets one or more flags to configure the eventual EventBase will be initialized
+ Sets one or more flags that configure how the eventual EventBase will be initialized
&reftitle.description;
diff --git a/reference/event/eventhttp/setallowedmethods.xml b/reference/event/eventhttp/setallowedmethods.xml
index 7b33d810cf5d..780bf1ed3f61 100644
--- a/reference/event/eventhttp/setallowedmethods.xml
+++ b/reference/event/eventhttp/setallowedmethods.xml
@@ -3,7 +3,7 @@
EventHttp::setAllowedMethods
- Sets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks
+ Sets which HTTP methods are supported in requests accepted by this server, and passed to user callbacks
&reftitle.description;
@@ -16,10 +16,10 @@
methods
-
- Sets the what HTTP methods are supported in requests accepted by this
+
+ Sets which HTTP methods are supported in requests accepted by this
server, and passed to user callbacks
-
+
If not supported they will generate a
"405 Method not
diff --git a/reference/event/eventhttprequest/findheader.xml b/reference/event/eventhttprequest/findheader.xml
index e8aba005eb68..2afca304bb78 100644
--- a/reference/event/eventhttprequest/findheader.xml
+++ b/reference/event/eventhttprequest/findheader.xml
@@ -3,7 +3,7 @@
EventHttpRequest::findHeader
- Finds the value belonging a header
+ Finds the value belonging to a header
&reftitle.description;
@@ -20,9 +20,9 @@
type
-
- Finds the value belonging a header.
-
+
+ Finds the value belonging to a header.
+
&reftitle.parameters;
diff --git a/reference/fann/functions/fann-train-epoch.xml b/reference/fann/functions/fann-train-epoch.xml
index 79bef9d05a24..06e3917324ac 100644
--- a/reference/fann/functions/fann-train-epoch.xml
+++ b/reference/fann/functions/fann-train-epoch.xml
@@ -18,11 +18,11 @@
Train one epoch with the training data stored in data. One epoch is
where all of the training data is considered exactly once.
-
+
This function returns the MSE error as it is calculated either before or during the actual training.
- This is not the actual MSE after the training epoch, but since calculating this will require to go
- through the entire training set once more. It is more than adequate to use this value during training.
-
+ This is not the actual MSE after the training epoch, but since calculating this would require going
+ through the entire training set once more, it is more than adequate to use this value during training.
+
The training algorithm used by this function is chosen by fann_set_training_algorithm
function.
diff --git a/reference/fdf/functions/fdf-errno.xml b/reference/fdf/functions/fdf-errno.xml
index 19354af21bf9..5a03d2474228 100644
--- a/reference/fdf/functions/fdf-errno.xml
+++ b/reference/fdf/functions/fdf-errno.xml
@@ -16,7 +16,7 @@
Gets the error code set by the last FDF function call.
- A textual description of the error may be obtained using with
+ A textual description of the error may be obtained using
fdf_error.
diff --git a/reference/fdf/functions/fdf-set-ap.xml b/reference/fdf/functions/fdf-set-ap.xml
index 028ab5bfc96e..d481b0c5518d 100644
--- a/reference/fdf/functions/fdf-set-ap.xml
+++ b/reference/fdf/functions/fdf-set-ap.xml
@@ -45,7 +45,7 @@
face
- The possible values FDFNormalAP,
+ The possible values are FDFNormalAP,
FDFRolloverAP and
FDFDownAP.
diff --git a/reference/gmp/functions/gmp-random-bits.xml b/reference/gmp/functions/gmp-random-bits.xml
index 9b620f4a740b..d50d0adeede6 100644
--- a/reference/gmp/functions/gmp-random-bits.xml
+++ b/reference/gmp/functions/gmp-random-bits.xml
@@ -17,10 +17,10 @@
0 and
2$bits - 1.
-
- bits must greater than 0,
+
+ bits must be greater than 0,
and the maximum value is restricted by available memory.
-
+
&caution.cryptographically-insecure;
diff --git a/reference/intl/intlcalendar/getavailablelocales.xml b/reference/intl/intlcalendar/getavailablelocales.xml
index a24f1efc32d9..39b71deaa272 100644
--- a/reference/intl/intlcalendar/getavailablelocales.xml
+++ b/reference/intl/intlcalendar/getavailablelocales.xml
@@ -35,9 +35,9 @@
&reftitle.returnvalues;
-
- An array of strings, one for which locale.
-
+
+ An array of strings, one for each locale.
+
diff --git a/reference/mongodb/mongodb/driver/session.xml b/reference/mongodb/mongodb/driver/session.xml
index d0db89f7fbcd..f752a418ed1e 100644
--- a/reference/mongodb/mongodb/driver/session.xml
+++ b/reference/mongodb/mongodb/driver/session.xml
@@ -15,7 +15,7 @@
The MongoDB\Driver\Session class represents a
client session and is returned by
MongoDB\Driver\Manager::startSession. Commands,
- queries, and write operations may then be associated the session.
+ queries, and write operations may then be associated with the session.
diff --git a/reference/pdo/pdo/connect.xml b/reference/pdo/pdo/connect.xml
index 9090df7b2afa..f505b9c31400 100644
--- a/reference/pdo/pdo/connect.xml
+++ b/reference/pdo/pdo/connect.xml
@@ -16,7 +16,7 @@
Creates an instance of a PDO subclass for the
- database being connection if it exists,
+ database being connected to, if it exists,
otherwise return a generic PDO instance.
diff --git a/reference/sockets/functions/socket-create-listen.xml b/reference/sockets/functions/socket-create-listen.xml
index 802431c19208..f23b7a4366f0 100644
--- a/reference/sockets/functions/socket-create-listen.xml
+++ b/reference/sockets/functions/socket-create-listen.xml
@@ -84,7 +84,7 @@
8.4.0
- The default value of is now SOMAXCONN.
+ The default value of backlog is now SOMAXCONN.
Previously it was 128.
diff --git a/reference/spl/arrayiterator/next.xml b/reference/spl/arrayiterator/next.xml
index ec3d457227d1..128742edd5e7 100644
--- a/reference/spl/arrayiterator/next.xml
+++ b/reference/spl/arrayiterator/next.xml
@@ -12,9 +12,9 @@
public voidArrayIterator::next
-
- The iterator to the next entry.
-
+
+ Moves the iterator to the next entry.
+
diff --git a/reference/svn/functions/svn-fs-apply-text.xml b/reference/svn/functions/svn-fs-apply-text.xml
index cdf51555ea97..34547e123f54 100644
--- a/reference/svn/functions/svn-fs-apply-text.xml
+++ b/reference/svn/functions/svn-fs-apply-text.xml
@@ -3,7 +3,7 @@
svn_fs_apply_text
- Creates and returns a stream that will be used to replace
+ Creates and returns a stream that will be used to replace the contents of a file
@@ -15,7 +15,7 @@
&warn.undocumented.func;
- Creates and returns a stream that will be used to replace
+ Creates and returns a stream that will be used to replace the contents of a file.