[PHP-DEV] Building CVS version with ZendEngine2

2002-03-23 Thread Emmanuel FAIVRE
Hi all, i'm trying to build the cvs version of PHP with ZendEngine2 and have an error in make here is the list of the command : #cvs co php4 #cd php4 #cvs co ZendEngine2 #cvs cv TSRM #mv ZendEngine2 Zend #./buildconf my configure line : #./configure

Re: [PHP-DEV] Building CVS version with ZendEngine2

2002-03-23 Thread Andi Gutmans
I fixed this in the latest CVS. There is still a problem where the new build system doesn't compile and link two files. I mailed Sascha about it. Basically the ./configure needs to test if Zend/zend_objects.c exists and if so it has to also compile zend_objects.c and zend_object_handlers.c