Skip to content

Commit 14919a9

Browse files
committed
Used latest Zephir
1 parent 63452a4 commit 14919a9

File tree

5 files changed

+78
-74
lines changed

5 files changed

+78
-74
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------#
44

55
# version format
6-
version: 3.2.3-{build}
6+
version: 3.2.4-{build}
77

88
# to disable automatic builds
99
build: off

ext/phalcon/mvc/application.zep.c

+13-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/phalcon/mvc/model/query.zep.c

+61-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/phalcon/version.zep.c

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/php_phalcon.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
#include "kernel/globals.h"
1212

1313
#define PHP_PHALCON_NAME "phalcon"
14-
#define PHP_PHALCON_VERSION "3.2.3"
14+
#define PHP_PHALCON_VERSION "3.2.4"
1515
#define PHP_PHALCON_EXTNAME "phalcon"
1616
#define PHP_PHALCON_AUTHOR "Phalcon Team and contributors"
17-
#define PHP_PHALCON_ZEPVERSION "0.10.3-7f475126c7"
17+
#define PHP_PHALCON_ZEPVERSION "0.10.4-11e39849b0"
1818
#define PHP_PHALCON_DESCRIPTION "Web framework delivered as a C-extension for PHP"
1919

2020
typedef struct _zephir_struct_db {

0 commit comments

Comments
 (0)