Recommendations for PHP 6 'certified' code

php.internals

mbneto

19 years ago
Hi, I saw one post earlier at php-general asking for a list of recommendations / practices that should be followed to guarantee that code will run fine when PHP 6 comes out. I've searched and could not find a 'definitive' list of features that will change or be deprecated with PHP 6. Having such a list would be great since we could start to alert people so they can 'correct' existing code or start developing in a recommended manner to reduce further headaches...

Davi

19 years ago
Em Domingo 22 Abril 2007 21:34, mbneto escreveu:
> Hi, > > I saw one post earlier at php-general asking for a list of recommendations > / practices that should be followed to guarantee that code will run fine > when PHP 6 comes out. >
Have a look at PHP metting [1] and PHP-wiki [2]... =] [1] - http://www.php.net/~derick/meeting-notes.html [2] - http://oss.backendmedia.com/PhP60
-- Davi Vidal davividal@siscompar.com.br davividal@gmail.com -- Agora com fortune: " Chuck Norris doesn't look both ways before he crosses the street... he just roundhouses any cars that get too close. "

Lukas Kahwe Smith

19 years ago
Davi wrote:
> Em Domingo 22 Abril 2007 21:34, mbneto escreveu: >> Hi, >> >> I saw one post earlier at php-general asking for a list of recommendations >> / practices that should be followed to guarantee that code will run fine >> when PHP 6 comes out.
I am giving a talk on this at MySQL User Conference. I will publish the slides on my blog http://pooteeweet.org on Thursday evening. regards, Lukas