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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Mon Dec 30 17:01:29 2024 UTC