From 2873ac64f1476551cc546f30ec6187e580cc8155 Mon Sep 17 00:00:00 2001
From: Timothy Warren
Date: Thu, 13 Oct 2011 11:23:44 -0300
Subject: Added simple backtrace to php error file
---
application/errors/error_php.php | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
(limited to 'application/errors')
diff --git a/application/errors/error_php.php b/application/errors/error_php.php
index f085c2037..279556a98 100644
--- a/application/errors/error_php.php
+++ b/application/errors/error_php.php
@@ -6,5 +6,14 @@
Message:
Filename:
Line Number:
-
+Backtrace:
+
+
+
+ File:
+ Line:
+ Function:
+
+ endif ?>
+ endforeach ?>
\ No newline at end of file
--
cgit v1.2.3-24-g4f1b
From bb117677ab5a6096168f7c052853c94ecba19339 Mon Sep 17 00:00:00 2001
From: Timothy Warren
Date: Thu, 13 Oct 2011 11:52:02 -0300
Subject: Fixed code style issue
---
application/errors/error_php.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'application/errors')
diff --git a/application/errors/error_php.php b/application/errors/error_php.php
index 279556a98..cebf91724 100644
--- a/application/errors/error_php.php
+++ b/application/errors/error_php.php
@@ -8,7 +8,7 @@
Line Number:
Backtrace:
-
+
File:
Line:
--
cgit v1.2.3-24-g4f1b
From 5600828101627a76768e4f1edbb0197d11885318 Mon Sep 17 00:00:00 2001
From: Timothy Warren
Date: Thu, 13 Oct 2011 11:59:44 -0300
Subject: Switch debug backtrace based on SHOW_ERROR_BACKTRACE contstant
---
application/errors/error_php.php | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
(limited to 'application/errors')
diff --git a/application/errors/error_php.php b/application/errors/error_php.php
index cebf91724..cf6cb9fac 100644
--- a/application/errors/error_php.php
+++ b/application/errors/error_php.php
@@ -6,14 +6,16 @@
Message:
Filename:
Line Number:
-Backtrace:
-
-
-
- File:
- Line:
- Function:
-
- endif ?>
- endforeach ?>
+
+ Backtrace:
+
+
+
+ File:
+ Line:
+ Function:
+
+ endif ?>
+ endforeach ?>
+
\ No newline at end of file
--
cgit v1.2.3-24-g4f1b
From d609a59ab5f30bc0ee0d9d5b619a1201fef59461 Mon Sep 17 00:00:00 2001
From: Timothy Warren
Date: Tue, 18 Oct 2011 06:27:31 -0400
Subject: Minor formatting changes
---
application/errors/error_php.php | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
(limited to 'application/errors')
diff --git a/application/errors/error_php.php b/application/errors/error_php.php
index cf6cb9fac..f2f71857f 100644
--- a/application/errors/error_php.php
+++ b/application/errors/error_php.php
@@ -6,16 +6,21 @@
Message:
Filename:
Line Number:
+
+
Backtrace:
-
-
- File:
- Line:
- Function:
-
- endif ?>
+
+
+
+ File:
+ Line:
+ Function:
+
+ endif ?>
+
endforeach ?>
+
\ No newline at end of file
--
cgit v1.2.3-24-g4f1b
From 8bf00384deafdb73e00422dd5c9f541564ea85ca Mon Sep 17 00:00:00 2001
From: Timothy Warren
Date: Tue, 18 Oct 2011 06:28:41 -0400
Subject: Minor formatting changes
---
application/errors/error_php.php | 1 +
1 file changed, 1 insertion(+)
(limited to 'application/errors')
diff --git a/application/errors/error_php.php b/application/errors/error_php.php
index f2f71857f..b7fdec44a 100644
--- a/application/errors/error_php.php
+++ b/application/errors/error_php.php
@@ -23,4 +23,5 @@
endforeach ?>
+
\ No newline at end of file
--
cgit v1.2.3-24-g4f1b
From 5160cc9a869e27a696f93f64127eef15c54f5d64 Mon Sep 17 00:00:00 2001
From: Timothy Warren
Date: Tue, 18 Oct 2011 06:50:06 -0400
Subject: Renamed constant, added 10px margin to backtrace
---
application/errors/error_php.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'application/errors')
diff --git a/application/errors/error_php.php b/application/errors/error_php.php
index b7fdec44a..514e477e8 100644
--- a/application/errors/error_php.php
+++ b/application/errors/error_php.php
@@ -7,13 +7,13 @@
Filename:
Line Number:
-
+
Backtrace:
-
+
File:
Line:
Function:
--
cgit v1.2.3-24-g4f1b