Commit 5076934
committed
bug symfony#54 Fix symfony#51 (compatability issue with zendframework/zend-diactoros ^2.0) (uphlewis)
This PR was merged into the 1.1-dev branch.
Discussion
----------
Fix symfony#51 (compatability issue with zendframework/zend-diactoros ^2.0)
Uses method_exists to check whether the object has the required method, and uses the new namespaced function(s) if not.
Commits
-------
8ff61e5 Fix compatability issue with "zendframework/zend-diactoros": "^2.0." (symfony#51)1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
56 | 62 | | |
57 | 63 | | |
58 | | - | |
| 64 | + | |
59 | 65 | | |
60 | 66 | | |
61 | 67 | | |
| |||
0 commit comments