Skip to content

Commit 86a2b59

Browse files
author
Анатолий Нехай
committed
minor changes
1 parent afc5114 commit 86a2b59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

functions/path_parse.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
*/
6464
function path_parse(string $path) : array
6565
{
66+
// This will be useful for a long-running application,
67+
// for example if you use the RoadRunner server...
6668
static $cache = [];
6769

6870
if (isset($cache[$path])) {

0 commit comments

Comments
 (0)