> Here's what I get when trying to compile the latest snapshot of PHP with > your patch (on FreeBSD 4.2 -- I will try on Slackware 8 next): > > OD_SSL=208104 -DEAPI -DUSE_EXPAT -I/usr/home/rick/snaps.php/php4-20020206180 > 0/TSRM -g -O2 -prefer-pic -c session.c > session.c: In function `php_session_start': > session.c:850: `php_session_none' undeclared (first use in this function) > session.c:850: (Each undeclared identifier is reported only once > session.c:850: for each function it appears in.) > session.c:940: `var' undeclared (first use in this function) > session.c: In function `zif_session_set_save_handler': > session.c:1133: `php_session_none' undeclared (first use in this function) > session.c: In function `zif_session_unset': > session.c:1421: `php_session_none' undeclared (first use in this function) > *** Error code 1
Hi, patch is not applied correctly. Change directory to php4 source root. then patch -p0 < session.diff (Since file path in the patch is "ext/session/<some_file_name_here>") Then you should be able to compile w/o any warnings and errors. You need to change directory and use appropriate -p option depends on patch. See also man page for patch. -- Yasuo Ohgaki _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php