From:             paul at mantisforge dot org
Operating system: Vista32bit
PHP version:      6CVS-2009-06-22 (snap)
PHP Bug Type:     Compile Failure
Bug description:  PHP6 Snaps - Invalid CRT parameters detected

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 bug report at http://bugs.php.net/?id=48652&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48652&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48652&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48652&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48652&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48652&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48652&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48652&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48652&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48652&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48652&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48652&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48652&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48652&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48652&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48652&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48652&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48652&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48652&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48652&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48652&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48652&r=mysqlcfg

Reply via email to