Jordi Boggiano
|
a3ba6445a4
Cleanups
|
3 years ago |
Marko Vušak
|
0a023ffb23
Calculate exception message according to PHP version (#1644)
|
3 years ago |
Jordi Boggiano
|
cb3675ee15
Try fixing ci
|
3 years ago |
Jordi Boggiano
|
c02d86ffb2
Include record message/context/extra data when throwing an exception because the log cannot be opened, fixes #1630
|
3 years ago |
Jordi Boggiano
|
70fe092867
Simplify memoryIniValueToBytes, tweak code to use less memory overall
|
4 years ago |
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 years ago |
Thomas Praxl
|
764601c606
Expect and document a more concrete exception type
|
6 years ago |
Thomas Praxl
|
3dcb1919a3
Fix misleading @throws tag in StreamHandler doc
|
6 years ago |
Mario Blažek
|
37900f9268
Upgrade PHPUnit to v8
|
6 years ago |
Jordi Boggiano
|
21dde4dedb
Move to strict mode and fix tests
|
9 years ago |
Jordi Boggiano
|
af7c0a7bda
Make handlers more serializable by default by having them close() before sleeping, fixes #365
|
9 years ago |
Jordi Boggiano
|
f200e79879
CS fixes
|
9 years ago |
Jordi Boggiano
|
d7b415c2c8
Make TestCase class available to dependents to help with testing
|
9 years ago |
Jordi Boggiano
|
a7ade9d68f
Only close handles that have been opened by the StreamHandler, fixes #764
|
9 years ago |
Jordi Boggiano
|
b09370b13a
Skip invalid windows tests
|
10 years ago |
Dominik Zogg
|
fe12c5278f
stream handler creates a directory if its possible
|
10 years ago |
Jordi Boggiano
|
b738a6c04c
CS fixes
|
11 years ago |
Theo Kouzelis
|
9752eb9bf3
Removed unnecessary test code and corrected doc style
|
11 years ago |
Theo Kouzelis
|
b838c31b21
Stream Handler Throw Invalid Argument If Not String Or Resource
|
11 years ago |
Ian Babrou
|
6c799b3976
support for log file locking
|
11 years ago |
Jordi Boggiano
|
0ce44f1526
Improve error reporting on failed streams, refs #85
|
13 years ago |
Jordi Boggiano
|
8108272c6c
Added @covers annotations to everything
|
14 years ago |
Christophe Coevoet
|
3cb3dbdc8f
Made the write method protected
|
14 years ago |
Jordi Boggiano
|
3fa6e4b91f
Major refactoring to follow the Logbook model
|
15 years ago |