1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/manual/docs/Getting started - Requirements.php

4 lines
259 B
PHP
Raw Normal View History

2006-07-24 01:08:06 +04:00
Doctrine requires PHP >= 5.1. it doesn't require any external libraries.
For database abstraction Doctrine uses PDO which is bundled with php by default. Doctrine also requires a little
adodb-hack for table creation, which comes with doctrine as of beta4.