9
Drupal system requirements: past, present and future Jeremy Epstein 18 May 2008

Drupal system requirements: past, present and future

Embed Size (px)

DESCRIPTION

Jeremy Epstein 18 May 2008. Drupal system requirements: past, present and future. Drupal is built on the shoulders of giants. 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. - PowerPoint PPT Presentation

Citation preview

Page 1: Drupal system requirements: past, present and future

Drupal system requirements: past, present and future

Jeremy Epstein18 May 2008

Page 2: Drupal system requirements: past, present and future

Drupal is built on the shoulders of giants

Page 3: 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

<?

?>

Page 4: Drupal system requirements: past, present and future

When Past Present Future

Drupal 5.x 6.x 7.x

PHP Version

>= 4.3.5 >= 4.3.5 >= 5.2.0

Page 5: Drupal system requirements: past, present and future

Proper OO

SimpleXML PDO

Page 6: Drupal system requirements: past, present and future

MySQL: “the Drupal database” Lacking in

features Postgres:

neglected sibling More robust

Others: experimental support at best

SELECT *FROM {databases}WHERE name IN(

Page 7: Drupal system requirements: past, present and future

When Past Present Future

Drupal 5.x 6.x 7.x

MySQL Version

>= 4.1 >= 4.1.1 >= 5.0

Page 8: Drupal system requirements: past, present and future

Drupal 7 will let you hammer in any old DBMS

Page 9: Drupal system requirements: past, present and future

When the blocks fit together, anything is

possible