Skip to content

Commit

Permalink
[4.0.x] - Updating the ext folder
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Feb 17, 2019
1 parent f90a3cf commit 655eafe
Show file tree
Hide file tree
Showing 47 changed files with 871 additions and 1,155 deletions.
6 changes: 3 additions & 3 deletions ext/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ if test "$PHP_PHALCON" = "yes"; then
phalcon/mvc/router.zep.c
phalcon/mvc/router/groupinterface.zep.c
phalcon/mvc/router/routeinterface.zep.c
phalcon/mvc/urlinterface.zep.c
phalcon/mvc/view/exception.zep.c
phalcon/mvc/viewinterface.zep.c
phalcon/paginator/repositoryinterface.zep.c
phalcon/session/baginterface.zep.c
phalcon/session/managerinterface.zep.c
phalcon/urlinterface.zep.c
phalcon/validation/combinedfieldsvalidator.zep.c
phalcon/validationinterface.zep.c
phalcon/acl.zep.c
Expand Down Expand Up @@ -353,8 +353,6 @@ if test "$PHP_PHALCON" = "yes"; then
phalcon/mvc/router/exception.zep.c
phalcon/mvc/router/group.zep.c
phalcon/mvc/router/route.zep.c
phalcon/mvc/url.zep.c
phalcon/mvc/url/exception.zep.c
phalcon/mvc/view.zep.c
phalcon/mvc/view/engine/php.zep.c
phalcon/mvc/view/engine/volt.zep.c
Expand Down Expand Up @@ -395,6 +393,8 @@ if test "$PHP_PHALCON" = "yes"; then
phalcon/translate/factory.zep.c
phalcon/translate/interpolator/associativearray.zep.c
phalcon/translate/interpolator/indexedarray.zep.c
phalcon/url.zep.c
phalcon/url/exception.zep.c
phalcon/validation.zep.c
phalcon/validation/exception.zep.c
phalcon/validation/validator/alnum.zep.c
Expand Down
6 changes: 3 additions & 3 deletions ext/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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/mvc/url", "utils.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon", "exception.zep.c factoryinterface.zep.c factory.zep.c dispatcherinterface.zep.c config.zep.c utility.zep.c diinterface.zep.c flashinterface.zep.c application.zep.c di.zep.c dispatcher.zep.c flash.zep.c cryptinterface.zep.c escaperinterface.zep.c validationinterface.zep.c acl.zep.c container.zep.c crypt.zep.c db.zep.c debug.zep.c escaper.zep.c image.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 translate.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 5__closure.zep.c 6__closure.zep.c 7__closure.zep.c 8__closure.zep.c 9__closure.zep.c 10__closure.zep.c 11__closure.zep.c 12__closure.zep.c 13__closure.zep.c 14__closure.zep.c 15__closure.zep.c 16__closure.zep.c 17__closure.zep.c 18__closure.zep.c 19__closure.zep.c 20__closure.zep.c 21__closure.zep.c 22__closure.zep.c 23__closure.zep.c 24__closure.zep.c 25__closure.zep.c 26__closure.zep.c 27__closure.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon", "exception.zep.c factoryinterface.zep.c factory.zep.c dispatcherinterface.zep.c config.zep.c utility.zep.c diinterface.zep.c flashinterface.zep.c application.zep.c di.zep.c dispatcher.zep.c flash.zep.c cryptinterface.zep.c escaperinterface.zep.c urlinterface.zep.c validationinterface.zep.c acl.zep.c container.zep.c crypt.zep.c db.zep.c debug.zep.c escaper.zep.c image.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 translate.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 5__closure.zep.c 6__closure.zep.c 7__closure.zep.c 8__closure.zep.c 9__closure.zep.c 10__closure.zep.c 11__closure.zep.c 12__closure.zep.c 13__closure.zep.c 14__closure.zep.c 15__closure.zep.c 16__closure.zep.c 17__closure.zep.c 18__closure.zep.c 19__closure.zep.c 20__closure.zep.c 21__closure.zep.c 22__closure.zep.c 23__closure.zep.c 24__closure.zep.c 25__closure.zep.c 26__closure.zep.c 27__closure.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/di", "injectionawareinterface.zep.c injectable.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 validator.zep.c combinedfieldsvalidator.zep.c exception.zep.c", "phalcon");
Expand All @@ -27,7 +27,7 @@ if (PHP_PHALCON != "no") {
ADD_SOURCES(configure_module_dirname + "/phalcon/annotations", "adapterinterface.zep.c adapter.zep.c readerinterface.zep.c annotation.zep.c collection.zep.c exception.zep.c factory.zep.c reader.zep.c reflection.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 urlinterface.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 url.zep.c view.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", "adapterinterface.zep.c adapter.zep.c repositoryinterface.zep.c exception.zep.c factory.zep.c repository.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/translate", "adapterinterface.zep.c adapter.zep.c interpolatorinterface.zep.c exception.zep.c factory.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/db/adapter", "pdo.zep.c", "phalcon");
Expand Down Expand Up @@ -89,7 +89,6 @@ if (PHP_PHALCON != "no") {
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/model/binder", "bindableinterface.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/model/metadata/strategy", "annotations.zep.c introspection.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/model/resultset", "complex.zep.c simple.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/url", "exception.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/view/engine", "php.zep.c volt.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/mvc/view/engine/volt", "compiler.zep.c exception.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/paginator/adapter", "model.zep.c nativearray.zep.c querybuilder.zep.c", "phalcon");
Expand All @@ -99,6 +98,7 @@ if (PHP_PHALCON != "no") {
ADD_SOURCES(configure_module_dirname + "/phalcon/tag", "exception.zep.c select.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/translate/adapter", "csv.zep.c gettext.zep.c nativearray.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/translate/interpolator", "associativearray.zep.c indexedarray.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/url", "exception.zep.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/phalcon/validation/validator", "alnum.zep.c alpha.zep.c between.zep.c callback.zep.c confirmation.zep.c creditcard.zep.c date.zep.c digit.zep.c email.zep.c exception.zep.c exclusionin.zep.c file.zep.c identical.zep.c inclusionin.zep.c ip.zep.c numericality.zep.c presenceof.zep.c regex.zep.c stringlength.zep.c uniqueness.zep.c url.zep.c", "phalcon");
ADD_FLAG("CFLAGS_PHALCON", "/D ZEPHIR_RELEASE /Oi /Ot /Oy /Ob2 /Gs /GF /Gy /GL");
ADD_FLAG("CFLAGS", "/D ZEPHIR_RELEASE /Oi /Ot /Oy /Ob2 /Gs /GF /Gy /GL");
Expand Down
12 changes: 6 additions & 6 deletions ext/phalcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ zend_class_entry *phalcon_mvc_model_transactioninterface_ce;
zend_class_entry *phalcon_mvc_modelinterface_ce;
zend_class_entry *phalcon_mvc_router_groupinterface_ce;
zend_class_entry *phalcon_mvc_router_routeinterface_ce;
zend_class_entry *phalcon_mvc_urlinterface_ce;
zend_class_entry *phalcon_mvc_viewinterface_ce;
zend_class_entry *phalcon_paginator_repositoryinterface_ce;
zend_class_entry *phalcon_session_baginterface_ce;
zend_class_entry *phalcon_session_managerinterface_ce;
zend_class_entry *phalcon_urlinterface_ce;
zend_class_entry *phalcon_validationinterface_ce;
zend_class_entry *phalcon_acl_componentaware_ce;
zend_class_entry *phalcon_acl_roleaware_ce;
Expand Down Expand Up @@ -396,8 +396,6 @@ zend_class_entry *phalcon_mvc_router_annotations_ce;
zend_class_entry *phalcon_mvc_router_exception_ce;
zend_class_entry *phalcon_mvc_router_group_ce;
zend_class_entry *phalcon_mvc_router_route_ce;
zend_class_entry *phalcon_mvc_url_ce;
zend_class_entry *phalcon_mvc_url_exception_ce;
zend_class_entry *phalcon_mvc_view_ce;
zend_class_entry *phalcon_mvc_view_engine_php_ce;
zend_class_entry *phalcon_mvc_view_engine_volt_ce;
Expand Down Expand Up @@ -438,6 +436,8 @@ zend_class_entry *phalcon_translate_exception_ce;
zend_class_entry *phalcon_translate_factory_ce;
zend_class_entry *phalcon_translate_interpolator_associativearray_ce;
zend_class_entry *phalcon_translate_interpolator_indexedarray_ce;
zend_class_entry *phalcon_url_ce;
zend_class_entry *phalcon_url_exception_ce;
zend_class_entry *phalcon_validation_ce;
zend_class_entry *phalcon_validation_exception_ce;
zend_class_entry *phalcon_validation_validator_alnum_ce;
Expand Down Expand Up @@ -562,11 +562,11 @@ static PHP_MINIT_FUNCTION(phalcon)
ZEPHIR_INIT(Phalcon_Mvc_Model_Transaction_ManagerInterface);
ZEPHIR_INIT(Phalcon_Mvc_Router_GroupInterface);
ZEPHIR_INIT(Phalcon_Mvc_Router_RouteInterface);
ZEPHIR_INIT(Phalcon_Mvc_UrlInterface);
ZEPHIR_INIT(Phalcon_Mvc_ViewInterface);
ZEPHIR_INIT(Phalcon_Paginator_RepositoryInterface);
ZEPHIR_INIT(Phalcon_Session_BagInterface);
ZEPHIR_INIT(Phalcon_Session_ManagerInterface);
ZEPHIR_INIT(Phalcon_UrlInterface);
ZEPHIR_INIT(Phalcon_ValidationInterface);
ZEPHIR_INIT(Phalcon_Acl_ComponentAware);
ZEPHIR_INIT(Phalcon_Acl_RoleAware);
Expand Down Expand Up @@ -835,8 +835,6 @@ static PHP_MINIT_FUNCTION(phalcon)
ZEPHIR_INIT(Phalcon_Mvc_Router_Exception);
ZEPHIR_INIT(Phalcon_Mvc_Router_Group);
ZEPHIR_INIT(Phalcon_Mvc_Router_Route);
ZEPHIR_INIT(Phalcon_Mvc_Url);
ZEPHIR_INIT(Phalcon_Mvc_Url_Exception);
ZEPHIR_INIT(Phalcon_Mvc_View);
ZEPHIR_INIT(Phalcon_Mvc_View_Engine_Php);
ZEPHIR_INIT(Phalcon_Mvc_View_Engine_Volt);
Expand Down Expand Up @@ -877,6 +875,8 @@ static PHP_MINIT_FUNCTION(phalcon)
ZEPHIR_INIT(Phalcon_Translate_Factory);
ZEPHIR_INIT(Phalcon_Translate_Interpolator_AssociativeArray);
ZEPHIR_INIT(Phalcon_Translate_Interpolator_IndexedArray);
ZEPHIR_INIT(Phalcon_Url);
ZEPHIR_INIT(Phalcon_Url_Exception);
ZEPHIR_INIT(Phalcon_Validation);
ZEPHIR_INIT(Phalcon_Validation_Exception);
ZEPHIR_INIT(Phalcon_Validation_Validator_Alnum);
Expand Down
6 changes: 3 additions & 3 deletions ext/phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@
#include "phalcon/mvc/router.zep.h"
#include "phalcon/mvc/router/groupinterface.zep.h"
#include "phalcon/mvc/router/routeinterface.zep.h"
#include "phalcon/mvc/urlinterface.zep.h"
#include "phalcon/mvc/view/exception.zep.h"
#include "phalcon/mvc/viewinterface.zep.h"
#include "phalcon/paginator/repositoryinterface.zep.h"
#include "phalcon/session/baginterface.zep.h"
#include "phalcon/session/managerinterface.zep.h"
#include "phalcon/urlinterface.zep.h"
#include "phalcon/validation/combinedfieldsvalidator.zep.h"
#include "phalcon/validationinterface.zep.h"
#include "phalcon/acl.zep.h"
Expand Down Expand Up @@ -348,8 +348,6 @@
#include "phalcon/mvc/router/exception.zep.h"
#include "phalcon/mvc/router/group.zep.h"
#include "phalcon/mvc/router/route.zep.h"
#include "phalcon/mvc/url.zep.h"
#include "phalcon/mvc/url/exception.zep.h"
#include "phalcon/mvc/view.zep.h"
#include "phalcon/mvc/view/engine/php.zep.h"
#include "phalcon/mvc/view/engine/volt.zep.h"
Expand Down Expand Up @@ -390,6 +388,8 @@
#include "phalcon/translate/factory.zep.h"
#include "phalcon/translate/interpolator/associativearray.zep.h"
#include "phalcon/translate/interpolator/indexedarray.zep.h"
#include "phalcon/url.zep.h"
#include "phalcon/url/exception.zep.h"
#include "phalcon/validation.zep.h"
#include "phalcon/validation/exception.zep.h"
#include "phalcon/validation/validator/alnum.zep.h"
Expand Down
22 changes: 15 additions & 7 deletions ext/phalcon/cli/dispatcher.zep.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 26 additions & 6 deletions ext/phalcon/config.zep.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/phalcon/config.zep.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 655eafe

Please sign in to comment.