Archives for: July 2009
Jul
15
Stanislav Malyshev wrote some thoughts on PHP performance.He entitled one of it's performance tips "Avoid extra notices/errors/etc.".I would like to add there:Do not add in your application too much debugging capabilities (in any).Most of you a… more »
Jul
05
John Kleijn composed a list of "10 Signs of Crappy PHP Software".
This list is incredibly good... but I have to add the 11th...
Rewriting in PHP what can be provided by an already written (PECL) extension.
In the age of affordable VPS and (very) c… more »
Jul
05
In a recent post I was writing about mount over ssh, for today let's look at mounting over ftp.
For this you need curlftps:
[radical@acasa ~]$ yum info curlftpfs
Installed Packages
Name : curlftpfs
Arch : x86_64
Version : 0.9.1… more »
Jul
01
Following yesterday news I downloaded PHP 5.3.0 and using the configure options from RC2 (which was already installed on the machine) I installed 5.3.0.
[root@caffeine php-5.3.0]# php -v
PHP 5.3.0 (cli) (built: Jul 1 2009 12:08:08)
Copyright (c)… more »
Recent comments