Alexandre Quercia

Results 141 comments of Alexandre Quercia

An example of code on `sfActions` it can be : ```php public function execute($request) { // dispatch action $actionToRun = 'execute'.ucfirst($this->getActionName()); // .... return $this->doCallController($request, $actionToRun); } protected function doCallController($request,...

@Tybaze nice catch. Did you see it from the test suite? I wonder if it is covered.

News, APC tests failed on all versions, so by default there are disabled until patch is done. ``` > ->set('test', 'some random data to store in the cache system... (\'"!#/é$£)',...

@thePanz I remind you that this PR is a dependency for all new one.

Hello @JohannesTyra , I suggest to create a dedicated `sfMemcachedCache` class in order to not introduce back compatibility breaks. And I invite you to check [existing implementation on Symfony4][0]. The...

@e1himself I think too. Moreover because `from braindata:master`. cc @JohannesTyra

> @alquerci @e1himself We have already a memcached implementation; back a couple of months ago I asked if it was OK to submit those changes; what's the current view on...

Hello @teymour That's a huge work here. Can you base your work on #262 and #263 then execute tests ?

Hello @klemens-u I am going to answer all usual question that have the answer on the hand. > Which Doctrine repo do you recommend? https://packagist.org/packages/friendsofsymfony1/doctrine1 > There were some BC...

Hello @fabd > Is that normal? After looking for #17 I found that following. https://github.com/FriendsOfSymfony1/symfony1/blob/1c64cbdfd98f76f0bb1d87ee5736643a32f6f627/lib/config/sfFactoryConfigHandler.class.php#L223-L227 So I can answer: Yes, it is normal regarding the current implementation. Solution 1 --------...