- Original Message
> From: Tom Worster
> To: PHP General List
> Sent: Sunday, September 27, 2009 5:34:45 PM
> Subject: [PHP] intl extension on os x
>
> does anyone know how to install intl on os x 10.5?
>
> it seems a libicu binary is included in os x but not with headers. fink has
> a
does anyone know how to install intl on os x 10.5?
it seems a libicu binary is included in os x but not with headers. fink has
a package for installing the headers. maybe that would allow pecl to install
the intl extension.
has anyone done this successfully? or know any other way to get intl runn
On 26-Sep-09, at 2:38 AM, Ashley Sheridan wrote:
I tend to usually go with the following, using what fits with the
project:
index.php
styles/
images/
scripts/
includes/
---
Add files/ for any download-able files.
Then for multi-lingual projects, I'll add a content/[languag
Here's a little problem I'm just discovering.
The issue has been brought to my attention by a couple of my clients when
their mail() replies were suddenly turning up with zero variable content.
I have several html/php contact/subscribe forms which return a mail reply to
the web site owner. The
Hi Viraj,
well from the viewpoint of the PHP developers, it depends if u allow to
extend a class before it is been declared. If it is allowed that way, then
yes you are right none of the sniped should create an error. If u study the
bug report, u will see that the class is extended before it is de
just upgraded to php 5.2.10-2.2 on debian
now i get this error
[2048] Declaration of form::bindData() should be compatible with that
of db::bindData()
i use __autoload to load these classes.. found this bug report
http://bugs.php.net/bug.php?id=46851, i thought it's this new E_STRICT
bit and tri
6 matches
Mail list logo