Skip to content

Commit

Permalink
Revert "[#13697] - Removed unused variable"
Browse files Browse the repository at this point in the history
This reverts commit bb2affa.
  • Loading branch information
niden committed Sep 7, 2019
1 parent f86730a commit 8a3f0c3
Show file tree
Hide file tree
Showing 77 changed files with 2,471 additions and 1,878 deletions.
15 changes: 12 additions & 3 deletions ext/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ if test "$PHP_PHALCON" = "yes"; then
phalcon/events/eventsawareinterface.zep.c
phalcon/validation/validatorinterface.zep.c
phalcon/validation/abstractvalidator.zep.c
phalcon/di/abstractinjectionaware.zep.c
phalcon/storage/adapter/adapterinterface.zep.c
phalcon/di/injectable.zep.c
phalcon/factory/abstractfactory.zep.c
Expand All @@ -41,6 +40,7 @@ if test "$PHP_PHALCON" = "yes"; then
phalcon/http/message/abstractmessage.zep.c
phalcon/logger/adapter/adapterinterface.zep.c
phalcon/logger/formatter/formatterinterface.zep.c
phalcon/mvc/entityinterface.zep.c
phalcon/mvc/model/resultsetinterface.zep.c
phalcon/paginator/adapter/adapterinterface.zep.c
phalcon/translate/adapter/adapterinterface.zep.c
Expand All @@ -55,6 +55,7 @@ if test "$PHP_PHALCON" = "yes"; then
phalcon/image/adapter/adapterinterface.zep.c
phalcon/logger/adapter/abstractadapter.zep.c
phalcon/logger/formatter/abstractformatter.zep.c
phalcon/mvc/collection/behaviorinterface.zep.c
phalcon/mvc/model/behaviorinterface.zep.c
phalcon/mvc/model/exception.zep.c
phalcon/mvc/view/engine/engineinterface.zep.c
Expand All @@ -75,7 +76,7 @@ if test "$PHP_PHALCON" = "yes"; then
phalcon/flash/abstractflash.zep.c
phalcon/http/message/abstractrequest.zep.c
phalcon/image/adapter/abstractadapter.zep.c
phalcon/mvc/entityinterface.zep.c
phalcon/mvc/collection/behavior.zep.c
phalcon/mvc/model/behavior.zep.c
phalcon/mvc/model/metadata/strategyinterface.zep.c
phalcon/mvc/model/resultinterface.zep.c
Expand Down Expand Up @@ -114,6 +115,7 @@ if test "$PHP_PHALCON" = "yes"; then
phalcon/http/response/headersinterface.zep.c
phalcon/http/responseinterface.zep.c
phalcon/messages/messageinterface.zep.c
phalcon/mvc/collectioninterface.zep.c
phalcon/mvc/controllerinterface.zep.c
phalcon/mvc/dispatcherinterface.zep.c
phalcon/mvc/micro/collectioninterface.zep.c
Expand Down Expand Up @@ -284,7 +286,6 @@ if test "$PHP_PHALCON" = "yes"; then
phalcon/forms/manager.zep.c
phalcon/helper/arr.zep.c
phalcon/helper/exception.zep.c
phalcon/helper/fs.zep.c
phalcon/helper/number.zep.c
phalcon/helper/str.zep.c
phalcon/html/attributes.zep.c
Expand Down Expand Up @@ -353,6 +354,13 @@ if test "$PHP_PHALCON" = "yes"; then
phalcon/messages/messages.zep.c
phalcon/mvc/application.zep.c
phalcon/mvc/application/exception.zep.c
phalcon/mvc/collection.zep.c
phalcon/mvc/collection/behavior/softdelete.zep.c
phalcon/mvc/collection/behavior/timestampable.zep.c
phalcon/mvc/collection/document.zep.c
phalcon/mvc/collection/exception.zep.c
phalcon/mvc/collection/manager.zep.c
phalcon/mvc/collection/managerinterface.zep.c
phalcon/mvc/controller.zep.c
phalcon/mvc/controller/bindmodelinterface.zep.c
phalcon/mvc/dispatcher.zep.c
Expand Down Expand Up @@ -405,6 +413,7 @@ if test "$PHP_PHALCON" = "yes"; then
phalcon/paginator/exception.zep.c
phalcon/paginator/paginatorfactory.zep.c
phalcon/paginator/repository.zep.c
phalcon/plugin.zep.c
phalcon/registry.zep.c
phalcon/security.zep.c
phalcon/security/exception.zep.c
Expand Down
10 changes: 6 additions & 4 deletions ext/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ if (PHP_PHALCON != "no") {
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/model/query", "scanner.c parser.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/view/engine/volt", "parser.c scanner.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/url", "utils.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon", "exception.zep.c collection.zep.c config.zep.c di.zep.c cache.zep.c container.zep.c crypt.zep.c debug.zep.c escaper.zep.c kernel.zep.c loader.zep.c logger.zep.c registry.zep.c security.zep.c tag.zep.c text.zep.c url.zep.c validation.zep.c version.zep.c 0__closure.zep.c 1__closure.zep.c 2__closure.zep.c 3__closure.zep.c 4__closure.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/di", "injectionawareinterface.zep.c abstractinjectionaware.zep.c injectable.zep.c diinterface.zep.c exception.zep.c factorydefault.zep.c serviceinterface.zep.c service.zep.c serviceproviderinterface.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon", "exception.zep.c collection.zep.c config.zep.c di.zep.c cache.zep.c container.zep.c crypt.zep.c debug.zep.c escaper.zep.c kernel.zep.c loader.zep.c logger.zep.c plugin.zep.c registry.zep.c security.zep.c tag.zep.c text.zep.c url.zep.c validation.zep.c version.zep.c 0__closure.zep.c 1__closure.zep.c 2__closure.zep.c 3__closure.zep.c 4__closure.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/di", "injectionawareinterface.zep.c injectable.zep.c diinterface.zep.c exception.zep.c factorydefault.zep.c serviceinterface.zep.c service.zep.c serviceproviderinterface.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/events", "eventsawareinterface.zep.c eventinterface.zep.c managerinterface.zep.c event.zep.c exception.zep.c manager.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/validation", "validatorinterface.zep.c abstractvalidator.zep.c validatorcompositeinterface.zep.c abstractvalidatorcomposite.zep.c abstractcombinedfieldsvalidator.zep.c validationinterface.zep.c exception.zep.c validatorfactory.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/storage/adapter", "adapterinterface.zep.c abstractadapter.zep.c apcu.zep.c libmemcached.zep.c memory.zep.c redis.zep.c stream.zep.c", "phalcon");
Expand All @@ -35,13 +35,14 @@ if (PHP_PHALCON != "no") {
ADD_SOURCES(configure_module_dirname + "/phalcon/firewall/adapter", "adapterinterface.zep.c abstractadapter.zep.c acl.zep.c annotations.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/logger/adapter", "adapterinterface.zep.c abstractadapter.zep.c noop.zep.c stream.zep.c syslog.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/logger/formatter", "formatterinterface.zep.c abstractformatter.zep.c json.zep.c line.zep.c syslog.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc", "entityinterface.zep.c viewbaseinterface.zep.c routerinterface.zep.c collectioninterface.zep.c controllerinterface.zep.c dispatcherinterface.zep.c modelinterface.zep.c router.zep.c viewinterface.zep.c application.zep.c collection.zep.c controller.zep.c dispatcher.zep.c micro.zep.c model.zep.c moduledefinitioninterface.zep.c view.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/paginator/adapter", "adapterinterface.zep.c abstractadapter.zep.c model.zep.c nativearray.zep.c querybuilder.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/translate/adapter", "adapterinterface.zep.c abstractadapter.zep.c csv.zep.c gettext.zep.c nativearray.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/db/adapter/pdo", "abstractpdo.zep.c mysql.zep.c postgresql.zep.c sqlite.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/flash", "flashinterface.zep.c abstractflash.zep.c direct.zep.c exception.zep.c session.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/image/adapter", "adapterinterface.zep.c abstractadapter.zep.c gd.zep.c imagick.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/collection", "behaviorinterface.zep.c behavior.zep.c document.zep.c exception.zep.c manager.zep.c managerinterface.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/view/engine", "engineinterface.zep.c abstractengine.zep.c php.zep.c volt.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc", "viewbaseinterface.zep.c entityinterface.zep.c routerinterface.zep.c controllerinterface.zep.c dispatcherinterface.zep.c modelinterface.zep.c router.zep.c viewinterface.zep.c application.zep.c controller.zep.c dispatcher.zep.c micro.zep.c model.zep.c moduledefinitioninterface.zep.c view.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/acl/adapter", "adapterinterface.zep.c abstractadapter.zep.c memory.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/application", "abstractapplication.zep.c exception.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/domain/payload", "readableinterface.zep.c writeableinterface.zep.c payloadinterface.zep.c payload.zep.c payloadfactory.zep.c status.zep.c", "phalcon");
Expand Down Expand Up @@ -89,7 +90,7 @@ if (PHP_PHALCON != "no") {
ADD_SOURCES(configure_module_dirname + "/phalcon/firewall/adapter/micro", "acl.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/firewall", "exception.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/forms", "exception.zep.c form.zep.c manager.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/helper", "arr.zep.c exception.zep.c fs.zep.c number.zep.c str.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/helper", "arr.zep.c exception.zep.c number.zep.c str.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/html", "attributes.zep.c breadcrumbs.zep.c exception.zep.c tag.zep.c tagfactory.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/http/cookie", "exception.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/http/message/exception", "invalidargumentexception.zep.c", "phalcon");
Expand All @@ -99,6 +100,7 @@ if (PHP_PHALCON != "no") {
ADD_SOURCES(configure_module_dirname + "/phalcon/loader", "exception.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/logger", "adapterfactory.zep.c exception.zep.c item.zep.c loggerfactory.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/application", "exception.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/collection/behavior", "softdelete.zep.c timestampable.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/controller", "bindmodelinterface.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/dispatcher", "exception.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/model/behavior", "softdelete.zep.c timestampable.zep.c", "phalcon");
Expand Down
30 changes: 24 additions & 6 deletions ext/phalcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,22 @@ zend_class_entry *phalcon_db_dialectinterface_ce;
zend_class_entry *phalcon_firewall_adapter_adapterinterface_ce;
zend_class_entry *phalcon_logger_adapter_adapterinterface_ce;
zend_class_entry *phalcon_logger_formatter_formatterinterface_ce;
zend_class_entry *phalcon_mvc_entityinterface_ce;
zend_class_entry *phalcon_mvc_model_resultsetinterface_ce;
zend_class_entry *phalcon_paginator_adapter_adapterinterface_ce;
zend_class_entry *phalcon_translate_adapter_adapterinterface_ce;
zend_class_entry *phalcon_assets_filterinterface_ce;
zend_class_entry *phalcon_di_diinterface_ce;
zend_class_entry *phalcon_flash_flashinterface_ce;
zend_class_entry *phalcon_image_adapter_adapterinterface_ce;
zend_class_entry *phalcon_mvc_collection_behaviorinterface_ce;
zend_class_entry *phalcon_mvc_model_behaviorinterface_ce;
zend_class_entry *phalcon_mvc_view_engine_engineinterface_ce;
zend_class_entry *phalcon_mvc_viewbaseinterface_ce;
zend_class_entry *phalcon_validation_validatorcompositeinterface_ce;
zend_class_entry *phalcon_acl_adapter_adapterinterface_ce;
zend_class_entry *phalcon_domain_payload_readableinterface_ce;
zend_class_entry *phalcon_domain_payload_writeableinterface_ce;
zend_class_entry *phalcon_mvc_entityinterface_ce;
zend_class_entry *phalcon_mvc_model_metadata_strategyinterface_ce;
zend_class_entry *phalcon_mvc_model_resultinterface_ce;
zend_class_entry *phalcon_mvc_routerinterface_ce;
Expand Down Expand Up @@ -84,6 +85,7 @@ zend_class_entry *phalcon_http_response_cookiesinterface_ce;
zend_class_entry *phalcon_http_response_headersinterface_ce;
zend_class_entry *phalcon_http_responseinterface_ce;
zend_class_entry *phalcon_messages_messageinterface_ce;
zend_class_entry *phalcon_mvc_collectioninterface_ce;
zend_class_entry *phalcon_mvc_controllerinterface_ce;
zend_class_entry *phalcon_mvc_dispatcherinterface_ce;
zend_class_entry *phalcon_mvc_micro_collectioninterface_ce;
Expand All @@ -109,13 +111,13 @@ zend_class_entry *phalcon_acl_roleaware_ce;
zend_class_entry *phalcon_cli_router_routeinterface_ce;
zend_class_entry *phalcon_cli_routerinterface_ce;
zend_class_entry *phalcon_di_serviceproviderinterface_ce;
zend_class_entry *phalcon_mvc_collection_managerinterface_ce;
zend_class_entry *phalcon_mvc_controller_bindmodelinterface_ce;
zend_class_entry *phalcon_mvc_micro_middlewareinterface_ce;
zend_class_entry *phalcon_mvc_model_binder_bindableinterface_ce;
zend_class_entry *phalcon_mvc_moduledefinitioninterface_ce;
zend_class_entry *phalcon_exception_ce;
zend_class_entry *phalcon_validation_abstractvalidator_ce;
zend_class_entry *phalcon_di_abstractinjectionaware_ce;
zend_class_entry *phalcon_di_injectable_ce;
zend_class_entry *phalcon_factory_abstractfactory_ce;
zend_class_entry *phalcon_forms_element_abstractelement_ce;
Expand Down Expand Up @@ -149,6 +151,7 @@ zend_class_entry *phalcon_dispatcher_exception_ce;
zend_class_entry *phalcon_flash_abstractflash_ce;
zend_class_entry *phalcon_http_message_abstractrequest_ce;
zend_class_entry *phalcon_image_adapter_abstractadapter_ce;
zend_class_entry *phalcon_mvc_collection_behavior_ce;
zend_class_entry *phalcon_mvc_model_behavior_ce;
zend_class_entry *phalcon_mvc_model_resultset_ce;
zend_class_entry *phalcon_mvc_view_engine_abstractengine_ce;
Expand Down Expand Up @@ -308,7 +311,6 @@ zend_class_entry *phalcon_forms_form_ce;
zend_class_entry *phalcon_forms_manager_ce;
zend_class_entry *phalcon_helper_arr_ce;
zend_class_entry *phalcon_helper_exception_ce;
zend_class_entry *phalcon_helper_fs_ce;
zend_class_entry *phalcon_helper_number_ce;
zend_class_entry *phalcon_helper_str_ce;
zend_class_entry *phalcon_html_attributes_ce;
Expand Down Expand Up @@ -377,6 +379,12 @@ zend_class_entry *phalcon_messages_message_ce;
zend_class_entry *phalcon_messages_messages_ce;
zend_class_entry *phalcon_mvc_application_ce;
zend_class_entry *phalcon_mvc_application_exception_ce;
zend_class_entry *phalcon_mvc_collection_behavior_softdelete_ce;
zend_class_entry *phalcon_mvc_collection_behavior_timestampable_ce;
zend_class_entry *phalcon_mvc_collection_ce;
zend_class_entry *phalcon_mvc_collection_document_ce;
zend_class_entry *phalcon_mvc_collection_exception_ce;
zend_class_entry *phalcon_mvc_collection_manager_ce;
zend_class_entry *phalcon_mvc_controller_ce;
zend_class_entry *phalcon_mvc_dispatcher_ce;
zend_class_entry *phalcon_mvc_dispatcher_exception_ce;
Expand Down Expand Up @@ -425,6 +433,7 @@ zend_class_entry *phalcon_paginator_adapter_querybuilder_ce;
zend_class_entry *phalcon_paginator_exception_ce;
zend_class_entry *phalcon_paginator_paginatorfactory_ce;
zend_class_entry *phalcon_paginator_repository_ce;
zend_class_entry *phalcon_plugin_ce;
zend_class_entry *phalcon_registry_ce;
zend_class_entry *phalcon_security_ce;
zend_class_entry *phalcon_security_exception_ce;
Expand Down Expand Up @@ -540,21 +549,22 @@ static PHP_MINIT_FUNCTION(phalcon)
ZEPHIR_INIT(Phalcon_Firewall_Adapter_AdapterInterface);
ZEPHIR_INIT(Phalcon_Logger_Adapter_AdapterInterface);
ZEPHIR_INIT(Phalcon_Logger_Formatter_FormatterInterface);
ZEPHIR_INIT(Phalcon_Mvc_EntityInterface);
ZEPHIR_INIT(Phalcon_Mvc_Model_ResultsetInterface);
ZEPHIR_INIT(Phalcon_Paginator_Adapter_AdapterInterface);
ZEPHIR_INIT(Phalcon_Translate_Adapter_AdapterInterface);
ZEPHIR_INIT(Phalcon_Assets_FilterInterface);
ZEPHIR_INIT(Phalcon_Di_DiInterface);
ZEPHIR_INIT(Phalcon_Flash_FlashInterface);
ZEPHIR_INIT(Phalcon_Image_Adapter_AdapterInterface);
ZEPHIR_INIT(Phalcon_Mvc_Collection_BehaviorInterface);
ZEPHIR_INIT(Phalcon_Mvc_Model_BehaviorInterface);
ZEPHIR_INIT(Phalcon_Mvc_ViewBaseInterface);
ZEPHIR_INIT(Phalcon_Mvc_View_Engine_EngineInterface);
ZEPHIR_INIT(Phalcon_Validation_ValidatorCompositeInterface);
ZEPHIR_INIT(Phalcon_Acl_Adapter_AdapterInterface);
ZEPHIR_INIT(Phalcon_Domain_Payload_ReadableInterface);
ZEPHIR_INIT(Phalcon_Domain_Payload_WriteableInterface);
ZEPHIR_INIT(Phalcon_Mvc_EntityInterface);
ZEPHIR_INIT(Phalcon_Mvc_Model_MetaData_StrategyInterface);
ZEPHIR_INIT(Phalcon_Mvc_Model_ResultInterface);
ZEPHIR_INIT(Phalcon_Mvc_RouterInterface);
Expand Down Expand Up @@ -584,6 +594,7 @@ static PHP_MINIT_FUNCTION(phalcon)
ZEPHIR_INIT(Phalcon_Http_Response_CookiesInterface);
ZEPHIR_INIT(Phalcon_Http_Response_HeadersInterface);
ZEPHIR_INIT(Phalcon_Messages_MessageInterface);
ZEPHIR_INIT(Phalcon_Mvc_CollectionInterface);
ZEPHIR_INIT(Phalcon_Mvc_ControllerInterface);
ZEPHIR_INIT(Phalcon_Mvc_DispatcherInterface);
ZEPHIR_INIT(Phalcon_Mvc_Micro_CollectionInterface);
Expand All @@ -609,13 +620,13 @@ static PHP_MINIT_FUNCTION(phalcon)
ZEPHIR_INIT(Phalcon_Cli_RouterInterface);
ZEPHIR_INIT(Phalcon_Cli_Router_RouteInterface);
ZEPHIR_INIT(Phalcon_Di_ServiceProviderInterface);
ZEPHIR_INIT(Phalcon_Mvc_Collection_ManagerInterface);
ZEPHIR_INIT(Phalcon_Mvc_Controller_BindModelInterface);
ZEPHIR_INIT(Phalcon_Mvc_Micro_MiddlewareInterface);
ZEPHIR_INIT(Phalcon_Mvc_Model_Binder_BindableInterface);
ZEPHIR_INIT(Phalcon_Mvc_ModuleDefinitionInterface);
ZEPHIR_INIT(Phalcon_Exception);
ZEPHIR_INIT(Phalcon_Validation_AbstractValidator);
ZEPHIR_INIT(Phalcon_Di_AbstractInjectionAware);
ZEPHIR_INIT(Phalcon_Di_Injectable);
ZEPHIR_INIT(Phalcon_Factory_AbstractFactory);
ZEPHIR_INIT(Phalcon_Forms_Element_AbstractElement);
Expand Down Expand Up @@ -649,6 +660,7 @@ static PHP_MINIT_FUNCTION(phalcon)
ZEPHIR_INIT(Phalcon_Flash_AbstractFlash);
ZEPHIR_INIT(Phalcon_Http_Message_AbstractRequest);
ZEPHIR_INIT(Phalcon_Image_Adapter_AbstractAdapter);
ZEPHIR_INIT(Phalcon_Mvc_Collection_Behavior);
ZEPHIR_INIT(Phalcon_Mvc_Model_Behavior);
ZEPHIR_INIT(Phalcon_Mvc_Model_Resultset);
ZEPHIR_INIT(Phalcon_Mvc_View_Engine_AbstractEngine);
Expand Down Expand Up @@ -803,7 +815,6 @@ static PHP_MINIT_FUNCTION(phalcon)
ZEPHIR_INIT(Phalcon_Forms_Manager);
ZEPHIR_INIT(Phalcon_Helper_Arr);
ZEPHIR_INIT(Phalcon_Helper_Exception);
ZEPHIR_INIT(Phalcon_Helper_Fs);
ZEPHIR_INIT(Phalcon_Helper_Number);
ZEPHIR_INIT(Phalcon_Helper_Str);
ZEPHIR_INIT(Phalcon_Html_Attributes);
Expand Down Expand Up @@ -872,6 +883,12 @@ static PHP_MINIT_FUNCTION(phalcon)
ZEPHIR_INIT(Phalcon_Messages_Messages);
ZEPHIR_INIT(Phalcon_Mvc_Application);
ZEPHIR_INIT(Phalcon_Mvc_Application_Exception);
ZEPHIR_INIT(Phalcon_Mvc_Collection);
ZEPHIR_INIT(Phalcon_Mvc_Collection_Behavior_SoftDelete);
ZEPHIR_INIT(Phalcon_Mvc_Collection_Behavior_Timestampable);
ZEPHIR_INIT(Phalcon_Mvc_Collection_Document);
ZEPHIR_INIT(Phalcon_Mvc_Collection_Exception);
ZEPHIR_INIT(Phalcon_Mvc_Collection_Manager);
ZEPHIR_INIT(Phalcon_Mvc_Controller);
ZEPHIR_INIT(Phalcon_Mvc_Dispatcher);
ZEPHIR_INIT(Phalcon_Mvc_Dispatcher_Exception);
Expand Down Expand Up @@ -920,6 +937,7 @@ static PHP_MINIT_FUNCTION(phalcon)
ZEPHIR_INIT(Phalcon_Paginator_Exception);
ZEPHIR_INIT(Phalcon_Paginator_PaginatorFactory);
ZEPHIR_INIT(Phalcon_Paginator_Repository);
ZEPHIR_INIT(Phalcon_Plugin);
ZEPHIR_INIT(Phalcon_Registry);
ZEPHIR_INIT(Phalcon_Security);
ZEPHIR_INIT(Phalcon_Security_Exception);
Expand Down
Loading

0 comments on commit 8a3f0c3

Please sign in to comment.