|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-03-31 11:36 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 19:00:02 2025 UTC |
Compiled CGI rc2 this morning on FreeBSD 2.2.1 - No errors. Tried to run some scripts. Parse error at 'do {' line. <? $i = 0; do { echo $i++ . "\n"; } while ($i < 3); ?> php -q do.php3 <br> <b>Parse error</b>: parse error in <b>do.php3 on line <b>3</b><br> do {} while(); dropped out of RC2?