php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48652 PHP6 Snaps - Invalid CRT parameters detected
Submitted: 2009-06-22 22:39 UTC Modified: 2009-07-06 23:41 UTC
From: paul at mantisforge dot org Assigned: pajoye (profile)
Status: Closed Package: Unknown/Other Function
PHP Version: 6CVS-2009-06-22 (snap) OS: Vista32bit
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: paul at mantisforge dot org
New email:
PHP Version: OS:

 

 [2009-06-22 22:39 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-07-06 23:41 UTC] pajoye@php.net
Error in a dependency, fixed now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 09:01:29 2024 UTC