forked from phalcon/cphalcon
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
71 lines (69 loc) · 3.66 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
<?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>Ruud Boon</name>
<user>ruudboon</user>
<email>ruud@ruudboon.io</email>
<active>yes</active>
</lead>
<date>2020-01-25</date>
<time>18:00:00</time>
<version>
<release>4.0.3</release>
<api>4.0.3</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-4.0.md
# [4.0.3]
## Fixed
- Fixed `Phalcon\Db\Adapter\Pdo\Mysql` Tinyint(1) is handled as boolean under MySql [#14708](https://github.com/phalcon/cphalcon/issues/14708)
- Fixed `Phalcon\Mvc\View\Engine\Volt` to produce the correct order of variables for the `join` filter [#14771](https://github.com/phalcon/cphalcon/issues/14771)
- Fixed `Phalcon\Storage\Adapter\Stream::getKeys()` bug in the absence of a directory with a prefix name [#14725](https://github.com/phalcon/cphalcon/issues/14725), [#14721](https://github.com/phalcon/cphalcon/pull/14721)
- Fixed `Phalcon\Debug::onUncaughtException` Should accept `\Throwable` instead of `\Exception` as an argument [#14738](https://github.com/phalcon/cphalcon/pull/14738)
- Fixed `Phalcon\Validation\ValidatorFactory` Should return Phalcon\Validation\ValidatorInterface [14749](https://github.com/phalcon/cphalcon/pull/14749)
- Fixed `Phalcon\Mvc\Model\Binder` to now correctly call `has` and `set` on the cache object [#14743](https://github.com/phalcon/cphalcon/pull/14743)
- Fixed `Phalcon\Session\Adapter\Stream` and `Phalcon\Storage\Adapter\Stream` to correctly handle simultaneous read/write [#14694](https://github.com/phalcon/cphalcon/issues/14694)
- Fixed `Phalcon\Config\ConfigFactory` to always add the correct extension [#14756](https://github.com/phalcon/cphalcon/issues/14756)
</notes>
<contents>
<dir name="/">
<file name="config.w32" role="src" />
<file name="phalcon.zep.c" role="src" />
<file name="config.m4" role="src" />
<file name="php_phalcon.h" role="src" />
<file name="phalcon.zep.h" role="src" />
<file name="LICENSE.txt" role="doc" />
<file name="CHANGELOG-4.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.2.0</min>
<max>8.0.0</max>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
<package>
<name>psr</name>
<channel>pecl.php.net</channel>
<min>0.7.0</min>
</package>
</required>
</dependencies>
<providesextension>phalcon</providesextension>
<extsrcrelease/>
</package>