stas Tue, 13 Oct 2009 20:54:28 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=289623
Log:
oops, that doesn't belong to this patch
Changed paths:
U php/php-src/branches/PHP_5_3/main/main.c
Modified: php/php-src/branches/PHP_5_3/main/main.c
===================================================================
--- php/php-src/branches/PHP_5_3/main/main.c 2009-10-13 20:10:07 UTC (rev
289622)
+++ php/php-src/branches/PHP_5_3/main/main.c 2009-10-13 20:54:28 UTC (rev
289623)
@@ -649,10 +649,6 @@
char *message;
int is_function = 0;
- if(!ZEND_CAN_REPORT(type)) {
- return;
- }
-
/* get error text into buffer and escape for html if necessary */
buffer_len = vspprintf(&buffer, 0, format, args);
if (PG(html_errors)) {
@@ -840,9 +836,6 @@
char *params;
va_list args;
- if(!ZEND_CAN_REPORT(type)) {
- return;
- }
spprintf(¶ms, 0, "%s,%s", param1, param2);
va_start(args, format);
php_verror(docref, params ? params : "...", type, format, args
TSRMLS_CC);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php