Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pocketarc/codeigniter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: acrosscoder/codeigniter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 28 files changed
  • 8 contributors

Commits on Jun 8, 2023

  1. Fix PHP 8.1 E_DEPRECATED issue when the page has no output.

    Signed-off-by: Bruno Moreira <[email protected]>
    pocketarc committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    8888916 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. 3 Configuration menu
    Copy the full SHA
    0b147f9 View commit details
    Browse the repository at this point in the history
  2. 3 Configuration menu
    Copy the full SHA
    6dc3278 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Add debugbar code back.

    pocketarc committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f7cc9aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b5dd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Merge PHP 8.2 support from gxgpet

    * Adding PHP 8.2 support
    
    * Adds $uri prop in Router, and AllowDynamicProps attribute for CI_Controller
    
    * Adding missing `dest_image` property in CI_Image_lib
    
    ---------
    
    Co-authored-by: George Petculescu <[email protected]>
    Co-authored-by: George Petculescu <[email protected]>
    3 people authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f5d40b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    ba9bab6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    15e8f80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c0713 View commit details
    Browse the repository at this point in the history
  3. Fix PHP 8.x compatibility (#5)

    Co-authored-by: Roger <[email protected]>
    pocketarc and Roger authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    274a7be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d264c2d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Fix deprecated dynamic property creation in CI_Profiler Library.

    Due to PHP 8.2 deprecation of dynamic property creation, we can explicitly declare all _compile_* properties in the CI_Profiler class. These properties are known as they are created based on the $_available_sections array. This would be a clearer approach than just using #[AllowDynamicProperties]
    ajdunn2 authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    9018343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe7912 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    8311086 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    d310726 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. Improve timezones() return type.

    timezones() can return either a specific timezone or the whole array.
    P2GR authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    9ebb5b3 View commit details
    Browse the repository at this point in the history
Loading