Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Alessandro Pellizzari Newsgroups: it.comp.www.php Subject: Re: PHP 7 upgrade Date: 13 Mar 2016 19:26:21 GMT Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net +iYORXhz1U/e1xhq57G75AzScNmaKR6Lh2PG7hv9caWjIvNvU= Cancel-Lock: sha1:DJS7JZGFZJcNznS6CxjFc8LDmPk= User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Xref: csiph.com it.comp.www.php:20495 Il Sun, 13 Mar 2016 20:08:30 +0100, Sandro kensan ha scritto: > Posso approfittarne? Non usando le classi e usando solo il PDO per > accedere al database, c'è dell'altro che potrei fare per avere uno > switch indolore? O comunque con pochi bug? Anche usando le classi, la compatibilità è quasi totale. Qui trovi le incompatibilità tra la 5.6 e la 7: http://php.net/manual/en/migration70.incompatible.php Come vedi, a meno di aver usato edge-cases, roba deprecata da parecchio o hack, la compatibilità è altissima. Bye.