if you want to build minimal an php+firebird extension only setup
here is how to do it without xml/mysql/sqlite and all that stuff that
you might not need it
tar -jxvf php-5.2.6.tar.bz2
cd php-5.2.6/
./configure --disable-all --with-interbase --prefix=/tmp/foo
--with-apxs2=/usr/bin/apxs
make
make install
/tmp/foo/bin/
./php -m
[PHP Modules]
date
interbase
Reflection
standard
[Zend Modules]
and you can test the minimal php and eats less memory in apache/lighttpd/nginix
-- ls -lah php
-rwxr-xr-x 1 root root 6.5M 2008-06-19 17:35 php
.:(firebird):..:(databases):..:(sql):.
Showing posts with label pdo. Show all posts
Showing posts with label pdo. Show all posts
Thursday, June 19, 2008
Thursday, April 24, 2008
wordpress for firebird
i wonder if i can apply pdo patches to the wordpress 2.5
and maybe after that make it work with firebird later
(pdo is suported by other databases too)
ps:why wordpress team ignores the rest of the world ?
.:(firebird):..:(databases):..:(sql):.
Subscribe to:
Posts (Atom)