Whenever I try to debug an app. that uses ADOdb as the database layer, I receive the error "Assigning the return value of new by reference is deprecated" for the following lines with in the adodb.inc.php file:
Debug Strict (PHP 5): adodb.inc.php line 945
Debug Strict (PHP 5): adodb.inc.php line 951
Debug Strict (PHP 5): adodb.inc.php line 1262
Debug Strict (PHP 5): adodb.inc.php line 2091
Debug Strict (PHP 5): adodb.inc.php line 3168
Debug Strict (PHP 5): adodb.inc.php line 3746
Debug Strict (PHP 5): adodb.inc.php line 3822
Debug Strict (PHP 5): adodb.inc.php line 3842
This is true, by all means, but I wonder if changing these eight lines will break ADOdb?
Has anyone else found a solution to this?
[FONT=Courier New]Zend Debugger
Expose Zend Debugger: always
Passive Mode Timeout: 20 seconds
zend_debugger.allow_hosts 127.0.0.1/32
zend_debugger.allow_tunnel 127.0.0.1/32
zend_debugger.connect_password no value
zend_debugger.deny_hosts no value
zend_debugger.httpd_uid -1
zend_debugger.max_msg_size 2097152[/FONT]
Thanks,