cvs: ZendEngine2(PHP_5_3) /tests bug42143.phpt php-src/win32/build config.w32.h.in

[email protected] ("Pierre-Alain Joye") Fri, 29 May 2009 08:11:37 -0000
Newsgroups php.zend-engine.cvs
Message-ID <cvspajoye1243584697@cvsserver>
pajoye		Fri May 29 08:11:37 2009 UTC

  Added files:                 (Branch: PHP_5_3)
    /ZendEngine2/tests	bug42143.phpt 

  Modified files:              
    /php-src/win32/build	config.w32.h.in 
  Log:
  - MF52: #42143, the constant NAN is reported as 0 on Windows
  
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.7.2.4.2.3.2.12&r2=1.7.2.4.2.3.2.13&diff_format=u
Index: php-src/win32/build/config.w32.h.in
diff -u php-src/win32/build/config.w32.h.in:1.7.2.4.2.3.2.12 php-src/win32/build/config.w32.h.in:1.7.2.4.2.3.2.13
--- php-src/win32/build/config.w32.h.in:1.7.2.4.2.3.2.12	Mon Apr  6 09:14:54 2009
+++ php-src/win32/build/config.w32.h.in	Fri May 29 08:11:36 2009
@@ -1,6 +1,6 @@
 /*
 	Build Configuration Template for Win32.
-	$Id: config.w32.h.in,v 1.7.2.4.2.3.2.12 2009/04/06 09:14:54 kalle Exp $
+	$Id: config.w32.h.in,v 1.7.2.4.2.3.2.13 2009/05/29 08:11:36 pajoye Exp $
 */
 
 /* Define the minimum supported version */
@@ -160,7 +160,7 @@
 
 #undef HAVE_ATOF_ACCEPTS_NAN
 #undef HAVE_ATOF_ACCEPTS_INF
-#define HAVE_HUGE_VAL_NAN 1
+#define HAVE_HUGE_VAL_NAN 0
 
 /* vs.net 2005 has a 64-bit time_t.  This will likely break
  * 3rdParty libs that were built with older compilers; switch

http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/bug42143.phpt?view=markup&rev=1.1
Index: ZendEngine2/tests/bug42143.phpt
+++ ZendEngine2/tests/bug42143.phpt