ID:               28087
 Updated by:       [EMAIL PROTECTED]
 Reported By:      xuefer at 21cn dot com
-Status:           Open
+Status:           Closed
 Bug Type:         MySQL related
 Operating System: all
 PHP Version:      4.3.6
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




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

[2004-04-23 14:25:50] xuefer at 21cn dot com

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

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

[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