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
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
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
Hannes Magnusson kirjoitti:
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