Thodoris wrote:
Is fileinfo pecl extension installed as a package or with pecl? In
case it is installed as an rpm try to remove it and install it as an
extension in case the package is broken for some reason.
I installed it with PECL:
/usr/share/pear/bin/pecl install fileinfo
Other quest
Daniel Brown wrote:
On Wed, Feb 4, 2009 at 09:46, wrote:
Okay here is my question.
Does anyone know of an RPM of php that is pre-compiled with all the extras like
soap, mssql, freetds, etc...
Afternoon, Rich, et al;
On an RHEL 5.3 system, you should already have 'yum' insta
Thodoris wrote:
I was wondering if anyone sees something I am bypassing:
I have this sample code that works in another server:
query($sql);
// die(var_dump($sthr));
$res = $sthr->fetch(PDO::FETCH_ASSOC);
return $res['Name'];
}
try {
$dbh = new PDO('mysql:host=localhost;port=3
Greetings, Thodoris.
In reply to Your message dated Wednesday, October 8, 2008, 16:35:40,
Greetings to you too :-) .
From your function name I assume you want to use it in MySQL. In that
case, why don't you have MySQL do all the magic for you?
eg. INSERT INTO table (col) VALUES (FROM_UNI
4 matches
Mail list logo