yet it does not show any sql-errors nor log it to the apache logfile.php manual wrote: mysql.trace_mode boolean
Trace mode. When mysql.trace_mode is enabled, warnings for table/index scans, non free result sets, and SQL-Errors will be displayed. (Introduced in PHP 4.3.0)
Here's some info about my test system:
Code: Select all
PHP Version 4.3.4/WinXP
Server API Apache
display_errors On
error_reporting 2047 (E_ALL)
log_errors On
MySQL Support enabled
Client API version 3.23.49
mysql.trace_mode OnIt turned out to be a php bug: http://bugs.php.net/bug.php?id=28087
[/edit]