ID:               28087
 User updated by:  xuefer at 21cn dot com
 Reported By:      xuefer at 21cn dot com
 Status:           Open
 Bug Type:         MySQL related
 Operating System: all
 PHP Version:      4.3.6
 New Comment:

oops, sorry. simply ignore my "fix".
MySG(trace_mode) just shouldn't be set to 0
should be the value in ini

btw: ini_set works on mysql.trace_mode


Previous Comments:
------------------------------------------------------------------------

[2004-04-23 13:57:16] phpdev at martinsojka dot de

... doesn't even compile (at least, without ZTS).

What's your point?

------------------------------------------------------------------------

[2004-04-21 10:50:34] xuefer at 21cn dot com

Description:
------------
php_mysql.c in php4cvs
line 428
-       MySG(trace_mode) = 0;
+       mysql_globals->trace_mode = 0;




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28087&edit=1

Reply via email to