|
Posted by laredotornado@zipmail.com on 08/13/07 22:25
Hi,
I'm using PHP 4.4.4 witih Apache 2 on Linux. I sadly do not have
control over my hosting environment and cannot upgrade the setup. I
recently discovered the debug_backtrace() statement. However, when I
run the command,
print_r(debug_backtrace());
what is printed out is a mess. See below. Does anyone have a cleaner
way of printing out stack traces?
Thanks, - Dave
array(4) { [0]=> array(4) { ["file"]=> string(65) "/usr/local/apache2/
htdocs/refillingstation/custom_product_fns.php" ["line"]=> int(184)
["function"]=> string(10) "executesql" ["args"]=> array(1) { [0]=>
&string(133) "UPDATE ORDER_FORM_CARTRIDGES SET PRICE = ROUND(3, 2),
RETAIL_PRICE = ROUND(4, 2) WHERE P.PRODUCT_ID = 32647) WHERE
PRODUCT_ID = 32647" } } [1]=> array(4) { ["file"]=> string(65) "/usr/
local/apache2/htdocs/refillingstation/
custom_product_fns.php" ["line"]=> int(148) ["function"]=> string(17)
"updatecustomprice" ["args"]=> array(7) { [0]=> &string(1) "6" [1]=>
&string(1) "2" [2]=> &string(6) "C4844A" [3]=> &string(9) "#10
Black" [4]=> &float(3) [5]=> &float(4) [6]=> &string(0) "" } } [2]=>
array(4) { ["file"]=> string(96) "/usr/local/apache2/htdocs/
refillingstation/admin/custom_prices/
import_custom_prices_response.php" ["line"]=> int(24) ["function"]=>
string(19) "updatecustompricing" ["args"]=> array(2) { [0]=>
&string(14) "/tmp/php7TxSi7" [1]=> &string(1) "2" } } [3]=> array(4)
{ ["file"]=> string(66) "/usr/local/apache2/htdocs/refillingstation/
admin/accesscontrol.php" ["line"]=> int(58) ["args"]=> array(1)
{ [0]=> string(96) "/usr/local/apache2/htdocs/refillingstation/admin/
custom_prices/import_custom_prices_response.php" } ["function"]=>
string(7) "include" } }
Navigation:
[Reply to this message]
|