[PHP-DEV] Closures - Windows build failure

2008-07-09 Thread Matt Wilmas
Hi all, Noticed that PHP 6 snapshots aren't working and got these errors when trying to build: zend_API.obj : error LNK2019: unresolved external symbol _zend_get_closure referenced in function _zend_is_callable_ex zend_execute.obj : error LNK2001: unresolved external symbol _zend_get_closure

Re: [PHP-DEV] Closures - Windows build failure

2008-07-09 Thread Scott MacVicar
Sorted now, the new file was missing from the build files. Scott Matt Wilmas wrote: Hi all, Noticed that PHP 6 snapshots aren't working and got these errors when trying to build: zend_API.obj : error LNK2019: unresolved external symbol _zend_get_closure referenced in function

Re: [PHP-DEV] Closures - Windows build failure

2008-07-09 Thread Matt Wilmas
Hi Scott, Ah thanks, so simple! :-O I should've investigated first since I figured it was probably a Windows-specific file, and not a missing #include, etc. - Original Message - From: Scott MacVicar Sent: Wednesday, July 09, 2008 Sorted now, the new file was missing from the build