1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Files
archived-php-src/ext/pdo/specs/README
2007-11-27 19:33:10 +00:00

12 lines
184 B
Plaintext

Work on the PDO specification to live here
How to build:
You need some unixy tools, including libxml2 (which provides xsltproc), make
and autoconf.
% autoconf
% ./configure
% make