-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated code #12098
Comments
sergeyklay
changed the title
Remove Phalcon\Mvc\Model\Validator\* in favor of Phalcon\Validation\Validator\*
Remove deprecated code
Aug 5, 2016
I just wonder why we didn't did it in 3.0.0 already. |
We just deprecated it in 3.0.0, but not removed |
7 tasks
This was referenced Oct 31, 2016
Will the Phalcon\Mvc\Model\Validation* be removed in 3.1? Don't see why we should keep it any longer. If it's deprecated I expect that it should still be possible to use. Don't think that's the case (#12178) |
Because of collection. It will be removed in 4.0.0 |
3 tasks
This was referenced Apr 12, 2017
niden
added a commit
that referenced
this issue
Dec 10, 2018
* niden-T12098-remove-deprecated-code: [#12098] - Corrected interfaces and tests [#12098] - Changelog corrections [#12098] - Docblock corrections [#12098] - Changed double quotes to single [#12098] - Minor correction [#12098] - Corrected file [#12098] - Fixed docblocks for tests; Restored missing test [4.0.x] - Removed obsolete tests; Added docblocks [#12098] - Corrected path [#12098] - Added zephir downloading command [#12098] - Corrected test [#12098] - Added the resetInput again [#12098] - Updates to the CHANGELOG [#12098] - Removed deprecated code
This has been addressed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Phalcon\Mvc\Model\Criteria::order
in favor ofPhalcon\Mvc\Model\Criteria::orderBy
Phalcon\Mvc\Model\Validator\*
in favor ofPhalcon\Validation\Validator\*
Phalcon\Cache\Backend\Memcache
in favor ofPhalcon\Cache\Backend\Libmemcached
Phalcon\Session\Adapter\Memcache
in favor ofPhalcon\Session\Adapter\Libmemcached
Phalcon\Debug::getMajorVersion
due to the fact that we never use this methodPhalcon\Mvc\Collection::validationHasFailed
Phalcon\Mvc\Collection::validate
with object of typePhalcon\Mvc\Model\ValidatorInterface
*\Apc
classes to dropAPC
in favor ofAPCu
The
apc
extension is considered unmaintained and dead.See: http://php.net/manual/en/intro.apc.php
Phalcon\Mvc\Micro\Lazyloader::__call
in favor ofPhalcon\Mvc\Micro\Lazyloader::callMethod
Phalcon\Cli\Console::addModules
in favor ofPhalcon\Cli\Console::registerModules
xcache
support should be deprecated asxcache
is not compatible with the often by default enabled opcache extension. Thexcache
will not available for PHP 7Phalcon\Dispatcher::setModelBinding
in favor ofPhalcon\Dispatcher::setModelBinder
The text was updated successfully, but these errors were encountered: