| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Suppress warnings when trying to call is_link(), is_dir() and is_file()
on the web server root directory when open_basedir is set.
PHPBB3-15643
|
| |
| |
| |
| | |
PHPBB3-15255
|
|/
|
|
|
|
| |
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
|
|
|
|
| |
PHPBB3-15678
|
|
|
|
| |
PHPBB3-14972
|
|
|
|
| |
PHPBB3-14033
|
|
|
|
|
|
|
| |
phpbb_is_writable() of filesystem class uses 'w' mode to fopen files
which causes checked files to be truncated. Use the 'c' mode instead.
PHPBB3-13814
|
|
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
|