]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Pull back for now on switch of PEAR error mode to exceptions; seems to trigger out...
authorBrion Vibber <brion@pobox.com>
Tue, 16 Mar 2010 23:23:19 +0000 (16:23 -0700)
committerBrion Vibber <brion@pobox.com>
Tue, 16 Mar 2010 23:32:25 +0000 (16:32 -0700)
commitf62b8a80cf33ac8529d0736c51dc060a9d235369
tree5891540dd17a29fb37ef764d9cf48d697a3612c6
parentb994d529f4de53df6350e12b5e81889cee17f317
Pull back for now on switch of PEAR error mode to exceptions; seems to trigger out exceptions at various times we don't want them.

For instance this was throwing an exception for DB_DataObject::staticGet when there's no match... definitely not what we want when all our code expects to get a nice null.
Example of this causing trouble: http://gitorious.org/statusnet/mainline/merge_requests/131

Revert "Don't attempt to retrieve the current user from the DB while processing a DB error"

This reverts commit 68347691b0c7fb3f81415abd7fcdc5aec85cc554.

Revert "Use PHP exceptions for PEAR error handling."

This reverts commit d8212977ce7f911d4f9bd6e55f94aea059a86782.
index.php
lib/common.php