i want to use sqlite3 with php 5.2.5
i installed php 5.2.5 with the following configuration and every thing worked well.
--prefix=$ROOTFS \
--disable-all \
--with-sqlite \
--with-config-file-path=/etc/ \
--enable-discard-path
if i add the pdo extension with the following configuration i get in troubles.
--prefix=$ROOTFS \
--disable-all \
--enable-pdo\
--with-sqlite \
--with-pdo-sqlite \
--with-config-file-path=/etc/ \
--enable-discard-path
when i try to open a php file my browser gives me the message
No input file specified.
do i need to specify any special things in the php.ini? i tryed the following to link the sqlite3.so but it helped nothing.
extension_dir = "/mnt/flash/lib/sqlite3.3.13/"
extension = libsqlite3.3.13.so
does anyone have an idea what the problem is? Thanks
phil
Lesen Sie Ihre E-Mails jetzt einfach von unterwegs..
- Prev by Date: PHP 5.2.5 killed PHP4's PEAR
- Next by Date: I cant get php to work on apache 2.2 windows xp
- Previous by thread: PHP 5.2.5 killed PHP4's PEAR
- Next by thread: I cant get php to work on apache 2.2 windows xp
- Index(es):