Version 3.1.3 Release Date: Jan 09, 2017 Security Fixed an XSS vulnerability in Security Library method xss_clean(). Fixed a possible file inclusion vulnerability in Loader Library method vars(). Fixed a possible remote code execution vulnerability in the Email Library when ‘mail’ or ‘...
March 10, 2016 Codelobster PHP Edition FREE Version 5.9 released! New version has the following new abilities: Drupal plug-in: Now supports Drupal version 8.x Symfony plug-in: Now supports Symfony version 3.x Phalcon plug-in: Now supports Phalcon version 2.x Improved autocomplete ...
2 - Search forDockerfile-70in the PHP container section. 3 - Change the version number, by replacingDockerfile-70withDockerfile-56, like this: php-fpm: build: context: ./php-fpm dockerfile: Dockerfile-70 4 - Finally rebuild the container ...
3 - Re-build the container docker-compose build workspace ### Install Aerospike extension 1 - First install aerospike in the Workspace and the PHP-FPM Containers: a) open the docker-compose.yml file b) search for the INSTALL_AEROSPIKE_EXTENSION argument under the Workspace Container c) ...
The Facebook OAuth library helps to integrate Facebook PHP SDK v5 in CodeIgniter 3.x application. Using this Facebook class, you can easily add the login with Facebook functionality using PHP SDK v5 to the CodeIgniter application.<?php defined(...
Quite literally there is no instance in my userspace code. Same for is_loaded.Also, what would be the proper procedure for the extensions I have? They are intended as an additional layer like MY_Controller but there need to be 3 distinct flavors based on the section of the site. I ...