Skip to content

Commit

Permalink
Merge pull request #16100 from phalcon/#16096-mock-seg-fault
Browse files Browse the repository at this point in the history
#16096 - Fix seg faults on class mock
  • Loading branch information
niden authored Sep 18, 2022
2 parents 1e99b52 + 00f9f4d commit edc1f54
Show file tree
Hide file tree
Showing 53 changed files with 1,660 additions and 1,397 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
# All versions should be declared here
PHALCON_VERSION: 5.0.0RC4
ZEPHIR_PARSER_VERSION: 1.5.0
ZEPHIR_VERSION: 0.16.2
ZEPHIR_VERSION: 0.16.3

# For tests
LANG: en_US.UTF-8
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fixed `Phalcon\Flash\AbstractFlash::outputMessage` to return the message (implicitFlush) [#16063](https://github.com/phalcon/cphalcon/issues/16063)
- Fixed `Phalcon\Filter\Validation\Validator\Numericality` to correctly detect illegal characters within string numbers [#16070](https://github.com/phalcon/cphalcon/issues/16070)
- Fixed segmentation fault on Reflection of `Phalcon\Mvc\Model` class [#16080](https://github.com/phalcon/cphalcon/issues/16080)
- Fixed segmentation fault on Reflection [#16096](https://github.com/phalcon/cphalcon/issues/16096)

## Added
- Added `Phalcon\Encryption\Security\JWT\Token::validate()` to validate a token's claims [#16094](https://github.com/phalcon/cphalcon/issues/16094)
Expand Down
110 changes: 55 additions & 55 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 docker/7.4/.bashrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ZEPHIR_VERSION="0.16.2"
ZEPHIR_VERSION="0.16.3"

# Easier navigation: .., ..., ...., ....., ~ and -
alias ..="cd .."
Expand Down
2 changes: 1 addition & 1 deletion docker/8.0/.bashrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ZEPHIR_VERSION="0.16.2"
ZEPHIR_VERSION="0.16.3"

# Easier navigation: .., ..., ...., ....., ~ and -
alias ..="cd .."
Expand Down
2 changes: 1 addition & 1 deletion docker/8.1/.bashrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ZEPHIR_VERSION="0.16.2"
ZEPHIR_VERSION="0.16.3"

# Easier navigation: .., ..., ...., ....., ~ and -
alias ..="cd .."
Expand Down
2 changes: 1 addition & 1 deletion ext/phalcon/annotations/collection.zep.h

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

Loading

0 comments on commit edc1f54

Please sign in to comment.