php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10731 Compile parameter discreapency PH - Calendar
Submitted: 2001-05-08 09:24 UTC Modified: 2001-05-08 09:30 UTC
From: godin dot gilles at ic dot gc dot ca Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.5 OS: WinNT 4.0
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: godin dot gilles at ic dot gc dot ca
New email:
PHP Version: OS:

 

 [2001-05-08 09:24 UTC] godin dot gilles at ic dot gc dot ca
When processing the followin page:

<html>
<head>
<title>Bienvenu!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<center><p>
<?
for ($ftsize = 1;  $ftsize < 8; $ftsize++) { 
?>
  <font size=<? echo $ftsize ?>>Bonjour et Bienvenu!</font><br>
<?
}
?>
</p></center>
<h3> Nous sommes aujourd'hui  
<?PHP echo Date("l, Y/m/j H:i:s") ?>.
</h3>
<p>
<?php PHPINFO() ?>
</p>
</body>
</html>

... I get the following message:

PHP:  Error parsing c:\winnt\system32\inetsrv\browscap.ini on line 6300
PHP Warning:  Calendar: Unable to initialize module
Module compiled with debug=0, thread-safety=1 module API=20000609
PHP compiled with debug=0, thread-safety=1 module API=20001222
These options need to match
 in Unknown on line 0

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-08 09:30 UTC] derick@php.net
This is not a bug. Modules only work with specific versions of PHP. So please use a php 4.0.5 version of the calendar module
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 02:01:28 2025 UTC