Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18432 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69604 invoked by uid 1010); 25 Aug 2005 16:34:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 69589 invoked from network); 25 Aug 2005 16:34:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2005 16:34:19 -0000 X-Host-Fingerprint: 64.233.162.193 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.193:20373] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 8D/CA-28235-903FD034 for ; Thu, 25 Aug 2005 12:34:17 -0400 Received: by zproxy.gmail.com with SMTP id z6so226451nzd for ; Thu, 25 Aug 2005 09:34:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cgZi7kl4WCmjojZv+FzsBnqutRc0OMVdY11DnOBGjazXTe2ruAOPTOreWYo3ZTY//uy905qgnzm7sw7srNxWA0kl6O4HGqoiYV7C05dJjifgz636/z9lldso48GZfHbVasc0/bfVZDMUfvF0p6rXof2fYLOBxLtEi62/EfRrI1Q= Received: by 10.36.50.10 with SMTP id x10mr107487nzx; Thu, 25 Aug 2005 09:34:14 -0700 (PDT) Received: by 10.36.119.15 with HTTP; Thu, 25 Aug 2005 09:34:14 -0700 (PDT) Message-ID: Date: Thu, 25 Aug 2005 19:34:14 +0300 Reply-To: ovidiu@electricfm.ro.org To: Stanislav Malyshev Cc: Jordan Miller , internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42FCE0E4.604@lerdorf.com> <19310545471.20050822200017@marcus-boerger.de> <877e9a17050822231876308b57@mail.gmail.com> <5.1.0.14.2.20050823220004.07898ec0@localhost> <877e9a17050823215844e885c2@mail.gmail.com> <877e9a1705082322241fc30bca@mail.gmail.com> <6.2.3.4.2.20050824161757.05e7f940@localhost> <35C1A8E0-79E0-4454-8378-01EA0C43BF18@hymiegladstone.com> Subject: Re: PHP 6.0 Wishlist From: grasu32@gmail.com (Ovidiu Farauanu) I am PHP programmer since a time and I wish php to be more closed to a serious language. I am annoyed by a lot of things in PHP. For example in the following code: I ask you why $thestring is available outside of the while loop. I don't want to be boring but php have serious problems like no-namespaces. It gives headaches to any C programmer. It is PHP created for designers with no programming knowledge or for real programmers. Why not let the graphical webmasters to use other SSI like Escapade :) (just kiding). Please read : Why PHP sucks (for large systems) Edwin Martin , PHP Annoyances, I hate PHP, Experiences of Using PHP in Large Websites, Aaron Crane It is PHP created for average programmers or by average programmers. I don't think so ...maybe it is just oversimplification that leads to excessive complexity ... just saying... On 8/25/05, Stanislav Malyshev wrote: > JM>>I think I remember reading that PHP always evaluates expressions from > right > JM>>to left, so I guess there may be a considerable codebase change > required. >=20 > I personally don't see a point in "considerable codebase change" just for= =20 > the sake of syntactic prettyness. It doesn't add anything to the language= =20 > you couldn't easily do otherwise, and the benefit just doesn't justify th= e=20 > investment of effort in this. > --=20 > Stanislav Malyshev, Zend Products Engineer > stas@zend.com http://www.zend.com/ +972-3-6139665 ext.115 >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >