Issues found in PHP4 to PHP5 upgrades:
php
Issues found in PHP4 to PHP5 upgrades
Submitted by jgemmill on Tue, 07/18/2006 - 23:53. php» jgemmill's blog | login to post comments
PHP debug Functions
Submitted by srividya on Mon, 10/17/2005 - 14:26. bugs | CA | cms | phpSome of the PHP debug functions like debug_print_backtrace are only supported in PHP 5 which is not the PHP version with our current configuration. However, Some of other debug functions like debug_backtace, error_log etc are supported in PHP 4.3.0 and above and these functions work with the present configuration setting of PHP and Apache server.
» srividya's blog | login to post comments

