i use mcrypt in my project to encrypt some data that i keep in user cookies. (I use the class i found in [http://www.phpfreaks.com/tutorials/128/1.php] this web site). Up until 1 week ago, i was using lighttpd and rarely had any problems with mcrypt. Last week i switched to apache 1.3.37 and now i keep getting a "Could not terminate encryption specifier" error when i call the 'mcrypt_generic_deinit' function.
This has been happening very frequently lately and i have no idea why this error even occurs. The PHP or mcrypt versions did not change. The code did not change. The only thing that changed was the web server and now i'm getting this error. Any help you can give me with this would be greatly appreciated.
Thanks
Taylan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i use mcrypt in my project to encrypt some data that i keep in user cookies. (I use the class i found in [http://www.phpfreaks.com/tutorials/128/1.php] this web site). Up until 1 week ago, i was using lighttpd and rarely had any problems with mcrypt. Last week i switched to apache 1.3.37 and now i keep getting a "Could not terminate encryption specifier" error when i call the 'mcrypt_generic_deinit' function.
This has been happening very frequently lately and i have no idea why this error even occurs. The PHP or mcrypt versions did not change. The code did not change. The only thing that changed was the web server and now i'm getting this error. Any help you can give me with this would be greatly appreciated.
Thanks
Taylan