Ci stò perdendo del tempo, ma non riesco a capire come la funzione sottoriportata funziona benissimo su php 5.3.3 e non sulla 5.2.6 (dove ho il server operativo).
[PHP] function getICEcatProductSpecs($ean, $drawdescription = 0, $drawpicture = 0) { // Username and password for usage with ICEcat $username = "Your ICEcat username goes here"; $password = "Your ICEcat password goes here"; // Return 0 and exit function if no EAN available if($ean == null) { return 0; } // Get the product specifications in XML format $context = stream_context_create(array( 'http' => array(