I still had an older wampserver 3 version (32 bit) with only php 5.6 running and decided to (finally) upgrade to PHP 7 on my win10 computer. First I updated wampserver with update package 3.1.8 and then I added the latest PHP versions 7.2 (which is 7.2.16) according the instructions in this forum.
Earlier, I had updated my own source code to get rid of deprecated and removed functions and everything seems to run fine.
I only have a problem with OpenSSL (to replace older mcrypt functions, that have been removed in php7.2).
However, I got stuck with the php error 'Call to undefined function openssl_cipher_iv_length()'.
I checked the PHP extensions (using left click on the wamp icon in the sys tray) and it said that openssl was enabled.
Looking at phpinfo() output, however, it said that openSSL was disabled.
What more can I do, to make opsenssl working (which did run on wampserver with php 5.6 earlier this week).
Many thanks!
John
Earlier, I had updated my own source code to get rid of deprecated and removed functions and everything seems to run fine.
I only have a problem with OpenSSL (to replace older mcrypt functions, that have been removed in php7.2).
However, I got stuck with the php error 'Call to undefined function openssl_cipher_iv_length()'.
I checked the PHP extensions (using left click on the wamp icon in the sys tray) and it said that openssl was enabled.
Looking at phpinfo() output, however, it said that openSSL was disabled.
What more can I do, to make opsenssl working (which did run on wampserver with php 5.6 earlier this week).
Many thanks!
John