[PHP-DOC] cvs: phpdoc /en/features error-handling.xml images.xml

2002-10-11 Thread Friedhelm Betz

betzFri Oct 11 14:30:15 2002 EDT

  Removed files:   
/phpdoc/en/features images.xml error-handling.xml 
  Log:
  deleted integrated files
  
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/features error-handling.xml

2002-03-25 Thread Slawomir Pucia

slawek  Mon Mar 25 12:43:45 2002 EDT

  Modified files:  
/phpdoc/en/features error-handling.xml 
  Log:
  mydomain.com = example.com
  
  
Index: phpdoc/en/features/error-handling.xml
diff -u phpdoc/en/features/error-handling.xml:1.24 
phpdoc/en/features/error-handling.xml:1.25
--- phpdoc/en/features/error-handling.xml:1.24  Sat Dec 22 11:14:50 2001
+++ phpdoc/en/features/error-handling.xml   Mon Mar 25 12:43:45 2002
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.24 $ --
+!-- $Revision: 1.25 $ --
  chapter id=features.error-handling
   titleError Handling/title
  
@@ -227,7 +227,7 @@
 // save to the error log, and e-mail me if there is a critical user error
 error_log($err, 3, /usr/local/php4/error.log);
 if ($errno == E_USER_ERROR)
-mail([EMAIL PROTECTED],Critical User Error,$err);
+mail([EMAIL PROTECTED],Critical User Error,$err);
 }
 
 





[PHP-DOC] cvs: phpdoc /en/features error-handling.xml

2001-12-22 Thread Gabor Hojtsy

gobaSat Dec 22 11:14:50 2001 EDT

  Modified files:  
/phpdoc/en/features error-handling.xml 
  Log:
  Typo in closing XML tag corrected
  
  
Index: phpdoc/en/features/error-handling.xml
diff -u phpdoc/en/features/error-handling.xml:1.23 
phpdoc/en/features/error-handling.xml:1.24
--- phpdoc/en/features/error-handling.xml:1.23  Wed Dec 12 15:46:34 2001
+++ phpdoc/en/features/error-handling.xml   Sat Dec 22 11:14:50 2001
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.23 $ --
+!-- $Revision: 1.24 $ --
  chapter id=features.error-handling
   titleError Handling/title
  
@@ -211,7 +211,7 @@
 
 $err = errorentry\n;
 $err .= \tdatetime.$dt./datetime\n;
-$err .= \terrornum.$errno./errnumber\n;
+$err .= \terrornum.$errno./errornum\n;
 $err .= \terrortype.$errortype[$errno]./errortype\n;
 $err .= \terrormsg.$errmsg./errormsg\n;
 $err .= \tscriptname.$filename./scriptname\n;