Hi all,

i'm currently building CVS PHP With Zend Engine 2

dans there is a problem in user stream

/bin/sh libtool --silent --mode=compile gcc  -I/home/manu/phpcvs/php4/main -I/home
/manu/phpcvs/php4/main -DPHP_ATOM_INC -I/home/manu/phpcvs/php4/include -I/home/man
u/phpcvs/php4/main -I/home/manu/phpcvs/php4 -I/home/manu/apache/include -I/home/ma
nu/phpcvs/php4/Zend -I/usr/local/include/freetype2/freetype -I/usr/local/include -
I/home/manu/phpcvs/php4/ext/xml/expat  -DLINUX=22 -DUSE_HSREGEX -DNO_DL_NEEDED -I/
home/manu/phpcvs/php4/TSRM -g -O2  -prefer-pic -c /home/manu/phpcvs/php4/main/user
_streams.c -o main/user_streams.lo

/home/manu/phpcvs/php4/main/user_streams.c:222: parse error

currently on CVS version

#if ZEND_ENGINE_2
                uwrap->ce = *(zend_class_entry**)uwrap->ce;
#endif

it should be

#ifdef ZEND_ENGINE_2
                uwrap->ce = *(zend_class_entry**)uwrap->ce;
#endif

Next it seems to works fine

Manu


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to