PHP sucks!! - was: persistent db connections in PHP

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: PFC <lists(at)peufeu(dot)com>
Cc: lawpoop(at)gmail(dot)com, pgsql-general(at)postgresql(dot)org
Subject: PHP sucks!! - was: persistent db connections in PHP
Date: 2007-06-16 16:01:24
Message-ID: 46740954.2000507@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 16/06/2007 16:46, PFC wrote:

> Also note that PHP, being PHP, sucks, and thusly, will not reconnect
> persistent connections when they fail. You have to kick it a bit.

I've seen similar negative comments before on this list about PHP, and
I'm curious to know what informs them.

I use PHP quite a bit, and though I wouldn't claim to be any sort of an
expert, I like it a lot: IMHO it's powerful, fast and easy to use. Mind
you, I came to PHP from an ASP/VBscript background, so anything would
have been an improvement.

Having said that, the main gripes I would have with PHP are (i)
variables aren't strongly typed, which can bite you unless you're
careful, and (ii) you don't have to declare variables before using them,
which can also cause trouble - in VBScript you have "option expicit"
which forces you to declare your variables; I'd like to see something
similar in PHP.

Apologies if this is off-topic for this list, but I'm curious as to why
others reckon that PHP sucks.....

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
---------------------------------------------------------------

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message PFC 2007-06-16 16:04:08 Re: INSERT ... RETURNING in v8.2
Previous Message PFC 2007-06-16 16:00:19 Re: allocate chunk of sequence