Denis Sokolov
6cbd1a1ef2
XmlResponseHandler: revert ze1 compatibility mode
2013-11-14 20:46:52 +01:00
Denis Sokolov
d45823aae6
XmlResponseHandler::toXml: refactor
2013-11-14 20:46:52 +01:00
Denis Sokolov
c4c172318e
XmlResponseHandlerTest: more thorough and correct
2013-11-14 20:46:52 +01:00
Denis
b9332e1f66
Merge pull request #110 from Itrulia/master
...
Updated PHPDoc of Run#pushHandler
2013-11-12 06:15:41 -08:00
Karl Merkli
a7b9a3157e
Updated PHPDoc of Run#pushHandler
...
Updated the PHPDoc of Run#pushHandler so IDE's won't give an error if callable is used.
2013-11-12 14:23:01 +01:00
Denis Sokolov
adb0b51542
Document why testing the register method does not work
2013-11-06 17:35:12 +01:00
Denis Sokolov
966d2ed1c6
Merge branch 'feature/error-control-operator-support'
2013-11-06 17:07:26 +01:00
Denis Sokolov
ed0674f942
Remove an exception for strict errors in Run.php
...
There is no indication why that special handling is necessary,
as it should be picked up by the regular error handling,
as every other type of error in the current file.
2013-11-06 17:06:55 +01:00
Denis Sokolov
3c19676d3c
Add a simple XmlResponseHandlerTest
2013-11-06 16:39:57 +01:00
Denis Sokolov
a5aef6e620
Clean up XmlResponseHandler whitespace and comments
2013-11-06 16:39:48 +01:00
Joao Gilberto Magalhaes
f5b68062b3
Add the XmlResponseHandler
2013-11-06 16:33:09 +01:00
Denis
aa19c2c2e7
Merge pull request #108 from pborreli/patch-1
...
Fixed typo
2013-11-05 14:43:23 -08:00
Pascal Borreli
3542daa073
Fixed typo
2013-11-05 20:59:32 +00:00
Denis
6de5a6fbb6
Merge pull request #107 from GrahamCampbell/master
...
Minor punctuation fixes
1.0.9
2013-10-28 15:06:33 -07:00
Graham Campbell
fbe4d8450d
Minor punctuation fixes
2013-10-28 19:04:52 +00:00
Denis
ce3b1cbceb
Merge pull request #105 from stephandesouza/master
...
Not always an Event Error need to throw an Exception.
2013-10-22 13:13:17 -07:00
Stephan de Souza
560ff95f52
Not always an Event Error need to throw an Exception.
2013-10-22 17:01:36 -03:00
Denis
df45025378
Fix #103 : header call would hang php development server before
2013-10-20 10:21:29 +03:00
Denis Sokolov
32597004f7
sendHttpCode: avoid a hard-coded protocol version as well as reliance on fixed status codes
2013-10-15 19:27:15 +02:00
Denis Sokolov
0f0649fe0e
Fix #88 : xdebug file links do not depend on the extension being loaded
2013-10-14 15:31:49 +02:00
Denis Sokolov
a6b032c091
Composer: let version be determined by git tags
...
As per http://getcomposer.org/doc/02-libraries.md#specifying-the-version ,
it is recommended to not put explicit version in the composer.json file.
Main advantage of that is that bumping a library version is as easy as adding
a tag, which is significantly different from editing a file and creating
a new commit with meaningless commit message.
2013-10-14 11:56:38 +02:00
Denis
475f090c4f
Merge pull request #98 from SlikNL/catch-errors
...
Allow catching PHP errors
2013-10-14 04:11:08 -07:00
Denis Sokolov
8a5a7bd3c2
Allow catching PHP errors
2013-10-10 14:11:59 +02:00
Filipe Dobreira
bc58800db2
Merge pull request #95 from funkjedi/patch-1
...
Adding JsonResponseHandler to Phalcon provider
2013-10-03 01:49:26 -07:00
Tim Robertson
fb366ae22f
Adding JsonResponseHandler to Phalcon provider
2013-09-24 18:22:35 -04:00
Filipe Dobreira
aa782a8174
Merge pull request #94 from bitdeli-chef/master
...
Add a Bitdeli Badge to README
2013-09-19 08:06:47 -07:00
Bitdeli Chef
c7da4cf39f
Add a Bitdeli badge to README
2013-09-19 15:07:36 +00:00
Gerhard Haffelt
6ac0e7ad17
On shutdown do not handle errors that can be handled by the registered error handler.
...
We do this, because we are not able to inspect the error control operator examining
the output of error_get_last().
@see http://php.net/manual/en/language.operators.errorcontrol.php
@see http://www.php.net/manual/en/function.set-error-handler.php
2013-09-15 13:33:39 +02:00
filp
c2820518b0
Tiny CS fix
2013-08-06 23:00:05 +01:00
filp
8bdce73986
Return correct http status code & message, fix #87
2013-08-06 22:57:14 +01:00
filp
d086796e7c
Version bump
1.0.8
2013-08-06 21:39:59 +01:00
filp
04b3779755
Merge branch 'SlikNL-autoload-strict'
2013-08-06 21:36:49 +01:00
Filipe Dobreira
e74defdd23
Merge pull request #84 from pinepain/master
...
Add PhpStormOpener to editors README section
2013-08-02 03:09:27 -07:00
Bogdan Padalko
11ea831c3a
Add PhpStormOpener to editors README section
2013-08-02 12:06:37 +03:00
filp
d4985c88b3
Fix docblock in FrameTest
2013-08-01 21:25:54 +01:00
filp
d250756d44
Frame - handle eval()'d code (initial solution)
2013-08-01 21:23:08 +01:00
Filipe Dobreira
71ee83ad9c
Merge pull request #80 from jgmullor/master
...
Fix a semicolon in a use of Symfony\Component\HttpFoundation\Request
2013-07-24 04:09:19 -07:00
José Gilberto Mullor
c52a13ebd9
Fix a semicolon in a use of Symfony\Component\HttpFoundation\Request
2013-07-24 10:31:35 +02:00
Filipe Dobreira
636655d0ae
Merge pull request #79 from dmyers/master
...
Fixed broken links in readme
2013-07-20 10:46:12 -07:00
Derek Myers
3c4ddea887
Fixed broken links in readme
2013-07-20 12:24:52 -05:00
Filipe Dobreira
f99637a9bb
Fix d'oh!
2013-07-17 08:35:41 +01:00
filp
a43ff35401
Multiple CS/PHPDoc fixes
2013-07-15 21:40:35 +01:00
filp
fbf201b57f
Merge #75 - send HTTP status code
2013-07-15 21:30:48 +01:00
Filipe Dobreira
ed2d548310
Merge pull request #77 from SlikNL/unit-tests
...
Fix incomplete tests
2013-07-15 13:24:14 -07:00
filp
f83625d66a
Fix #70 - Check that file exists in Frame::getFileContents
2013-07-15 20:33:59 +01:00
filp
23bfd21fc8
Fix method doc
2013-07-15 20:20:55 +01:00
filp
a0d48a27b1
Remove & ignore composer.lock
2013-07-15 20:20:18 +01:00
filp
5307eba8eb
Fix #41 - Various PHPDoc & CS fixes
2013-07-15 20:09:43 +01:00
filp
e93281891e
Add missing semi-colon to js in pretty-template.php
2013-07-15 18:45:51 +01:00
Denis Sokolov
1cf8483ba2
Fix incomplete tests
2013-07-15 19:02:45 +02:00