Add patch to disable GC in ini files
Merge request reports
Activity
This MR proposes a fix for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831752 and https://bugs.launchpad.net/debian/+source/php7.3/+bug/1772915.
I assumed that the php.ini files are being edited in d/rules due to the frequency they change among releases, and that is why I added the change in d/rules and not in a patch (to match the changes to gc_probability). Let me know if you would rather have them in a separate patch.
@athos I think that the files are not changed that much, changing the php.ini from
d/rules
is probably because of historical reasons, so please make it a patch. Otherwise this looks good to me.added 25 commits
-
7a666718...4d5b5a5b - 24 commits from branch
php-team:debian/main/8.1
- d7d623e1 - Add patch to disable GC in ini files
-
7a666718...4d5b5a5b - 24 commits from branch
Thanks, @ondrej
I moved the logic to a patch and also extracted the related bits from the sed commands.
mentioned in merge request !16 (closed)
Refreshing this in !16 (closed).
Edited by Athos Ribeiro