Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
85 lines (81 sloc)
3.88 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>Ruud Boon</name> | |
<user>ruudboon</user> | |
<email>ruud@ruudboon.io</email> | |
<active>yes</active> | |
</lead> | |
<date>2021-11-16</date> | |
<time>17:00:00</time> | |
<version> | |
<release>5.0.0beta3</release> | |
<api>5.0.0beta3</api> | |
</version> | |
<stability> | |
<release>beta</release> | |
<api>beta</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 | |
- Renamed `Phalcon\Db\Result\Pdo` to `Phalcon\Db\Result\PdoResult` to avoid collisions with `\PDO` [#15874](https://github.com/phalcon/cphalcon/issues/15854) | |
## Fixed | |
- Fixed `Phalcon\Logger\AbstractAdapter::getFormattedItem()` to not add `PHP_EOL` at the end of the message and added it to the `Phalcon\Logger\Adapter\Stream` [#14547](https://github.com/phalcon/cphalcon/issues/14547) | |
- Fixed `Phalcon\Html\Helper\Title:__invoke()` to not use the `$separator` as parameter - no need to redefine it in a view [#15866](https://github.com/phalcon/cphalcon/issues/15866) | |
- Fixed the delimiters for `Phalcon\Support\Helper\SnakeCase` and `Phalcon\Support\Helper\KamelCase` [#15850](https://github.com/phalcon/cphalcon/issues/15850) | |
- Fixed `Phalcon\Mvc\Router\Route::getName()` and `Phalcon\Mvc\Router\Route::getHostname()` to also return `null` [#15880](https://github.com/phalcon/cphalcon/issues/15880) | |
- Fixed `Phalcon\Mvc\Router\RouteInterface::getName()` and `Phalcon\Mvc\Router\RouteInterface::getHostname()` to also return `null` [#15880](https://github.com/phalcon/cphalcon/issues/15880) | |
- Fixed `Phalcon\Mvc\Model::findFirst()` to return `mixed` or `null` [#15883](https://github.com/phalcon/cphalcon/issues/15883) | |
## Added | |
- Added `Phalcon\Html\Helper\Title:setSeparator` to allow setting the separator independently [#15866](https://github.com/phalcon/cphalcon/issues/15866) | |
</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.0.99</max> | |
</php> | |
<pearinstaller> | |
<min>1.10</min> | |
</pearinstaller> | |
<package> | |
<name>psr</name> | |
<channel>pecl.php.net</channel> | |
<min>1.1.0</min> | |
</package> | |
</required> | |
</dependencies> | |
<providesextension>phalcon</providesextension> | |
<extsrcrelease/> | |
</package> |