- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 181
Comparing changes
Open a pull request
base repository: FriendsOfSymfony1/symfony1
base: v1.5.15
head repository: FriendsOfSymfony1/symfony1
compare: v1.5.16
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 31d2c60 - Browse repository at this point
Copy the full SHA 31d2c60View commit details
Commits on Jan 13, 2023
-
Fix(deprecations) Fix deprecations in sfMessageSource_Aggregate (#277)
* Fix(deprecations) Fix deprecations in sfMessageSource_Aggregate, add return types from implemented sfIMessageSource
Configuration menu - View commit details
-
Copy full SHA for 2c5a4d6 - Browse repository at this point
Copy the full SHA 2c5a4d6View commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ffbbce6 - Browse repository at this point
Copy the full SHA ffbbce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cbd557 - Browse repository at this point
Copy the full SHA 2cbd557View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc824de - Browse repository at this point
Copy the full SHA dc824deView commit details
Commits on Nov 17, 2023
-
Fix: avoid creating dynamic property $options in sfViewCacheManager (#…
…290) Dynamic properties are deprecated since PHP8.2
Configuration menu - View commit details
-
Copy full SHA for 3c59273 - Browse repository at this point
Copy the full SHA 3c59273View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef9f881 - Browse repository at this point
Copy the full SHA ef9f881View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2826410 - Browse repository at this point
Copy the full SHA 2826410View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8ba3ff2 - Browse repository at this point
Copy the full SHA 8ba3ff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a68033 - Browse repository at this point
Copy the full SHA 2a68033View commit details
Commits on Dec 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 21c70f1 - Browse repository at this point
Copy the full SHA 21c70f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe8979 - Browse repository at this point
Copy the full SHA 1fe8979View commit details
Commits on Jan 3, 2024
-
- Using negative TTLs to force the immediate expiration of keys, while convenient in tests, doesn't work consistently with APC and is an undocumented feature. Using a low TTL and sleep() is what guarantees that it works for APC. See krakjoe/apcu#184 - The setting apc.use_request_time interferes with key expiration when running on the CLI. Making sure it always has a sensible value for running the tests. See krakjoe/apcu#392
Configuration menu - View commit details
-
Copy full SHA for be784fc - Browse repository at this point
Copy the full SHA be784fcView commit details -
Support for the APCu extension (through sfAPCuCache) as an alternative to APC, which no longer works with recent versions of PHP.
Configuration menu - View commit details
-
Copy full SHA for 1d14219 - Browse repository at this point
Copy the full SHA 1d14219View commit details -
Fix sfCacheSessionStorageTest with PHP>=7.2
From PHP 7.2 onward, session functions are stricter and may not work if output/headers have already been sent out. Using output buffering prevents this issue.
Configuration menu - View commit details
-
Copy full SHA for 5615daa - Browse repository at this point
Copy the full SHA 5615daaView commit details -
Replace the use of sfAPCCache with sfFileCache in sfCacheSessionStorageTest so that it doesn't depend on APC being available.
Configuration menu - View commit details
-
Copy full SHA for 5837057 - Browse repository at this point
Copy the full SHA 5837057View commit details -
Fix deprecation on stropos() usage on sfDebug::shortenFilePath (#299)
Fix PHP v8.x deprecation on strpos() usage with `null` as first parameter
Configuration menu - View commit details
-
Copy full SHA for 1446798 - Browse repository at this point
Copy the full SHA 1446798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57758f5 - Browse repository at this point
Copy the full SHA 57758f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1dc877 - Browse repository at this point
Copy the full SHA d1dc877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6edd425 - Browse repository at this point
Copy the full SHA 6edd425View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 806ce84 - Browse repository at this point
Copy the full SHA 806ce84View commit details -
Configuration menu - View commit details
-
Copy full SHA for d60c2c1 - Browse repository at this point
Copy the full SHA d60c2c1View commit details
Commits on Jan 14, 2024
-
Merge pull request #307 from iricketson/fix/sfValidatorIp
[PHP] Replace default $flags variable with 0
Configuration menu - View commit details
-
Copy full SHA for d0f559c - Browse repository at this point
Copy the full SHA d0f559cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f19a707 - Browse repository at this point
Copy the full SHA f19a707View commit details -
Merge pull request #306 from iricketson/fix/sfDoctrineFormGenerator
[PHP8] Declare sfDoctrineFormGenerator $params property
Configuration menu - View commit details
-
Copy full SHA for abdbd74 - Browse repository at this point
Copy the full SHA abdbd74View commit details
Commits on Jan 17, 2024
-
Fix build badge, update supported PHP version and other minor tweaks.
Configuration menu - View commit details
-
Copy full SHA for 66e79cf - Browse repository at this point
Copy the full SHA 66e79cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 424ed4d - Browse repository at this point
Copy the full SHA 424ed4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d26d67 - Browse repository at this point
Copy the full SHA 9d26d67View commit details -
Fix PHP8.1 sfForm - Unsupported operand types: array + null on sfForm…
…::updateValues() Avoid error: Fatal error: Uncaught TypeError: Unsupported operand types: array + null in lib\form\sfForm.class.php:319 Step to reproduce : $form = new sfForm(); $form->updateValues(array('foo' => 'value')); PHP 5.3 coding style May use sfForm::getValues(), but as sfForm::updateValues() is a hack, it could be used before bind ($this->isBound = true);
Configuration menu - View commit details
-
Copy full SHA for b88d698 - Browse repository at this point
Copy the full SHA b88d698View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a15114 - Browse repository at this point
Copy the full SHA 2a15114View commit details -
Merge pull request #311 from FriendsOfSymfony1/fix-link-to-github-pip…
…eline-badge Fix link to GitHub pipeline badge
Configuration menu - View commit details
-
Copy full SHA for d90dc72 - Browse repository at this point
Copy the full SHA d90dc72View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e9f94 - Browse repository at this point
Copy the full SHA e6e9f94View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6354fd3 - Browse repository at this point
Copy the full SHA 6354fd3View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55a02ab - Browse repository at this point
Copy the full SHA 55a02abView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.