Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "J.O. Aho" Newsgroups: comp.lang.php Subject: Re: Build php pthreads 2 from source Date: Tue, 12 Jan 2016 17:39:53 +0100 Lines: 24 Message-ID: References: <3bbab9f2-e0fa-482a-a0b5-ffae6c1e9c80@googlegroups.com> <5b76ef5d-cbe1-4069-8e9b-a5c310e827d6@googlegroups.com> <9d820416-36be-4b6b-b68e-09be3b5b9273@googlegroups.com> <46cfe500-1750-45e7-91d3-42a3d69c069d@googlegroups.com> <71c53fb4-e3f9-4289-936e-c1bc783d4604@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net 5pelC5NbJvZFM4Irmox8ggutKSl3/xAFfQcWXfZsBsuPzMir3K Cancel-Lock: sha1:Y/WByuzYYTd5Zq9iWtT/NVnDo1g= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 In-Reply-To: <71c53fb4-e3f9-4289-936e-c1bc783d4604@googlegroups.com> Xref: csiph.com comp.lang.php:16219 On 01/12/2016 03:23 PM, James Wang wrote: > On Tuesday, 12 January 2016 14:04:57 UTC, Jerry Stuckle wrote: > >> Yes, and I gave you the link on how to build it. You use the PECL >> command to download and install the packages. You can use it to install >> any version of any package in the PECL library, i.e. >> >> pecl install pthreads-2.0.10 > > Thanks a lot indeed (though, i had: configure: error: pthreads requires ZTS, please re-compile PHP with ZTS enabled) > > Update: I built php7 from source and installed pthreads using php7's pecl tool > > Thanks again > You need to enable ZTS when you configure PHP source before compiling. ./configure --enable-maintainer-zts ... -- //Aho