Changeset 5294
- Timestamp:
- 12/17/08 04:08:40 (7 months ago)
- Location:
- branches/1.1/docs/manual2
- Files:
-
- 1 added
- 2 modified
-
en.txt (modified) (1 diff)
-
en/getting-started.txt (modified) (1 diff)
-
en/introduction.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/docs/manual2/en.txt
r5293 r5294 1 + Introduction 1 2 + Getting Started 2 3 + Configuration -
branches/1.1/docs/manual2/en/getting-started.txt
r5293 r5294 1 ++ Requirements2 3 Doctrine requires PHP >= 5.2.3+. it doesn't require any external libraries. For database function call abstraction Doctrine uses PDO which comes bundled with the PHP official release that you get from www.php.net. If you use a 3 in 1 package under windows like Uniform Server or any other non official package, you may be required to perform additional configurations.4 5 1 ++ Checking PDO Driver Installation 6 2