AES doesn't play nice with PHP 5.2.2
| Project: | AES encryption |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Here are the error messages I receive with the module enabled:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of preg_match(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /root/sites/all/modules/aes/aes.module on line 377
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of preg_match(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /root/sites/all/modules/aes/aes.module on line 384
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of preg_match(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /root/sites/all/modules/aes/aes.module on line 391
Thanks,
Jonathan

#1
Hey, this seems to be the same thing as http://drupal.org/node/174465, but thanks for reporting it anyway. I'll have this fixed soon.
#2
Thanks for the reply. I didn't turn anything up in a search, probably because I specified 5.2.2 and the other issue is 5.2.3. Thanks again.
#3