Latest News: (loading..)
Issue Information
-
#000377
-
1 - Low
-
Fixed
-
2.3.1
-
2.3.3
Issue Confirmations
-
Yes (0)No (0)
deprecated function /public_html/includes/classes/payment.php
Posted by Juto on 05 October 2011 - 07:49 PM
/public_html/includes/classes/payment.php:
74: @call_user_method('update_status', $GLOBALS[$this->selected_module]);
call_user_method() is deprecated in php5.3 should use call_user_func() instead
74: @call_user_method('update_status', $GLOBALS[$this->selected_module]);
call_user_method() is deprecated in php5.3 should use call_user_func() instead
changed severity to: 1 - Low,
changed status to: Fixed,
changed fixed-in version to: 2.3.3
Thanks for the report! This has been fixed with the following commit:
https://github.com/osCommerce/oscommerce2/commit/2ae5cd03eaab7d8099122b2f78420fec033ff9a5
https://github.com/osCommerce/oscommerce2/commit/2ae5cd03eaab7d8099122b2f78420fec033ff9a5









