Re: [PHP-DEV] No configure file on github

2012-04-11 Thread Johannes Schlüter
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

Re: [PHP-DEV] No configure file on github

2012-04-11 Thread Jelle Zijlstra
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

Re: [PHP-DEV] No configure file on github

2012-04-11 Thread Nikita Popov
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

[PHP-DEV] No configure file on github

2012-04-11 Thread 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 configure is through downloading at php.net