Search results

  1. O

    PHP FCGI Module and Mysql 4.x+

    Compared your free Edition now with a Tux/Apache 1.3.27/PHP 4.3.1/MySQL 4.0.14/Turck MMCache Combo and they seem both fast, yours a tick faster with PHPWebsite 9.03.1. Both used the same DB and accelerating libs. You should compile your PHP fcgi executable with mysql shared since PHP seems to...
  2. O

    PHP FCGI Module and Mysql 4.x+

    Yes. It needed a ./configure --with-mysql=/usr and compiled fine using MySql 4.0.14 (table cache switched on) using the 3.x compatibility libs. I compiled Turck as written on their page: export PHP_PREFIX="/usr" $PHP_PREFIX/bin/phpize ./configure --enable-mmcache=shared...
  3. O

    PHP FCGI Module and Mysql 4.x+

    Not really. PHPA has a shm prob... I try something else. Yo, i have Turck MMCache up and running. Its pretty fast (Even faster than Zend).
  4. O

    PHP FCGI Module and Mysql 4.x+

    Does PHP Accelerator work with 4.3.1? The latest binary version i found was made for 4.3.0. Any idea? (And do you know where to place the zend_extension tag in php.ini? Tried but got no working results.)
  5. O

    PHP FCGI Module and Mysql 4.x+

    When i trie to load my PHPWebsite scripts i get an error: "Unable to load database indicated by configuration file." It works fine (but slow) under Apache. What do i have to do to make PHP FastCGI access the 4.1 MySQL DB? I use MySQL 4.1a on RH9 (all updates applied) / Apache 1.3.27 /...
Top