Re: [symfony-devs] Introducing Patchwork\UTF-8 - any interest for including in Symfony?

2012-08-09 Thread Fabien Potencier
Hi Nicolas, On 8/9/12 9:10 AM, Nicolas Grekas wrote: Hi guys, I just discovered the Locale Component and its stub intl implementation, so I though you might be interested in knowing about Patchwork UTF-8 . Patchwork UTF-8 provides both a portab

[symfony-devs] Re: Introducing Patchwork\UTF-8 - any interest for including in Symfony?

2012-08-09 Thread Miha Vrhovnik
Hi Nicholas, interesting library, but IMHO you are in a license violation. e.g. the data from transilit.def is taken from iconv and is licensed under LGPL. You reformatted the data into the php serialized format and re-licensed it under the APL 2.0 license. Regards, M On Thursday, August 9,

Re: [symfony-devs] Upgrading from 1.3 => 1.4 (Task "project:upgrade1.4" is not defined.)

2012-08-09 Thread Matt Robinson
On 8 Aug 2012, at 17:05, Garrett wrote: > I am attempting to upgrade Symfony 1.3 => 1.4. However, the data/bin/symfony > script in my Symfony v1.4.18 folder doesn't contain a "project:upgrade1.4" > task for some reason. Receiving an " Task "project:upgrade1.4" is not > defined. " error. Not

[symfony-devs] SSI support

2012-08-09 Thread Sebastian Krebs
Hi, Are there any plans about (partial) SSI support like it already exists for ESI? I use NGinx with fastcgi and as far as I know NGinx is able to cache the different included parts. With this in mind an additional layer (varnish) feels unnecessary to me. I thought about implement it myself,

[symfony-devs] SSI support

2012-08-09 Thread Sebastian Krebs
Hi, Are there any plans about (partial) SSI support like it already exists for ESI? I use NGinx with fastcgi and as far as I know NGinx is able to cache the different included parts. With this in mind an additional layer (varnish) feels unnecessary to me. I thought about implement it myself, b

[symfony-devs] Upgrading from 1.3 => 1.4 (Task "project:upgrade1.4" is not defined.)

2012-08-09 Thread Garrett
Hi, I am attempting to upgrade Symfony 1.3 => 1.4. However, the data/bin/symfony script in my Symfony v1.4.18 folder doesn't contain a "project:upgrade1.4" task for some reason. Receiving an " Task "project:upgrade1.4" is not defined. " error. Not sure why. Any ideas on how to proceed? T

[symfony-devs] Introducing Patchwork\UTF-8 - any interest for including in Symfony?

2012-08-09 Thread Nicolas Grekas
Hi guys, I just discovered the Locale Component and its stub intl implementation, so I though you might be interested in knowing about Patchwork UTF-8 . Patchwork UTF-8 provides both a portability layer for Unicode handling in PHP and a class t

[symfony-devs] Task "project:upgrade1.4" is not defined.

2012-08-09 Thread Garrett
Hi all, I am attempting to upgrade from Symfony v1.3 to v1.4, but, upon running the symfony script in my v1.4.18 folder, I am receiving a *Task "project:upgrade1.4" is not defined.* error. Strange. Any ideas why this task is not defined? Thanks -- If you want to report a vulnerability issue