|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2000-10-25 15:08 UTC] torben@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Thu Oct 30 03:00:01 2025 UTC | 
I have a minor problem but it does not stop my server from functioning. If I put the following in one of my server scripts it will fail: function foo() { print <<< END html data.... END; } However this will work fine: function foo() { print <<< END same html data END; } I am running the mod_php4.0.3pl1 and Apache-1.3.14 packages on a FreeBSD system. Please let me know if you require any other info. I don't know if Zend was compiled into mod_php4.0.3pl1. Thanks for a great tool to work with :) Len Huppe huppe@mailtag.com