VoIPstudio launches in Spain
VoIPstudio brings award-winning features, premium quality voice and intuitive mobile and desktop performance – at affordable prices to Spanish SoHo, SME and enterprise users Palma de Mallorca, Spain, October 1st, 2018 – VoIPstudio is excited to announce the launch of … Continue reading VoIPstudio launches in Spain
Read more
Jason Hanley
August 20, 2014 15:28
This is great — thanks for posting. However — is it missing a preg_replace /e change in sfRouting.class.php (~line 460)?
Chris
August 20, 2014 22:06
Hi, thanks for pointing to this omission. I have just added missing patch for sfRouting.class.php.
Christian Emmerich
October 27, 2014 13:21
Hi Chris, thanks for all these fixes. There is one addition i’d like to share. sfRouting.class.php uses undefined $params in the callback resulting in strange speaking urls. I added “function ($m) use ($params)” to fix this.
Chris
October 27, 2014 13:34
Hi, thanks for pointing to this omission. I have just corrected this in symfony-patches-php-5. and in github repo.
arek
October 9, 2014 07:31
Would be great if each patch was commented on why it needs such change. Example: sfFileCache.patch – why it is needed.
Would be also nice if these got pushed upstream. I know upstream doesn’t want to maintain old symfony but maybe they could commit these into their repository only.
Chris
October 9, 2014 09:18
Hi, just created Pull Request https://github.com/symfony/symfony1/pull/22