Re: [PHP-DEV] PHP 5.4RC4 does not compile

2012-01-13 Thread Daniel Convissor
Hi: On Fri, Jan 06, 2012 at 06:06:16PM +0100, Steven VAN POECK wrote: cc: /home/steven/php5.4-201201041830/Zend/zend_ini_parser.c: No such file or directory cc: no input files make: *** [Zend/zend_ini_parser.lo] Error 1 This issue is popping up while trying to compile the latest snapshot,

Re: [PHP-DEV] PHP 5.4RC4 does not compile

2012-01-13 Thread Daniel Convissor
Hi Again: This issue is popping up while trying to compile the latest snapshot, php5.4-201201041830, on test.pear.php.net (Debian 6.0.3) using the instructions I put together at https://wiki.php.net/systems/sgrv1. Oh, as Remi pointed out in another thread, this latest snapshot is out of date.

Re: [PHP-DEV] PHP 5.4RC4 does not compile

2012-01-07 Thread Steven VAN POECK
On 01/06/2012 07:46 PM, Antony Dovgal wrote: On 01/06/2012 09:06 PM, Steven VAN POECK wrote: I may be doing this wrong, but on a fresh Debian 6.03 install on a VMWare VM (VMWare tools installed, build-essential installed), the php5.4 rc4 tarball from snaps.php.net (php5.4-201201041830.tar.gz)

[PHP-DEV] PHP 5.4RC4 does not compile

2012-01-06 Thread Steven VAN POECK
Hi, I may be doing this wrong, but on a fresh Debian 6.03 install on a VMWare VM (VMWare tools installed, build-essential installed), the php5.4 rc4 tarball from snaps.php.net (php5.4-201201041830.tar.gz) does not compile. Here's what I did: tar xvzf php5.4-201201041830.tar.gz cd

Re: [PHP-DEV] PHP 5.4RC4 does not compile

2012-01-06 Thread Rafael Kassner
I'm using Ubuntu 11.10 (i686) and same problem in zend_ini_parser.c. As far I remember, RC3 worked fine here. On Fri, Jan 6, 2012 at 3:06 PM, Steven VAN POECK svanpo...@gmail.com wrote: Hi, I may be doing this wrong, but on a fresh Debian 6.03 install on a VMWare VM (VMWare tools installed,

Re: [PHP-DEV] PHP 5.4RC4 does not compile

2012-01-06 Thread Antony Dovgal
On 01/06/2012 09:06 PM, Steven VAN POECK wrote: I may be doing this wrong, but on a fresh Debian 6.03 install on a VMWare VM (VMWare tools installed, build-essential installed), the php5.4 rc4 tarball from snaps.php.net (php5.4-201201041830.tar.gz) does not compile. Can you still reproduce it