|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-09-04 13:53 UTC] tony2001@php.net
[2004-09-04 16:28 UTC] stantoney at firmfoundationtechnology dot com
[2004-09-04 16:48 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 20:00:01 2025 UTC |
Description: ------------ I'm uploading web pages to a new server and a PHP script is not parsing fully. It reaches a line that has a > in the line and stops. Here is part of the relevant code <?php require_once "cgi-bin/carp.php"; CarpConf('linktarget',1); CarpConf('bilink','<div style="background: #cccccc; width: 180; padding: 2px; border-width: 1px; border-style: inset; border-color: #333333;">'); CarpCacheShow("http://news.com.com/2547-1_3-0-5.xml"); ?> The error occurs at the end of the bilink config line. Once the script hits the > near the end of the line it exits the script. It works fine under PHP 2.3.4. CarpConf refers to a function provided by CaRP, a RSS feed converter at http://www.geckotribe.com/rss/carp/ Reproduce code: --------------- http://s108329740.onlinehome.us/ Expected result: ---------------- Correct (current Site) http://www.firmfoundationtechnology.com/ Here are links to PHPinfo scripts for reference. GOOD Site - http://www.firmfoundationtechnology.com/scripts/phpinfo.php BAD Site - http://s108329740.onlinehome.us/scripts/phpinfo.php