Skip to content

Commit 7ed12af

Browse files
committed
Fixing typo - thanks to @Drak
1 parent b4c74d5 commit 7ed12af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/http_foundation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ session follows `open`, `read`, `write` and `close`, with the possibility of
485485
`destroy` and `gc` (garbage collection which will expire any old sessions: `gc`
486486
is called randomly according to PHP's configuration and if called, it is invoked
487487
after the `open` operation). You can read more about this at
488-
`php.net/session.customhandle`_
488+
`php.net/session.customhandler`_
489489

490490

491491
Native PHP Save Handlers
@@ -786,4 +786,4 @@ classes. A proxy for example could be used to encrypt any session transaction
786786
without knowledge of the specific save handler.
787787

788788

789-
.. _`php.net/session.customhandle`: http://php.net/session.customhandler
789+
.. _`php.net/session.customhandler`: http://php.net/session.customhandler

0 commit comments

Comments
 (0)