ID: 48652 Updated by: paj...@php.net Reported By: paul at mantisforge dot org -Status: Open +Status: Assigned Bug Type: Compile Failure Operating System: Vista32bit PHP Version: 6CVS-2009-06-22 (snap) -Assigned To: +Assigned To: pajoye
Previous Comments: ------------------------------------------------------------------------ [2009-06-22 22:39:57] paul at mantisforge dot org Description: ------------ PHP6 windows snapshots builds Invalid CRT when including a file library issue? Reproduce code: --------------- PHP 6.0.0-dev (cli) (built: Jun 20 2009 12:21:26) Copyright (c) 1997-2009 The PHP Group Zend Engine v3.0.0-dev, Copyright (c) 1998-2009 Zend Technologies c:\php6>type 1.php <?php include( '2.php') ?> c:\php6>type 2.php <?php echo 'moo'?> c:\php6>php 1.php Expected result: ---------------- moo Actual result: -------------- Warning: Invalid CRT parameters detected in C:\php6\1.php on line 1 Warning: Invalid CRT parameters detected in C:\php6\1.php on line 1 Warning: Invalid CRT parameters detected in C:\php6\1.php on line 1 moo ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48652&edit=1