Matias Griese
fa66cb6c00
Fix #262 : Silenced errors won't fill error_get_last() array
2015-02-17 14:42:26 +02:00
Denis Sokolov
01f84f8121
Merge pull request #259 from staabm/userfunc
...
directly invoke callables instead of call_user_func.
2015-01-22 17:11:11 +02:00
Markus Staab
8d15a7357e
directly invoke callables instead of call_user_func.
...
eases debugging, because of simpler stacktraces.
2015-01-22 15:36:47 +01:00
Denis Sokolov
37ba42c184
Merge pull request #257 from funivan/patch-1
...
Fix phpdoc
2015-01-21 22:08:56 +02:00
ivan
a7907a39ee
Fix phpdoc
2015-01-21 16:28:03 +02:00
Denis Sokolov
9e1ffa25c3
Run: clarify passing exception to handle()
2015-01-15 13:37:30 +02:00
Denis Sokolov
7a87266885
Run: clarify sendHttpCode type
2015-01-15 13:26:50 +02:00
Denis Sokolov
f397d9890a
Scrutinizer: ignore deprecated parts
2015-01-15 13:22:39 +02:00
Denis Sokolov
298d7be3dc
Merge pull request #253 from hannesvdvreken/patch-1
...
More consistent spaces
2015-01-15 08:45:28 +02:00
Denis Sokolov
b247a8e380
Merge pull request #254 from hannesvdvreken/patch-2
...
Showcase with PSR-2
2015-01-15 08:44:47 +02:00
Hannes Van De Vreken
b571bc3180
Backticks for code blocks
2015-01-14 21:56:34 +01:00
Hannes Van De Vreken
2face1a5cc
More consistent spaces
2015-01-14 21:54:17 +01:00
Hannes Van De Vreken
e5d05f5130
Showcase with PSR-2
2015-01-14 21:50:33 +01:00
Hannes Van De Vreken
d5dbc7e532
More consistent spaces
2015-01-14 21:46:44 +01:00
Denis Sokolov
834196ffb9
Readme: remove restriction in sample require command
2015-01-05 15:09:17 +02:00
Denis Sokolov
23e97145b2
Merge pull request #250 from moufmouf/patch-1
...
Added a reference to whoops-stackphp
2014-12-19 12:52:17 +01:00
David Négrier
3bbdf3fbe3
Added a reference to whoops-stackphp
...
Hi!
I just built a very simple bridge between [StackPHP](http://stackphp.com/ ) and Whoops (https://github.com/thecodingmachine/whoops-stackphp ). If you are not aware, StackPHP is a development convention based on Symfony 2 HttpKernelInterface to build "middlewares" routers that can be chained easily.
The Whoops middleware is heavily based on the code of the Silex integration, and is now used by default in the Mouf PHP framework (http://mouf-php.com )
Hope you'll enjoy it.
2014-12-18 10:19:02 +01:00
Denis Sokolov
542400d233
Merge pull request #248 from jacobbednarz/include-prettier-fonts
2014-11-29 11:19:11 +02:00
Jacob Bednarz
71103c1baa
Fix quotation marks
2014-11-27 19:12:59 +10:00
Jacob Bednarz
98cae75f45
Add in prettier fonts than currently available
...
This standardises the font stack to be the same across the board.
2014-11-27 19:00:58 +10:00
Denis Sokolov
85d4b9ac87
Inspector: cleanup hasPreviousException syntax
2014-11-15 09:46:20 +02:00
Denis Sokolov
8829e3c0d5
Readme: add link to Silex 2 integration, close #245
2014-11-08 09:39:31 +02:00
Denis Sokolov
2e60a199d3
Readme: add link to pimple integration, close #244
2014-11-08 09:37:03 +02:00
Denis Sokolov
1d5f717cf7
Readme: add link to Slim bridge, close #243
2014-11-05 16:05:46 +02:00
Denis Sokolov
125695ce34
Merge pull request #242 from oldskool/master
...
Add CakePHP3 instructions to README
2014-11-05 08:19:21 +02:00
oldskool
8e26c2cdc1
Add CakePHP3 instructions to README
...
Adding a link to CakePHP 3 error handler class and instructions
2014-11-04 23:46:51 +01:00
Denis Sokolov
a85fab9a98
Merge pull request #238 from fanno/master
...
added: .gitattributes so that package for stable version is not over siz...
1.1.3
2014-10-26 11:05:09 +02:00
fanno
3242a53218
added new line
2014-10-26 02:41:36 +02:00
fanno
fabbe199b1
added: .gitattributes so that package for stable version is not over sized ...
2014-10-26 01:28:27 +02:00
Filipe Dobreira
aa79a8671b
Update screenshot in README.md
2014-10-16 19:33:18 +01:00
Denis Sokolov
2cd01b2c7d
Merge pull request #234 from GrahamCampbell/cs
...
CS Fixes
2014-09-27 14:48:12 +03:00
Graham Campbell
0346c26963
CS fixes
2014-09-27 11:05:51 +01:00
Denis Sokolov
92ade3cda1
Merge pull request #233 from adrian-budau/pull231fix
...
Fixing pull request number 231
2014-09-27 12:50:01 +03:00
Adrian Budau
9456d5ca61
Fixed pull request 231 bitmask operators
2014-09-27 12:42:16 +03:00
Denis Sokolov
95efd27903
Merge pull request #231 from adrian-budau/hhvm3.3fix
...
Not catching fatal erros on hhvm 3.3
2014-09-27 12:23:00 +03:00
Adrian Budau
de44287113
Changed the way isLevelFatal is made. Now using bitwise AND instead of
...
checking the presence in a predefined array.
2014-09-26 22:15:19 +03:00
Denis Sokolov
bb5a04497e
Merge pull request #222 from richardhinkamp/silex-cli
...
Use PlainTextHandler when in CLI mode
2014-09-23 07:08:46 +03:00
Denis Sokolov
6ad204c428
Merge pull request #227 from elazar/patch-1
...
Modified Silex provider to use HttpException status codes
2014-08-28 20:38:36 +03:00
Matthew Turland
ea032d84af
Modified Silex provider to use HttpException status codes
...
If the exception does not have HttpException in its inheritance tree, the current value of 500 will be used as a fallback.
2014-08-28 10:31:38 -05:00
Denis Sokolov
e1d4394030
Merge pull request #225 from Label305-Forks/master
...
Added array_key_exists() check for get_defined_constants()
2014-08-25 13:55:19 +03:00
Thijs Scheepers
1ea65331d7
Added array_key_exists check
...
Added array_key_exists check to check for misconfigured environments like Google App Engine
2014-08-25 11:56:50 +02:00
Denis Sokolov
e0389cda4e
Readme: add FuelPHP integration, close #224
2014-08-15 23:57:03 +03:00
Richard Hinkamp
0639e7a942
Use PHP_SAPI constant
2014-08-01 20:15:28 +02:00
Richard Hinkamp
7fa8f35f01
Use PlainTextHandler when in CLI mode
2014-08-01 20:05:50 +02:00
Denis Sokolov
9f451fbc7b
Readme: add PlainTextHandler
1.1.2
2014-07-11 08:56:54 +03:00
Denis Sokolov
aab9850b40
PlainTextHandler: fig logger call
2014-07-10 09:30:52 +03:00
Denis Sokolov
1c0ffa0059
Merge pull request #218 from AndreasKl/master
...
#217 - Fixed open_basedir raises when 'Unknown' is passed to is_file
2014-07-09 18:21:32 +03:00
Andreas Kluth
a51b8a8f23
#217 - Fixed open_basedir raises when 'Unknown' is passed to is_file
2014-07-09 17:03:36 +02:00
Denis Sokolov
806ab0007a
Merge pull request #213 from staabm/patch-2
...
Fixed soap fault response for strice soap clients
2014-05-25 11:28:45 +09:00
Denis Sokolov
7b17580189
Merge pull request #212 from adduc/master
...
Include exception code and, if applicable, error constant.
2014-05-25 11:17:53 +09:00