Jordi Boggiano
|
0779fb91e5
Close and reopen file handles if a write fails (#1882)
|
1 gadu atpakaļ |
Pedro Peixoto
|
8ae546b2b9
Allow the user to define a custom mode when `fopen`-ing a log file (#1913)
|
1 gadu atpakaļ |
Jordi Boggiano
|
233e0b27a0
Ensure private error handler does not cause problems, fixes #1866
|
1 gadu atpakaļ |
李铭昕
|
1b93764d15
Fixed bug that `restore_error_handler` will not be executed if there is an exception before restore should happen (#1815)
|
2 gadi atpakaļ |
Jordi Boggiano
|
475bc87409
Fix issues
|
3 gadi atpakaļ |
Max Ageev
|
af8efac0d5
Check if errorMessage contain error "File exists"
|
3 gadi atpakaļ |
Jordi Boggiano
|
c02d86ffb2
Include record message/context/extra data when throwing an exception because the log cannot be opened, fixes #1630
|
3 gadi atpakaļ |
Jordi Boggiano
|
9d1fed4aff
Fix insane-memory-limit handling in StreamHandler, fixes #1592
|
4 gadi atpakaļ |
Jordi Boggiano
|
70fe092867
Simplify memoryIniValueToBytes, tweak code to use less memory overall
|
4 gadi atpakaļ |
jcm
|
0b22036ab6
Add method in Utils to convert memory values from php_ini into bytes, and use lower amount of chunk size based on memory limit
|
4 gadi atpakaļ |
Jordi Boggiano
|
19542ed8ef
Normalize @inheritDoc tags, refs #1557
|
4 gadi atpakaļ |
Jordi Boggiano
|
8b5278d8e1
Bump phpstan to level 8
|
4 gadi atpakaļ |
Jordi Boggiano
|
13d40f953f
More type fixes towards level 7
|
4 gadi atpakaļ |
Jordi Boggiano
|
01d104aa78
Add Record/Level/LevelName type aliases and improve phpstan type coverage to level 6
|
4 gadi atpakaļ |
David Schneider
|
df3b93b701
Set StreamHandler stream chunk size, fixes #1552
|
4 gadi atpakaļ |
Jordi Boggiano
|
6541075a8e
Merge branch '1.x'
|
5 gadi atpakaļ |
axell-brendow
|
bcca19cee0
Improve exception message
|
5 gadi atpakaļ |
Alex Elkins
|
27ce3a47d4
Fix grammatical error
|
5 gadi atpakaļ |
Jordi Boggiano
|
eb4dc3aa6b
Merge branch '1.x'
|
5 gadi atpakaļ |
Jordi Boggiano
|
c50950d79e
Canonicalize paths when constructing RotatingFileHandler/StreamHandler, fixes #1326
|
5 gadi atpakaļ |
Thomas Praxl
|
764601c606
Expect and document a more concrete exception type
|
6 gadi atpakaļ |
Thomas Praxl
|
3dcb1919a3
Fix misleading @throws tag in StreamHandler doc
|
6 gadi atpakaļ |
Thomas Perez
|
4e095f38f4
Fix error_handler return type declaration
|
6 gadi atpakaļ |
Jordi Boggiano
|
10bfeb8bcd
Merge branch '1.x'
|
6 gadi atpakaļ |
yasutomog
|
ab7e54e7df
For when the date changes during a long process.
|
6 gadi atpakaļ |
Jordi Boggiano
|
4a33226f25
Wrap up type-hint adding to all handlers
|
7 gadi atpakaļ |
Jordi Boggiano
|
06143b03e5
Add a bunch of return types and fix type inconsistencies reports from phan
|
7 gadi atpakaļ |
Jordi Boggiano
|
41b8f5ebf4
CS fixes
|
7 gadi atpakaļ |
Jordi Boggiano
|
cf33c12b4f
Merge branch '1.x'
|
7 gadi atpakaļ |
Josh McRae
|
c0eeca76fd
Check for directory before throwing 'no existing directory' exception
|
8 gadi atpakaļ |