From 500922f9a28f4ec5bd6c0fa71cb6d61b90e6e10f Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 21 May 2004 16:38:41 +0000 Subject: [PATCH] Update package file --- ext/pdo/package.xml | 115 +++++++++++++++++++++++--------------------- 1 file changed, 59 insertions(+), 56 deletions(-) diff --git a/ext/pdo/package.xml b/ext/pdo/package.xml index 2ecbf754d8..8b417aedd7 100755 --- a/ext/pdo/package.xml +++ b/ext/pdo/package.xml @@ -1,56 +1,59 @@ - - - - PDO - PHP Data Objects Interface - - - wez - Wez Furlong - wez@php.net - lead - - - helly - Marcus Boerger - helly@php.net - lead - - - - PDO provides a uniform data access interface, sporting advanced features such - as prepared statements and bound parameters. PDO drivers are dynamically - loadable and may be developed independently from the core, but still accessed - using the same API. - - PHP - - alpha - 0.1-dev - 2004-05-18 - - - Still much to be done. - - - - - - - - - - - - - - - - - - - - - - - + + + + PDO + PHP Data Objects Interface + + + wez + Wez Furlong + wez@php.net + lead + + + helly + Marcus Boerger + helly@php.net + lead + + + + PDO provides a uniform data access interface, sporting advanced features such + as prepared statements and bound parameters. PDO drivers are dynamically + loadable and may be developed independently from the core, but still accessed + using the same API. + + PHP + + alpha + 0.1dev + 2004-05-21 + + + No documentation yet. + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.50.1