Re: Gentoo ebuilds
Piotras <pp-VVDi8QVAvoBWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.web.midgard.user |
|---|---|
| Message-ID | <[email protected]> |
Mike Bedwell <[email protected]> wrote: > I modified Gentoo's ebuild file for php to include > --enable-experimental-zts and then recompiled midgard-php and all seems > to be fine now, modules load and everything. i don't know if that means > there is a bug in Gentoo's method of installing php (doesn't enable zts) > and mod_php (does enable zts), or if there is a bug in > midgard-php(doesn't detect that it should enable zts). But, it does > correct the problem to make sure that both mod_php and cli php are > compiled with zts. no idea. ZTS should be defined by (un)commented 'define ZTS' in one of php header files. IIRC. Piotras