Revisions of php-phalcon

Arjen de Korte's avatar Arjen de Korte (adkorte) accepted request 1041983 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 14)
- update to 5.1.2
  * Fixed `Phalcon\Support\Debug` to correctly calculate the documents
    URL for the hyperlinks [#16223]
  * Fixed `Phalcon\Html\TagFactory` docblock for autocompletion
  * Fixed `Phalcon\Db\Profiler` by correctly calculating the seconds
    (reapplied changes) [#15822]
  * Added `Phalcon\Html\TagFactory` to the
    `Phalcon\Di\FactoryDefault\Cli` [#16233]

- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)
buildservice-autocommit accepted request 1039179 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 13)
baserev update by copy to link target
Arjen de Korte's avatar Arjen de Korte (adkorte) accepted request 1038779 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 12)
- update to 5.1.1
  * Fixed `Phalcon\Filter::sanitize` to return correct data when
    `noRecursive` is `true` [#16199]
  * Fixed `Phalcon\Html\Escaper::html` to not return `null` when a zero
    string is passed [#16202]
buildservice-autocommit accepted request 1034273 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 11)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 1033746 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 10)
- update to 5.1.0
  * Fixed `Phalcon\Mvc\View\Engine\Volt\Compiler::isTagFactory` to
    correctly detect a `TagFactory` object without throwing an error
    [#16097]
  * Fixed default values for `Phalcon\Cli`, `Phalcon\Dispatcher` and
    `Phalcon\Application` components to ensure not `null` values are
     passed to methods [#16186]
  * Fixed `Phalcon\Form::clear` to correctly clear the elements and not
    recurse [#15956]
  * Added `Phalcon\Http\Request::getPatch()` to get a value from a
    PATCH request [#16188]
  * Added `Phalcon\Http\Request::getFilteredPatch()` to get a value
    filtered from a PATCH request [#16188]
  * Added `Phalcon\Http\Request::hasPatch()` to check if a value exist
    in a PATCH request [#16188]
- update to 5.0.5
  * Fixed `Phalcon\Config\Config::setData` to pass the `insensitive`
    flag to child objects [#16171]
  * Fixed `Phalcon\Config\Adapter\Groupped::__construct` to pass the
    `insensitive` flag to child objects [#16171]
  * Fixed `Phalcon\Session\Manager::setName`, removing the regex check
    for the name for custom adapters to work with `create_sid()`
    [#16170]
  * Fixed `PdoResult::fetchAll` when passed class name in 2nd argument
    [#16177]
  * Fixed `Forms\Form::label` to accept an array as a default variable
    [#16180]
- update to 5.0.4
  * Fixed `Phalcon\Encryption\Security` to take into account the
    `workFactor` in the cost calculation [#16153]
  * Removed double unserializing during Model caching [#16035]
  * Fixed `Phalcon\Db\Adapter\Pdo\Mysql::describeIndexes` to assign an
    empty string in the index type of `null` and remove warnings
    [#16157]
  * Fixed `Phalcon\Db\Adapter\Pdo\Sqlite::describeIndexes` to assign an
    empty string in the index type of `null` and remove warnings
    [#16157]
  * Fixed `Phalcon\Mvc\Model\Manager::notifyEvent` to return `true`
    instead of `null` on success [#16161]
  * Fixed `Phalcon\Encryption\Security\JWT\Validator::validateExpiration`
    to correctly validate the `exp` claim [#16166]
- update to 5.0.3
  * Fixed `Phalcon\Filter\Sanitize\StringVal` to accept flags for
    `htmlspecialchars()` [#16135]
  * Fixed `Phalcon\Html\Escaper::attributes()` to honor the `$flags`
    set for `htmlspecialchars()` [#16134]
buildservice-autocommit accepted request 1009675 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 9)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 1007340 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 8)
- Update to 5.0.2
  * Fixed `Phalcon\Html\Escaper::attributes()` to accept any value and
    transform it to string [#16123]
  * Fixed `Phalcon\Logger\AbstractLogger::getLevelNumber()` to better
    check for string levels [#16123]
- Update to 5.0.1
  * Fixed `Phalcon\Encryption\Security\JWT\Token\Token::validate()` to
    correctly call validator methods [#16115]
  * Added `Phalcon\Encryption\Security\JWT\Validator::get()` and
    `Phalcon\Encryption\Security\JWT\Validator::set()` for validation
    data [#16115]
- Update to 5.0.0
  * Changed `Phalcon\Logger\Adapter\Stream::process` to open the log
    file, check for locks, write contents and close the stream [#16072]
  * Changed getters and setters from shorthand format to full methods
    [#16102]
  * Changed return types to `array` in `Phalcon\Annotations\Reflection`
    class methods [#16106]
  * Changed `Phalcon\Html\Escaper::attributes()` to also accept an
    array of attributes [#16108]
  * Fixed and improved return type of `object` and `?object` [#16023]
  * Fixed `Phalcon\Filter\Validation\Validator\Digit` to use only
    strings for `ctype_*` calls [#16064]
  * Fixed `Phalcon\Flash\AbstractFlash::outputMessage` to return the
    message (implicitFlush) [#16063]
  * Fixed `Phalcon\Filter\Validation\Validator\Numericality` to
    correctly detect illegal characters within string numbers [#16070]
  * Fixed segmentation fault on Reflection of `Phalcon\Mvc\Model` class
    [#16080]
  * Fixed segmentation fault on Reflection [#16096]
buildservice-autocommit accepted request 897090 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 7)
baserev update by copy to link target
Arjen de Korte's avatar Arjen de Korte (adkorte) committed (revision 6)
- Update to 4.1.2
  * Fixed Logger\Log::log() log to recognize all log levels.
  * Changed setClaims to be protected so that the
    Phalcon\Security\JWT\Builder class can be properly extended.
- Changed to PECL repository
- Fix specfile typos and include %license
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 873884 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 5)
initialized devel package after accepting 873884
Arjen de Korte's avatar Arjen de Korte (adkorte) committed (revision 4)
Prepare to build for php8 (not possible yet)
Arjen de Korte's avatar Arjen de Korte (adkorte) committed (revision 3)
- Use _multibuild to also build for php8
- Use php_cfgdir and php_extdir macros to determine location of files
Arjen de Korte's avatar Arjen de Korte (adkorte) committed (revision 2)
Arjen de Korte's avatar Arjen de Korte (adkorte) committed (revision 1)
osc copypac from project:server:php:extensions:php7 package:php7-phalcon revision:43
Displaying revisions 21 - 34 of 34
openSUSE Build Service is sponsored by