Development

#1485 ([PATCH] sfAutoloadConfigHandler does not escape backslashes in file paths)

You must first sign up to be able to contribute.

Ticket #1485 (closed defect: fixed)

Opened 2 years ago

Last modified 7 months ago

[PATCH] sfAutoloadConfigHandler does not escape backslashes in file paths

Reported by: anthony Assigned to: fabien
Priority: minor Milestone: 1.0.17
Component: configuration Version: 1.0.0-rc1
Keywords: backslash autoload Cc:
Qualification: Unreviewed

Description

sfAutoloadConfigHandler does not escape backslashes in file paths. This is a problem for paths beginning with two backslashes (Windows share address), which will be interpreted by PHP as a single backslash.

Attachments

sfAutoloadConfigHandler.patch (0.5 kB) - added by anthony on 02/21/07 14:12:20.

Change History

02/21/07 14:12:20 changed by anthony

  • attachment sfAutoloadConfigHandler.patch added.

02/26/08 05:25:54 changed by Carl.Vondrick

  • owner set to fabien.
  • component set to configuration.
  • qualification set to Unreviewed.

06/23/08 07:32:26 changed by dwhittle

  • status changed from new to closed.
  • resolution set to fixed.

(In [9777]) 1.1: fixed autoload paths on windows (closes #1485)

06/23/08 09:25:27 changed by fabien

  • status changed from closed to reopened.
  • resolution deleted.
  • milestone set to 1.0.17.

also need to be backported to 1.0

06/23/08 09:40:21 changed by dwhittle

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [9784]) 1.0: fixed autoload paths on windows (closes #1485)