File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ PHP NEWS
19
19
- GD:
20
20
. Fixed bug #71316 (libpng warning from imagecreatefromstring). (cmb)
21
21
22
+ - OpenSSL:
23
+ . Fixed bug #75725 (./configure: detecting RAND_egd). (Dilyan Palauzov)
24
+
22
25
- SPL:
23
26
. Fixed bug #81587 (MultipleIterator Segmentation fault w/ SimpleXMLElement
24
27
attached). (Nikita)
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ if test "$PHP_OPENSSL" != "no"; then
28
28
PHP_EVAL_LIBLINE($KERBEROS_LIBS, OPENSSL_SHARED_LIBADD)
29
29
fi
30
30
31
- AC_CHECK_FUNCS ( [ RAND_egd] )
32
-
33
31
PHP_SETUP_OPENSSL(OPENSSL_SHARED_LIBADD,
34
32
[
35
33
AC_DEFINE ( HAVE_OPENSSL_EXT ,1 ,[ ] )
@@ -39,4 +37,5 @@ if test "$PHP_OPENSSL" != "no"; then
39
37
if test "$PHP_SYSTEM_CIPHERS" != "no"; then
40
38
AC_DEFINE ( USE_OPENSSL_SYSTEM_CIPHERS ,1 ,[ Use system default cipher list instead of hardcoded value ] )
41
39
fi
40
+ AC_CHECK_FUNCS ( [ RAND_egd] )
42
41
fi
You can’t perform that action at this time.
0 commit comments