Opened 3 years ago
Closed 3 years ago
#1486410 closed Feature Patches (wontfix)
Replace double quotes by single quotes in program/include/session.inc
| Reported by: | hspaans | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-beta |
| Component: | Core functionality | Version: | git-master |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
As single quotes should be somewhat faster then double quotes in PHP, the ones that could be changed are changed in file program/include/session.inc
Attachments (1)
Change History (2)
Changed 3 years ago by hspaans
comment:1 Changed 3 years ago by alec
- Milestone changed from later to 0.4-beta
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

There's no difference in speed using today's versions of PHP with single/double quoted strings. I like to use double quotes for strings like some messages or SQL queries and single quotes for some short labels. Session functions has been rewritten in [929a508d].