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
On Thu, Apr 12, 2012 at 12:55 AM, Yader Hernandez
yader.hernandez@gmail.com 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 install
The only way to get configure is through downloading at php.net
Did you run ./buildconf?
Nikita
2012/4/11 Yader Hernandez yader.hernandez@gmail.com
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
You need to use ./buildconf first.
Hi,
please read http://php.net/git.php
Thanks,
johannes
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