4
1.9.2.0 में Varien_Image_Adapter_Gd2 के नए विध्वंसक के साथ ImportExport समस्या
क्या कोई समझा सकता है कि, Magento CE 1.9.1.0 और 1.9.2.0 के बीच निम्नलिखित कोड किसके लिए प्रयोग किया जाता है? class Varien_Image_Adapter_Gd2: public function __construct() { // Initialize shutdown function register_shutdown_function(array($this, 'destruct')); } /** * Destroy object image on shutdown */ public function destruct() { @imagedestroy($this->_imageHandler); } उन दो …