[wp-trac] [WordPress Trac] #26262: Ajax requests shouldn't display errors
WordPress Trac
noreply at wordpress.org
Fri Nov 29 10:02:56 UTC 2013
#26262: Ajax requests shouldn't display errors
------------------------------------+------------------
Reporter: pento | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.8
Component: General | Version:
Severity: normal | Resolution:
Keywords: has-patch dev-feedback |
------------------------------------+------------------
Comment (by bjornjohansen):
Replying to [comment:6 dd32]:
> FWIW, Developing with WP_DEBUG + PHP 5.5 since 3.7 has been a pain.. I
don't think it's that much of a problem for a savvy person to install the
mysqli plugin or pdo plugin though.
The MySQLi/PDO plugins aren't production ready, which means you'll have to
maintain two separate codebases for dev and prod. Shouldn't be hard in
this case, but still not a good principle.
There is also something wrong about installing a plugin to fix something
which is outright wrong in core. It should be fixed in core.
A savvy person can also disable the error output and tail the error log
instead. Or write their own error handler.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26262#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list