ähm jetzt mal ganz auf die schnelle
hab das bei einer php5.0.3 am laufen und erhalte im errorlog.txt nun immer folgende meldungen(die betroffen zeilen schreib ich gleich mal dazu):
Code: Alles auswählen
$formulardaten = $this->formInterpretation(&$formular);
[13-Jul-2005 10:30:46] 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 /srv/www/httpd/htdocs/domain.com/includes/functions.mod.php(191) : eval()'d code on line 119
Code: Alles auswählen
if ($sent && !$this->formFieldValidator(&$attribute)) {...
[13-Jul-2005 10:30:46] 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 /srv/www/httpd/htdocs/domain.com/includes/functions.mod.php(191) : eval()'d code on line 136
[13-Jul-2005 10:30:46] 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 /srv/www/httpd/htdocs/domain.com/includes/functions.mod.php(191) : eval()'d code on line 239
Code: Alles auswählen
if (!$this->formFieldValidator(&$feld)) return false;
[13-Jul-2005 10:30:46] 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 /srv/www/httpd/htdocs/domain.com/includes/functions.mod.php(191) : eval()'d code on line 242
man kann das ganze ja mittels php.ini eintrag
allow_call_time_pass_reference = true; ausschalten, aber ich dachte ich melde dir das mal...