forked from phalcon/cphalcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
83 lines (76 loc) · 3.63 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.5" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0"
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>phalcon</name>
<channel>pecl.php.net</channel>
<summary>Phalcon is a full stack PHP framework offering low resource consumption and high performance.</summary>
<description>
Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high
performance. Its unique architecture allows the framework to always be memory resident, offering its functionality
whenever its needed, without expensive file stats and file reads that traditional PHP frameworks employ.
</description>
<lead>
<name>Anton Vasiliev</name>
<user>jeckerson</user>
<email>anton@phalcon.io</email>
<active>yes</active>
</lead>
<lead>
<name>Nikolaos Dimopoulos</name>
<user>niden</user>
<email>nikos@phalcon.io</email>
<active>yes</active>
</lead>
<date>2023-10-25</date>
<time>17:00:00</time>
<version>
<release>5.4.0</release>
<api>5.4.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://license.phalcon.io">BSD 3-Clause License</license>
<notes>
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.md
### Changed
- Changed `Phalcon\Mvc\Model::getMessages()` to also filter with an array of fields [#16265](https://github.com/phalcon/cphalcon/issues/16265)
- Changed `Phalcon\DataMapper\Query\Select::columns()` to accept an array of columns (keys as aliases) instead of `func_get_args` [#16451](https://github.com/phalcon/cphalcon/issues/16451)
- Changed `Phalcon\Html\Helper\AbstractSeries::__invoke()` to no longer clear the internal store when called [#16441](https://github.com/phalcon/cphalcon/issues/16441)
### Added
- Added the ability to define interpolator characters for the `Phalcon\Logger\Formatter\Line` [#16430](https://github.com/phalcon/cphalcon/issues/16430)
- Added `Phalcon\Html\Helper\AbstractSeries::reset()` to clear the internal store when needed [#16441](https://github.com/phalcon/cphalcon/issues/16441)
### Fixed
- Model Annotation strategy did not work with empty_string [#16426](https://github.com/phalcon/cphalcon/issues/16426)
- View::reset() sets content to null instead of default empty string [#16437](https://github.com/phalcon/cphalcon/issues/16437)
- Fixed `Phalcon\Filter\Validation\Validator\Size\*` validators to correctly detect the size of uploaded files [#16390](https://github.com/phalcon/cphalcon/issues/16390)
</notes>
<contents>
<dir name="/">
<file name="config.m4" role="src"/>
<file name="config.w32" role="src"/>
<file name="phalcon.zep.c" role="src"/>
<file name="phalcon.zep.h" role="src"/>
<file name="php_phalcon.h" role="src"/>
<file name="LICENSE.txt" role="doc"/>
<file name="CHANGELOG-5.0.md" role="doc"/>
<file name="CODE_OF_CONDUCT.md" role="doc"/>
<file name="CODE_OWNERS.TXT" role="doc"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>7.4.1</min>
<max>8.2.99</max>
</php>
<pearinstaller>
<min>1.10</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>phalcon</providesextension>
<extsrcrelease/>
</package>