Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gc update typo fix #516

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions features/gc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: cff46537f99d702055c2a19cfcf8dec2ab7d375b Maintainer: yannick Status: ready -->
<!-- EN-Revision: 3f93d2472fd7840299461246008b64982ebba5f1 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: pmartin -->

<chapter xml:id="features.gc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down Expand Up @@ -399,7 +399,7 @@ a: (refcount=2, is_ref=1)=array (
Lorsque le ramasse-miettes est activé, l'algorithme de recherche des cycles
décrit ci-dessus est exécuté à chaque fois que le tampon est plein. Le tampon de
racines a une taille fixée à 10.000 racines (ce paramètre est changeable grâce à
<constant>GC_DEFAULT_THRESHOLD</constant> dans <literal>Zend/zend_gc.c</literal>
<constant>GC_THRESHOLD_DEFAULT</constant> dans <literal>Zend/zend_gc.c</literal>
dans le code source de PHP, une recompilation est donc nécessaire). Si le ramasse-
miettes est désactivé, la recherche des cycles l'est aussi. Cependant, les racines
possibles seront toujours enregistrées dans le tampon, ceci ne dépend pas de l'activation
Expand Down