Hi,
please read http://php.net/git.php
Thanks,
johannes
On Wed, 2012-04-11 at 15:55 -0700, Yader Hernandez wrote:
> Hello,
>
> Is there a reason why the github repo doesn't contain configure file? I
> would have thought that I could do something like:
>
> git clone https://github.com/php/php-s
2012/4/11 Yader Hernandez
> Hello,
>
> Is there a reason why the github repo doesn't contain configure file? I
> would have thought that I could do something like:
>
> git clone https://github.com/php/php-src.git
>
> cd php-src
>
> ./configure
>
> make && make install
>
> The only way to get conf
On Thu, Apr 12, 2012 at 12:55 AM, Yader Hernandez
wrote:
> Hello,
>
> Is there a reason why the github repo doesn't contain configure file? I
> would have thought that I could do something like:
>
> git clone https://github.com/php/php-src.git
>
> cd php-src
>
> ./configure
>
> make && make instal
Hello,
Is there a reason why the github repo doesn't contain configure file? I
would have thought that I could do something like:
git clone https://github.com/php/php-src.git
cd php-src
./configure
make && make install
The only way to get configure is through downloading at php.net