blob: c169647a62c80b076c66b5e1afb79491f33710e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Adding additional provides to php database modules
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Adding%20additional%20provides%20to%20php%20database%20modules&In-Reply-To=%3C201112181902.22403.thomas%40btspuhler.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="010646.html">
<LINK REL="Next" HREF="010714.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Adding additional provides to php database modules</H1>
<B>Thomas Spuhler</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Adding%20additional%20provides%20to%20php%20database%20modules&In-Reply-To=%3C201112181902.22403.thomas%40btspuhler.com%3E"
TITLE="[Mageia-dev] Adding additional provides to php database modules">thomas at btspuhler.com
</A><BR>
<I>Mon Dec 19 03:02:22 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="010646.html">[Mageia-dev] Adding additional provides to php database modules
</A></li>
<LI>Next message: <A HREF="010714.html">[Mageia-dev] Adding additional provides to php database modules
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10693">[ date ]</a>
<a href="thread.html#10693">[ thread ]</a>
<a href="subject.html#10693">[ subject ]</a>
<a href="author.html#10693">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Saturday, December 17, 2011 03:24:16 PM Oliver Burger wrote:
><i> Hi,
</I>><i>
</I>><i> I'm maintaining mediawiki and drupal.
</I>><i>
</I>><i> Both packages require a php database module but both can work with mysql,
</I>><i> postgresql and sqlite.
</I>><i>
</I>><i> Now the mediawiki package does simply require both php-mysql and php-pgsql,
</I>><i> which is bad since it leads to installing unneeded database libraries in
</I>><i> the system.
</I>><i> Drupal has three sub packages which doe require the respective php database
</I>><i> module and one of the three is required by drupal itself, which is some
</I>><i> kind of ugly workarround.
</I>><i>
</I>><i> I think it would be a cleaner solution to have php-X providing something
</I>><i> common and php-pdo_X providing something common (X being one of mysql,
</I>><i> pgsql or sqlite).
</I>><i>
</I>><i> What do you think?
</I>><i> I tried contacting the php maintainer by mail, but he didn't answer me.
</I>><i>
</I>><i> Oliver
</I>
Could you please explain a little more what you are looking for.
PHP provides the php-mysql and php-pdo-mysql
--
Best regards
Thomas Spuhler
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="010646.html">[Mageia-dev] Adding additional provides to php database modules
</A></li>
<LI>Next message: <A HREF="010714.html">[Mageia-dev] Adding additional provides to php database modules
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10693">[ date ]</a>
<a href="thread.html#10693">[ thread ]</a>
<a href="subject.html#10693">[ subject ]</a>
<a href="author.html#10693">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|