2017 © Pedro Peláez
 

library php-ini

PHP script to update php.ini configuration options.

image

mikeshiyan/php-ini

PHP script to update php.ini configuration options.

  • Thursday, March 15, 2018
  • by mikeshiyan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

php_ini

PHP script to update php.ini configuration options., (*1)

Requirements

Installation

Preferred way (prevents potential Composer dependencies conflict):, (*2)

mkdir php-ini && cd php-ini
composer require -o mikeshiyan/php-ini:@stable
sudo ln -s $PWD/vendor/mikeshiyan/php-ini/bin/php_ini /usr/local/bin/

Of course you can search for and use any other known way to install this Composer package. Just make sure to make bin/php_ini an executable file and to create its symlink in any directory from the PATH environment variable., (*3)

Examples

Set memory_limit and session.name options:, (*4)

sudo php_ini memory_limit=512M session.name=PHPSESSID

Do the same with another php.ini (not currently loaded):, (*5)

sudo php_ini -f/etc/php/5.6/apache2/php.ini memory_limit=512M session.name=PHPSESSID

The Versions

15/03 2018

dev-master

9999999-dev

PHP script to update php.ini configuration options.

  Sources   Download

MIT

The Requires

 

php ini console

15/03 2018

1.1.0

1.1.0.0

PHP script to update php.ini configuration options.

  Sources   Download

MIT

The Requires

 

php ini console

09/12 2016

1.0.2

1.0.2.0

PHP script to update php.ini configuration options.

  Sources   Download

MIT

The Requires

 

php ini console

09/12 2016

1.0.1

1.0.1.0

PHP script to update php.ini configuration options.

  Sources   Download

MIT

The Requires

 

php ini console

09/12 2016

1.0.0

1.0.0.0

PHP script to update php.ini configuration options.

  Sources   Download

MIT

The Requires

 

php ini console