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