From: AJ C. <ca...@gm...> - 2006-06-06 01:43:19
|
I also repeatedly get the following warning messages in my apache server error log. It would be great if it can be fixed. Thanks, --AJ [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\\Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\\rdfapi-php\\api\\model\\Model.php on line 238, referer: http://localhost/wordpress/wp-admin/post-new.php [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\\Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\\rdfapi-php\\api\\model\\Model.php on line 296, referer: http://localhost/wordpress/wp-admin/post-new.php [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\\Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\\rdfapi-php\\api\\model\\Model.php on line 411, referer: http://localhost/wordpress/wp-admin/post-new.php [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\\Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\\rdfapi-php\\api\\model\\Model.php on line 415, referer: http://localhost/wordpress/wp-admin/post-new.php [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\\Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\\rdfapi-php\\api\\model\\DbStore.php on line 568, referer: http://localhost/wordpress/wp-admin/post-new.php [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\\Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\\rdfapi-php\\api\\model\\DbStore.php on line 568, referer: http://localhost/wordpress/wp-admin/post-new.php [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\\Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\\rdfapi-php\\api\\model\\DbStore.php on line 612, referer: http://localhost/wordpress/wp-admin/post-new.php [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\\Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\\rdfapi-php\\api\\model\\DbStore.php on line 612, referer: http://localhost/wordpress/wp-admin/post-new.php |
From: Richard C. <ri...@cy...> - 2006-06-06 06:55:33
|
AJ, I think most of these are fixed in CVS already. As the message says, you can set allow_call_time_pass_reference to true in your php.ini file to make the warnings go away. Best, Richard On 5 Jun 2006, at 08:44, AJ Chen wrote: > I also repeatedly get the following warning messages in my apache > server error log. It would be great if it can be fixed. Thanks, --AJ > > [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\ > \Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\ > \rdfapi-php\\api\\model\\Model.php on line 238, referer: http:// > localhost/wordpress/wp-admin/post-new.php > [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\ > \Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\ > \rdfapi-php\\api\\model\\Model.php on line 296, referer: http:// > localhost/wordpress/wp-admin/post-new.php > [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\ > \Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\ > \rdfapi-php\\api\\model\\Model.php on line 411, referer: http:// > localhost/wordpress/wp-admin/post-new.php > [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\ > \Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\ > \rdfapi-php\\api\\model\\Model.php on line 415, referer: http:// > localhost/wordpress/wp-admin/post-new.php > [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\ > \Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\ > \rdfapi-php\\api\\model\\DbStore.php on line 568, referer: http:// > localhost/wordpress/wp-admin/post-new.php > [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\ > \Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\ > \rdfapi-php\\api\\model\\DbStore.php on line 568, referer: http:// > localhost/wordpress/wp-admin/post-new.php > [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\ > \Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\ > \rdfapi-php\\api\\model\\DbStore.php on line 612, referer: http:// > localhost/wordpress/wp-admin/post-new.php > [Sun Jun 04 23:37:28 2006] [error] [client 127.0.0.1] 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 C:\\apache\ > \Apache2\\htdocs\\wordpress\\wp-content\\plugins\\web2xpress\ > \rdfapi-php\\api\\model\\DbStore.php on line 612, referer: http:// > localhost/wordpress/wp-admin/post-new.php > > > _______________________________________________ > Rdfapi-php-interest mailing list > Rdf...@li... > https://lists.sourceforge.net/lists/listinfo/rdfapi-php-interest |