RE: [Vbox4php-develop] Skinnig Support posted
Status: Pre-Alpha
Brought to you by:
philippmueller
|
From: <phi...@in...> - 2001-08-31 14:08:58
|
Hi, >> Parse error: parse error in cvboxlayout.inc.php3 on line 45 >> Is there a special php4 syntax? >Let me explain what this peace of code does: >foreach ($this->objects as $obj =3D> $objstr) The error is quite short to explain: "foreach (arrayX)" is a php4 function, In php3 you normally write: for ($i=3D1, $i<count($arrayX);$i++) Yes and I'm still struggeling updating my server :-( But it should be fixed quite soon. >> btw: w=08hy don't we chance the file extension from 'php3' to 'php'? >this would be a good idea as some people use both php interpreter=20 >versions depending on the ext (php3 -> 3; php4,php,phps -> 4) As nobody objected to use PHP4, we will officially switch to PHP4 from = now on. Therefore we/ I will change all extensions to PHP on the server. Therefore: Please upload all your local changes of the code onto the server, as = I'm not shure, if it would merge after the name change! PS: Yes, and this is my company adress, but please use my home adress if = you want to contact me. Philipp M=FCller |