symfony1 icon indicating copy to clipboard operation
symfony1 copied to clipboard

[DEPRECATED -- Use Symfony instead] Fork of symfony 1.4 with DIC, form enhancements, latest Swiftmailer, better performance, composer compatible and PHP 8 support

Results 78 symfony1 issues
Sort by recently updated
recently updated
newest added

``` // prevent symlink obfuscation chdir(dirname($_SERVER['SCRIPT_FILENAME'])); ``` https://github.com/FriendsOfSymfony1/symfony1/blob/573d5790cb007ff8a4447a148497a5516673fcea/data/bin/symfony#L12-L15

# PHP 8.0 & 8.1 compatibility [No enhancement - please consider to use Symfony5+ for your new Project] Target : Maintains maximum backward compatibility down to 5.3. Backport some fixes...

Goal ---- * Removes all side work for contributors that do not provide any value, except effective improvements * Provide the same testing environment for everyone. * Help contributors to...

Dear project maintainers, Thank you very much for all your hard work, it has helped me tremendously! Has any work been carried out towards supporting PHP 8.1? I haven't looked...

This replaces #263. The APC support has been broken for a while now (see [here](https://github.com/FriendsOfSymfony1/symfony1/issues/125) and [here](https://github.com/FriendsOfSymfony1/symfony1/issues/48)) but since `sfAPCCacheTest` is often skipped, it's been overlooked. The issue is that...

[PHP 8.1 introduced a new member to the $_FILES superglobal](https://php.watch/versions/8.1/$_FILES-full-path). This PR allows to accept both array members.

PHP8 corrections

Hello folks, At the end of the discussion of the issue #102 symfony1 and doctrine1 has been moved to the organization. Now the organization have to grow in order to...

Can you give me a general idea about how to start upgrading my app? The app is actively used with dozens of models and modules. Is it possible to upgrade...

The old memache is not longer maintained. In php 7.2 the package is not longer available. Using the memcached class & updated the doctrine cache (memcache) also.