Skip to content

Remove notices on query failures#1140

Closed
demon wants to merge 1 commit into
facebook:masterfrom
demon:mysql-trace-mode
Closed

Remove notices on query failures#1140
demon wants to merge 1 commit into
facebook:masterfrom
demon:mysql-trace-mode

Conversation

@demon

@demon demon commented Oct 8, 2013

Copy link
Copy Markdown
Contributor

Zend only has this sort of behavior when mysql.trace_mode is
enabled, but it's off by default. Since the mysql library is
deprecated and people should be using mysqli, it makes sense
to emulate mysqli's behavior here and not warn at all rather
than trying to implement mysql.trace_mode.

Zend only has this sort of behavior when mysql.trace_mode is
enabled, but it's off by default. Since the mysql library is
deprecated and people should be using mysqli, it makes sense
to emulate mysqli's behavior here and not warn at all rather
than trying to implement mysql.trace_mode.
@sgolemon sgolemon closed this in 02cfa05 Oct 10, 2013
@demon demon deleted the mysql-trace-mode branch October 10, 2013 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant