Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Fix readme #7

Closed
wants to merge 2 commits into from
Closed

Fix readme #7

wants to merge 2 commits into from

Conversation

Palleas
Copy link

@Palleas Palleas commented Mar 23, 2011

Just updated the README file because the link to download silex.phar is broken. If you planned to re-build the phar file, this is irrelevant ;-)

@fabpot
Copy link
Member

fabpot commented Mar 27, 2011

The silex.phar has been removed as it will soon be hosted on it website. So, let the README lie for another couple of days ;)

@fabpot fabpot closed this Mar 27, 2011
fabpot added a commit that referenced this pull request Mar 14, 2014
This PR was merged into the 1.2.x-dev branch.

Discussion
----------

Provides support for the PATCH method for HTTP

This pull request allows Silex routes to be specified to handle the `PATCH` method for HTTP. Without this, when trying to specify that a route accepts `PATCH` requests, Silex throws a `BadMethodCallException` with the message `Method "Silex\Route::patch" does not exist.`

#### References:

* [PATCH Method for HTTP](http://tools.ietf.org/html/rfc5789)

Commits
-------

0f6956d Provides support for the PATCH method for HTTP
fabpot added a commit that referenced this pull request Mar 14, 2014
This PR was merged into the 1.2.x-dev branch.

Discussion
----------

Various fixes

Some merged PRs from fabpot/Silex repo.

Commits
-------

72aae9e fixed CS
e4e0fef fixed wrong merge
3390333 minor #4 Changed fetchAssoc to fetchAll (gelbander)
c119f90 Merge remote-tracking branch 'WouterJ/doc_fixes'
19265c0 feature #7 Provides support for the PATCH method for HTTP (ramsey)
0f6956d Provides support for the PATCH method for HTTP
919c32c Some doc fixes
0383926 Changed fetchAssoc to fetchAll
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants