Skip to content

Tags: chriskacerguis/codeigniter-restserver

Tags

3.1.7

Update Readme file to add example for extending Format

3.1.6

Fix handling null in to_xml()

3.1.5

Apply fixes from StyleCI

3.1.4

Don't attempt to lowercase a NULL

Fixes PHP 8.1 deprecation notice when trying to `strtolower` `NULL`

3.1.3

Fix RecursiveArrayIterator not found

3.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update stale.yml

3.1.1

Merge branch 'master' of github.com:chriskacerguis/codeigniter-restse…

…rver

3.1.0

fix correct repo

3.0.4

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add import to handling requests example

3.0.3

Bugfix/#837 add http authorization (#848)

* Bugfix
- Fix: format initialization without composer
- Fix: Readme

* Make HTTP_AUTHORIZATION possible
- To hold backward compatibility HTTP_AUTHORIZATION and HTTP_AUTHANTICATION are possible