You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading our environment to Phalcon 2.0 was running some tests and ran into an error when calling Phalcon\Http\Request::hasPut(). Checking the documentation for Phalcon 2.0 I find references to has, hasGet, hasPost and hasServer, however hasPut is missing. Why has this method not been included? If oversight, is there a php fragment I can use until a patched stable is released? If it has been done away with intentionally why was that not mentioned in the upgrade guide?
The text was updated successfully, but these errors were encountered:
After upgrading our environment to Phalcon 2.0 was running some tests and ran into an error when calling Phalcon\Http\Request::hasPut(). Checking the documentation for Phalcon 2.0 I find references to has, hasGet, hasPost and hasServer, however hasPut is missing. Why has this method not been included? If oversight, is there a php fragment I can use until a patched stable is released? If it has been done away with intentionally why was that not mentioned in the upgrade guide?
The text was updated successfully, but these errors were encountered: