Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add note about PHP 5.3 behaviour and proxies.#3018

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
weaverryan merged 2 commits intosymfony:2.1fromunknown repositoryOct 10, 2013
Merged

Add note about PHP 5.3 behaviour and proxies.#3018

weaverryan merged 2 commits intosymfony:2.1fromunknown repositoryOct 10, 2013

Conversation

ghost
Copy link

QA
Doc fix?yes
New docs?no
Applies toall (or 2.1+)
Fixed ticketssymfony/symfony#9119

@wouterj
Copy link
Member

2.1 is deprecated too, this should get merged in 2.2

@ghost
Copy link
Author

It doesn't matter, this is a clarification about the feature so it should be added to2.1.


Under PHP 5.3, you cannot proxy the session handler interface for native PHP handlers,
only user handlers so if you write proxies, be aware they will only work for user-land
session save handlers.
Copy link
Member

Choose a reason for hiding this comment

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

I'd split this into two sentences (I also made some minor tweaks to the wording):

Until PHP 5.3, you cannot proxy the session handler interface for native PHP handlers, but only for custom handlers. Thus, if you write proxies, be aware that they will only workfor user-land session save handlers.

Copy link
Author

Choose a reason for hiding this comment

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

That's wrong. If you say "since 5.3" it means since 5.3.0 up to the current version (5.5.x). That is not the case. "Under PHP 5.3" means all version of PHP 5.3.x

Copy link
Member

Choose a reason for hiding this comment

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

You're correct. I meantuntil (I changed my suggestion). MaybeBefore PHP 5.4 was even better.

Copy link
Author

Choose a reason for hiding this comment

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

Until is still not accurate. Before PHP 5.4 or Under PHP 5.3 are the only two that convey the accuracy of what needs to be said.Before PHP 5.4 is best.

Copy link
Member

Choose a reason for hiding this comment

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

I'm fine withBefore PHP 5.4, but I dont understand why until is not correct.Under PHP 5.3 is giving me the feeling, that it was not possible in all PHP versions before PHP 5.3 and that is has been introduced in PHP 5.3.

weaverryan added a commit that referenced this pull requestOct 10, 2013
Add note about PHP 5.3 behaviour and proxies.
@weaverryanweaverryan merged commitb65456b intosymfony:2.1Oct 10, 2013
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@wouterj@xabbuh@weaverryan

[8]ページ先頭

©2009-2025 Movatter.jp