reference/openssl/configure.xml
7d53b14e4fba186b0712c6de83f1bb2f41fb276f
...
...
@@ -4,7 +4,7 @@
4
4
&reftitle.install;
5
5
<para>
6
6
To use PHP's OpenSSL support you must also compile PHP <option
7
-
role="configure">--with-openssl[=DIR]</option>.
7
+
role="configure">--with-openssl</option>.
8
8
</para>
9
9
<para>
10
10
The OpenSSL library also has additional requirements for normal operation at
...
...
@@ -14,7 +14,7 @@
14
14
<literal>/dev/random</literal> device.
15
15
</para>
16
16
<para>
17
-
As of PHP 5.6.3, the configure option <option role="configure">--with-system-ciphers</option>
17
+
The configure option <option role="configure">--with-system-ciphers</option>
18
18
is available which causes PHP to use the system cipher list instead of a hard-coded default.
19
19
</para>
20
20
<note>
...
...
@@ -30,7 +30,7 @@
30
30
<filename>openssl.cnf</filename> file on your system.
31
31
We include a sample configuration file
32
32
in our win32 binary distributions, in the
33
-
<filename class="directory">extras/openssl</filename> directory.
33
+
<filename class="directory">extras/ssl</filename> directory.
34
34
</para>
35
35
<para>
36
36
PHP will search for the <filename>openssl.cnf</filename> using the
...
...
@@ -90,6 +90,16 @@
90
90
<row>
91
91
<entry>7.4.0</entry>
92
92
<entry>
93
+
The <option role="configure">--with-openssl[=DIR]</option> doesn't
94
+
accept a directory argument anymore in favor of setting the pkg-config
95
+
variable <envar>PKG_CONFIG_PATH</envar> to OpenSSL location, or by
96
+
specifying the <envar>OPENSSL_LIBS</envar> and
97
+
<envar>OPENSSL_CFLAGS</envar> variables.
98
+
</entry>
99
+
</row>
100
+
<row>
101
+
<entry>7.4.0</entry>
102
+
<entry>
93
103
The OpenSSL default config path has been changed from <filename>C:\usr\local\ssl</filename>
94
104
to <filename>C:\Program Files\Common Files\SSL</filename> and
95
105
<filename>C:\Program Files (x86)\Common Files\SSL</filename>, respectively.
96
106