Snort mailing list archives

ACID: PHP Deprecated functions


From: Kevin Brown <Kevin.M.Brown () asu edu>
Date: Mon, 08 Jul 2002 09:33:02 -0700

Currently running ACID 0.9.6b22 with PHP 4.2.1.  I'm getting the following
messages in the apache error_log file:

[Mon Jul  8 09:21:29 2002] [error] PHP Warning:  Call-time pass-by-reference
has been deprecated - argument passed by value;  If you would like to pass
it by reference, modify the declaration of [runtime function name]().  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.  However, future
versions may not support this any longer.  in acid/acid_state_citems.inc on
line 941
[Mon Jul  8 09:21:29 2002] [error] PHP Warning:  Call-time pass-by-reference
has been deprecated - argument passed by value;  If you would like to pass
it by reference, modify the declaration of [runtime function name]().  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.  However, future
versions may not support this any longer.  in acid/acid_state_citems.inc on
line 941
[Mon Jul  8 09:21:29 2002] [error] PHP Warning:  Call-time pass-by-reference
has been deprecated - argument passed by value;  If you would like to pass
it by reference, modify the declaration of [runtime function name]().  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.  However, future
versions may not support this any longer.  in acid/acid_state_citems.inc on
line 1066
[Mon Jul  8 09:21:29 2002] [error] PHP Warning:  Call-time pass-by-reference
has been deprecated - argument passed by value;  If you would like to pass
it by reference, modify the declaration of [runtime function name]().  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.  However, future
versions may not support this any longer.  in acid/acid_state_citems.inc on
line 1066
[Mon Jul  8 09:21:29 2002] [error] PHP Warning:  Call-time pass-by-reference
has been deprecated - argument passed by value;  If you would like to pass
it by reference, modify the declaration of [runtime function name]().  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.  However, future
versions may not support this any longer.  in acid/acid_state_citems.inc on
line 1101
[Mon Jul  8 09:21:29 2002] [error] PHP Warning:  Call-time pass-by-reference
has been deprecated - argument passed by value;  If you would like to pass
it by reference, modify the declaration of [runtime function name]().  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.  However, future
versions may not support this any longer.  in acid/acid_state_citems.inc on
line 1101
[Mon Jul  8 09:21:29 2002] [error] PHP Warning:  Call-time pass-by-reference
has been deprecated - argument passed by value;  If you would like to pass
it by reference, modify the declaration of [runtime function name]().  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.  However, future
versions may not support this any longer.  in acid/acid_state_citems.inc on
line 1135
[Mon Jul  8 09:21:29 2002] [error] PHP Warning:  Call-time pass-by-reference
has been deprecated - argument passed by value;  If you would like to pass
it by reference, modify the declaration of [runtime function name]().  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.  However, future
versions may not support this any longer.  in acid/acid_state_citems.inc on
line 1135
[Mon Jul  8 09:21:29 2002] [error] PHP Warning:  Call-time pass-by-reference
has been deprecated - argument passed by value;  If you would like to pass
it by reference, modify the declaration of [runtime function name]().  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.  However, future
versions may not support this any longer.  in acid/acid_state_citems.inc on
line 1236
[Mon Jul  8 09:21:29 2002] [error] PHP Warning:  Call-time pass-by-reference
has been deprecated - argument passed by value;  If you would like to pass
it by reference, modify the declaration of [runtime function name]().  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.  However, future
versions may not support this any longer.  in acid/acid_state_citems.inc on
line 1236

Just thought I'd pass these along.  ACID is working.

Current thread: