90 likes | 209 Vues
This presentation by Jeremy Epstein discusses the evolution of Drupal's system requirements, focusing on its reliance on foundational technologies like PHP. It highlights the end of PHP4 and the transition towards PHP5, recognizing the need for proper object-oriented programming and database management. The session reviews the strengths and weaknesses of various databases, including MySQL and Postgres, and emphasizes Drupal 7's flexibility in accommodating different database management systems. Ultimately, it showcases the adaptability and potential of Drupal as a platform.
E N D
Jeremy Epstein 18 May 2008 Drupal system requirements: past, present and future
PHP dying? gophp5.org PHP4 end of life: no more feature releases since end of 2007 No more security releases after 8 Aug 2008 <? ?>
Proper OO SimpleXML PDO
SELECT * FROM {databases} WHERE name IN( • MySQL: “the Drupal database” • Lacking in features • Postgres: neglected sibling • More robust • Others: experimental support at best