php.ini
Tag details
Welcome to the 'php.ini' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'php.ini'.
Look up
"php.ini"
at The Free Dictionary
Latest blogosphere posts tagged “php.ini”
-
Installing PECL uploadprogress Extension for Drupal FileField 3.0 Module
tutorials, tips, tricks and IT resources —
Authority: 124
FileField and ImageField 3.0 have just been released and bring with them the ability to display an upload progress meter in the FileField widget while a file is being uploaded. As ImageField uses the FileField widget this works for ImageFields too.The original article FileField and ImageField 3.0 for Drupal 6 Released ...1 week ago -
Install imagemagick with PHP imagick extension on CentOS
tutorials, tips, tricks and IT resources —
Authority: 124
To install imagemagick with PHP imagick extension on Linux CentOS you must follow these steps:yum install ImageMagick.i386yum install ImageMagick-devel.i386pecl install imagickAt the end of the installation, create an inclusion file for imagick.so module and restart apache:echo “extension=imagick.so” > ...1 week ago -
Install imagemagick with PHP imagick extension on CentOS
tutorials, tips, tricks and IT resources —
Authority: 124
To install imagemagick with PHP imagick extension on Linux CentOS you must follow these steps:yum install ImageMagick.i386yum install ImageMagick-devel.i386pecl install imagickAt the end of the installation, create an inclusion file for imagick.so module and restart apache:echo “extension=imagick.so” > ...1 week ago -
How to change the value of a PHP setting?
tutorials, tips, tricks and IT resources —
Authority: 124
You can apply custom PHP settings on a per-folder basis using a local php.ini file.For example, you need register_globals set to Off in a directory. For this purpose you should log in your CPanel and go to the File Manager. There navigate to the directory where you’d like this setting applied. In this directory ...1 week ago -
How to change the date.timezone value in PHP?
tutorials, tips, tricks and IT resources —
Authority: 124
If your PHP scripts do not show the correct time, the reason is that most probably your hosting server is in a different timezone. This can be easily resolved by changing a setting in PHP called date.timezone.Depending on your location you can set a specific date.timezone value in PHP using the following option which ...1 week ago

