File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -673,7 +673,7 @@ PHP 7.4 UPGRADE NOTES
673
673
generated for exceptions.
674
674
675
675
- opcache.preload_user
676
- . New INI directive to specifiy the user account under which preloading code
676
+ . New INI directive to specify the user account under which preloading code
677
677
is executed, if it was to be run as root otherwise (which is not allowed
678
678
for security reasons).
679
679
@@ -702,7 +702,7 @@ PHP 7.4 UPGRADE NOTES
702
702
703
703
- The OpenSSL default config path has been changed to
704
704
"C:\Program Files\Common Files\SSL\openssl.cnf" and
705
- "C:\Program Files (x86)\Common Files\SSL\openssl.cnf", repectively .
705
+ "C:\Program Files (x86)\Common Files\SSL\openssl.cnf", respectively .
706
706
707
707
========================================
708
708
13. Migration to pkg-config
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Example:
106
106
``` c
107
107
U_CFUNC PHP_FUNCTION (breakiter_set_text)
108
108
{
109
- /* ... variable declations ... * /
109
+ /* ... variable declarations ... * /
110
110
BREAKITER_METHOD_INIT_VARS; /* macro also resets global error * /
111
111
object = getThis();
112
112
Original file line number Diff line number Diff line change 51
51
```
52
52
53
53
Now you will have a virtual machine up and running on IP-Address ` 192.168.10.33 `
54
- listening on port 369 for incomming LDAP-connections. The machine is already
54
+ listening on port 369 for incoming LDAP-connections. The machine is already
55
55
configured to execute the LDAP-Tests.
56
56
57
57
The next step is to go into the PHP-Source-directory. Configure and make the
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ in `snmp_include.inc`.
39
39
` /usr/local/etc/snmp/snmpd.conf ` on FreeBSD) with ` snmpd.conf ` supplied.
40
40
41
41
Before launching daemon make sure that there is no file
42
- ` /var/net-snmp/snmpd.conf ` . Delete it if exists. Ingoring to to so will fail
42
+ ` /var/net-snmp/snmpd.conf ` . Delete it if exists. Forgetting to do so will fail
43
43
SNMPv3 tests.
44
44
45
45
* Place ` ext/snmp/tests/bigtest ` near ` snmpd.conf ` , tune path to it in
Original file line number Diff line number Diff line change @@ -1940,7 +1940,7 @@ ldap.max_links = -1
1940
1940
;openssl.capath=
1941
1941
1942
1942
[ffi]
1943
- ; FFI API restriction. Possibe values:
1943
+ ; FFI API restriction. Possible values:
1944
1944
; "preload" - enabled in CLI scripts and preloaded files (default)
1945
1945
; "false" - always disabled
1946
1946
; "true" - always enabled
Original file line number Diff line number Diff line change 516
516
517
517
### prompt ###
518
518
519
- - without other args, a < ; setpromt str="" /> tag is emitted where the value of the str attribue is the value of the prompt
519
+ - without other args, a < ; setpromt str="" /> tag is emitted where the value of the str attribute is the value of the prompt
520
520
- when there is another arg, the prompt is changed to that arg, no further xml answer
521
521
522
522
### break ###
You can’t perform that action at this time.
0 commit comments