1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 06:02:23 +02:00
Files
archived-php-src/ext
Denis Ryabov d3a6054d44 Fix/improve handling of escaping in ini parser
Quoting from UPGRADING:

- A leading dollar in a quoted string can now be escaped: "\${" will now be
  interpreted as a string with contents `${`.

- Backslashes in double quoted strings are now more consistently treated as
  escape characters. Previously, "foo\\" followed by something other than a
  newline was not considered as a teminated string. It is now interpreted as a
  string with contents `foo\`. However, as an exception, the string "foo\"
  followed by a newline will continue to be treated as a valid string with
  contents `foo\` rather than an unterminated string. This exception exists to
  support naive uses of Windows file pahts as "C:\foo\".

Closes GH-7420.
2021-08-30 16:59:22 +02:00
..
2021-06-29 17:13:02 +02:00
2021-07-20 12:28:35 +02:00
2021-07-20 12:28:35 +02:00
2021-08-26 18:44:04 +02:00
2021-08-17 12:27:39 +02:00
2021-08-24 11:43:31 +02:00
2021-06-29 17:13:02 +02:00
2021-08-30 14:09:24 +02:00
2021-07-08 16:46:08 +02:00
2021-06-29 17:13:02 +02:00
2021-08-20 16:53:25 +02:00
2021-07-28 11:02:26 +02:00
2021-08-23 23:44:06 -07:00
2021-07-20 12:28:35 +02:00
2021-07-23 17:51:15 +02:00
2021-08-03 12:16:13 +02:00
2021-08-20 14:27:24 +02:00
2021-08-12 12:02:37 +02:00
2021-08-18 16:39:36 +02:00
2021-07-20 12:28:35 +02:00
2021-07-20 12:28:35 +02:00
2021-07-30 17:26:39 +02:00
2021-08-12 02:28:26 +03:00
2021-06-29 17:13:02 +02:00
2021-07-30 17:26:39 +02:00
2021-08-13 15:48:47 +02:00