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

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

description

PHP dying? gophp5.org PHP4 end of life:  no more feature releases since end of 2007  No more security releases after 8 Aug 2008

Transcript of Drupal system requirements: past, present and future Jeremy Epstein 18 May 2008.

Page 1: Drupal system requirements: past, present and future Jeremy Epstein 18 May 2008.

Drupal system requirements: past, present and future

Jeremy Epstein18 May 2008

Page 2: Drupal system requirements: past, present and future Jeremy Epstein 18 May 2008.

Drupal is built on the shoulders of giants

Page 3: Drupal system requirements: past, present and future Jeremy Epstein 18 May 2008.

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 Jeremy Epstein 18 May 2008.

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 Jeremy Epstein 18 May 2008.

Proper OO

SimpleXML PDO

Page 6: Drupal system requirements: past, present and future Jeremy Epstein 18 May 2008.

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 Jeremy Epstein 18 May 2008.

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 Jeremy Epstein 18 May 2008.

Drupal 7 will let you hammer in any old DBMS

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

When the blocks fit together, anything is

possible