#1469: package.xml misses pdo
-----------------------------------+----------------------------------------
Reporter: till | Owner: jwage
Type: defect | Status: new
Priority: major | Milestone:
Component: Attributes | Version: 0.11
Keywords: | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 1
-----------------------------------+----------------------------------------
OK, this is a minor but I installed your fine package through PEAR and
usually it's supposed to alert me of whatever I am missing (dependencies)
in order to run a package. Your package doesn't list PDO etc. as
dependency which is sort of critical, and yes, I didn't have it installed
on my dev box.
I just had "regular" sqlite.so, etc.. Anyway, a patch is included, you get
my drift.
{{{
--- package.xml.original Thu Sep 18 13:30:40 2008
+++ package.xml Thu Sep 18 13:32:38 2008
@@ -1321,7 +1321,18 @@ requiring needless code duplication.</de
<channel>pear.php.net</channel>
<min>1.3.6</min>
</package>
+ <extension>
+ <name>pdo</name>
+ </extension>
</required>
+ <optional>
+ <extension>
+ <name>pdo_mysql</name>
+ </extension>
+ <extension>
+ <name>pdo_sqlite</name>
+ </extension>
+ </optional>
</dependencies>
<phprelease />
<changelog>
}}}
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1469>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---