Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
# All versions should be declared here
PHALCON_VERSION: 5.9.4
PHALCON_VERSION: 5.10.0

jobs:
windows:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Setup PHP
id: setup-php
uses: php/setup-php-sdk@v0.10
uses: php/setup-php-sdk@v0.11
with:
version: ${{matrix.php}}
arch: ${{matrix.arch}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
# All versions should be declared here
PHALCON_VERSION: 5.9.4
PHALCON_VERSION: 5.10.0
ZEPHIR_PARSER_VERSION: 1.8.0
# For tests
LANG: en_US.UTF-8
Expand Down
13 changes: 1 addition & 12 deletions CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Changelog
## 5.9.5 (xxxx-xx-xx)

### Changed

### Added

### Fixed

### Removed

# Changelog
## 5.9.4 (2025-11-21)
## 5.10.0 (2025-12-25)

### Changed

Expand Down
1,282 changes: 676 additions & 606 deletions build/phalcon/phalcon.zep.c

Large diffs are not rendered by default.

1,583 changes: 795 additions & 788 deletions build/phalcon/phalcon.zep.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/phalcon/php_phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ typedef zend_function zephir_fcall_cache_entry;


#define PHP_PHALCON_NAME "phalcon"
#define PHP_PHALCON_VERSION "5.9.4"
#define PHP_PHALCON_VERSION "5.10.0"
#define PHP_PHALCON_EXTNAME "phalcon"
#define PHP_PHALCON_AUTHOR "Phalcon Team and contributors"
#define PHP_PHALCON_ZEPVERSION "0.19.0-$Id$"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"high load",
"mvc"
],
"version": "5.9.4",
"version": "5.10.0",
"license": "BSD-3-Clause",
"authors": [
{
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

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.9.4",
"version": "5.10.0",
"verbose": false,
"stubs": {
"path": "ide\/%version%\/%namespace%\/",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ FROM base AS prod

# This part builds the last step required for production image.

ARG PHALCON_VERSION="v5.9.4"
ARG PHALCON_VERSION="v5.10.0"

ENV PATH=/app/bin:/app:${PATH} \
PHP_VERSION=${PHP_VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion ext/phalcon/html/helper/abstracthelper.zep.c

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

12 changes: 6 additions & 6 deletions ext/phalcon/mvc/model.zep.c

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

4 changes: 2 additions & 2 deletions ext/phalcon/support/version.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/php_phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "kernel/globals.h"

#define PHP_PHALCON_NAME "phalcon"
#define PHP_PHALCON_VERSION "5.9.4"
#define PHP_PHALCON_VERSION "5.10.0"
#define PHP_PHALCON_EXTNAME "phalcon"
#define PHP_PHALCON_AUTHOR "Phalcon Team and contributors"
#define PHP_PHALCON_ZEPVERSION "0.19.0-$Id$"
Expand Down
9 changes: 6 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2025-11-21</date>
<date>2025-12-25</date>
<time>17:00:00</time>
<version>
<release>5.9.4</release>
<api>5.9.4</api>
<release>5.10.0</release>
<api>5.10.0</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -40,6 +40,7 @@

- Changed `bind()` and `validate()` method in `Phalcon\Filter\Validation` and `Phalcon\Filter\Validation\ValidationInterface` to accept `$whitelist` array of only allowed fields to be mutated when using entity [#16800](https://github.com/phalcon/cphalcon/issues/16800)
- Changed `Phalcon\Storage\Adapters\Libmemcached::getAdapter()` to use 50ms for `\Memcached::OPT_CONNECT_TIMEOUT` [#16818](https://github.com/phalcon/cphalcon/issues/16818)
- Changed `Phalcon\Html\Helper\Input\*` to honor `Docbloc` directives [#16778](https://github.com/phalcon/cphalcon/issues/16778)

### Added

Expand All @@ -54,6 +55,8 @@
- Fixed `Phalcon\Http\Request` method `getPostData()` when `Content-Type` header is not set [#16804](https://github.com/phalcon/cphalcon/issues/16804)
- Fixed `Phalcon\Events\ManagerInterface` adding priority property [#16817](https://github.com/phalcon/cphalcon/issues/16817)
- Fixed `Phalcon\Storage\Adapters\Libmemcached::getAdapter()` to correctly merge adapter options [#16818](https://github.com/phalcon/cphalcon/issues/16818)
- Fixed `Phalcon\Encryption\Crypt` method `checkCipherHashIsAvailable(string $cipher, string $type)` to correctly check the `cipher` or `hash` type [#16822](https://github.com/phalcon/cphalcon/issues/16822)
- Fixed `Phalcon\Mvc\Model` docblocks [#16825](https://github.com/phalcon/cphalcon/issues/16825)

</notes>
<contents>
Expand Down
2 changes: 1 addition & 1 deletion phalcon/Support/Version.zep
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Version
*/
protected function getVersion() -> array
{
return [5, 9, 4, 4, 0];
return [5, 10, 0, 4, 0];
}

/**
Expand Down
Loading