Skip to content

Commit

Permalink
Merge pull request #16111 from niden/5.0.x
Browse files Browse the repository at this point in the history
v5.0.0 Stable
  • Loading branch information
niden authored Sep 22, 2022
2 parents e7daf40 + 1f59b63 commit c084949
Show file tree
Hide file tree
Showing 135 changed files with 9,895 additions and 9,294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
# All versions should be declared here
PHALCON_VERSION: 5.0.0RC4
PHALCON_VERSION: 5.0.0
ZEPHIR_PARSER_VERSION: 1.5.1
ZEPHIR_VERSION: 0.16.3

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [5.0.0](https://github.com/phalcon/cphalcon/releases/tag/v5.0.0) (xxxx-xx-xx)
# [5.0.0](https://github.com/phalcon/cphalcon/releases/tag/v5.0.0) (2022-09-22)

## Changed
- Changed `Phalcon\Logger\Adapter\Stream::process` to open the log file, check for locks, write contents and close the stream [#16072](https://github.com/phalcon/cphalcon/issues/16072)
Expand Down
9,102 changes: 4,711 additions & 4,391 deletions build/phalcon/phalcon.zep.c

Large diffs are not rendered by default.

1,221 changes: 622 additions & 599 deletions build/phalcon/phalcon.zep.h

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/phalcon/php_phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ typedef zend_function zephir_fcall_cache_entry;


#define PHP_PHALCON_NAME "phalcon"
#define PHP_PHALCON_VERSION "5.0.0RC4"
#define PHP_PHALCON_VERSION "5.0.0"
#define PHP_PHALCON_EXTNAME "phalcon"
#define PHP_PHALCON_AUTHOR "Phalcon Team and contributors"
#define PHP_PHALCON_ZEPVERSION "0.16.0-4fac47b"
#define PHP_PHALCON_ZEPVERSION "0.16.3-5099f34"
#define PHP_PHALCON_DESCRIPTION "Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance."

typedef struct _zephir_struct_db {
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "phalcon",
"description": "Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance.",
"author": "Phalcon Team and contributors",
"version": "5.0.0RC4",
"version": "5.0.0",
"verbose": false,
"stubs": {
"path": "ide\/%version%\/%namespace%\/",
Expand Down
35 changes: 16 additions & 19 deletions ext/phalcon/acl/adapter/abstractadapter.zep.c

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

8 changes: 4 additions & 4 deletions ext/phalcon/acl/adapter/abstractadapter.zep.h

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

Loading

0 comments on commit c084949

Please sign in to comment.