]> granicus.if.org Git - php/commitdiff
Fix miscellaneous typos in docs
authorTyson Andre <tysonandre775@hotmail.com>
Sat, 19 Oct 2019 16:42:57 +0000 (12:42 -0400)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 19 Oct 2019 17:19:28 +0000 (19:19 +0200)
UPGRADING
ext/intl/ERROR_CONVENTIONS.md
ext/ldap/tests/README.md
ext/snmp/tests/README.md
php.ini-development
sapi/phpdbg/xml.md

index f9a3828e7b32857cc65afb90e6415a3c0c096f31..c91d90fbf76099661d853409aa07632c1f7f73d0 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -673,7 +673,7 @@ PHP 7.4 UPGRADE NOTES
     generated for exceptions.
 
 - opcache.preload_user
-  . New INI directive to specifiy the user account under which preloading code
+  . New INI directive to specify the user account under which preloading code
     is executed, if it was to be run as root otherwise (which is not allowed
     for security reasons).
 
@@ -702,7 +702,7 @@ PHP 7.4 UPGRADE NOTES
 
 - The OpenSSL default config path has been changed to 
   "C:\Program Files\Common Files\SSL\openssl.cnf" and
-  "C:\Program Files (x86)\Common Files\SSL\openssl.cnf", repectively.
+  "C:\Program Files (x86)\Common Files\SSL\openssl.cnf", respectively.
 
 ========================================
 13. Migration to pkg-config
index 9ba05ba7121ad09f350df7475b85c058f8f4daba..863b9f1b8d3bd7899c6bde1b871d8764df3d54f3 100644 (file)
@@ -106,7 +106,7 @@ Example:
 ```c
 U_CFUNC PHP_FUNCTION(breakiter_set_text)
 {
-    /* ... variable declations ... */
+    /* ... variable declarations ... */
     BREAKITER_METHOD_INIT_VARS; /* macro also resets global error */
     object = getThis();
 
index ef96f7b3c1304d7f572d752a2a91a0f60a839013..77b55e9e04a6b9c46828588d72b69712b6c92f76 100644 (file)
@@ -51,7 +51,7 @@ end
 ```
 
 Now you will have a virtual machine up and running on IP-Address `192.168.10.33`
-listening on port 369 for incomming LDAP-connections. The machine is already
+listening on port 369 for incoming LDAP-connections. The machine is already
 configured to execute the LDAP-Tests.
 
 The next step is to go into the PHP-Source-directory. Configure and make the
index ce6bf2d4dcefb7293185a0a0a9772e2ee8192b81..819d43e12dfa4e778395940eeb0aac2c2e760ef2 100644 (file)
@@ -39,7 +39,7 @@ in `snmp_include.inc`.
   `/usr/local/etc/snmp/snmpd.conf` on FreeBSD) with `snmpd.conf` supplied.
 
 Before launching daemon make sure that there is no file
-`/var/net-snmp/snmpd.conf`. Delete it if exists. Ingoring to to so will fail
+`/var/net-snmp/snmpd.conf`. Delete it if exists. Forgetting to do so will fail
 SNMPv3 tests.
 
 * Place `ext/snmp/tests/bigtest` near `snmpd.conf`, tune path to it in
index 7c8649d4c72354fba2dcc56653e3bb6d15b36481..3aefcd071db4c172751a55d622c3c6674ba2ab86 100644 (file)
@@ -1940,7 +1940,7 @@ ldap.max_links = -1
 ;openssl.capath=
 
 [ffi]
-; FFI API restriction. Possibe values:
+; FFI API restriction. Possible values:
 ; "preload" - enabled in CLI scripts and preloaded files (default)
 ; "false"   - always disabled
 ; "true"    - always enabled
index 3fff8d2bc1184fbbb18c11d2c19e97c3111bf31a..b62b479cee4d83a26c31c0f580ba4cddf9de3ce6 100644 (file)
@@ -516,7 +516,7 @@ set
 
 ### prompt ###
 
-- without other args, a &lt;setpromt str="" /> tag is emitted where the value of the str attribue is the value of the prompt
+- without other args, a &lt;setpromt str="" /> tag is emitted where the value of the str attribute is the value of the prompt
 - when there is another arg, the prompt is changed to that arg, no further xml answer
 
 ### break ###