| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-14948
|
|
|
|
|
|
|
|
| |
In PHP 7.2, the severity of the message “Use of undefined constant” was raised
from E_NOTICE to E_WARNING, so calling $array[ITEM] causes warning caught by
error collector. Use undefined offset notice to get an empty message as such.
PHPBB3-14972
|
|
|
|
| |
PHPBB3-14576
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
https://tracker.phpbb.com/browse/PHPBB3-13306
PHPBB3-13306
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-11700
|
|
|
|
| |
PHPBB3-11698
|
|
|
|
| |
PHPBB3-9916
|
|
We remove the phpBB root path from errfile. This is consistent with how
msg_handler handles E_WARNING messages etc.
PHPBB3-10369
|