From:             [EMAIL PROTECTED]
Operating system: WinNT 4.0
PHP version:      4.0.5
PHP Bug Type:     Scripting Engine problem
Bug description:  Compile parameter discreapency PH - Calendar

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


-- 
Edit Bug report at: http://bugs.php.net/?id=10731&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to