Ticket #148 (closed task: invalid)

Opened 6 years ago

Last modified 6 years ago

Installing XCache on php4 mod apache and php5 via cgi

Reported by: combox@… Owned by: moo
Priority: major Milestone:
Component: cacher Version: 1.2.1
Keywords: xcache on php4 and php5 cgi Cc:
Blocked By: PHP Version: php4 & php5
Application: Need User Feedback: no
Other Exts: SAPI: apache1
Probability: Blocking:

Description

Hello!
How i must compille it if on the server is two php version like: php4 module of apache and php5 via cgi. I wanna install XCache to php4, i do something like that:
phpize4 --clean && phpize4
./configure --enable-xcache --enable-xcache-optimizer
make
make install
When it's conpilling i see php5 path and it's the same after 'make install'. How i can compille xcache on php4?
Regards

Change History

Changed 6 years ago by moo

  • status changed from new to closed
  • resolution set to invalid

phpize4 --lean && phpize4 && ./configure --with-php-config=/path/to/php-config-4

Changed 6 years ago by moo

/path/to/phpize4 --clean && /path/to/phpize4 && ./configure --with-php-config=/path/to/php-config-4 --enable-...

Note: See TracTickets for help on using tickets.