File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ PHP NEWS
1919- GD:
2020 . Fixed bug #71316 (libpng warning from imagecreatefromstring). (cmb)
2121
22+ - OpenSSL:
23+ . Fixed bug #75725 (./configure: detecting RAND_egd). (Dilyan Palauzov)
24+
2225- SPL:
2326 . Fixed bug #81587 (MultipleIterator Segmentation fault w/ SimpleXMLElement
2427 attached). (Nikita)
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ if test "$PHP_OPENSSL" != "no"; then
2828 PHP_EVAL_LIBLINE($KERBEROS_LIBS, OPENSSL_SHARED_LIBADD)
2929 fi
3030
31- AC_CHECK_FUNCS ( [ RAND_egd] )
32-
3331 PHP_SETUP_OPENSSL(OPENSSL_SHARED_LIBADD,
3432 [
3533 AC_DEFINE ( HAVE_OPENSSL_EXT ,1 ,[ ] )
@@ -39,4 +37,5 @@ if test "$PHP_OPENSSL" != "no"; then
3937 if test "$PHP_SYSTEM_CIPHERS" != "no"; then
4038 AC_DEFINE ( USE_OPENSSL_SYSTEM_CIPHERS ,1 ,[ Use system default cipher list instead of hardcoded value ] )
4139 fi
40+ AC_CHECK_FUNCS ( [ RAND_egd] )
4241fi
You can’t perform that action at this time.
0 commit comments