Re: [PHP-DEV] [rmtools][php-5.4] Build error between r and 311062

2011-05-15 Thread Pierre Joye
On Mon, May 16, 2011 at 1:59 AM, Ferenc Kovacs wrote: > I would guess, that > "That being said, a warning php has been a sweet from many of us but > some devs simply do not want that ;-)." > should be > "That being said, a warning-free php has been a sweet dream for many of us > but > some devs s

Re: [PHP-DEV] [rmtools][php-5.4] Build error between r and 311062

2011-05-15 Thread Ferenc Kovacs
On Mon, May 16, 2011 at 1:44 AM, Pierre Joye wrote: > hi, > > On Mon, May 16, 2011 at 12:11 AM, Richard Quadling > wrote: > > On 15 May 2011 21:37, wrote: > >> > >> This is an automatic mail from the rmtoool's build bots. > >> > >> New build errors have been introduced between > >> and 311062.

[PHP-DEV] SVN Account Request: tyrael

2011-05-15 Thread Ferenc Kovacs
As Rasmus suggested on the list, I fixed some failing tests, and planning to do more. https://gist.github.com/973681 the patch should cleanly apply to the 5_3 branch and trunk also. about the fixes: ext/standard/tests/file/bug39863.phpt this is fixed in 5_3, so I removed the XFAIL, but AFAIK TR

Re: [PHP-DEV] [rmtools][php-5.4] Build error between r and 311062

2011-05-15 Thread Pierre Joye
hi, On Mon, May 16, 2011 at 12:11 AM, Richard Quadling wrote: > On 15 May 2011 21:37,   wrote: >> >> This is an automatic mail from the rmtoool's build bots. >> >> New build errors have been introduced between >> and 311062. >> >> The errors are: >> >> php-5.4, build ts-windows-vc9-x86: >> , NMAK

Re: [PHP-DEV] [rmtools][php-5.4] Build error between r and 311062

2011-05-15 Thread Richard Quadling
On 15 May 2011 21:37, wrote: > > This is an automatic mail from the rmtoool's build bots. > > New build errors have been introduced between > and 311062. > > The errors are: > > php-5.4, build ts-windows-vc9-x86: > , NMAKE, error, U1077, '"C:\Program Files (x86)\Microsoft Visual Studio > 9.0\VC\

[PHP-DEV] [rmtools][php-5.4] Build error between r and 311062

2011-05-15 Thread noreply
This is an automatic mail from the rmtoool's build bots. New build errors have been introduced between and 311062. The errors are: php-5.4, build ts-windows-vc9-x86: , NMAKE, error, U1077, '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' : return code '0x2', Full log

Re: [PHP-DEV] autoconf 2.60+ support

2011-05-15 Thread Rasmus Lerdorf
On 05/15/2011 03:00 AM, Sebastian Bergmann wrote: autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader: WARNING: and `config.h.top', to define templates for `config.h.in' autoheader: WARNING: is deprecated and discouraged. autoheader: autoheader: WARNING: Usi

Re: [PHP-DEV] autoconf 2.60+ support

2011-05-15 Thread Stefan Marr
Hi: On 15 May 2011, at 12:00, Sebastian Bergmann wrote: > On 05/15/2011 11:45 AM, Rasmus Lerdorf wrote: >> Let me know if there are any autoconf-related problems and we will get >> them tracked down. > > I am seeing the following warnings on Fedora 15 > > . > Not sure this is a problem si

Re: [PHP-DEV] autoconf 2.60+ support

2011-05-15 Thread Sebastian Bergmann
On 05/15/2011 11:45 AM, Rasmus Lerdorf wrote: Let me know if there are any autoconf-related problems and we will get them tracked down. I am seeing the following warnings on Fedora 15 Forcing buildconf buildconf: checking installation... buildconf: autoconf version 2.68 (ok) rebuildin

[PHP-DEV] autoconf 2.60+ support

2011-05-15 Thread Rasmus Lerdorf
As you may have noticed, I have fixed the autoconf stuff to work with autoconf 2.60+ in PHP_5_4 and trunk. In the past I have tried to make it support both <2.60 and >=2.60 at the same time and it never worked. autoconf 2.60 was released in June 2006, so nearly 5 years ago and it is in every mo