Displaying 6 results from an estimated 6 matches for "pdo_sqlite".
2006 Jul 20
1
SQLite with PHP5 problem
...Database class support in CentOS
4.3?
I have to run a program with this class for a core feature.
But unfortunately, both the php 5.0.4 package in centosplus and a SRPM build
from FC5 will not work with this class.
With the error "undefined class SQLiteDatabase"!
And there *IS* the "pdo_sqlite.so" extension in my php.d/pdo.ini file, as
well as the "pdo.so" class.
But when I testing the SQLite support with:
dl("pdo_sqlite.so");
sqlite_open(xxx);
new SQLiteDatabase(xxx);
The result is the "dl" line will give out a warning showing that the
"pdo_sqli...
2009 Aug 04
2
php-pdo
...die();
}
?>
I get no output in the browser, but I see this error in Apache log:
PHP Fatal error: Class 'PDO' not found in /var/www/html/pdotest.php on line 4
Well, it appears the PDO class is not provided by the php-pdo package:
# rpm -ql php-pdo |less/etc/php.d/pdo.ini
/etc/php.d/pdo_sqlite.ini
/usr/lib/php/modules/pdo.so
/usr/lib/php/modules/pdo_sqlite.so
So, what package does provide it or have I misunderstood something?
Regards,
Peter
2009 Jun 29
1
php5 and sqlite
Is there any reason (besides upstream does it) to compile
php5 with --without-sqlite in CentOS5 ?
Would it conflict with the sqlite that yum needs?
Is there a repo (centosplus, rpmforge...) having a php5 and sqlite
enabled ?
I can only find older mails that seem to imply it does not harm to
include sqlite (and some which seem to imply the contrary as well,
but without any facts) but I can find
2013 Mar 24
0
[Fwd: Re: PHP Questions on move from CentOS 5.x to CentOS 6.x]
...s not interest
> i requested explcitly the output of "php -m" on the new machine
On CentOS 5 it is:
php -m
[PHP Modules]
bz2
calendar
ctype
curl
date
dbase
exif
ftp
gd
gettext
gmp
hash
iconv
ldap
libxml
mbstring
mcrypt
mime_magic
mysql
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
pgsql
posix
pspell
Reflection
session
shmop
SimpleXML
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
zlib
[Zend Modules]
On CentOS 6
php -m
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
dom
enchant
ereg
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
ldap
libxml
mbstri...
2011 Feb 15
3
apache 2 and php 5.2
...,
/etc/php.d/imap.ini,
/etc/php.d/json.ini,
/etc/php.d/ldap.ini,
/etc/php.d/mbstring.ini,
/etc/php.d/mcrypt.ini,
/etc/php.d/mysql.ini,
/etc/php.d/mysqli.ini,
/etc/php.d/odbc.ini,
/etc/php.d/pdo.ini,
/etc/php.d/pdo_mysql.ini,
/etc/php.d/pdo_odbc.ini,
/etc/php.d/pdo_pgsql.ini,
/etc/php.d/pdo_sqlite.ini,
/etc/php.d/pgsql.ini,
/etc/php.d/soap.ini,
/etc/php.d/wddx.ini,
/etc/php.d/xmlreader.ini,
/etc/php.d/xmlrpc.ini,
/etc/php.d/xmlwriter.ini,
/etc/php.d/xsl.ini,
/etc/php.d/zip.ini
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cent...
2012 Jul 20
0
CentOS 6.2 x86_64 + PHP 5.3.3 + Zend Guard Loader v3.3 == Segfault
...ologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend
Technologies
Segmentation fault
$ php -m
[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
libxml
mbstring
mysql
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
sqlite3
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
Zend Guard Loader
zip
zlib
[Zend Modules]
Zend Guard Loader
Segmentation fault
-- SNIP --
--
Solvention Ltd. & Co. KG
St.-Sebastianus-Str. 5
51147 K?ln
Tel: +49 2203 98...