Re: [PHP] intl extension on os x

2009-09-27 Thread Tommy Pham
- 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

[PHP] intl extension on os x

2009-09-27 Thread Tom Worster
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

Re: [PHP] Web Site Directory Layout

2009-09-27 Thread George Langley
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

[PHP] Issue of upgrading from to 5.x

2009-09-27 Thread Chris Streatfield
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

[PHP] Re: turning off a E_STRICT or fix for a bad coding habit

2009-09-27 Thread Ralph Deffke
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

[PHP] turning off a E_STRICT or fix for a bad coding habit

2009-09-27 Thread viraj
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