![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Pear Pear programming, this is a very complex subject as with using pear with php can be a difficult task for some, so lets talk pear. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| cellog Fri May 25 19:56:10 2007 UTC Modified files: /pearweb/public_html/bugs bug.php Log: apply same fix for fix Bug #11146 to bug.php to enable debugging on devbox http://cvs.php.net/viewvc.cgi/pearwe...&diff_format=u Index: pearweb/public_html/bugs/bug.php diff -u pearweb/public_html/bugs/bug.php:1.164 pearweb/public_html/bugs/bug.php:1.165 --- pearweb/public_html/bugs/bug.php:1.164 Fri May 25 19:48:38 2007 +++ pearweb/public_html/bugs/bug.php Fri May 25 19:56:10 2007 @@ -15,7 +15,7 @@ * @package Bugs * @copyright Copyright (c) 1997-2005 The PHP Group * @license http://www.php.net/license/3_0.txt PHP License - * @version $Id: bug.php,v 1.164 2007/05/25 19:48:38 cellog Exp $ + * @version $Id: bug.php,v 1.165 2007/05/25 19:56:10 cellog Exp $ */ /* @@ -303,19 +303,17 @@ break; } - if (!DEVBOX) { - try { - $buggie->sendEmail(); - } catch (Exception $e) { - $errors[] = 'Critical internal error: could not send' . - ' email to your address ' . $_POST['in']['email'] . - ', please write a mail message to the <i>pear-dev</i>' . - 'mailing list and report this problem with details.' . - ' We apologize for the problem, your report will help' . - ' us to fix it for future users: ' . $e->getMessage(); - response_header('Add Comment - Problems'); - break; - } + try { + $buggie->sendEmail(); + } catch (Exception $e) { + $errors[] = 'Critical internal error: could not send' . + ' email to your address ' . $_POST['in']['email'] . + ', please write a mail message to the <i>pear-dev</i>' . + 'mailing list and report this problem with details.' . + ' We apologize for the problem, your report will help' . + ' us to fix it for future users: ' . $e->getMessage(); + response_header('Add Comment - Problems'); + break; } $_POST['in']['handle'] = $_POST['in']['name'] = substr('#' . $salt, 0, 19); | |||
| Featured Websites | ||||
|
![]() |
| Tags: bugphp, cvs, pearweb, public_htmlbugs |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cvs: pearweb /public_html/bugs bug.php | Mark Wiesemann | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pearweb /public_html/bugs search.php | David Coallier | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pearweb /public_html/bugs search.php | David Coallier | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pearweb /public_html/bugs stats.php | Mark Wiesemann | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pearweb /public_html/bugs/rss bug.php | Mark Wiesemann | Pear | 0 | 05-20-2007 7:42 PM |
| Featured Websites | ||||
|