rrichards Fri Mar 13 14:39:08 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/win32/build config.w32 Log: fix build for VC9 http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.11&r2=1.40.2.8.2.12&diff_format=u Index: php-src/win32/build/config.w32 diff -u php-src/win32/build/config.w32:1.40.2.8.2.11 php-src/win32/build/config.w32:1.40.2.8.2.12 --- php-src/win32/build/config.w32:1.40.2.8.2.11 Fri Oct 10 23:38:14 2008 +++ php-src/win32/build/config.w32 Fri Mar 13 14:39:08 2009 @@ -1,5 +1,5 @@ // vim:ft=javascript -// $Id: config.w32,v 1.40.2.8.2.11 2008/10/10 23:38:14 pajoye Exp $ +// $Id: config.w32,v 1.40.2.8.2.12 2009/03/13 14:39:08 rrichards Exp $ // "Master" config file; think of it as a configure.in // equivalent. @@ -312,6 +312,10 @@ strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c network.c \ php_open_temporary_file.c php_logos.c output.c internal_functions.c php_sprintf.c"); +if (VCVERS >= 14) { + AC_DEFINE('HAVE_STRNLEN', 1); +} + ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \ userspace.c transports.c xp_socket.c mmap.c");
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php