[PHP-DEV] Re: PHP6 Win32 Build Issues

2008-06-01 Thread Marco
I've done some quick checks and I think part of the problem is in the following commit http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2handler/config.w32?r1=1.4r2=1.5 AFAICS mod_php5.c has been renamed mod_php.c in PHP6. Regards Marco

[PHP-DEV] Re: PHP6 Win32 Build Issues

2008-06-01 Thread Marco
mod_php.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] Release_TS\php6apache.dll : fatal error LNK1120: 1 unresolved externals SAPI sapi\apache build complete I think this part was broken with http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/mod_php.c?r1=1.6r2=1.7 Its

Re: [PHP-DEV] Re: PHP6 Win32 Build Issues

2008-06-01 Thread Pierre Joye
Hi, On Sun, Jun 1, 2008 at 3:57 PM, Marco [EMAIL PROTECTED] wrote: mod_php.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] Release_TS\php6apache.dll : fatal error LNK1120: 1 unresolved externals SAPI sapi\apache build complete I think this part was broken with

Re: [PHP-DEV] Re: PHP6 Win32 Build Issues

2008-06-01 Thread Marco
Hi Pierre Can you open a bug report please? One of the windows guys (me or other) will try to fix this as soon as possible. Thanks, bug reported at http://bugs.php.net/bug.php?id=45144 Thanks for the head up! Thanks for the quick response! Regards Marco

Re: [PHP-DEV] Re: PHP6 Win32 Build Issues

2008-06-01 Thread Matt Wilmas
Hi Marco, - Original Message - From: Marco Sent: Sunday, June 01, 2008 I've done some quick checks and I think part of the problem is in the following commit http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2handler/config.w32?r1=1.4r2=1.5 AFAICS mod_php5.c has been renamed

Re: [PHP-DEV] Re: PHP6 Win32 Build Issues

2008-06-01 Thread Marco
You're right about the filename, so I corrected config.w32. Though I'm not sure about the unresolved external part from your next message, so we'll wait for someone with more experience than me in that area I guess. :-) Thanks Matt! Regards Marco

[PHP-DEV] Re: PHP6 Win32 Build Issues

2008-06-01 Thread Marco
Creating library Release_TS\php6apache.lib and object Release_TS\php6apache.exp mod_php.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] Release_TS\php6apache.dll : fatal error LNK1120: 1 unresolved externals SAPI sapi\apache build complete btw, thought i'd check PHP 5.3