array.c broken

php.internals

Stanislav Malyshev

18 years ago
Looks like recent changes to array.c broke the build for 5.3: line 4092 is: zend_fcall_info fci = empty_fcall_info; but empty_fcall_info doesn't seem to be defined anywhere. Please fix.
-- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com

Hannes Magnusson

18 years ago
On Nov 7, 2007 7:18 PM, Stanislav Malyshev <stas@zend.com> wrote:
> Looks like recent changes to array.c broke the build for 5.3: > line 4092 is: > zend_fcall_info fci = empty_fcall_info; > but empty_fcall_info doesn't seem to be defined anywhere. Please fix.
cvs up Zend Checking out the "php5" pseudo module will safe you a lot of headaches like this. -Hannes

Stanislav Malyshev

18 years ago
> cvs up Zend > > Checking out the "php5" pseudo module will safe you a lot of headaches > like this.
That's what I did, but for some reason my cvs decided to ignore Zend changes... Sorry for false alarm.
-- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com

Jani Taskinen

18 years ago
Hannes Magnusson kirjoitti:
> On Nov 7, 2007 7:18 PM, Stanislav Malyshev <stas@zend.com> wrote: >> Looks like recent changes to array.c broke the build for 5.3: >> line 4092 is: >> zend_fcall_info fci = empty_fcall_info; >> but empty_fcall_info doesn't seem to be defined anywhere. Please fix. > > cvs up Zend > > Checking out the "php5" pseudo module will safe you a lot of headaches > like this.
Indeed. And I rarely commit something that doesn't compile.. :) --Jani