_EarnIt_
11-22-2003, 01:56 AM
Bruce,
Thanks for the tip. I searched a little bit more and found the offending part of the code. Here was my change:
Original code:
$parsed_data[$i] = parse_profile(&ret_data[$i]);
New Code:
$parsed_data[$i] = parse_profile($ret_data[$i]);
for some reason that I don't understand, dropping the "&" symbol fromt the code line made all the difference.
Thanks for the help.
quote:Originally posted by bruce
Did this use to work before?
We upgraded to the latest stable version of PHP 4.3.1 couple nights ago.
I did a search on google and found that many people have experienced this problem. See one of the thread
http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&threadm=bm1i34%24tfk%241%40news-reader1.wanadoo.fr&rnum=3&prev=/groups%3Fq%3DCall-time%2Bpass-by-reference%2Bhas%2Bbeen%2Bdeprecated%26hl%3Den%26lr %3Dlang_en%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3Dbm1i34%2524tfk%25241%2540news-reader1.wanadoo.fr%26rnum%3D3
[b]quote:Originally posted by _EarnIt_
http://www.warwrights.org/Zone_Ratings/AoCLiveRatings/index.php
On the above page, I get the following error,
[b]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 E:\web\warwrightso\htdocs\Zone_Ratings\AoCLiveRati ngs\index.php on line 67
Does anyone have any idea why or how to fix it?
Thanks
_EarnIt_
(How else can you get any where in life)
</blockquote id="quote"></font id="quote">
</blockquote id="quote"></font id="quote">
_EarnIt_
(How else can you get any where in life)
Thanks for the tip. I searched a little bit more and found the offending part of the code. Here was my change:
Original code:
$parsed_data[$i] = parse_profile(&ret_data[$i]);
New Code:
$parsed_data[$i] = parse_profile($ret_data[$i]);
for some reason that I don't understand, dropping the "&" symbol fromt the code line made all the difference.
Thanks for the help.
quote:Originally posted by bruce
Did this use to work before?
We upgraded to the latest stable version of PHP 4.3.1 couple nights ago.
I did a search on google and found that many people have experienced this problem. See one of the thread
http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&threadm=bm1i34%24tfk%241%40news-reader1.wanadoo.fr&rnum=3&prev=/groups%3Fq%3DCall-time%2Bpass-by-reference%2Bhas%2Bbeen%2Bdeprecated%26hl%3Den%26lr %3Dlang_en%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3Dbm1i34%2524tfk%25241%2540news-reader1.wanadoo.fr%26rnum%3D3
[b]quote:Originally posted by _EarnIt_
http://www.warwrights.org/Zone_Ratings/AoCLiveRatings/index.php
On the above page, I get the following error,
[b]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 E:\web\warwrightso\htdocs\Zone_Ratings\AoCLiveRati ngs\index.php on line 67
Does anyone have any idea why or how to fix it?
Thanks
_EarnIt_
(How else can you get any where in life)
</blockquote id="quote"></font id="quote">
</blockquote id="quote"></font id="quote">
_EarnIt_
(How else can you get any where in life)