Skip to content

[Sync EN] Clarify with enable_post_data_reading=0 body can also be consumed via request_parse_body() (#5511)#2762

Open
MaximePinot wants to merge 1 commit intophp:masterfrom
MaximePinot:fix-2761
Open

[Sync EN] Clarify with enable_post_data_reading=0 body can also be consumed via request_parse_body() (#5511)#2762
MaximePinot wants to merge 1 commit intophp:masterfrom
MaximePinot:fix-2761

Conversation

@MaximePinot
Copy link
Copy Markdown
Contributor

@MaximePinot MaximePinot commented Apr 26, 2026

Fixes #2761 with typo fixed in php/doc-en#5513

Comment thread appendices/ini.core.xml
Comment on lines +833 to +836
Le corps de la requête reste non consommé dans
<link linkend="wrappers.php">php://input</link>
et peut être lu manuellement ou analyé via
<function>request_parse_body</function>.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est ma première PR de traduction 🎉

J'ai repris le vocabulaire de la page request_parse_body, c'est à dire que :

  • je traduis "request body" par "corps de la requête" (et pas "corps de la demande" comme je peux voir ici ?);
  • je traduis "parsed" par "analyé" à la place de "parcouru".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Sync EN] Clarify with enable_post_data_reading=0 body can also be consumed via request_parse_body() (#5511)

1 participant