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

less code happier maintainer The commit that has a rector prefix is the result of running the rector, the rest is manual.

closes #204 What this cause? a) cwd is set properly => nothing b) cwd is not set properly => somewhere something cause error But it's the caller's responsibility to make...

This PR is introduce the `str_starts_with` `str_ends_with` `str_contains` functions where is possible. It improves code readability and also php8 or above cause an improvement in performance. Mostly automated fixes are...

For Issue #341, I looked into what is needed to put `sfDoctrinePlugin` in a separate package and not have it shipped with the base framework (e.g. propel orm doesn't need...

Good initiative having php-cs-fixer on the CI. But it will make contributor work easier to provide an easy way to execute this linter. ``` test/bin/lint ```

@thePanz This was the best solution I found. If `mode: experimental` is enabled, the exit status is printed but exits the shell with a zero. This changes is because of...

* Fix docker-compose configuration, yaml reference does not deep merge * Always reset submodules at the end of the test's execution * from #270 * Clear memcached cache before each...

The aim of PR is to automate the processes needed to create a version: - [x] change the version in the sfCoreAutoload file - [x] sets changelog header - [x]...