php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57327 apc.php uses short tag (patch included)
Submitted: 2006-10-27 13:00 UTC Modified: 2006-10-27 14:33 UTC
From: phpbugs at thequod dot de Assigned: shire (profile)
Status: Closed Package: APC (PECL)
PHP Version: 5_1 CVS-2006-10-27 OS: Ubuntu Linux
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: phpbugs at thequod dot de
New email:
PHP Version: OS:

 

 [2006-10-27 13:00 UTC] phpbugs at thequod dot de
Description:
------------
I'm using APC from CVS (apc.php rev. 3.63) and it uses 
short tags.

Reproduce code:
---------------
-

Expected result:
----------------
-

Actual result:
--------------
Patch:

Index: apc.php
===================================================================
RCS file: /repository/pecl/apc/apc.php,v
retrieving revision 3.63
diff -u -r3.63 apc.php
--- apc.php     11 Sep 2006 01:58:18 -0000      3.63
+++ apc.php     27 Oct 2006 16:59:07 -0000
@@ -489,7 +489,7 @@
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN">
 <html>
-<head><title>APC INFO <?= $host ?></title>
+<head><title>APC INFO <?php echo $host ?></title>
 <style><!--
 body { background:white; font-size:100.01%; margin:0; 
padding:0; }
 body,p,td,th,input,submit { 
font-size:0.8em;font-family:arial,helvetica,sans-serif; }


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-27 14:33 UTC] shire@php.net
Thank you for the patch, it has been applied to CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 18:01:35 2024 UTC