CakePHP based project is throwing error saying " return value of new by Reference is Deprecated"

Posted by Bindas on Stack Overflow See other posts from Stack Overflow or by Bindas
Published on 2009-08-20T14:38:00Z Indexed on 2010/04/08 15:33 UTC
Read the original article Hit count: 266

Filed under:

I have upgraded my Xampp to newer version(1.7.2).But right now when I run my project(done in CakePHP) it is throwing bug saying

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\ebayn\cake\libs\debugger.php on line 99

Deprecated: Assigning the return value of new by reference is deprecated in 
C:\xampp\htdocs\ebayn\cake\libs\debugger.php on line 108

Deprecated: Assigning the return value of new by reference is deprecated in 
C:\xampp\htdocs\ebayn\cake\libs\file.php on line 96

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\ebayn\cake\libs\cache\file.php on line 89

Can anyone help me how can I rectify this stuff....???

Thanks In Advance

© Stack Overflow or respective owner

Related posts about cakephp